rpms/php-phpunit-phploc/F-12 .cvsignore, 1.4, 1.5 php-phpunit-phploc.spec, 1.5, 1.6 sources, 1.4, 1.5

Christof Damian cdamian at fedoraproject.org
Wed Feb 10 19:57:22 UTC 2010


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-phploc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6268/F-12

Modified Files:
	.cvsignore php-phpunit-phploc.spec sources 
Log Message:
- upstream 5.2.1
- changed requirements
- replaced define macros with global



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phploc/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	14 Jan 2010 18:54:44 -0000	1.4
+++ .cvsignore	10 Feb 2010 19:57:22 -0000	1.5
@@ -1 +1 @@
-phploc-1.5.0.tgz
+phploc-1.5.1.tgz


Index: php-phpunit-phploc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phploc/F-12/php-phpunit-phploc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- php-phpunit-phploc.spec	14 Jan 2010 18:54:44 -0000	1.5
+++ php-phpunit-phploc.spec	10 Feb 2010 19:57:22 -0000	1.6
@@ -1,10 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name phploc
-%define channel pear.phpunit.de
+%global pear_name phploc
+%global channel pear.phpunit.de
 
 Name:           php-phpunit-phploc
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        A tool for quickly measuring the size of a PHP project
 
 Group:          Development/Libraries
@@ -14,13 +14,13 @@ Source0:        http://pear.phpunit.de/g
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  php-pear >= 1:1.7.2
+BuildRequires:  php-pear >= 1:1.9.0
 BuildRequires:  php-channel(%{channel})
-Requires:       php-common >= 5.2.0
+Requires:       php-common >= 5.2.7
 Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pear(pear.phpunit.de/File_Iterator) >= 1.1.0
+Requires:       php-pear(pear.phpunit.de/File_Iterator) >= 1.2.0
 Requires:       php-pear(components.ez.no/ConsoleTools) >= 1.6 
                 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
@@ -70,7 +70,7 @@ cd %{pear_name}-%{version}
 %postun
 if [ $1 -eq 0 ] ; then
     %{__pear} uninstall --nodeps --ignore-errors --register-only \
-        pear.phpunit.de/%{pear_name} >/dev/null || :
+        %{channel}/%{pear_name} >/dev/null || :
 fi
 
 
@@ -82,6 +82,11 @@ fi
 
 
 %changelog
+* Wed Feb 10 2010 Christof Damian <christof at damian.net> 1.5.1-1
+- upstream 5.2.1
+- changed requirements
+- replaced define macros with global
+
 * Thu Jan 14 2010 Christof Damian <christof at damian.net> - 1.5.0-2
 - add php 5.2.0 dependency
 - remove hack to lower pear requirement


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phploc/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	14 Jan 2010 18:54:44 -0000	1.4
+++ sources	10 Feb 2010 19:57:22 -0000	1.5
@@ -1 +1 @@
-32e28a0615f09825e19bf3bb064e0ca8  phploc-1.5.0.tgz
+55ae978a428bb1713ea6ed8d5fbc4041  phploc-1.5.1.tgz



More information about the scm-commits mailing list