commit horde3-ingo for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package horde3-ingo for openSUSE:Factory
checked in at Tue Oct 4 16:58:27 CEST 2011.




--- openSUSE:Factory/horde3-ingo/horde3-ingo.changes2011-09-23 
02:02:49.0 +0200
+++ /mounts/work_src_done/STABLE/horde3-ingo/horde3-ingo.changes
2011-10-03 20:55:27.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  3 18:55:07 UTC 2011 - co...@suse.com
+
+- only require php5 if it exists (e.g. not on 12.1)
+
+---
+Wed Aug 24 13:33:18 UTC 2011 - l...@b1-systems.de
+
+- require Net_Sieve = 1.3.1 to prevent bugs with older cyrus
+  versions
+
+---

calling whatdependson for head-i586




Other differences:
--
++ horde3-ingo.spec ++
--- /var/tmp/diff_new_pack.FnZUqi/_old  2011-10-04 16:58:23.0 +0200
+++ /var/tmp/diff_new_pack.FnZUqi/_new  2011-10-04 16:58:23.0 +0200
@@ -39,7 +39,7 @@
 Requires:   horde3 = 3.3.0
 Requires:   php5-pear-DB
 Requires:   php5-pear-Mail_Mime
-Requires:   php5-pear-Net_Sieve
+Requires:   php5-pear-Net_Sieve = 1.3.1
 BuildRequires:  apache2-devel horde3
 %if 0%{?sles_version} != 10 
 BuildRequires:  fdupes
@@ -63,7 +63,9 @@
 %setup -qn ingo-h3-%{_pversion}
 
 %__cp %{S:1} config/backends.php.kolab
-%__sed -i 's|/usr/bin/php|%{_bindir}/php5|' 
scripts/upgrades/convert_prefs_to_sql.php
+if test -e /usr/bin/php5; then
+  %__sed -i 's|/usr/bin/php|%{_bindir}/php5|' 
scripts/upgrades/convert_prefs_to_sql.php
+fi
 
 %build
 pushd config/

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit horde3-ingo for openSUSE:Factory

2011-08-15 Thread h_root

Hello community,

here is the log from the commit of package horde3-ingo for openSUSE:Factory
checked in at Mon Aug 15 12:05:16 CEST 2011.




--- horde3-ingo/horde3-ingo.changes 2011-01-31 13:40:57.0 +0100
+++ /mounts/work_src_done/STABLE/horde3-ingo/horde3-ingo.changes
2011-08-13 21:24:48.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug 13 19:25:14 UTC 2011 - l...@b1-systems.de
+
+- version 1.2.6
+- [mms] Fix encoding of vacation message in maildrop driver (Bug #9532).
+- [jan] Add upgrade scripts for next-generation SQL share driver.
+
+---

calling whatdependson for head-i586


Old:

  ingo-h3-1.2.5.tar.bz2

New:

  ingo-h3-1.2.6.tar.gz



Other differences:
--
++ horde3-ingo.spec ++
--- /var/tmp/diff_new_pack.hPm9Qe/_old  2011-08-15 12:04:50.0 +0200
+++ /var/tmp/diff_new_pack.hPm9Qe/_new  2011-08-15 12:04:50.0 +0200
@@ -20,16 +20,16 @@
 %define _hordedir %(%{_sbindir}/apxs2 -q datadir)/htdocs/horde
 %define _ingodir %{_hordedir}/ingo
 
-%define _pversion 1.2.5
+%define _pversion 1.2.6
 
 Name:   horde3-ingo
-Version:1.2.5
-Release:2
+Version:1.2.6
+Release:1
 Summary:Horde Email Filter Rules Manager
 License:Horde Apache-like License
 Group:  Productivity/Networking/Other
 Url:http://www.horde.org/ingo
-Source0:ingo-h3-%{_pversion}.tar.bz2
+Source0:ftp://ftp.horde.org/pub/ingo/ingo-h3-1.2.6.tar.gz
 Source1:ingo-h3-1.2-rc1-backends.php.kolab
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -86,10 +86,13 @@
 %defattr(-, root, root)
 %dir %{_ingodir}
 %doc docs README LICENSE
+%{_ingodir}/locale/*/help.xml
 %{_ingodir}/*.php
 %{_ingodir}/js
 %{_ingodir}/lib
 %dir %{_ingodir}/locale
+%dir %{_ingodir}/locale/*/
+%dir %{_ingodir}/locale/*/LC_MESSAGES
 # US provides just the xml file so we need to include it manually
 %{_ingodir}/locale/en_US
 %{_ingodir}/po






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org