rpms/php-phpunit-phpcpd/devel .cvsignore, 1.4, 1.5 php-phpunit-phpcpd.spec, 1.5, 1.6 sources, 1.4, 1.5

Christof Damian cdamian at fedoraproject.org
Wed Feb 10 20:07:21 UTC 2010


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-phpcpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8018/devel

Modified Files:
	.cvsignore php-phpunit-phpcpd.spec sources 
Log Message:
- upstream 1.3.1
- change define macros to global
- use channel macro in postun
- raise requirements



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phpcpd/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	14 Jan 2010 20:05:43 -0000	1.4
+++ .cvsignore	10 Feb 2010 20:07:21 -0000	1.5
@@ -1 +1 @@
-phpcpd-1.3.0.tgz
+phpcpd-1.3.1.tgz


Index: php-phpunit-phpcpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phpcpd/devel/php-phpunit-phpcpd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- php-phpunit-phpcpd.spec	14 Jan 2010 20:06:42 -0000	1.5
+++ php-phpunit-phpcpd.spec	10 Feb 2010 20:07:21 -0000	1.6
@@ -1,10 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name phpcpd
-%define channel pear.phpunit.de
+%global pear_name phpcpd
+%global channel pear.phpunit.de
 
 Name:           php-phpunit-phpcpd
-Version:        1.3.0
-Release:        2%{?dist}
+Version:        1.3.1
+Release:        1%{?dist}
 Summary:        Copy/Paste Detector (CPD) for PHP code
 
 Group:          Development/Libraries
@@ -14,13 +14,14 @@ 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-tokenizer
 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}
@@ -71,7 +72,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
 
 
@@ -83,6 +84,12 @@ fi
 
 
 %changelog
+* Wed Feb 10 2010 Christof Damian <christof at damian.net> 1.3.1-1
+- upstream 1.3.1
+- change define macros to global
+- use channel macro in postun
+- raise requirements
+
 * Thu Jan 14 2010 Christof Damian <christof at damian.net> - 1.3.0-2
 - forgot tgz file
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-phpcpd/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	14 Jan 2010 20:05:43 -0000	1.4
+++ sources	10 Feb 2010 20:07:21 -0000	1.5
@@ -1 +1 @@
-c465c2e37197cd08e2958c5e02acdc49  phpcpd-1.3.0.tgz
+db2ca21a94f607357dcbd5c14cabb107  phpcpd-1.3.1.tgz



More information about the scm-commits mailing list