From 885c7963781272416bcd22986c0388347c1c9168 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Sun, 6 Feb 2011 16:46:27 +0100 Subject: [PATCH 1/4] - Upstream to 3.2.4 --- .gitignore | 1 + activemq-cpp.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 801c845..141299b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ activemq-cpp-library-3.2.1-src.tar.gz /activemq-cpp-library-3.2.3-src.tar.gz +/activemq-cpp-library-3.2.4-src.tar.gz diff --git a/activemq-cpp.spec b/activemq-cpp.spec index 52a281e..5f1d7b9 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,5 +1,5 @@ Name: activemq-cpp -Version: 3.2.3 +Version: 3.2.4 Release: 1%{?dist} Summary: C++ implementation of JMS-like messaging client @@ -131,6 +131,9 @@ make %{?_smp_mflags} check %doc doc/%{name}.pdf %changelog +* Sun Feb 6 2011 Steve Traylen - 3.2.4-1 +- Upstream to 3.2.4 + * Wed Nov 10 2010 Steve Traylen - 3.2.3-1 - Upstream to 3.2.3 diff --git a/sources b/sources index a7ec911..ac8a90f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4a3db74eeb874aee925714bcb3c2c84 activemq-cpp-library-3.2.3-src.tar.gz +ae38ec737dfd41864848c1b92fb74f7a activemq-cpp-library-3.2.4-src.tar.gz From 449ced5ba40fa4b0212c371ab098a6fbc8152ac1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:18:34 -0600 Subject: [PATCH 2/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- activemq-cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/activemq-cpp.spec b/activemq-cpp.spec index 5f1d7b9..874a81f 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,6 +1,6 @@ Name: activemq-cpp Version: 3.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ implementation of JMS-like messaging client Group: Development/Libraries @@ -131,6 +131,9 @@ make %{?_smp_mflags} check %doc doc/%{name}.pdf %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 3.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Feb 6 2011 Steve Traylen - 3.2.4-1 - Upstream to 3.2.4 From 1c57dacfda6e6a4985965d57ed7d2bf6e36ea331 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 7 Mar 2011 22:56:38 +0100 Subject: [PATCH 3/4] Upstream to 3.2.5 --- .gitignore | 1 + activemq-cpp.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 141299b..7dc4fec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ activemq-cpp-library-3.2.1-src.tar.gz /activemq-cpp-library-3.2.3-src.tar.gz /activemq-cpp-library-3.2.4-src.tar.gz +/activemq-cpp-library-3.2.5-src.tar.gz diff --git a/activemq-cpp.spec b/activemq-cpp.spec index 874a81f..7c32da1 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,6 +1,6 @@ Name: activemq-cpp -Version: 3.2.4 -Release: 2%{?dist} +Version: 3.2.5 +Release: 1%{?dist} Summary: C++ implementation of JMS-like messaging client Group: Development/Libraries @@ -131,6 +131,9 @@ make %{?_smp_mflags} check %doc doc/%{name}.pdf %changelog +* Mon Mar 7 2011 Steve Traylen - 3.2.5-1 +- Upstream to 3.2.5 + * Mon Feb 07 2011 Fedora Release Engineering - 3.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ac8a90f..dc6fa55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae38ec737dfd41864848c1b92fb74f7a activemq-cpp-library-3.2.4-src.tar.gz +47341f057cee34997ca826f526e3f681 activemq-cpp-library-3.2.5-src.tar.gz From 088fd1ed3c5a408e0d141e991a8f268e5c3b5a0a Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 7 Mar 2011 22:57:36 +0100 Subject: [PATCH 4/4] autoconf step removed. --- activemq-cpp.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/activemq-cpp.spec b/activemq-cpp.spec index 7c32da1..afe613b 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -20,9 +20,6 @@ BuildRequires: tex(latex) BuildRequires: tetex-latex %endif -BuildRequires: automake >= 1.10 -BuildRequires: autoconf >= 2.60 -BuildRequires: libtool >= 1.5.24 BuildRequires: apr-util-devel%{?_isa} >= 1.3 BuildRequires: cppunit-devel%{?_isa} >= 1.10.2 @@ -90,7 +87,6 @@ chmod 644 src/main/activemq/transport/mock/MockTransport.cpp %build -./autogen.sh # Build pdf(30MB) rather than default html(400MB). %configure --disable-static --disable-doxygen-html --enable-doxygen-pdf make %{?_smp_mflags} @@ -132,6 +128,7 @@ make %{?_smp_mflags} check %changelog * Mon Mar 7 2011 Steve Traylen - 3.2.5-1 +- autoconf step removed. - Upstream to 3.2.5 * Mon Feb 07 2011 Fedora Release Engineering - 3.2.4-2