diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-16 16:40:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-16 16:40:47 +0200 |
commit | 203239533ce2eee19e1a657bc86c278c3497131f (patch) | |
tree | 7ca0add6b393a0e6e8785520981bae761e82f2f5 | |
parent | 527657b3c1edf83e080063aeda502cfe2b0c118a (diff) |
php-PHPParser: 1.0.1
-rw-r--r-- | php-PHPParser.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-PHPParser.spec b/php-PHPParser.spec index 2116bc2..a703673 100644 --- a/php-PHPParser.spec +++ b/php-PHPParser.spec @@ -1,7 +1,6 @@ %global github_owner nikic %global github_name PHP-Parser -%global github_version 1.0.0 -%global github_commit 2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94 +%global github_commit b9a60372f26356feb85b4b9ca50a395a5f0d7f34 %global oldlib_name PHPParser %global newlib_name PhpParser @@ -9,14 +8,14 @@ %global php_min_ver 5.3 Name: php-%{oldlib_name} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: A PHP parser written in PHP Group: Development/Libraries License: BSD URL: https://github.com/%{github_owner}/%{github_name} -Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz +Source0: %{url}/archive/%{github_commit}/%{name}-%{version}-%{github_commit}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -80,6 +79,9 @@ ln -s ../%{newlib_name}/Autoloader.php \ %changelog +* Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> 1.0.1-1 +- Update to 1.0.1 + * Fri Sep 12 2014 Remi Collet <remi@fedoraproject.org> 1.0.0-1 - Update to 1.0.0 |