summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-01 08:33:25 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-01 08:33:25 +0200
commit3b8dd2b7ac725d23f9a9c3b76d141a0902699968 (patch)
tree7dc047a6333108cb94a3118360d58c019ddcd856
parentc30aed96265a5dce7acc1c1cdda836dcf4a750b2 (diff)
php-phpunit-DbUnit: 1.3.1
-rw-r--r--php-phpunit-DbUnit.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 617b6cf..0b7d3f7 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -6,12 +6,12 @@
#
# Please, preserve the changelog entries
#
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name DbUnit
%global channel pear.phpunit.de
Name: php-phpunit-DbUnit
-Version: 1.3.0
+Version: 1.3.1
Release: 1%{?dist}
Summary: DbUnit port for PHP/PHPUnit
@@ -97,6 +97,9 @@ fi
%changelog
+* Tue Apr 01 2014 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
+- Update to 1.3.1
+
* Fri Nov 01 2013 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
- Update to 1.3.0
- add requires: symfony2/Yaml