diff options
| author | Remi Collet <remi@remirepo.net> | 2018-02-07 16:32:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-02-07 16:32:00 +0100 | 
| commit | 4cfb8915a9d23c72f3be542f505bcc92b4ddc5c9 (patch) | |
| tree | a8f09c201c71dd7967ac9f924c249071a1858ccb | |
| parent | 7907db43e098aa6f063144ee42931548a016c462 (diff) | |
normal build
| -rw-r--r-- | php-phpunit-php-token-stream3.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index e458c30..d787fe3 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -7,7 +7,7 @@  #  # Please, preserve the changelog entries  # -%global bootstrap    1 +%global bootstrap    0  %global gh_commit    21ad88bbba7c3d93530d93994e0a33cd45f02ace  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -27,10 +27,9 @@  Name:           php-%{pk_vendor}-%{pk_project}%{major}  Version:        3.0.0 -Release:        0%{?dist} +Release:        1%{?dist}  Summary:        Wrapper around PHP tokenizer extension -Group:          Development/Libraries  License:        BSD  URL:            https://github.com/%{gh_owner}/%{gh_project}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -101,6 +100,7 @@ exit $ret  %files +# remirepo:1  %{!?_licensedir:%global license %%doc}  %license LICENSE  %doc composer.json @@ -110,6 +110,9 @@ exit $ret  %changelog +* Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 3.0.0-1 +- normal build +  * Fri Feb  2 2018 Remi Collet <remi@remirepo.net> - 3.0.0-0  - update to 3.0.0  - rename to php-phpunit-php-token-stream3 | 
