[php-bartlett-PHP-CompatInfo/f18] update to 2.22.0

Remi Collet remi at fedoraproject.org
Wed Aug 28 17:40:30 UTC 2013


commit 694c745f2c488b7afcab279b665667e9aa67d7c0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Aug 28 19:40:14 2013 +0200

    update to 2.22.0

 .gitignore                       |    2 +
 PHP_CompatInfo-git.patch         |  131 --------------------------------------
 php-bartlett-PHP-CompatInfo.spec |   21 +++----
 sources                          |    2 +-
 4 files changed, 12 insertions(+), 144 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84edd7f..1bab372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,5 @@ package-*.xml
 /PHP_CompatInfo-2.18.0.tgz
 /PHP_CompatInfo-2.19.0.tgz
 /PHP_CompatInfo-2.20.0.tgz
+/PHP_CompatInfo-2.21.0.tgz
+/PHP_CompatInfo-2.22.0.tgz
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 0341e45..78ef110 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -16,7 +16,7 @@
 
 
 Name:           php-bartlett-PHP-CompatInfo
-Version:        2.20.0
+Version:        2.22.0
 Release:        1%{?dist}
 Summary:        Find out version and the extensions required for a piece of code to run
 
@@ -33,9 +33,6 @@ Source1:        https://raw.github.com/llaville/php-compat-info/master/misc/phpc
 # Add .install .module to fileExtensions (for drupal)
 Patch0:         %{pear_name}-conf.patch
 
-# https://github.com/llaville/php-compat-info/pull/98
-Patch1:         %{pear_name}-git.patch
-
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.2.1
 BuildRequires:  php-pear(PEAR) >= 1.9.0
@@ -85,11 +82,8 @@ cp phpcompatinfo.xml.dist phpcompatinfo.xml
 # Apply our changes
 %patch0  -p1 -b .rpm
 
-%patch1 -p1 -b .ref
-
 # remove checksum for patched files
-sed -e 's/md5sum.*name/name/' \
-    ../package.xml >%{name}.xml
+cp ../package.xml %{name}.xml
 
 
 %build
@@ -130,8 +124,8 @@ rm -f tests/Reference/XslTest.php
 %endif
 
 # OK, but incomplete or skipped tests!
-# Tests: 809, Assertions: 10993, Skipped: 80, when most extensions installed
-# Tests: 550, Assertions: 6830, Skipped: 378, in mock
+# Tests: 810, Assertions: 10996, Skipped: 80, when most extensions installed
+# Tests: 551, Assertions: 6833, Skipped: 378, in mock
 # Reference tests need some fixes for EL-5, so ignore result for now
 %{_bindir}/phpunit \
     -d date.timezone=UTC \
@@ -172,6 +166,9 @@ fi
 
 
 %changelog
+* Fri Aug 23 2013 Remi Collet <remi at fedoraproject.org> - 2.22.0-1
+- Update to 2.22.0
+
 * Thu Jul 25 2013 Remi Collet <remi at fedoraproject.org> - 2.20.0-1
 - Update to 2.20.0
 - patch from https://github.com/llaville/php-compat-info/pull/98
@@ -301,7 +298,7 @@ fi
 - Version 2.1.0 (stable) - API 2.1.0 (stable)
 - fix documentation for asciidoc 8.4
 
-* Sat Jun 02 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.0-1
+* Thu Jun 02 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.0-1
 - Version 2.0.0 (stable) - API 2.0.0 (stable)
 - add HTML documentation
 
@@ -311,7 +308,7 @@ fi
 * Fri Mar 25 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.0-0.2.RC3
 - Version 2.0.0RC3
 
-* Wed Feb 25 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.0-0.1.RC2
+* Fri Feb 25 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.0-0.1.RC2
 - Version 2.0.0RC2
 - Initial Release
 
diff --git a/sources b/sources
index f730690..2f1b1d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e675bfe8fb6cb5baafe316cc0e893cda  PHP_CompatInfo-2.20.0.tgz
+7e160c5a0383d0d50d3101d6ec73c24a  PHP_CompatInfo-2.22.0.tgz


More information about the scm-commits mailing list