New from upstream
Add patch for openssl1
This commit is contained in:
parent
ab2263cf6b
commit
f537987c1a
4 changed files with 30 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%global with_docs 0
|
||||
|
||||
Name: activemq-cpp
|
||||
Version: 3.8.4
|
||||
Release: 8%{?dist}
|
||||
Version: 3.9.4
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ implementation of JMS-like messaging client
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -12,6 +12,9 @@ Source0: http://www.apache.org/dist/activemq/activemq-cpp/%{version}/acti
|
|||
Patch0: activemq-cpp-3.8.2-system-zlib.patch
|
||||
# Some local texmf configuration to increase default pool_size.
|
||||
Patch1: activemq-cpp-local-texmf.patch
|
||||
# Openssl 1.1.0
|
||||
# http://activemq.2283324.n4.nabble.com/activemq-cpp-3-9-4-fails-to-build-fedora-rawhide-openssl-1-1-0e-related-td4724037.html
|
||||
Patch2: activemq-cpp-openssl1.patch
|
||||
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: zlib-devel
|
||||
|
|
@ -79,6 +82,7 @@ rm -r src/main/decaf/internal/util/zip
|
|||
%if %{?with_docs}0
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%patch2 -p1
|
||||
chmod 644 LICENSE.txt
|
||||
chmod 644 src/main/activemq/transport/mock/MockTransport.cpp
|
||||
|
||||
|
|
@ -129,6 +133,10 @@ make %{?_smp_mflags} check
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 13 2018 Steve Traylen <steve.traylen@cern.ch> - 3.9.4-1
|
||||
- New from upstream
|
||||
- Add patch for openssl1
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue