diff --git a/pyodbc.spec b/pyodbc.spec index 2ec3c38..b1be9f2 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -1,7 +1,7 @@ Name: pyodbc Version: 5.0.1 %global uversion 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python DB API 2.0 Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc @@ -52,6 +52,9 @@ decimal. %{python3_sitearch}/%{name}.pyi %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Oct 15 2023 Ondrej Sloup - 5.0.1-1 - Rebase to the newest version (Related: rhbz#2244039)