Hello community,
here is the log from the commit of package php5-pear-Horde_ActiveSync for
openSUSE:Factory checked in at 2012-11-28 13:26:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_ActiveSync (Old)
and /work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-Horde_ActiveSync", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
2012-11-02 17:39:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
2012-11-28 13:26:03.000000000 +0100
@@ -1,0 +2,34 @@
+Thu Nov 22 17:45:01 UTC 2012 - [email protected]
+
+- use php-pear meta name for dependencies
+
+-------------------------------------------------------------------
+Thu Nov 22 08:08:28 UTC 2012 - [email protected]
+
+- add sed patch for pear-written static path
+
+-------------------------------------------------------------------
+Thu Nov 22 07:23:31 UTC 2012 - [email protected]
+
+- include fixed tarball of 2.0.6
+
+-------------------------------------------------------------------
+Tue Nov 20 16:10:24 UTC 2012 - Rico Sagner <[email protected]>
+
+- Version 2.0.6
+- [mjr] Fix issue with setting time before screen lock.
+- [mjr] Fix issue that could cause a race condition during a PING request for
users with empty backend data.
+- [mjr] Fix moving/deleting messages on some devices.
+- [mjr] Increase size of cache_data field.
+- [mjr] Add more complete error and debug output when saving syncCache.
+- [mjr] Attempt to detect infinite sync loops caused by server side errors.
+- [mjr] Fix detecting mailbox changes on servers that don't return UIDNEXT
data.
+- [mjr] Fix issue in detecting certain text attachments.
+- [mjr] Fix issue causing a loop during FETCH requests caused by the
non-incrementing syncKey.
+- [mjr] Reduce number of IMAP server calls required when syncronizing email
data.
+- [mjr] Fix issue causing iOS Mail to crash when receiving truncated body data.
+- [mjr] Improvements to detecting expunged messages.
+- [mjr] Fix fatal error due to abstract serialize methods.
+
+
+-------------------------------------------------------------------
Old:
----
Horde_ActiveSync-1.2.7.tgz
New:
----
Horde_ActiveSync-2.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-Horde_ActiveSync.spec ++++++
--- /var/tmp/diff_new_pack.xR9gwb/_old 2012-11-28 13:26:04.000000000 +0100
+++ /var/tmp/diff_new_pack.xR9gwb/_new 2012-11-28 13:26:04.000000000 +0100
@@ -24,21 +24,30 @@
Name: php5-pear-Horde_ActiveSync
%define pear_name Horde_ActiveSync
%define pear_sname horde_activesync
-Version: 1.2.7
+Version: 2.0.6
Release: 0
-Source0: http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
+## manually repaired tarball
+Source0: Horde_ActiveSync-2.0.6.tar.gz
+#Source0: http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://pear.horde.org/package/Horde_ActiveSync
-BuildRequires: php5-pear >= 1.7.0
-Requires: php5-pear >= 1.7.0
-Requires: php5-pear-Horde_Date < 2.0.0
-Requires: php5-pear-Horde_Exception < 2.0.0
-Requires: php5-pear-Horde_Support < 2.0.0
-Requires: php5-pear-Horde_Util < 2.0.0
+Requires: php >= 5.3.3
+BuildRequires: php >= 5.3.3
+BuildRequires: php-pear >= 1.7.2
+Requires: php-pear >= 1.7.2
+Requires: php5-pear-Horde_Date >= 2.0.0
+Requires: php5-pear-Horde_Exception >= 2.0.0
+Requires: php5-pear-Horde_Support >= 2.0.0
+Requires: php5-pear-Horde_Util >= 2.0.0
BuildRequires: php5-pear-channel-horde
Requires: php5-pear-channel-horde
BuildArch: noarch
+
+%if 0%{?sles_version} == 11
+BuildRequires: php53-devel
+%else
BuildRequires: php-macros
+%endif
# Fix for renaming (package convention)
Provides: pear-%{pear_sname} = %{version}
@@ -75,6 +84,10 @@
%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
+## the install script writes static paths into the files which are broken when
actually deploying the rpm
+## this is a dirty workaround and should be fixed inside the xml itself
+sed -i -e "s@%{buildroot}@@g"
%{buildroot}/%{php_peardir}/Horde/ActiveSync/Translation.php
+
cd ..
%php_pear_gen_filelist
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]