[php-horde-Horde-Compress-Fast/f20] update to 1.0.3

Remi Collet remi at fedoraproject.org
Wed Jul 9 06:48:41 UTC 2014


commit 10783a76f0159528efc9f029ebd361c22857cdaa
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jul 9 08:48:53 2014 +0200

    update to 1.0.3

 .gitignore                         |    1 +
 php-horde-Horde-Compress-Fast.spec |   17 ++++++++++++++---
 sources                            |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eecbf88..1741b48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 /Horde_Compress_Fast-1.0.1.tgz
 /Horde_Compress_Fast-1.0.2.tgz
+/Horde_Compress_Fast-1.0.3.tgz
diff --git a/php-horde-Horde-Compress-Fast.spec b/php-horde-Horde-Compress-Fast.spec
index b330206..ac417cb 100644
--- a/php-horde-Horde-Compress-Fast.spec
+++ b/php-horde-Horde-Compress-Fast.spec
@@ -1,10 +1,18 @@
+# spec file for php-horde-Horde-Compress-Fast
+#
+# Copyright (c) 2013-2014 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %global pear_name    Horde_Compress_Fast
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Compress-Fast
-Version:        1.0.2
+Version:        1.0.3
 Release:        1%{?dist}
 Summary:        Fast Compression Library
 
@@ -68,7 +76,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
 phpunit \
-    -d include_path=$src/lib:.:%{pear_phpdir} \
+    --include-path=$src/lib \
     -d date.timezone=UTC \
     .
 
@@ -96,6 +104,9 @@ fi
 
 
 %changelog
+* Wed Jul 09 2014 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
 * Thu Jul 25 2013 Remi Collet <remi at fedoraproject.org> - 1.0.2-1
 - Update to 1.0.2
 
diff --git a/sources b/sources
index 1e020c9..7f67494 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-224d7f677145e15d21d3fdb89b539647  Horde_Compress_Fast-1.0.2.tgz
+59f0a3ff1649769aaf6d301b99d9d389  Horde_Compress_Fast-1.0.3.tgz


More information about the scm-commits mailing list