[packages/php-simpletest] - updated to 1.1.0 - updated Source URL - this version works only for PHP 5.0.5+, no-php4 patch is o

kiesiu kiesiu at pld-linux.org
Wed Jul 25 17:13:37 CEST 2012


commit 24b2764bf879fb94c1e1231bab0c332ed16195a0
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Wed Jul 25 17:11:52 2012 +0200

    - updated to 1.1.0
    - updated Source URL
    - this version works only for PHP 5.0.5+, no-php4 patch is obsoleted now
    - rel. 1; works fine

 php-simpletest.spec | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/php-simpletest.spec b/php-simpletest.spec
index 8909661..44bfba4 100644
--- a/php-simpletest.spec
+++ b/php-simpletest.spec
@@ -1,18 +1,17 @@
 %include	/usr/lib/rpm/macros.php
-%define		php_min_version 5.2.0
+%define		php_min_version 5.0.5
 %define		pkgname	simpletest
 Summary:	Unit testing for PHP
 Name:		php-%{pkgname}
-Version:	1.0.1
-Release:	0.6
+Version:	1.1.0
+Release:	1
 License:	LGPL v2.1
 Group:		Development/Languages/PHP
-Source0:	http://downloads.sourceforge.net/project/%{pkgname}/%{pkgname}/%{pkgname}_%{version}/%{pkgname}_%{version}.tar.gz
-# Source0-md5:	ab70ef7617b37a933499a630890461da
-Patch0:		no-php4.patch
+Source0:	http://downloads.sourceforge.net/%{pkgname}/%{pkgname}_%{version}.tar.gz
+# Source0-md5:	4888891907a2383866038de398284df9
 URL:		http://www.simpletest.org/
-BuildRequires:	rpmbuild(macros) >= 1.461
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	php-common >= 4:%{php_min_version}
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,14 +52,6 @@ Dokumentacja do %{pkgname}.
 
 %prep
 %setup -qc
-
-# no php4
-mv simpletest/reflection{_php5,}.php
-rm simpletest/reflection_php4.php
-mv simpletest/test/reflection{_php5,}_test.php
-rm simpletest/test/reflection_php4_test.php
-%patch0 -p0
-
 mv %{pkgname}/docs .
 mv simpletest/[HLRV]* .
 


More information about the pld-cvs-commit mailing list