[php-pecl-lzf] * upgrade to latest upstream

topdog topdog at fedoraproject.org
Sat Oct 20 22:41:12 UTC 2012


commit 472c501ad83f4eabfeec3207c99c7948d751055c
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Sun Oct 21 00:38:47 2012 +0200

    * upgrade to latest upstream

 .gitignore        |    2 ++
 lzf-php54.patch   |   11 -----------
 php-pecl-lzf.spec |   16 ++++++++++------
 sources           |    2 +-
 4 files changed, 13 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d41a910..d8cccb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 LZF-1.5.2.tgz
+/LZF-1.6.2.tgz
+/php-lzf-rm-bundled-libs.patch
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec
index e030454..6f54c9e 100644
--- a/php-pecl-lzf.spec
+++ b/php-pecl-lzf.spec
@@ -5,20 +5,21 @@
 %define pecl_name LZF
 
 Name:		php-pecl-lzf
-Version:	1.5.2
-Release:	10%{?dist}
+Version:	1.6.2
+Release:	1%{?dist}
 Summary:	Extension to handle LZF de/compression
 Group:		Development/Languages
 License:	PHP
 URL:		http://pecl.php.net/package/%{pecl_name}
 Source0:	http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# http://svn.php.net/viewvc/pecl/lzf/trunk/lzf.c?r1=297236&r2=297235&pathrev=297236
-Patch0:         lzf-php54.patch
+# remove bundled lzf libs
+Patch0:         php-lzf-rm-bundled-libs.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	php-devel
 BuildRequires:  php-pear >= 1:1.4.0
+BuildRequires:	liblzf-devel
 Requires:       php(zend-abi) = %{php_zend_api}
 Requires:       php(api) = %{php_core_api}
 Requires(post):	%{__pecl}
@@ -41,8 +42,7 @@ slight speed cost.
 
 %prep
 %setup -c -q
-
-%patch0 -p0 -b .php54
+%patch0 -p0
 
 [ -f package2.xml ] || %{__mv} package.xml package2.xml
 %{__mv} package2.xml %{pecl_name}-%{version}/%{pecl_name}.xml
@@ -100,6 +100,10 @@ fi
 %{pecl_xmldir}/%{name}.xml
 
 %changelog
+* Sat Oct 20 2012 Andrew Colin Kissa - 1.6.2-1
+- Upgrade to latest upstream
+- Fix bugzilla #838309 #680230
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 92797d9..544f359 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0313d93783cd11c8e038abfcf1b4f91  LZF-1.5.2.tgz
+390946550cfa5069397c0d7de4e9c0ae  LZF-1.6.2.tgz


More information about the scm-commits mailing list