Update 3.2.1
This commit is contained in:
parent
13671a5e19
commit
e1112e75e5
3 changed files with 9 additions and 2 deletions
|
|
@ -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 <steve.traylen@cern.ch> - 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 <steve.traylen@cern.ch> - 3.1.2-1
|
||||
- Upstream to 3.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue