From 57638f7417de1efbefc1a12807ee9bc15633dc26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jan 2014 08:50:12 +0100 Subject: php-sabre-http: 2.0.0alpha6, add explicit conflicts with php-sabre-dav < 1.9 --- php-sabre-http.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-sabre-http.spec') 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 - 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 - 2.0.0-0.1.alpha5 - Initial packaging \ No newline at end of file -- cgit