summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-03 08:48:19 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-03 08:48:19 +0200
commit4b8fc9d12241de97ae07d9e1fa46e474f13f0720 (patch)
tree738fbead408f56725cb31e5e932d30598c50ffbe
parent72430230cfe55300dcd8c7eaedbc846395088909 (diff)
php-phpunit-PHPUnit-Story: 1.0.2 (no change)
-rw-r--r--package.sig7
-rw-r--r--php-phpunit-PHPUnit-Story.spec9
2 files changed, 6 insertions, 10 deletions
diff --git a/package.sig b/package.sig
deleted file mode 100644
index fff2400..0000000
--- a/package.sig
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.12 (GNU/Linux)
-
-iEYEABECAAYFAlBvB9kACgkQaGfFFLhbXWlPHgCfZS+IOCnE0AkjyTneN1FreCep
-a+0An0fpmOfpHyNM0KugEkTHO8j8ySIc
-=m9j0
------END PGP SIGNATURE-----
diff --git a/php-phpunit-PHPUnit-Story.spec b/php-phpunit-PHPUnit-Story.spec
index 9ed4f96..1ec41b9 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
@@ -15,13 +15,13 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: php(language) >= 5.2.7
+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.2.7
+Requires: php(language) >= 5.3.3
Requires: php-spl
Requires: php-pear(PEAR) >= 1.9.4
Requires: php-channel(%{pear_channel})
@@ -80,5 +80,8 @@ fi
%changelog
+* Wed Apr 03 2013 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2 (no change)
+
* Thu Mar 28 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.0.1-1
- initial package