rpms/qpidc/devel so_number.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 qpidc.spec, 1.101, 1.102 sources, 1.45, 1.46

Nuno Santos nsantos at fedoraproject.org
Tue Sep 29 14:36:59 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19114

Modified Files:
	.cvsignore qpidc.spec sources 
Added Files:
	so_number.patch 
Log Message:
Rebased to svn rev 819819 for F12 beta

so_number.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE so_number.patch ---
--- cpp/configure.ac	2009-09-02 10:32:57.000000000 -0400
+++ cpp/configure.ac	2009-09-29 10:27:07.393678846 -0400
@@ -112,7 +112,7 @@
 LIBS=$gl_saved_libs
 
 # Set the argument to be used in "libtool -version-info ARG".
-QPID_CURRENT=2
+QPID_CURRENT=3
 QPID_REVISION=0
 QPID_AGE=0
 LIBTOOL_VERSION_INFO_ARG=$QPID_CURRENT:$QPID_REVISION:$QPID_AGE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	24 Sep 2009 22:19:06 -0000	1.24
+++ .cvsignore	29 Sep 2009 14:36:56 -0000	1.25
@@ -1,2 +1,2 @@
-qpidc-0.5.818599.tar.gz
+qpidc-0.5.819819.tar.gz
 rhm-0.5.3641.tar.gz


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- qpidc.spec	25 Sep 2009 17:47:50 -0000	1.101
+++ qpidc.spec	29 Sep 2009 14:36:56 -0000	1.102
@@ -7,7 +7,7 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
 
-%define qpid_svnrev 818599
+%define qpid_svnrev 819819
 %define rhm_svnrev 3641
 
 Name:           qpidc
@@ -20,6 +20,7 @@ URL:            http://qpid.apache.org
 Source0:        %{name}-%{version}.tar.gz
 Source1:	rhm-0.5.%{rhm_svnrev}.tar.gz
 Source2:	qpidd.pp
+Patch0:		so_number.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: boost-devel
@@ -241,6 +242,7 @@ exit 0
 %prep
 %setup
 %setup -T -D -b 1
+%patch0
 
 %define perftests "perftest topic_listener topic_publisher latencytest client_test txtest"
 
@@ -517,6 +519,9 @@ fi
 %postun -n qmf -p /sbin/ldconfig
 
 %changelog
+* Tue Sep 29 2009 Nuno Santos <nsantos at redhat.com> - 0.5.819819-1
+- Rebased to svn rev 819819 for F12 beta
+
 * Thu Sep 24 2009 Nuno Santos <nsantos at redhat.com> - 0.5.818599-1
 - Rebased to svn rev 818599
 - rhm-cpp-server-store obsoletes rhm top-level package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- sources	24 Sep 2009 22:19:06 -0000	1.45
+++ sources	29 Sep 2009 14:36:57 -0000	1.46
@@ -1,2 +1,2 @@
-b9b04d4744f8e1e1bd55e62388b49e29  qpidc-0.5.818599.tar.gz
+3f1f75be166b0d752a9132622d5742a8  qpidc-0.5.819819.tar.gz
 5f95f4583d345e5287457476e81d2f5b  rhm-0.5.3641.tar.gz




More information about the scm-commits mailing list