[php-IDNA_Convert/el5] - update to 0.8.0 - fix php extension dependencies, #862770

Remi Collet remi at fedoraproject.org
Tue Jan 8 07:32:52 UTC 2013


commit fa843daca24169bbc5e5d570b815891424ddc163
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jan 8 08:32:40 2013 +0100

    - update to 0.8.0
    - fix php extension dependencies, #862770

 .gitignore            |    1 +
 php-IDNA_Convert.spec |   21 +++++++++++++++++----
 sources               |    2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf918cf..cc314e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 idna_convert_063.zip
+/idna_convert_080.zip
diff --git a/php-IDNA_Convert.spec b/php-IDNA_Convert.spec
index 8bc3e12..cc5837a 100644
--- a/php-IDNA_Convert.spec
+++ b/php-IDNA_Convert.spec
@@ -1,20 +1,28 @@
 Name:		php-IDNA_Convert
-Version:	0.6.3
-Release:	2%{?dist}
+Version:	0.8.0
+Release:	1%{?dist}
 Summary:	Provides conversion of internationalized strings to UTF8
 
 Group:		Development/Libraries
 License:	LGPLv2+
 URL:		http://idnaconv.phlymail.de/
-Source0:	http://phlymail.com/download/Goodies/idna_convert_063.zip
+Source0:	http://phlymail.com/download/Goodies/idna_convert_080.zip
+
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:	noarch
-Requires:	php
+
+Requires:	php-iconv
+Requires:	php-mbstring
+Requires:	php-pcre
+Requires:	php-spl
+Requires:	php-xml
+
 
 %description
 This converter allows you to transfer domain names between the encoded 
 (Punycode) notation and the decoded (UTF-8) notation. 
 
+
 %prep
 %setup -qc
 
@@ -43,7 +51,12 @@ rm -rf ${buildroot}
 
 
 %changelog
+* Tue Jan  8 2013 Remi Collet <remi at fedoraproject.org> - 0.8.0-1
+- update to 0.8.0
+- fix php extension dependencies, #862770
+
 * Thu Apr 23 2009 David Nalley <david at gnsa.us> 0.6.3-2
 - Corrected license to LGPLv2+ from LGPLv2
+
 * Wed Apr 22 2009 David Nalley <david at gnsa.us> 0.6.3-1
 - Initial packaging efforts
diff --git a/sources b/sources
index 20da0a2..65b28f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-142bf88fb10a3a7a64238dd4b0226def  idna_convert_063.zip
+78e537b15a75a8d631a29200c24c4c01  idna_convert_080.zip


More information about the scm-commits mailing list