[packages/php-pecl-timezonedb] up to 2013.8 (2013h)

glen glen at pld-linux.org
Mon Nov 25 08:52:30 CET 2013


commit 535291fc6dfccba12e9e0d3ee4c438a634a43404
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 24 23:03:00 2013 +0200

    up to 2013.8 (2013h)

 php-pecl-timezonedb.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-pecl-timezonedb.spec b/php-pecl-timezonedb.spec
index ba4e018..d322272 100644
--- a/php-pecl-timezonedb.spec
+++ b/php-pecl-timezonedb.spec
@@ -1,15 +1,15 @@
 %define		php_name	php%{?php_suffix}
-%define		modname	timezonedb
+%define		modname		timezonedb
 %define		status		stable
 Summary:	%{modname} - timezone database to be used with PHP's date and time functions
 Summary(pl.UTF-8):	%{modname} - baza stref czasowych do wykorzystania z funkcjami date() oraz time()
 Name:		%{php_name}-pecl-%{modname}
-Version:	2011.14
+Version:	2013.8
 Release:	1
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5:	3dadd9c2e4dd23e510f1dae03eb14f8a
+# Source0-md5:	602dc8a2e9187db5e43d5be2c450b5b3
 URL:		http://pecl.php.net/package/timezonedb/
 BuildRequires:	%{php_name}-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.650
@@ -37,7 +37,7 @@ To rozszerzenie ma w PECL status: %{status}.
 %setup -q -c
 mv %{modname}-%{version}/* .
 
-if [ "%{php_major_version}.%{php_minor_version}" = "5.3" ]; then
+if [ %{php_major_version} = 5 -a %{php_minor_version} -ge 3 ]; then
 	echo >&2 "pointless to build, PLD Linux PHP >= 5.3 uses system tzdata"
 	exit 1
 fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-timezonedb.git/commitdiff/535291fc6dfccba12e9e0d3ee4c438a634a43404



More information about the pld-cvs-commit mailing list