diff --git a/.gitignore b/.gitignore index d73e586..057d8fe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ clog /yaml-1.1.1.tgz /yaml-1.2.0.tgz /yaml-2.0.0RC8.tgz +/yaml-2.0.0.tgz diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 44d8bf8..6b75cf5 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -1,15 +1,14 @@ %global pecl_name yaml %global ini_name 40-%{pecl_name}.ini -%global prever RC8 Name: php-pecl-yaml Version: 2.0.0 -Release: 0.9.%{prever}%{?dist} +Release: 1%{?dist} Summary: Support for YAML 1.1 serialization using the LibYAML library Group: Development/Languages License: MIT -URL: http://code.google.com/p/php-yaml/ +URL: http://pecl.php.net/package/yaml Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRequires: php-devel >= 7 @@ -100,6 +99,10 @@ done %changelog +* Mon Nov 14 2016 Remi Collet - 2.0.0-1 +- upate to 2.0.0 +- fix project URL + * Mon Jun 27 2016 Remi Collet - 2.0.0-0.1.RC8 - upate to 2.0.0RC8 - rebuild for https://fedoraproject.org/wiki/Changes/php70 diff --git a/sources b/sources index 4991cc4..16acccd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05b80666e43d74e6b790deb8ea2de0c5 yaml-2.0.0RC8.tgz +5bdb54d5cd62d41354434f4d2a1c11ee yaml-2.0.0.tgz