update to 1.0.0

This commit is contained in:
Remi Collet 2014-09-12 15:46:48 +02:00
commit c4ff8a1458
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/v0.9.3.tar.gz
/php-PHPParser-0.9.4-1e5e280ae88a27effa2ae4aa2bd088494ed8594f.tar.gz
/php-PHPParser-1.0.0-a6d46c17b10d89f35a92fa4b8fb5071615bfb36c.tar.gz
/php-PHPParser-1.0.0-2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94.tar.gz

View file

@ -1,8 +1,7 @@
%global github_owner nikic
%global github_name PHP-Parser
%global github_version 1.0.0
%global github_commit a6d46c17b10d89f35a92fa4b8fb5071615bfb36c
%global github_release .beta1
%global github_commit 2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94
%global lib_name PhpParser
%global lib_name_old PHPParser
@ -11,7 +10,7 @@
Name: php-%{lib_name_old}
Version: %{github_version}
Release: 0.3%{?github_release}%{?dist}
Release: 1%{?dist}
Summary: A PHP parser written in PHP
Group: Development/Libraries
@ -24,21 +23,23 @@ BuildArch: noarch
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: %{_bindir}/phpunit
# For tests: phpcompatinfo (computed from version 1.0.0-beta1)
BuildRequires: php-ctype
# For tests: phpcompatinfo (computed from version 1.0.0)
BuildRequires: php-filter
BuildRequires: php-pcre
BuildRequires: php-spl
BuildRequires: php-tokenizer
Requires: php-xmlreader
Requires: php-xmlwriter
# composer.json
Requires: php(language) >= %{php_min_ver}
Requires: php-tokenizer
# phpcompatinfo (computed from version 1.0.0-beta1)
Requires: php-ctype
# phpcompatinfo (computed from version 1.0.0)
Requires: php-filter
Requires: php-pcre
Requires: php-spl
Requires: php-xmlreader
Requires: php-xmlwriter
Provides: php-composer(nikic/php-parser) = %{version}
@ -78,6 +79,9 @@ ln -s ../%{lib_name}/Autoloader.php \
%changelog
* Fri Sep 12 2014 Remi Collet <remi@fedoraproject.org> 1.0.0-1
- Update to 1.0.0
* Wed Jul 23 2014 Remi Collet <remi@fedoraproject.org> 1.0.0-0.3.beta1
- provide php-composer(nikic/php-parser)
- fix license handling

View file

@ -1,3 +1 @@
9823c79433a2d6dccb0d4a27c6d19829 v0.9.3.tar.gz
bf1d7c80e57d97ae4ddfc26dd2f6d3aa php-PHPParser-0.9.4-1e5e280ae88a27effa2ae4aa2bd088494ed8594f.tar.gz
4113bcd5a1836d97eedff0a8f589e03b php-PHPParser-1.0.0-a6d46c17b10d89f35a92fa4b8fb5071615bfb36c.tar.gz
fb3e2296632e6d6131992bd24a17a5c4 php-PHPParser-1.0.0-2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94.tar.gz