epel9
Irina Boverman 5 years ago
parent 3a9a36ec8f
commit 774f8d90f2

1
.gitignore vendored

@ -21,3 +21,4 @@
/qpid-proton-0.24.0.tar.gz
/qpid-proton-0.26.0.tar.gz
/qpid-proton-0.28.0.tar.gz
/qpid-proton-0.29.0.tar.gz

@ -3,7 +3,7 @@
<dependencies>
<dependency>
<packageName>qpid-proton</packageName>
<version>0.28.0</version>
<version>0.29.0</version>
<licenses>
<license>
<name>ASL 2.0</name>

@ -19,8 +19,8 @@
%{!?__python2:%global pythonx python}
Name: qpid-proton
Version: 0.28.0
Release: 4%{?dist}
Version: 0.29.0
Release: 1%{?dist}
Summary: A high performance, lightweight messaging library
License: ASL 2.0
URL: http://qpid.apache.org/proton/
@ -400,6 +400,9 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
%check
%changelog
* Tue Oct 1 2019 Irina Boverman <iboverma@redhat.com> - 0.29.0-1
- Rebased to 0.29.0
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.28.0-4
- Rebuilt for Python 3.8

@ -1 +1 @@
SHA512 (qpid-proton-0.28.0.tar.gz) = 98c82db9a13543f81ccf0b5d6e4d2f18cb8446016969f3582fb7a50604a189b27c124eb9899887ba10405cce5d9ccb65fa385d57c60a511e5e067b77d74a3fa1
SHA512 (qpid-proton-0.29.0.tar.gz) = d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4

Loading…
Cancel
Save