|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%global __requires_exclude_from ^%{proton_datadir}/examples/.*$
|
|
|
|
|
|
|
|
|
|
Name: qpid-proton
|
|
|
|
|
Version: 0.34.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.35.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A high performance, lightweight messaging library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://qpid.apache.org/proton/
|
|
|
|
@ -21,7 +21,6 @@ Source1: licenses.xml
|
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
%{!?_licensedir:%global proton_licensedir %{proton_datadir}}
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
@ -333,27 +332,15 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.34.0-2
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
* Fri July 16 2021 Kim van der Riet <kvanderr@redhat.com> - 0.35.0-1
|
|
|
|
|
- Rebased to 0.35.0
|
|
|
|
|
|
|
|
|
|
* Tue May 4 2021 Irina Boverman <iboverma@redhat.com> - 0.34.0-1
|
|
|
|
|
- Rebased to 0.34.0
|
|
|
|
|
|
|
|
|
|
* Wed Mar 31 2021 Jonathan Wakely <jwakely@redhat.com> - 0.33.0-4
|
|
|
|
|
- Rebuilt for removed libstdc++ symbols (#1937698)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Irina Boverman <iboverma@redhat.com> - 0.33.0-3
|
|
|
|
|
- Resolved PROTON-2342
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 19 2021 Irina Boverman <iboverma@redhat.com> - 0.33.0-1
|
|
|
|
|
- Rebased to 0.33.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 06 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.32.0-3
|
|
|
|
|
- F-34: rebuild against ruby 3.0
|
|
|
|
|
|
|
|
|
|
* Fri Oct 2 2020 Irina Boverman <iboverma@redhat.com> - 0.32.0-2
|
|
|
|
|
- Added temp fix to allow building c/cpp examples
|
|
|
|
|
|
|
|
|
|