diff --git a/.gitignore b/.gitignore index 1f3ee7d..279cbbd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /qpid-proton-0.7.tar.gz /qpid-proton-0.8.tar.gz /qpid-proton-0.9.tar.gz +/qpid-proton-0.10-rc1.tar.gz +/qpid-proton-0.10.tar.gz diff --git a/qpid-proton.spec b/qpid-proton.spec index da303bc..c76d8a1 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -13,16 +13,14 @@ } Name: qpid-proton -Version: 0.9 -Release: 5%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: A high performance, lightweight messaging library License: ASL 2.0 URL: http://qpid.apache.org/proton/ -Source0: http://www.apache.org/dist/qpid/proton/%{version}/%{name}-%{version}.tar.gz -Patch0001: 0001-NO-JIRA-Fix-install-of-Perl-bindings.patch -Patch0002: 0002-PROTON-582-Added-in-missing-is_float-method-to-Perl-.patch +Source0: qpid-proton-%{version}/%{name}-%{version}.tar.gz %if (0%{?fedora} || 0%{?rhel} == 7) BuildRequires: cmake >= 2.6 @@ -71,7 +69,7 @@ Provides: qpid-proton = %{version}-%{release} %defattr(-,root,root,-) %dir %{proton_datadir} %doc %{proton_datadir}/LICENSE -%doc %{proton_datadir}/README +%doc %{proton_datadir}/README* %doc %{proton_datadir}/TODO %{_mandir}/man1/* %{_bindir}/proton-dump @@ -168,7 +166,7 @@ Requires: qpid-proton-c = %{version}-%{release} %files -n perl-qpid-proton -%doc LICENSE TODO README +%doc LICENSE TODO README* %{perl_vendorarch}/* @@ -176,10 +174,6 @@ Requires: qpid-proton-c = %{version}-%{release} %prep %setup -q -n %{name}-%{version} -%patch0001 -p1 -%patch0002 -p1 - - %build @@ -220,6 +214,9 @@ make test popd %changelog +* Tue Aug 26 2015 Irina Boverman - 0.10-1 +- Rebased to 0.10 + * Thu Jun 18 2015 Fedora Release Engineering - 0.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3d30f82..b0b0dbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa42b8465d35cf902931daabbe4ef489 qpid-proton-0.9.tar.gz +ca38f75891672f96dfbdd89319a6e078 qpid-proton-0.10.tar.gz