rpms/php-pear-Log/EL-5 php-pear-Log.spec, 1.11, 1.12 sources, 1.11, 1.12

Remi Collet remi at fedoraproject.org
Sat Aug 8 07:45:40 UTC 2009


Author: remi

Update of /cvs/extras/rpms/php-pear-Log/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31325

Modified Files:
	php-pear-Log.spec sources 
Log Message:
update to 1.11.5 (bugfix)


Index: php-pear-Log.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/EL-5/php-pear-Log.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- php-pear-Log.spec	22 Nov 2008 19:27:34 -0000	1.11
+++ php-pear-Log.spec	8 Aug 2009 07:45:40 -0000	1.12
@@ -4,7 +4,7 @@
 Summary:        Abstracted logging facility for PHP
 Summary(fr):    Abstraction des outils d'enregistrement de traces pour PHP
 Name:           php-pear-Log
-Version:        1.11.3
+Version:        1.11.5
 Release:        1%{?dist}
 License:        MIT
 Group:          Development/Libraries
@@ -47,7 +47,7 @@ php-pear-Log peut optionellement utilise
 %prep
 %setup -c -q
 %{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
-mv package.xml %{pear_name}-%{version}/%{pear_name}.xml
+mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
@@ -58,14 +58,14 @@ mv package.xml %{pear_name}-%{version}/%
 rm -rf %{buildroot} docdir
 
 pushd Log-%{version}
-%{__pear} install --nodeps --packagingroot %{buildroot} %{pear_name}.xml
+%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
 rm -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
 %{__mkdir_p} %{buildroot}%{pear_xmldir}
-%{__install} -pm 644 Log.xml %{buildroot}%{pear_xmldir}
+%{__install} -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 popd
 # Sort out documentation
@@ -84,13 +84,13 @@ lst=$(find %{buildroot}%{pear_phpdir} -e
 # For documentation purpose only
 # After install, as root :
 # pear run-tests -p Log
-# Should return 
-# 15 PASSED TESTS
-# 3 SKIPPED TESTS
+# Should return (1.11.5)
+# 19 PASSED TESTS
+# 2 SKIPPED TESTS
 
 
 %post
-%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{pear_name}.xml >/dev/null || :
+%{__pear} install --nodeps --soft --force --register-only %{pear_xmldir}/%{name}.xml >/dev/null || :
 
 
 %postun
@@ -106,10 +106,14 @@ fi
 %{pear_phpdir}/Log.php
 %{pear_testdir}/Log
 %{pear_datadir}/Log
-%{pear_xmldir}/%{pear_name}.xml
+%{pear_xmldir}/%{name}.xml
 
 
 %changelog
+* Sat Aug 08 2009 Remi Collet <Fedora at FamilleCollet.com> 1.11.5-1
+- update to 1.11.5
+- rename Log.xml to php-pear-Log.xml
+
 * Sat Nov 22 2008 Remi Collet <Fedora at FamilleCollet.com> 1.11.3-1
 - update to 1.11.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/EL-5/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	22 Nov 2008 19:27:34 -0000	1.11
+++ sources	8 Aug 2009 07:45:40 -0000	1.12
@@ -1 +1 @@
-9f489de394e62072750a0c3afef214a1  Log-1.11.3.tgz
+832b1090f40789ff75f07a63b54930eb  Log-1.11.5.tgz




More information about the scm-commits mailing list