rpms/libpqxx/devel libpqxx.spec,1.14,1.15

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Dec 6 15:22:45 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libpqxx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21242

Modified Files:
	libpqxx.spec 
Log Message:
* Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.6.8-5
- re-enable visibility patch (bummer, still needed)



Index: libpqxx.spec
===================================================================
RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libpqxx.spec	6 Dec 2006 15:12:25 -0000	1.14
+++ libpqxx.spec	6 Dec 2006 15:22:15 -0000	1.15
@@ -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 @@
 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 @@
 %prep
 %setup -q
 
-%if "%{?fedora}" == "6" 
 %patch1 -p1 -b .visibility
-%endif
 
 %build
 %configure --enable-shared --disable-static
@@ -80,6 +78,9 @@
 %{_libdir}/pkgconfig/libpqxx.pc
 
 %changelog
+* Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.6.8-5
+- re-enable visibility patch (bummer, still needed)
+
 * Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.6.8-4
 - respin for postgresql
 - drop visibility patch




More information about the scm-commits mailing list