Upstream to 3.8.3
This commit is contained in:
parent
f4fc83bc62
commit
58a1b0818b
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ activemq-cpp-library-3.2.1-src.tar.gz
|
|||
/activemq-cpp-library-3.4.4-src.tar.gz
|
||||
/activemq-cpp-library-3.7.1-src.tar.gz
|
||||
/activemq-cpp-library-3.8.2-src.tar.gz
|
||||
/activemq-cpp-library-3.8.3-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
%global with_docs 0
|
||||
|
||||
Name: activemq-cpp
|
||||
Version: 3.8.2
|
||||
Release: 4%{?dist}
|
||||
Version: 3.8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ implementation of JMS-like messaging client
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://activemq.apache.org/cms/
|
||||
Source0: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{version}-src.tar.gz
|
||||
Source0: http://www.apache.org/dist/activemq/activemq-cpp/%{version}/activemq-cpp-library-%{version}-src.tar.gz
|
||||
Patch0: activemq-cpp-3.8.2-system-zlib.patch
|
||||
# Some local texmf configuration to increase default pool_size.
|
||||
Patch1: activemq-cpp-local-texmf.patch
|
||||
|
|
@ -142,6 +142,9 @@ make %{?_smp_mflags} check
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 27 2014 Steve Traylen <steve.traylen@cern.ch> - 3.8.4-1
|
||||
- Upstream to 3.8.3
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5b853f5f866ea21a9a58564c7a2b8e59 activemq-cpp-library-3.8.2-src.tar.gz
|
||||
065a9ea9b279e512cd96a985869bd697 activemq-cpp-library-3.8.3-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue