[php-pear-Net-URL2/f20] update to 2.1.1

Remi Collet remi at fedoraproject.org
Sun Dec 28 07:14:54 UTC 2014


commit 80144c05632b5508f5bc677f40cfcedb7c994ffe
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Dec 28 08:13:48 2014 +0100

    update to 2.1.1
    
    (cherry picked from commit d9900b68825798e0f21b116f15b0e7ca6058c189)

 .gitignore             |    2 ++
 php-pear-Net-URL2.spec |    9 ++++++---
 sources                |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a486bce..3313979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ Net_URL2-0.3.1.tgz
 /Net_URL2-2.0.9.tgz
 /Net_URL2-2.0.10.tgz
 /Net_URL2-2.0.11.tgz
+/Net_URL2-2.1.0.tgz
+/Net_URL2-2.1.1.tgz
diff --git a/php-pear-Net-URL2.spec b/php-pear-Net-URL2.spec
index efb838e..30c2653 100644
--- a/php-pear-Net-URL2.spec
+++ b/php-pear-Net-URL2.spec
@@ -12,7 +12,7 @@
 %global with_tests  %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-pear-Net-URL2
-Version:        2.0.11
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        Class for parsing and handling URL
 
@@ -31,7 +31,7 @@ BuildRequires:  php-phpunit-PHPUnit
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-pear(PEAR)
-# From phpcompatinfo report for 2.0.8
+# From phpcompatinfo report for 2.1.1
 Requires:       php-pcre
 
 Provides:       php-pear(%{pear_name}) = %{version}
@@ -72,7 +72,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 %check
 %if %{with_tests}
 # test suite cannot run in mock (use network)
-# Version 2.0.11 : OK (111 tests, 265 assertions)
+# Version 2.1.1 : OK (113 tests, 270 assertions)
 cd %{buildroot}%{pear_testdir}/%{pear_name}/tests
 phpunit \
    -d date.timezone=UTC \
@@ -107,6 +107,9 @@ fi
 
 
 %changelog
+* Sun Dec 28 2014 Remi Collet <remi at fedoraproject.org> - 2.1.1-1
+- Update to 2.1.1
+
 * Sat Oct 18 2014 Remi Collet <remi at fedoraproject.org> - 2.0.11-1
 - Update to 2.0.11
 - provide php-composer(pear/net_url2)
diff --git a/sources b/sources
index b84f995..5350685 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-951022dd9003d84786e4893ef2d339f0  Net_URL2-2.0.11.tgz
+8910dc24f4c41e7afb0122588e8a7ec6  Net_URL2-2.1.1.tgz


More information about the scm-commits mailing list