normal build
This commit is contained in:
parent
63bf46c5d8
commit
5622c9fc0a
1 changed files with 5 additions and 3 deletions
|
|
@ -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,7 +96,6 @@ exit $ret
|
|||
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc composer.json
|
||||
|
|
@ -105,6 +104,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue