diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-29 15:18:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-29 15:18:48 +0200 |
commit | 80583e0b30672207ba06ad5ec94723eeaa463836 (patch) | |
tree | 950c3ea87e445b727b0e7d5e8428c0ac995076a3 | |
parent | f519b7fb650e340c4da5073d45952e1ebef8c581 (diff) |
v6.0.11
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | phpunit6.spec | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8628e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tgz +*.tar.gz +*.src.rpm +*/*rpm diff --git a/phpunit6.spec b/phpunit6.spec index d3c64c3..28f79a3 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8a536f409ebae632b92b7e7288e068248fe365ed +%global gh_commit de3690a9f4109e3ef0f36e0ba1227e986818275b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,7 +20,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 10 +%global ver_patch 11 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -253,6 +253,9 @@ exit $ret %changelog +* Wed Mar 29 2017 Remi Collet <remi@remirepo.net> - 6.0.11-1 +- Update to 6.0.11 + * Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 6.0.10-1 - Update to 6.0.10 |