From c94be99ca7d6768934abf7995d81ce45918ffeab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Dec 2017 07:13:29 +0100 Subject: v1.4.12 --- php-phpunit-PHP-TokenStream.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index 9afff02..51fada2 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e03f8f67534427a787e21a385a67ec3ca6978ea7 +%global gh_commit 1ce90ba27c42e4e44e6d8458241466380b51fa16 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-token-stream @@ -23,14 +23,14 @@ Name: php-phpunit-PHP-TokenStream Epoch: 1 -Version: 1.4.11 +Version: 1.4.12 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}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz BuildArch: noarch BuildRequires: php(language) >= 5.3.3 @@ -110,6 +110,9 @@ fi %changelog +* Tue Dec 5 2017 Remi Collet - 1.4.12-1 +- Update to 1.4.12 + * Mon Nov 6 2017 Remi Collet - 1:1.4.11-1 - Revert to 1.4.11 and bump Epoch to 1 -- cgit