summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-token-stream3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-php-token-stream3.spec')
-rw-r--r--php-phpunit-php-token-stream3.spec9
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