diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-07 08:50:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-07 08:50:12 +0100 |
commit | 57638f7417de1efbefc1a12807ee9bc15633dc26 (patch) | |
tree | 3fdb41d0566462d3c9876579213b3441df609b17 | |
parent | e479c820172166df199e88018edcb579ef12e3ed (diff) |
php-sabre-http: 2.0.0alpha6, add explicit conflicts with php-sabre-dav < 1.9
-rw-r--r-- | php-sabre-http.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-sabre-http.spec b/php-sabre-http.spec index 9fca30f..38a6cf1 100644 --- a/php-sabre-http.spec +++ b/php-sabre-http.spec @@ -6,17 +6,17 @@ # # Please, preserve the changelog entries # -%global gh_commit a9765fd1147f80433bd0958a036c9c446e15b6e6 +%global gh_commit 1edcd387535d10a5a5c0e0fd2f3192d1e3156970 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-http -%global prever alpha5 +%global prever alpha6 %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-%{gh_project} Summary: Library for dealing with http requests and responses Version: 2.0.0 -Release: 0.1.%{prever}%{?dist} +Release: 0.2.%{prever}%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}.tar.gz @@ -44,6 +44,8 @@ Requires: php-date Requires: php-pcre Requires: php-spl Requires: php-xml +# Was split from php-sabre-dav in version 1.9 +Conflicts: php-sabre-dav < 1.9 %description @@ -113,5 +115,9 @@ phpunit \ %changelog +* Tue Jan 7 2014 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.2.alpha6 +- update to 2.0.0alpha6 +- add explicit conflicts with php-sabre-dav < 1.9 + * Tue Dec 31 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.alpha5 - Initial packaging
\ No newline at end of file |