From e1112e75e5557f17a80db7cb2c1b0ed701f918ec Mon Sep 17 00:00:00 2001 From: stevetraylen Date: Jul 22 2010 12:42:34 +0000 Subject: Update 3.2.1 --- diff --git a/.cvsignore b/.cvsignore index e69de29..594114c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +activemq-cpp-library-3.2.1-src.tar.gz diff --git a/activemq-cpp.spec b/activemq-cpp.spec index 1d0e047..726b2d7 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,5 +1,5 @@ Name: activemq-cpp -Version: 3.1.2 +Version: 3.2.1 Release: 1%{?dist} Summary: C++ implementation of JMS-like messaging client @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen BuildRequires: graphviz +BuildRequires: openssl-devel %if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 6 BuildRequires: tex(latex) %else @@ -130,6 +131,11 @@ make %{?_smp_mflags} check %doc doc/%{name}.pdf %changelog +* Thu Jul 22 2010 Steve Traylen - 3.2.1-1 +- Upstream to 3.2.1 +- Add BR of openssl-devel since library now supports ssl + connections. + * Fri Apr 3 2010 Steve Traylen - 3.1.2-1 - Upstream to 3.1.2 diff --git a/sources b/sources index 4a6e463..a15690b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a553210201d97a9ff76762bdfe548c29 activemq-cpp-library-3.1.2-src.tar.gz +877d0e4bdedfdaaad37e18c80d85493d activemq-cpp-library-3.2.1-src.tar.gz