[php-sabre-event/f20] - update to 1.0.1 - add provides php-composer(sabre/event) - change url to http://sabre.io/event

Remi Collet remi at fedoraproject.org
Fri Jun 13 11:06:48 UTC 2014


commit 701022dfa81d8aded044ffd00999cab586910f9d
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jun 13 13:06:42 2014 +0200

    - update to 1.0.1
    - add provides php-composer(sabre/event)
    - change url to http://sabre.io/event

 .gitignore           |    2 ++
 php-sabre-event.spec |   17 ++++++++++++-----
 sources              |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e69702..47a5d3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+clog
 /sabre-event-1.0.0.tar.gz
+/sabre-event-1.0.1.tar.gz
diff --git a/php-sabre-event.spec b/php-sabre-event.spec
index 25e3be1..eb29875 100644
--- a/php-sabre-event.spec
+++ b/php-sabre-event.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    14f284eede050859e72ac41064df0eac25327190
+%global gh_commit    5ee3adf5441c2fe53b8ceacff6db81e621ee884c
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     fruux
 %global gh_project   sabre-event
@@ -14,10 +14,10 @@
 
 Name:           php-%{gh_project}
 Summary:        Lightweight library for event-based programming
-Version:        1.0.0
+Version:        1.0.1
 Release:        1%{?dist}
 
-URL:            https://github.com/%{gh_owner}/%{gh_project}
+URL:            http://sabre.io/event
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
 License:        BSD
 Group:          Development/Libraries
@@ -25,13 +25,15 @@ Group:          Development/Libraries
 BuildArch:      noarch
 %if %{with_tests}
 BuildRequires:  php(language) >= 5.4.1
-BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)
+BuildRequires:  php-phpunit-PHPUnit
 %endif
 
 # From composer.json
 Requires:       php(language) >= 5.4.1
 # From phpcompatinfo report: nothing else
 
+Provides:       php-composer(sabre/event) = %{version}
+
 
 %description
 A lightweight library for event management in PHP.
@@ -80,5 +82,10 @@ phpunit \
 
 
 %changelog
+* Fri Jun 13 2014 Remi Collet <remi at fedoraproject.org> - 1.0.1-1
+- update to 1.0.1
+- add provides php-composer(sabre/event)
+- change url to http://sabre.io/event
+
 * Tue Dec 31 2013 Remi Collet <remi at fedoraproject.org> - 1.0.0-1
-- Initial packaging
\ No newline at end of file
+- Initial packaging
diff --git a/sources b/sources
index eaf7261..7543bdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4392f1a55801eedf07725748b6339ac7  sabre-event-1.0.0.tar.gz
+d56b4fd0acb42df466ddc724d904e2db  sabre-event-1.0.1.tar.gz


More information about the scm-commits mailing list