Upstream to 3.7.1
This commit is contained in:
parent
923842f4a2
commit
95cc01aa07
3 changed files with 11 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ activemq-cpp-library-3.2.1-src.tar.gz
|
|||
/activemq-cpp-library-3.4.0-src.tar.gz
|
||||
/activemq-cpp-library-3.4.1-src.tar.gz
|
||||
/activemq-cpp-library-3.4.4-src.tar.gz
|
||||
/activemq-cpp-library-3.7.1-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global with_docs 0
|
||||
|
||||
Name: activemq-cpp
|
||||
Version: 3.4.4
|
||||
Release: 3%{?dist}
|
||||
Version: 3.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ implementation of JMS-like messaging client
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -13,8 +13,6 @@ Source0: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq
|
|||
# Some local texmf configuration to increase default pool_size.
|
||||
Patch1: activemq-cpp-local-texmf.patch
|
||||
%endif
|
||||
# https://issues.apache.org/jira/browse/AMQCPP-389
|
||||
Patch2: activemq-cpp-gcc47.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: openssl-devel
|
||||
|
|
@ -92,7 +90,6 @@ for your clients to communicate.
|
|||
%if %{?with_docs}0
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%patch2 -p1
|
||||
chmod 644 LICENSE.txt
|
||||
chmod 644 src/main/activemq/transport/mock/MockTransport.cpp
|
||||
|
||||
|
|
@ -146,6 +143,9 @@ make %{?_smp_mflags} check
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 4 2013 Steve Traylen <steve.traylen@cern.ch> - 3.7.1-1
|
||||
- Upstream to 3.7.1
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
@ -161,14 +161,14 @@ make %{?_smp_mflags} check
|
|||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Tue Feb 12 2012 Steve Traylen <steve.traylen@cern.ch> - 3.4.1-1
|
||||
* Sun Feb 12 2012 Steve Traylen <steve.traylen@cern.ch> - 3.4.1-1
|
||||
- Upstream to 3.4.1
|
||||
- Add patch for gcc47, AMQCPP-389
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Jul 10 2011 Steve Traylen <steve.traylen@cern.ch> - 3.4.0-1
|
||||
* Sun Jul 10 2011 Steve Traylen <steve.traylen@cern.ch> - 3.4.0-1
|
||||
- Upstream to 3.4.0
|
||||
|
||||
* Mon Apr 18 2011 Steve Traylen <steve.traylen@cern.ch> - 3.3.0-1
|
||||
|
|
@ -192,10 +192,10 @@ make %{?_smp_mflags} check
|
|||
- 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
|
||||
* Sat Apr 3 2010 Steve Traylen <steve.traylen@cern.ch> - 3.1.2-1
|
||||
- Upstream to 3.1.2
|
||||
|
||||
* Tue Jan 9 2010 Steve Traylen <steve.traylen@cern.ch> - 3.1.0-1
|
||||
* Sat Jan 9 2010 Steve Traylen <steve.traylen@cern.ch> - 3.1.0-1
|
||||
- Upstream to 3.1.0
|
||||
|
||||
* Fri Dec 11 2009 Steve Traylen <steve.traylen@cern.ch> - 3.0.1-1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4438e83260465e7e75e077124e983621 activemq-cpp-library-3.4.4-src.tar.gz
|
||||
2a577ef3f900bd2735a32398366088ff activemq-cpp-library-3.7.1-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue