[php-phpunit-PHPUnit-Story] update to 1.0.2 (no change)

Remi Collet remi at fedoraproject.org
Wed Apr 3 06:49:20 UTC 2013


commit 425c388a9563bc24e66101206efcc94d0721c84d
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Apr 3 08:49:15 2013 +0200

    update to 1.0.2 (no change)

 .gitignore                     |    1 +
 php-phpunit-PHPUnit-Story.spec |    9 ++++++---
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9100cf5..e7aa8ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PHPUnit_Story-1.0.1.tgz
+/PHPUnit_Story-1.0.2.tgz
diff --git a/php-phpunit-PHPUnit-Story.spec b/php-phpunit-PHPUnit-Story.spec
index 3a4792e..e7b6325 100644
--- a/php-phpunit-PHPUnit-Story.spec
+++ b/php-phpunit-PHPUnit-Story.spec
@@ -4,7 +4,7 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit-Story
-Version:        1.0.1
+Version:        1.0.2
 Release:        1%{?dist}
 Summary:        Story extension for PHPUnit to facilitate Behaviour-Driven Development
 
@@ -14,13 +14,13 @@ URL:            http://www.phpunit.de
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 BuildArch:      noarch
-BuildRequires:  php(language) >= 5.3.0
+BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{pear_channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php(language) >= 5.3.0
+Requires:       php(language) >= 5.3.3
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.9.4
 Requires:       php-channel(%{pear_channel})
@@ -73,5 +73,8 @@ fi
 
 
 %changelog
+* Wed Apr 03 2013 Remi Collet <remi at fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2 (no change)
+
 * Thu Mar 28 2013 Remi Collet <RPMS at FamilleCollet.com> - 1.0.1-1
 - initial package
diff --git a/sources b/sources
index 224a29f..cb9e628 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-695f52dc55ce64d863f8e12fcf16e854  PHPUnit_Story-1.0.1.tgz
+5d54ad71f0663232fbe1a19636bd6183  PHPUnit_Story-1.0.2.tgz


More information about the scm-commits mailing list