diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-07 16:23:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-07 16:23:06 +0100 |
commit | fbe541ae3ba5e3f1a823ac44abca0485de7dc4c5 (patch) | |
tree | be687fcd9f848e0e027a738ea93d817634424123 | |
parent | 8d10b6087ea7ecfaba95b328a0a58833e528a307 (diff) |
normal build
-rw-r--r-- | php-phpunit-php-timer2.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-php-timer2.spec b/php-phpunit-php-timer2.spec index 6315355..016a17c 100644 --- a/php-phpunit-php-timer2.spec +++ b/php-phpunit-php-timer2.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 +%global bootstrap 0 %global gh_commit 8b8454ea6958c3dee38453d3bd571e023108c91f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -29,7 +29,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 2.0.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: PHP Utility class for timing Group: Development/Libraries @@ -96,6 +96,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md @@ -105,6 +106,9 @@ exit $ret %changelog +* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 2.0.0-1 +- normal build + * Fri Feb 2 2018 Remi Collet <remi@remirepo.net> - 2.0.0-0 - update to 2.0.0 - rename to php-phpunit-php-timer2 |