From a24ce4df984b269a311b40965c8e00664ba27c59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jan 07 2014 07:51:17 +0000 Subject: - update to 2.0.0alpha6 - add explicit conflicts with php-sabre-dav < 1.9 - cleanups --- diff --git a/php-sabre-http.spec b/php-sabre-http.spec index 9fca30f..32ae24f 100644 --- a/php-sabre-http.spec +++ b/php-sabre-http.spec @@ -6,24 +6,23 @@ # # 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 License: BSD Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} BuildRequires: php(language) > 5.4 @@ -44,6 +43,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 @@ -107,11 +108,14 @@ phpunit \ %files -%defattr(-,root,root,-) %doc ChangeLog composer.json LICENSE README.md %{_datadir}/php/Sabre/HTTP %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