rpms/libpqxx/devel import.log, NONE, 1.1 libpqxx-3.0.tar.gz.md5sum, NONE, 1.1 .cvsignore, 1.8, 1.9 libpqxx-2.6.8-visibility.patch, 1.3, 1.4 libpqxx.spec, 1.24, 1.25 sources, 1.8, 1.9 libpqxx-2.6.8-visibility-2.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Fri Apr 10 13:52:54 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/libpqxx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10961/devel

Modified Files:
	.cvsignore libpqxx-2.6.8-visibility.patch libpqxx.spec sources 
Added Files:
	import.log libpqxx-3.0.tar.gz.md5sum 
Removed Files:
	libpqxx-2.6.8-visibility-2.patch 
Log Message:
libpqxx-3.0



--- NEW FILE import.log ---
libpqxx-3_0-1_fc11:HEAD:libpqxx-3.0-1.fc11.src.rpm:1239371549


--- NEW FILE libpqxx-3.0.tar.gz.md5sum ---
57b0fe82ed08df7b8fbe3df313960001 *libpqxx-3.0.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpqxx/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	17 Aug 2007 14:13:29 -0000	1.8
+++ .cvsignore	10 Apr 2009 13:52:23 -0000	1.9
@@ -1,4 +1 @@
-libpqxx-2.6.7.tar.gz
-libpqxx-2.6.8.tar.gz
-libpqxx-2.6.8.tar.gz.md5sum
-libpqxx-2.6.9.tar.gz
+libpqxx-3.0.tar.gz

libpqxx-2.6.8-visibility.patch:

Index: libpqxx-2.6.8-visibility.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libpqxx/devel/libpqxx-2.6.8-visibility.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpqxx-2.6.8-visibility.patch	9 Apr 2009 18:41:33 -0000	1.3
+++ libpqxx-2.6.8-visibility.patch	10 Apr 2009 13:52:23 -0000	1.4
@@ -1,6 +1,31 @@
---- libpqxx-2.6.8/configure.disable_visibility	2006-09-06 04:53:48.000000000 -0500
-+++ libpqxx-2.6.8/configure	2006-09-20 13:51:53.000000000 -0500
-@@ -20203,7 +20203,7 @@
+diff -up libpqxx-2.6.8/configure.ac.in.visibility libpqxx-2.6.8/configure.ac.in
+--- libpqxx-2.6.8/configure.ac.in.visibility	2006-09-04 06:36:59.000000000 -0500
++++ libpqxx-2.6.8/configure.ac.in	2008-02-19 08:33:36.000000000 -0600
+@@ -129,7 +129,7 @@ if test "$GCC" = "yes" ; then
+ AC_MSG_CHECKING([g++ visibility attribute])
+ gcc_visibility=yes
+ SAVE_CXXFLAGS="$CXXFLAGS"
+-CXXFLAGS="$CXXFLAGS -Werror"
++#CXXFLAGS="$CXXFLAGS -Werror"
+ AC_TRY_COMPILE([
+ struct __attribute__ ((visibility("hidden"))) d { d() {} void f() {} };
+ 	],
+diff -up libpqxx-2.6.8/configure.ac.visibility libpqxx-2.6.8/configure.ac
+--- libpqxx-2.6.8/configure.ac.visibility	2006-09-06 04:53:36.000000000 -0500
++++ libpqxx-2.6.8/configure.ac	2008-02-19 08:33:44.000000000 -0600
+@@ -129,7 +129,7 @@ if test "$GCC" = "yes" ; then
+ AC_MSG_CHECKING([g++ visibility attribute])
+ gcc_visibility=yes
+ SAVE_CXXFLAGS="$CXXFLAGS"
+-CXXFLAGS="$CXXFLAGS -Werror"
++#CXXFLAGS="$CXXFLAGS -Werror"
+ AC_TRY_COMPILE([
+ struct __attribute__ ((visibility("hidden"))) d { d() {} void f() {} };
+ 	],
+diff -up libpqxx-2.6.8/configure.visibility libpqxx-2.6.8/configure
+--- libpqxx-2.6.8/configure.visibility	2006-09-06 04:53:48.000000000 -0500
++++ libpqxx-2.6.8/configure	2008-02-19 08:33:47.000000000 -0600
+@@ -20203,7 +20203,7 @@ if test "$GCC" = "yes" ; then
  echo $ECHO_N "checking g++ visibility attribute... $ECHO_C" >&6; }
  gcc_visibility=yes
  SAVE_CXXFLAGS="$CXXFLAGS"


Index: libpqxx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpqxx/devel/libpqxx.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libpqxx.spec	9 Apr 2009 18:41:33 -0000	1.24
+++ libpqxx.spec	10 Apr 2009 13:52:23 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           libpqxx
-Version:        2.6.8
-Release:        13%{?dist}
+Version:        3.0
+Release:        1%{?dist}
 Summary:        C++ client API for PostgreSQL
 
 Group:          System Environment/Libraries
@@ -12,10 +12,7 @@
 
 # drop -Werror for now, since we get -fvisibility warnings using gcc-4.1.1/fc6+
 # http://thaiopensource.org/development/libpqxx/ticket/83
-# or .. actually fix it.
 Patch1:         libpqxx-2.6.8-visibility.patch
-# or better yet, fix it:
-Patch11:        libpqxx-2.6.8-visibility-2.patch
 Patch2:         libpqxx-2.6.8-gcc43.patch
 Patch3:         libpqxx-2.6.8-multilib.patch
 
@@ -44,19 +41,21 @@
 # fix spurious permissions
 chmod -x COPYING INSTALL
 
-%patch11 -p1 -b .visibility
-%patch2 -p1 -b .gcc43
+#if ! 0%{?fedora} > 8 
+#patch1 -p1 -b .visibility
+#endif
+#patch2 -p1 -b .gcc43
 %patch3 -p1 -b .multilib
 
 # better fix/hack for current rpath and libtool issues
-libtoolize --force
-autoreconf -f -i
+#libtoolize --force 
+#autoreconf -f -i
 
 
 %build
 %configure --enable-shared --disable-static
 
-# rpath sucks...
+# rpath suckage
 #sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' libtool
 
 make %{?_smp_mflags}
@@ -86,7 +85,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION
-%{_libdir}/libpqxx-%{version}.so
+%{_libdir}/libpqxx-*.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -98,8 +97,8 @@
 
 
 %changelog
-* Thu Apr 09 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.6.8-13
-- properly fix visibility issues
+* Thu Apr 09 2009 Rex Dieter <rdieter at fedoraproject.org> 3.0.0-1
+- libpqxx-3.0
 
 * Tue Mar 03 2009 Robert Scheck <robert at fedoraproject.org> - 2.6.8-12
 - Rebuilt against libtool 2.2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpqxx/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	17 Aug 2007 14:13:29 -0000	1.8
+++ sources	10 Apr 2009 13:52:23 -0000	1.9
@@ -1,2 +1 @@
-cb818ca7698955bcea8b7ba1b7962811  libpqxx-2.6.8.tar.gz
-21cc6ac2cd7bb6fc9a16639c29acbf21  libpqxx-2.6.8.tar.gz.md5sum
+57b0fe82ed08df7b8fbe3df313960001  libpqxx-3.0.tar.gz


--- libpqxx-2.6.8-visibility-2.patch DELETED ---




More information about the fedora-extras-commits mailing list