From 81caa9076111a7b4a55535d7d0fbfb541318af0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Apr 2017 06:58:10 +0200 Subject: v5.7.19 --- .gitignore | 7 +++++++ php-phpunit-PHPUnit.spec | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .gitignore 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 - 5.7.19-1 +- Update to 5.7.19 + * Mon Mar 20 2017 Remi Collet - 5.7.17-1 - Update to 5.7.17 -- cgit