diff --git a/libpqxx.spec b/libpqxx.spec index 1626176..54c7bd1 100644 --- a/libpqxx.spec +++ b/libpqxx.spec @@ -1,6 +1,6 @@ Name: libpqxx Version: 2.6.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries @@ -36,7 +36,7 @@ libraries necessary for developing programs which use libpqxx. %setup -q %if "%{?fedora}" > "5" -%patch1 -p1 -b .visibility +#patch1 -p1 -b .visibility %endif %build @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Wed Oct 04 2006 Rex Dieter 2.6.8-2 +- respin + * Wed Sep 20 2006 Rex Dieter 2.6.8-1 - fc6+: drop -Werror (for now) - include %%check section (not used, by default)