From e90e005f13cd5e22606d211a4ce52930512de22b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Apr 2017 18:20:50 +0200 Subject: v5.0.4 --- .gitignore | 7 +++++++ php-phpunit-php-code-coverage5.spec | 12 ++++++++---- 2 files changed, 15 insertions(+), 4 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-php-code-coverage5.spec b/php-phpunit-php-code-coverage5.spec index 8a0798c..442db36 100644 --- a/php-phpunit-php-code-coverage5.spec +++ b/php-phpunit-php-code-coverage5.spec @@ -9,7 +9,7 @@ %global bootstrap 1 # Github -%global gh_commit 4e99e1c4f9b05cbf4d6e84b100b3ff4107cf8cd1 +%global gh_commit 37bbf491e6b585267ef1e0cbb0056f5c00ebf91c #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 5 %global ver_minor 0 -%global ver_patch 3 +%global ver_patch 4 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -49,7 +49,7 @@ Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commi Patch0: %{name}-fonts.patch BuildArch: noarch -BuildRequires: php-fedora-autoloader-devel +BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with_tests} BuildRequires: php(language) >= 7.0 BuildRequires: php-composer(phpunit/php-file-iterator) >= 1.3 @@ -141,7 +141,7 @@ rm src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.ttf %build %{_bindir}/phpab \ - --template fedora \ + --template fedora2 \ --output src/autoload.php \ src @@ -195,6 +195,10 @@ done %changelog +* Sun Apr 2 2017 Remi Collet - 5.0.4-1 +- Update to 5.0.4 +- use fedora2 autoloader template + * Mon Mar 6 2017 Remi Collet - 5.0.3-1 - Update to 5.0.3 -- cgit