[php-phpunit-FinderFacade] update to 1.1.0

Remi Collet remi at fedoraproject.org
Thu May 30 08:23:40 UTC 2013


commit 766b5158fe88322de6d8f18cc6e018d5a9ab1942
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu May 30 10:23:24 2013 +0200

    update to 1.1.0

 .gitignore                    |    1 +
 FinderFacade.patch            |   64 -----------------------------------------
 php-phpunit-FinderFacade.spec |   15 ++++-----
 sources                       |    2 +-
 4 files changed, 9 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bba678..e678b1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 package-*.xml
 /FinderFacade-1.0.5.tgz
 /FinderFacade-1.0.6.tgz
+/FinderFacade-1.1.0.tgz
diff --git a/php-phpunit-FinderFacade.spec b/php-phpunit-FinderFacade.spec
index af491aa..2d0dd63 100644
--- a/php-phpunit-FinderFacade.spec
+++ b/php-phpunit-FinderFacade.spec
@@ -4,29 +4,27 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-FinderFacade
-Version:        1.0.6
-Release:        3%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Wrapper for Symfony Finder component
 
 Group:          Development/Libraries
 License:        BSD
 URL:            https://github.com/sebastianbergmann/finder-facade
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
-Patch0:         %{pear_name}.patch
 
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{channel})
 
-Requires:       php-pear(PEAR) >= 1.9.2
+Requires:       php-pear(PEAR) >= 1.9.4
 Requires:       php-channel(%{channel})
 Requires:       php(language) >= 5.3.3
 Requires:       php-ctype
 Requires:       php-spl
 Requires:       php-pear(pear.netpirates.net/fDOMDocument) >= 1.3.1
 Requires:       php-pear(pear.symfony.com/Finder) >= 2.2.0
-
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -40,9 +38,7 @@ Convenience wrapper for Symfony's Finder component.
 %prep
 %setup -q -c
 
-%patch0 -p0
-sed -e 's/md5sum=.*name/name/' \
-    package.xml >%{pear_name}-%{version}/%{name}.xml
+mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
@@ -83,6 +79,9 @@ fi
 
 
 %changelog
+* Thu May 30 2013 Remi Collet <remi at fedoraproject.org> - 1.1.0-1
+- Update to 1.1.0
+
 * Sat Mar 23 2013 Remi Collet <remi at fedoraproject.org> - 1.0.6-3
 - upstream patch for Finder 2.2.0 compatibility
 
diff --git a/sources b/sources
index 1e5054d..36d34f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38ca791f5b75ff5ae8dbe2d06313e294  FinderFacade-1.0.6.tgz
+7e48494599e302d37e97ec5317a85f1f  FinderFacade-1.1.0.tgz


More information about the scm-commits mailing list