[php-horde-Horde-Browser] update to 2.0.3

Remi Collet remi at fedoraproject.org
Fri Jan 11 09:07:36 UTC 2013


commit c9e7b5fdb8b530a5f79dc198b64826a5e46234ff
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jan 11 10:07:28 2013 +0100

    update to 2.0.3

 .gitignore                   |    1 +
 php-horde-Horde-Browser.spec |   17 +++++++++--------
 sources                      |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a41a5a..1a3a016 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Horde_Browser-2.0.2.tgz
+/Horde_Browser-2.0.3.tgz
diff --git a/php-horde-Horde-Browser.spec b/php-horde-Horde-Browser.spec
index 6e545e0..2b7642b 100644
--- a/php-horde-Horde-Browser.spec
+++ b/php-horde-Horde-Browser.spec
@@ -4,7 +4,7 @@
 %global pear_name Horde_Browser
 
 Name:           php-horde-Horde-Browser
-Version:        2.0.2
+Version:        2.0.3
 Release:        1%{?dist}
 Summary:        Horde Browser API
 
@@ -16,7 +16,7 @@ Source0:        http://pear.horde.org/get/%{pear_name}-%{version}.tgz
 BuildArch:      noarch
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  gettext
-BuildRequires:  php-channel(%pear_channel)
+BuildRequires:  php-channel(%{pear_channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -24,7 +24,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-common >= 5.3.0
-Requires:       php-channel(%pear_channel)
+Requires:       php-channel(%{pear_channel})
 Requires:       php-pcre
 
 Provides:       php-pear(%{pear_channel}/Horde_Browser) = %{version}
@@ -86,13 +86,14 @@ fi
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Horde/Browser
 %{pear_phpdir}/Horde/Browser.php
-# own locales (non standard) directories, .mo own by find_lang
-%dir %{pear_datadir}/Horde_Browser
-%dir %{pear_datadir}/Horde_Browser/locale
-%dir %{pear_datadir}/Horde_Browser/locale/*
-%dir %{pear_datadir}/Horde_Browser/locale/*/LC_MESSAGES
+%dir %{pear_datadir}/%{pear_name}
+%dir %{pear_datadir}/%{pear_name}/locale
 
 %changelog
+* Fri Jan 11 2013 Remi Collet <remi at fedoraproject.org> - 2.0.3-1
+- Update to 2.0.3
+- fix files listed twice
+
 * Wed Dec 12 2012 Nick Bebout <nb at fedoraproject.org> - 2.0.2-1
 - Upgrade to 2.0.2
 
diff --git a/sources b/sources
index 824b14a..129f8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0567260322579bba949876f51e1e2243  Horde_Browser-2.0.2.tgz
+74de5e910c3915c04857801a5a1904db  Horde_Browser-2.0.3.tgz


More information about the scm-commits mailing list