[atoum] Add provides for registered Packagist package

Johan Cwiklinski trasher at fedoraproject.org
Wed Jun 11 05:34:05 UTC 2014


commit 8e4d4f37a774187250d1094ac14e695099e18c6d
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Wed Jun 11 07:34:34 2014 +0200

    Add provides for registered Packagist package

 atoum.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/atoum.spec b/atoum.spec
index 557ea98..a62b91b 100644
--- a/atoum.spec
+++ b/atoum.spec
@@ -4,7 +4,7 @@
 
 Name:           atoum
 Version:        0
-Release:        0.10.git%{shortcommit}%{?dist}
+Release:        0.11.git%{shortcommit}%{?dist}
 Summary:        PHP Unit Testing framework
 
 Group:          Development/Libraries
@@ -38,6 +38,8 @@ Requires:       php-mbstring
 Requires:       php-pecl(Xdebug) >= 2.2.1
 Requires:       php-xml
 
+provides: php-composer(atoum/atoum) = %{version}
+
 
 %description
 A simple, modern and intuitive unit testing framework for PHP!
@@ -106,6 +108,9 @@ php runner.php --directories .
 
 
 %changelog
+* Wed Jun 11 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.11.gite1f64c2
+- Add provides for registered Packagist package
+
 * Mon Jun 09 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.10.gite1f64c2
 - Last upstream commit
 


More information about the scm-commits mailing list