[php-phpunit-phpcpd] Upstream 1.4.1

Guillaume Kulakowski llaumgui at fedoraproject.org
Wed Apr 10 10:27:17 UTC 2013


commit 6ff245dd45bc84da1d5aee56e90566dc9db21556
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Wed Apr 10 12:27:12 2013 +0200

    Upstream 1.4.1

 .gitignore              |    1 +
 php-phpunit-phpcpd.spec |   47 ++++++++++++++++++++++++++---------------------
 sources                 |    2 +-
 3 files changed, 28 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0834adc..1932a14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ phpcpd-1.3.1.tgz
 /phpcpd-1.3.2.tgz
 /phpcpd-1.3.3.tgz
 /phpcpd-1.3.5.tgz
+/phpcpd-1.4.1.tgz
diff --git a/php-phpunit-phpcpd.spec b/php-phpunit-phpcpd.spec
index 07850e8..f967586 100644
--- a/php-phpunit-phpcpd.spec
+++ b/php-phpunit-phpcpd.spec
@@ -3,8 +3,8 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-phpcpd
-Version:        1.3.5
-Release:        4%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        Copy/Paste Detector (CPD) for PHP code
 
 Group:          Development/Libraries
@@ -23,8 +23,9 @@ Requires:       php-xml
 Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pear(pear.phpunit.de/File_Iterator) >= 1.3.0
-Requires:       php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.2
+Requires:       php-pear(pear.phpunit.de/FinderFacade) >= 1.0.4
+Requires:       php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.4
+Requires:       php-pear(pear.phpunit.de/Version) >= 1.0.0
 Requires:       php-pear(components.ez.no/ConsoleTools) >= 1.6
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
@@ -51,8 +52,8 @@ cd %{pear_name}-%{version}
 
 
 %install
+rm -rf %{buildroot}
 cd %{pear_name}-%{version}
-rm -rf %{buildroot} docdir
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
@@ -81,12 +82,16 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/PHPCPD
+%{pear_phpdir}/SebastianBergmann/PHPCPD
 %{_bindir}/phpcpd
 
 
 %changelog
+* Wed Apr 10 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.4.1-1
+- Upstream 1.4.1
+
 * Wed Apr 10 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.5-4
 - Fix metadata location, FTBFS #914374
 
@@ -97,13 +102,13 @@ fi
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
 * Sun Feb 12 2012 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.5-1
-- upstream 1.3.5
+- Upstream 1.3.5
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
 * Sun Nov 20 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.4-1
-- upstream 1.3.4
+- Upstream 1.3.4
 
 * Mon Nov 07 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-3
 - Update dependencies
@@ -112,35 +117,35 @@ fi
 - Fix search and replace issue
 
 * Sat Nov 05 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-1
-- upstream 1.3.3
+- Upstream 1.3.3
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Sun Oct 17 2010 Christof Damian <christof at damian.net> - 1.3.2-1
-- upstream 1.3.2
-- new requirement phpunit/PHP_Timer
-- increased requirement phpunit/File_Iterator to 1.2.2
+- Upstream 1.3.2
+- New requirement phpunit/PHP_Timer
+- Increased requirement phpunit/File_Iterator to 1.2.2
 
 * 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
+- 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
+- Forgot tgz file
 
 * Thu Jan 14 2010 Christof Damian <christof at damian.net> - 1.3.0-1
-- upstream 1.3.0
-- add php 5.2.0 dependency
-- raise pear require
+- Upstream 1.3.0
+- Add php 5.2.0 dependency
+- Raise pear require
 
 * Fri Dec 18 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.2.2-2
 - /usr/share/pear/PHPCPD wasn't owned
 
 * Sat Dec 12 2009 Christof Damian <christof at damian.net> - 1.2.2-1
-- upstream 1.2.2
+- Upstream 1.2.2
 
 * Thu Oct 15 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.2.0-1
 - Initial packaging
diff --git a/sources b/sources
index cd45131..75c6512 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cb3e0765d6a1dfa82f0469ac1929cf0  phpcpd-1.3.5.tgz
+5071c18578c77c364ab18108b7dc87b3  phpcpd-1.4.1.tgz


More information about the scm-commits mailing list