diff --git a/libpqxx.spec b/libpqxx.spec index 3cb99f5..0cc0467 100644 --- a/libpqxx.spec +++ b/libpqxx.spec @@ -1,6 +1,6 @@ Name: libpqxx Version: 2.6.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries @@ -10,7 +10,7 @@ URL: http://thaiopensource.org/development/libpqxx/ Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6 +# drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6+ # http://thaiopensource.org/development/libpqxx/ticket/83 Patch1: libpqxx-2.6.8-visibility.patch @@ -36,9 +36,7 @@ libraries necessary for developing programs which use libpqxx. %prep %setup -q -%if "%{?fedora}" == "6" %patch1 -p1 -b .visibility -%endif %build %configure --enable-shared --disable-static @@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Dec 06 2006 Rex Dieter 2.6.8-5 +- re-enable visibility patch (bummer, still needed) + * Wed Dec 06 2006 Rex Dieter 2.6.8-4 - respin for postgresql - drop visibility patch