[php-horde-Horde-Icalendar] update to 2.0.10

Remi Collet remi at fedoraproject.org
Tue Nov 25 08:34:53 UTC 2014


commit c420ce3f1916c49673e1cacc94357e12e1b0de82
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 25 09:34:45 2014 +0100

    update to 2.0.10

 .gitignore                     |    1 +
 Horde_Icalendar-upstream.patch |   70 ----------------------------------------
 php-horde-Horde-Icalendar.spec |   12 +++----
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c4a51f..1cae34a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ clog
 /Horde_Icalendar-2.0.7.tgz
 /Horde_Icalendar-2.0.8.tgz
 /Horde_Icalendar-2.0.9.tgz
+/Horde_Icalendar-2.0.10.tgz
diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec
index 3085d38..c10d507 100644
--- a/php-horde-Horde-Icalendar.spec
+++ b/php-horde-Horde-Icalendar.spec
@@ -13,8 +13,8 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Icalendar
-Version:        2.0.9
-Release:        2%{?dist}
+Version:        2.0.10
+Release:        1%{?dist}
 Summary:        iCalendar API
 
 Group:          Development/Libraries
@@ -22,8 +22,6 @@ License:        LGPLv2
 URL:            http://pear.horde.org
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
-Patch0:         %{pear_name}-upstream.patch
-
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
@@ -65,13 +63,10 @@ An API for dealing with iCalendar data.
 %setup -q -c
 cd %{pear_name}-%{version}
 
-%patch0 -p3 -b .upstream
-
 # Don't install .po and .pot files
 # Remove checksum for .mo, as we regenerate them
 sed -e '/%{pear_name}.po/d' \
     -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \
-    -e 's/md5sum=.*name=/name=/' \
     ../package.xml >%{name}.xml
 touch -r ../package.xml %{name}.xml
 
@@ -135,6 +130,9 @@ fi
 
 
 %changelog
+* Tue Nov 25 2014 Remi Collet <remi at fedoraproject.org> - 2.0.10-1
+- Update to 2.0.10
+
 * Tue Nov 25 2014 Remi Collet <remi at fedoraproject.org> - 2.0.9-2
 - add upstream patch (thanks Koschei)
 - drop dependency on Horde_Mime
diff --git a/sources b/sources
index 73902a4..cc5675e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7cf2b3537a8b32abfaea9c9af1175d4  Horde_Icalendar-2.0.9.tgz
+0d5f59b19e6ce0cd0c480de0252c4cdd  Horde_Icalendar-2.0.10.tgz


More information about the scm-commits mailing list