diff --git a/.gitignore b/.gitignore index 4f1565e..bd8b8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /unixODBC-2.3.2.tar.gz /unixODBC-2.3.3.tar.gz /unixODBC-2.3.4.tar.gz +/unixODBC-2.3.5.tar.gz diff --git a/sources b/sources index be6fb5c..96dda35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd25d261ca1808c947cb687e2034be81 unixODBC-2.3.4.tar.gz +SHA512 (unixODBC-2.3.5.tar.gz) = 94b5ebb887571f4fa801ae4305cd6cb4eb0d03682fac1eb0422cdd13b046b077e60bff8286c578b0b5e291cfbc0bc8695495e39c3713858d2eeb7b38459397d5 diff --git a/unixODBC.spec b/unixODBC.spec index 6bfd81a..d5aed23 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC -Version: 2.3.4 -Release: 10%{?dist} +Version: 2.3.5 +Release: 1%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -51,7 +51,7 @@ chmod 0644 include/odbcinst.h # Blow away the embedded libtool and replace with build system's libtool. # (We will use the installed libtool anyway, but this makes sure they match.) -rm -rf config.guess config.sub install-sh ltmain.sh libltdl depcomp missing +rm -rf config.guess config.sub install-sh ltmain.sh libltdl depcomp missing compile # this hack is so we can build with either libtool 2.2 or 1.5 libtoolize --install --copy || libtoolize --copy @@ -134,6 +134,9 @@ done %postun -p /sbin/ldconfig %changelog +* Mon Feb 19 2018 Jan Staněk - 2.3.5-1 +- Update to version 2.3.5 + * Fri Feb 09 2018 Fedora Release Engineering - 2.3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -434,8 +437,8 @@ Resolves: #190427 * Fri Oct 10 2003 Fernando Nasser 2.2.5-3 - Moved all the shared library symlinks to the main package. They were deliberatedly being added to the devel package for - unknown reasons but this was forcing users to install the - devel package always. + unknown reasons but this was forcing users to install the + devel package always. - No need to special-case libodbc.so anymore * Fri Sep 05 2003 Elliot Lee 2.2.5-2 @@ -477,7 +480,7 @@ Resolves: #190427 - Rebuild, update to 2.2.3 * Mon Aug 26 2002 Trond Eivind Glomsrd 2.2.2-3 -- Move libodbc.so to the main package, so programs dlopening +- Move libodbc.so to the main package, so programs dlopening it don't break (#72653) * Sat Aug 10 2002 Elliot Lee @@ -513,7 +516,7 @@ Resolves: #190427 - Rebuild with KDE 3.x * Tue Feb 26 2002 Trond Eivind Glomsrd 2.2.0-1 -- Just build on i386 now, there are 64 bit oddities +- Just build on i386 now, there are 64 bit oddities - 2.2.0 * Fri Jan 11 2002 Trond Eivind Glomsrd 2.1.1-2 @@ -565,7 +568,7 @@ Resolves: #190427 * Mon Jul 31 2000 Trond Eivind Glomsrd - disable KDE subpackage to avoid the mess that is C++ binary - compatibility + compatibility * Wed Jul 12 2000 Prospector - automatic rebuild