Author: glen                         Date: Thu Mar 29 07:26:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix path to exception class

---- Files affected:
packages/php-pear-I18N_UnicodeString:
   php-pear-I18N_UnicodeString.spec (1.14 -> 1.15) , bug-19358.patch (NONE -> 
1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec
diff -u 
packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec:1.14 
packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec:1.15
--- packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec:1.14  
Sat Mar 24 15:05:16 2012
+++ packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec       
Thu Mar 29 09:26:35 2012
@@ -6,11 +6,12 @@
 Summary(pl.UTF-8):     %{pearname} - sposób pracy z samodzielnymi łańcuchami 
znaków wielobajtowych
 Name:          php-pear-%{pearname}
 Version:       0.3.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
 # Source0-md5: 615e3f3cd9d545b16014fb69eb23dc35
+Patch0:                bug-19358.patch
 URL:           http://pear.php.net/package/I18N_UnicodeString/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -37,6 +38,7 @@
 
 %prep
 %pear_package_setup
+%patch0 -p1
 
 mv .%{php_pear_dir}/data/I18N_UnicodeString/README .
 mv docs/%{pearname}/examples .
@@ -68,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2012/03/29 07:26:35  glen
+- fix path to exception class
+
 Revision 1.14  2012/03/24 14:05:16  glen
 - up to 0.3.0
 

================================================================
Index: packages/php-pear-I18N_UnicodeString/bug-19358.patch
diff -u /dev/null packages/php-pear-I18N_UnicodeString/bug-19358.patch:1.1
--- /dev/null   Thu Mar 29 09:26:41 2012
+++ packages/php-pear-I18N_UnicodeString/bug-19358.patch        Thu Mar 29 
09:26:35 2012
@@ -0,0 +1,11 @@
+--- I18N_UnicodeString-0.3.0/usr/share/pear/I18N/UnicodeString.php~    
2012-03-29 10:21:28.000000000 +0300
++++ I18N_UnicodeString-0.3.0/usr/share/pear/I18N/UnicodeString.php     
2012-03-29 10:23:32.223206875 +0300
+@@ -41,7 +41,7 @@
+ * @filesource
+ */
+ 
+-require_once 'I18N/UnicodeString/Exception.php';
++require_once 'I18N/Unicode/Exception.php';
+ 
+ /**
+ * Class provides a way to use and manipulate multibyte strings in PHP
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/packages/php-pear-I18N_UnicodeString/php-pear-I18N_UnicodeString.spec?r1=1.14&r2=1.15

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to