diff --git a/unixODBC.spec b/unixODBC.spec index ffc0641..12867e6 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.3.12 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.unixODBC.org/ # See README: Programs are GPL, libraries are LGPL # News Server library (Drivers/nn/yyparse.c) is GPLv3+ @@ -119,6 +119,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.so" | sed "s|^$RPM_BUILD_ROOT||" > dev %_libdir/pkgconfig/*.pc %changelog +* Mon Jun 24 2024 Troy Dawson - 2.3.12-5 +- Bump release for June 2024 mass rebuild + * Mon Jan 29 2024 Florian Weimer - 2.3.12-4 - Fix out-of-bounds stack write (GCC 14 compatibility)