[php-domxml-php4-php5/el6/master] update to 1.21.2 (minor bugfix)

Remi Collet remi at fedoraproject.org
Tue Oct 5 16:25:22 UTC 2010


commit be544640648d36a680ce185367aabc29ab32eeb2
Author: remi <fedora at famillecollet.com>
Date:   Tue Oct 5 18:17:37 2010 +0200

    update to 1.21.2 (minor bugfix)

 .gitignore                |    3 +++
 php-domxml-php4-php5.spec |   13 ++++++++-----
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7a52ed0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+domxml-php4-php5-1.21.1.tar.gz
+*.src.rpm
+/domxml-php4-php5-1.21.2.tar.gz
diff --git a/php-domxml-php4-php5.spec b/php-domxml-php4-php5.spec
index e7465f8..54edfd4 100644
--- a/php-domxml-php4-php5.spec
+++ b/php-domxml-php4-php5.spec
@@ -1,8 +1,8 @@
 %global libname domxml-php4-php5
 
 Name:           php-%{libname}
-Version:        1.21.1
-Release:        2%{?dist}
+Version:        1.21.2
+Release:        1%{?dist}
 Summary:        XML transition from PHP4 domxml to PHP5 dom module
 Summary(fr):    Transition du XML de PHP4 domxml à PHP5 dom
 
@@ -11,7 +11,7 @@ License:        LGPLv3+
 URL:            http://alexandre.alapetite.fr/doc-alex/domxml-php4-php5
 # wget -N http://alexandre.alapetite.fr/doc-alex/domxml-php4-php5/domxml-php4-to-php5.php.txt -O domxml-php4-to-php5.php
 # grep Version domxml-php4-to-php5.php
-# tar czf domxml-php4-php5-1.21.1.tar.gz domxml-php4-to-php5.php
+# tar czf domxml-php4-php5-1.21.2.tar.gz domxml-php4-to-php5.php
 Source0:        %{libname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -28,7 +28,7 @@ Transition du XML de PHP4 domxml à PHP5 dom.
 %prep
 %setup -qc
 
-sed -i -e 's/\r//' *.php
+%{__sed} -i -e 's/\r//' *.php
 
 
 %build
@@ -36,7 +36,7 @@ sed -i -e 's/\r//' *.php
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
 %{__install} -d $RPM_BUILD_ROOT%{_datadir}/php/%{libname}
 %{__install} -pm 0644 *.php $RPM_BUILD_ROOT%{_datadir}/php/%{libname}
 
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 05 2010 Remi Collet <Fedora at FamilleCollet.com> - 1.21.2-1
+- update to 1.21.2 (minor bugfix)
+
 * Sat May 15 2010 Remi Collet <Fedora at FamilleCollet.com> - 1.21.1-2
 - fix License (review #590777)
 
diff --git a/sources b/sources
index 029d3d9..21bd82f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71100023c36ed80002a4116f58fece5e  domxml-php4-php5-1.21.1.tar.gz
+ac2bb7c327298189a8b55a4e899c160e  domxml-php4-php5-1.21.2.tar.gz


More information about the scm-commits mailing list