[php-pecl-yaml: 1/2] Update to 1.1.0 release

Theodore Lee antiaircraft at fedoraproject.org
Fri Apr 20 07:19:50 UTC 2012


commit 3ae84433afb72839f81787ec3e17342dddd1dd82
Author: Theodore Lee <theo148 at gmail.com>
Date:   Fri Apr 20 15:15:13 2012 +0800

    Update to 1.1.0 release

 .gitignore                       |    1 +
 php-pecl-yaml-1.0.1-cflags.patch |   11 -----------
 php-pecl-yaml.spec               |   12 ++++++------
 sources                          |    2 +-
 4 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ec6af5..66bf1d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /yaml-1.0.1.tgz
+/yaml-1.1.0.tgz
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec
index abcdf63..b4f525d 100644
--- a/php-pecl-yaml.spec
+++ b/php-pecl-yaml.spec
@@ -4,17 +4,14 @@
 %{!?php_extdir: %{expand: %%global php_extdir %(php-config --extension-dir)}}
 
 Name:           php-pecl-yaml
-Version:        1.0.1
-Release:        4%{?dist}
+Version:        1.1.0
+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/
 Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# Makes compiling with Fedora-specific CFLAGS work
-# http://pecl.php.net/bugs/bug.php?id=22703
-Patch0:         php-pecl-yaml-1.0.1-cflags.patch
 
 BuildRequires:      php-devel >= 5.2.0
 BuildRequires:      php-pear libyaml-devel
@@ -37,7 +34,6 @@ constructs as valid YAML 1.1 documents.
 
 %prep
 %setup -q -c
-%patch0 -p0 -b .cflags
 mv package.xml %{pecl_name}-%{version}/package.xml
 
 
@@ -110,6 +106,10 @@ fi
 
 
 %changelog
+* Fri Apr 20 2012 Theodore Lee <theo148 at gmail.com> - 1.1.0-1
+- Update to upstream 1.1.0 release
+- Drop upstreamed cflags patch
+
 * Fri May 13 2011 Theodore Lee <theo148 at gmail.com> - 1.0.1-4
 - Fix commenting in module configuration
 
diff --git a/sources b/sources
index c506e8e..8b11967 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8a965479d919e1526dd43295783c7f7  yaml-1.0.1.tgz
+ea5d0c37a9af65cd29fe094427971641  yaml-1.1.0.tgz


More information about the scm-commits mailing list