[php-horde-Horde-Service-Weather/f21] update to 2.1.6

Remi Collet remi at fedoraproject.org
Thu Mar 5 07:31:07 UTC 2015


commit 6f4a72869a26b157fee9ed4293ce4040bd784307
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Mar 5 08:31:01 2015 +0100

    update to 2.1.6

 .gitignore                           |  3 +++
 php-horde-Horde-Service-Weather.spec | 19 +++++++++++++------
 sources                              |  2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c8a1aa..4004505 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
+clog
 /Horde_Service_Weather-2.0.5.tgz
 /Horde_Service_Weather-2.1.0.tgz
 /Horde_Service_Weather-2.1.1.tgz
 /Horde_Service_Weather-2.1.3.tgz
 /Horde_Service_Weather-2.1.4.tgz
+/Horde_Service_Weather-2.1.5.tgz
+/Horde_Service_Weather-2.1.6.tgz
diff --git a/php-horde-Horde-Service-Weather.spec b/php-horde-Horde-Service-Weather.spec
index 083b7e6..420fc8d 100644
--- a/php-horde-Horde-Service-Weather.spec
+++ b/php-horde-Horde-Service-Weather.spec
@@ -1,8 +1,8 @@
 # spec file for php-horde-Horde-Service-Weather
 #
-# Copyright (c) 2012-2014 Remi Collet
+# Copyright (c) 2012-2015 Remi Collet
 # License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/3.0/
+# http://creativecommons.org/licenses/by-sa/4.0/
 #
 # Please, preserve the changelog entries
 #
@@ -12,7 +12,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Service-Weather
-Version:        2.1.4
+Version:        2.1.6
 Release:        1%{?dist}
 Summary:        Horde Weather Provider
 
@@ -49,6 +49,8 @@ Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Http) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Http) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Url) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Url) <  3.0.0
 # Not documented, detected by phpci
@@ -56,6 +58,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Serialize) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Serialize) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-service-weather) = %{version}
 
 
 %description
@@ -110,9 +113,7 @@ done | tee ../%{pear_name}.lang
 
 %check
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
-    -d date.timezone=UTC \
-    .
+phpunit .
 
 
 %post
@@ -137,7 +138,13 @@ fi
 %{pear_testdir}/%{pear_name}
 %{pear_hordedir}/themes
 
+
 %changelog
+* Wed Mar 04 2015 Remi Collet <remi at fedoraproject.org> - 2.1.6-1
+- Update to 2.1.6
+- add dependency on Horde_Translation 2.2.0
+- add provides php-composer(horde/horde-service-weather)
+
 * Sun Oct 12 2014 Remi Collet <remi at fedoraproject.org> - 2.1.4-1
 - Update to 2.1.4
 
diff --git a/sources b/sources
index 5e7c5aa..8ac1a85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a0f316f63d3129c7d757d1b75722321  Horde_Service_Weather-2.1.4.tgz
+5b5c07f961c9f00fc89174955619ceaa  Horde_Service_Weather-2.1.6.tgz


More information about the scm-commits mailing list