From 4cfb8915a9d23c72f3be542f505bcc92b4ddc5c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 16:32:00 +0100 Subject: normal build --- php-phpunit-php-token-stream3.spec | 9 ++++++--- 1 file 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 - 3.0.0-1 +- normal build + * Fri Feb 2 2018 Remi Collet - 3.0.0-0 - update to 3.0.0 - rename to php-phpunit-php-token-stream3 -- cgit