[php-horde-imp/f20] update to 6.1.8

Remi Collet remi at fedoraproject.org
Tue Jul 8 11:32:20 UTC 2014


commit 87994e6bfe8769abe46524461c1a119555db5e59
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jul 8 13:32:32 2014 +0200

    update to 6.1.8

 .gitignore         |    1 +
 php-horde-imp.spec |   10 +++++++---
 sources            |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8921c8a..c6db44e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /imp-6.1.7.tgz
+/imp-6.1.8.tgz
diff --git a/php-horde-imp.spec b/php-horde-imp.spec
index 46ca590..d49332d 100644
--- a/php-horde-imp.spec
+++ b/php-horde-imp.spec
@@ -12,8 +12,8 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-imp
-Version:        6.1.7
-Release:        2%{?dist}
+Version:        6.1.8
+Release:        1%{?dist}
 Summary:        A web based webmail system
 
 Group:          Development/Libraries
@@ -166,6 +166,7 @@ sed -e '/%{pear_name}.po/d' \
     -e '/htaccess/d' \
     -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \
     ../package.xml >%{name}.xml
+touch -r ../package.xml %{name}.xml
 
 
 %build
@@ -210,7 +211,7 @@ done | tee ../%{pear_name}.lang
 src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/Imp
 phpunit\
-    -d include_path=$src/lib:.:%{pear_phpdir} \
+    --include-path=$src/lib \
     -d date.timezone=UTC \
     .
 
@@ -251,6 +252,9 @@ fi
 
 
 %changelog
+* Mon Jul 07 2014 Remi Collet <remi at fedoraproject.org> - 6.1.8-1
+- Update to 6.1.8
+
 * Mon Apr 28 2014 Remi Collet <remi at fedoraproject.org> - 6.1.7-2
 - fix from review #1087734
 
diff --git a/sources b/sources
index eb765cc..1273ab0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-299a3af7be7a723118803c4a8d53e305  imp-6.1.7.tgz
+7cf3f9ac8594aa39bf0eae58c6539751  imp-6.1.8.tgz


More information about the scm-commits mailing list