diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-04-03 06:58:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-04-03 06:58:10 +0200 |
commit | 81caa9076111a7b4a55535d7d0fbfb541318af0f (patch) | |
tree | f4e69a3356a4efab41d3d8c9dfda94b602a8a4bb | |
parent | c14188d825e64cb987991ad2485ffcc51042aa10 (diff) |
v5.7.19
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-phpunit-PHPUnit.spec | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 95a8e76..90d7b76 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 68752b665d3875f9a38a357e3ecb35c79f8673bf +%global gh_commit 69c4f49ff376af2692bad9cebd883d17ebaa98a1 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 17 +%global minor 19 %global specrel 1 Name: php-phpunit-PHPUnit @@ -246,6 +246,9 @@ fi %changelog +* Mon Apr 3 2017 Remi Collet <remi@remirepo.net> - 5.7.19-1 +- Update to 5.7.19 + * Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 5.7.17-1 - Update to 5.7.17 |