commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2015-02-18 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2015-02-18 11:38:07

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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
2013-03-08 09:38:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2015-02-18 11:38:08.0 +0100
@@ -1,0 +2,556 @@
+Sun Jan 18 11:16:16 UTC 2015 - Ralf Lang l...@b1-systems.de
+
+- Version 2.24.0
+
+- [mjr] Some fixes for EAS 14.0/14.1 ITEMOPERATIONS request parsing. Fixes 
issues on some clients with broken email sync on Android 4.3 and 4.4.
+- [mjr] Fix issue that causes sync to break when SMS messages are deleted on 
the client (Bug #12887).
+- [mjr] Add support for parsing TNEF data when possible (Bug #12882).
+- [mjr] Fix issue where attachments are not downloaded in certain situations 
on EAS version 14+.
+- [mjr] Fix issue with synchronizing recurring event series exceptions due to 
missing properties in the exception object.
+- [mjr] Fixes to S/MIME support for issues that prevent the decrypting of 
S/MIME encrypted email on certain clients.
+- [mjr] Improve error handling when state is lost and device continues to 
request the same state despite being sent the proper status code.
+- [mjr] Fix returning device information from Mongo driver when multiple user 
accounts exist on the same device.
+- [mjr] Improve detection of devices that cannot support non-multiplexed 
collections.
+- [mjr] Add support for DocumentLibrary.
+- [mjr] Fix mailbox searching when number of results exceeds the requested 
RANGE value.
+- [mjr] Add support for Recipient Information Cache collection.
+- [mjr] Fix some edge case issues that could cause issues in sending changes 
to the client.
+- [mjr] Fix handling MEETING_RESPONSE requests for certain broken clients (Bug 
#12934).
+- [mjr] More fixes for handling meeting responses sent by Outlook (Bug #12934).
+- [mjr] Improve device property management and forced-multiplex detecection.
+- [mjr] Attempt a fix for clients that duplicate calendar entries when tags 
are received in a certain order (Bug #12741).
+- [mjr] Transparently handle moving from a non-MODSEQ IMAP server to a MODSEQ 
server (Thomas Jarosch thomas.jaro...@intra2net.com, Bug #12941).
+- [mjr] Fix handling of empty OPTIONS tags.
+- [mjr] Fix some issues caused by attempting to process iTip responses when 
saving to sent mail folder (Bug #12956).
+- [mjr] Work around issues with clients that crash when receiving an empty 
body element (Bug #12956).
+- [mjr] More workarounds for PHP 65776, preventing segfaults for text 
attachments that contain inconsistent line endings.
+- [mjr] Rely on the IMAP adapter for returning accurate UID values after a 
message move (Bug #13010).
+- [mjr] Expose public Horde_ActiveSync_Utils::ensureUtf8() method.
+- [mjr] Fix regression in sending non Mime encoded messages (Bug #13029).
+- [mjr] Fix regression that could prevent stale sync requests to persist (Bug 
#13032).
+- [mjr] Fix regression that broke synchronization in clients that don't 
support EAS 14.1 (Bug #13038).
+- [jan] Optimize SQL query for garbage collection (hannes.bruns...@ewetel.de, 
Bug #13043).
+- [jan] Add Danish translation (Erling Preben Hansen erl...@eph.dk).
+- [mjr] Support sending PRIMARYSMTPADDRESS in EAS 14.1 (Request #13062).
+- [mjr] Change the order of WBXML tags for Horde_ActiveSync_Message_Exception 
to make some older clients happy.
+- [mjr] Fix some cases where removing a device's state could cause a PING 
and/or SYNC loop on some older clients.
+- [mjr] Add Horde_ActiveSync_Rfc822::addStandardHeaders().
+- [mjr] Improve detection of Android devices for the purposes of determining 
support for non-multiplexed collections.
+- [mjr] Prevent possible PING loop due to PING requests incorrectly containing 
collections that haven't had a SYNC issued yet.
+- [mjr] Fix issue that would cause a SYNC loop when changing FILTERTYPE in 
certain clients (Bug #13182).
+- [mjr] Fix regression with renaming email folders.
+- [mjr] Improve workarounds for certain clients that send broken 
authentication information (Bug #13184).
+- [jan] Add Hungarian translation (Andras Galos gal...@netinform.hu).
+- [jan] Make SQL state backend compatible with Oracle.
+- [mjr] Fix issue with clients that support EAS 12.1+ but still use PING 
commands that would cause the cached heartbeat interval to be cleared.
+- [mjr] Fix issue where the device managed heartbeat interval would be ignored 
during PING requests.
+- [mjr] Allow saving just dirty deviceProperties, and 

commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2013-03-08 09:38:14

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-12-07 14:46:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2013-03-08 09:38:15.0 +0100
@@ -1,0 +2,23 @@
+Sun Jan  6 17:21:46 UTC 2013 - Ralf Lang l...@b1-systems.de
+
+- Version 2.1.1
+- [mjr] Fix some possible character set related issues with HTML email.
+- [mjr] Fix sending boolean policy values.
+
+---
+Thu Dec 27 18:58:38 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.0.9
+- [mjr] Improve loop detection logic, preventing unnecessary state resets.
+- [mjr] Fix charset issues with certain broken emails which can cause iOS to 
crash.
+
+---
+Thu Dec 27 18:58:38 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.0.8
+- [mjr] Fix issue causing SYNC/PING loop in empty mail folders (Bug #11823).
+- [mjr] Fix importing message read flag (Bug #11741).
+- [mjr] Fix charset conversion of HTML messages when original body is 
plaintext (Bug #11745).
+- [mjr] Use integer column for message_uid field for IMAP messages (Bug #11742)
+
+---

Old:

  Horde_ActiveSync-2.0.7.tgz

New:

  Horde_ActiveSync-2.1.1.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.sbFDux/_old  2013-03-08 09:38:16.0 +0100
+++ /var/tmp/diff_new_pack.sbFDux/_new  2013-03-08 09:38:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_ActiveSync
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Ralf Lang.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:2.0.7
+Version:2.1.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_ActiveSync-2.0.7.tgz - Horde_ActiveSync-2.1.1.tgz ++
 44784 lines of diff (skipped)

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-12-07 14:46:09

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-28 13:26:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-12-07 14:46:11.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 20:54:50 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.0.7
+- [jan] Add Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+- [mjr] Answer Microsoft Outlook Autodiscover requests (Request # 11639).
+
+---

Old:

  Horde_ActiveSync-2.0.6.tar.gz

New:

  Horde_ActiveSync-2.0.7.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.Cvsk40/_old  2012-12-07 14:46:12.0 +0100
+++ /var/tmp/diff_new_pack.Cvsk40/_new  2012-12-07 14:46:12.0 +0100
@@ -17,18 +17,16 @@
 #
 
 
-Summary:PEAR: Horde ActiveSync Server Library
+Summary:Horde ActiveSync Server Library
 License:GPL-2.0
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:2.0.6
+Version:2.0.7
 Release:0
-## manually repaired tarball
-Source0:Horde_ActiveSync-2.0.6.tar.gz
-#Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
+Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_ActiveSync
 Requires:   php = 5.3.3

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-11-28 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-11-28 13:26:03.0 +0100
@@ -1,0 +2,34 @@
+Thu Nov 22 17:45:01 UTC 2012 - l...@b1-systems.de
+
+- use php-pear meta name for dependencies
+
+---
+Thu Nov 22 08:08:28 UTC 2012 - l...@b1-systems.de
+
+- add sed patch for pear-written static path
+
+---
+Thu Nov 22 07:23:31 UTC 2012 - l...@b1-systems.de
+
+- include fixed tarball of 2.0.6
+
+---
+Tue Nov 20 16:10:24 UTC 2012 - Rico Sagner sag...@b1-systems.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.xR9gwb/_new  2012-11-28 13:26:04.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-11-02 17:39:31

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-05-31 17:09:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-11-02 17:39:40.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 25 11:02:21 UTC 2012 - Roman Geber ge...@b1-systems.de
+
+- version 1.2.7
+- [mjr] Fix issue with setting time before screenlock.
+
+---

Old:

  Horde_ActiveSync-1.2.6.tgz

New:

  Horde_ActiveSync-1.2.7.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.8me7Vk/_old  2012-11-02 17:39:41.0 +0100
+++ /var/tmp/diff_new_pack.8me7Vk/_new  2012-11-02 17:39:41.0 +0100
@@ -24,7 +24,7 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.2.6
+Version:1.2.7
 Release:0
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_ActiveSync-1.2.6.tgz - Horde_ActiveSync-1.2.7.tgz ++
 24955 lines of diff (skipped)

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-05-31 17:09:06

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-02-23 15:34:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-05-31 17:09:12.0 +0200
@@ -1,0 +2,7 @@
+Sun May 20 06:26:16 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- version 1.2.6
+- [mjr] Fix parsing incoming timezones under certain conditions (Bug #11068).
+- [jan] Fix class name (software-ho...@interfasys.ch, Bug #11164).
+
+---

Old:

  Horde_ActiveSync-1.2.4.tgz

New:

  Horde_ActiveSync-1.2.6.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.bXv46L/_old  2012-05-31 17:09:14.0 +0200
+++ /var/tmp/diff_new_pack.bXv46L/_new  2012-05-31 17:09:14.0 +0200
@@ -24,29 +24,29 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.2.4
+Version:1.2.6
 Release:0
 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:   php5-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 BuildRequires:  php-macros
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides libraries for implementing an ActiveSync server.

++ Horde_ActiveSync-1.2.4.tgz - Horde_ActiveSync-1.2.6.tgz ++
 24987 lines of diff (skipped)

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-02-23 15:34:04

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-02-15 15:58:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-02-23 15:34:10.0 +0100
@@ -1,0 +2,13 @@
+Wed Feb 22 15:01:30 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- version 1.2.4
+- [mjr] Allow disabling of certain policies.
+- [mjr] Honor PROVISIONING_LOOSE if the device supports PROVISIONING, but not 
all of our requested policies.
+- [mjr] Fix issue that could cause PING failure in certain server environments.
+- [mjr] Tweak policy defaults. Minor compatibility improvements for 
WAP-Provisioning-XML strings.
+- [mjr] Added WP7 devices to the list of devices with broken provisioning.
+- [mjr] Fix issue that could cause improper timezone handling in events passed 
from device to server in the beginning of a calendar year (Bug #10960).
+- [mjr] More improvements to security policies and device compatibility.
+
+
+---

Old:

  Horde_ActiveSync-1.2.1.tgz

New:

  Horde_ActiveSync-1.2.4.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.3gKe3y/_old  2012-02-23 15:34:11.0 +0100
+++ /var/tmp/diff_new_pack.3gKe3y/_new  2012-02-23 15:34:11.0 +0100
@@ -24,7 +24,7 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.2.1
+Version:1.2.4
 Release:0
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_ActiveSync-1.2.1.tgz - Horde_ActiveSync-1.2.4.tgz ++
 25021 lines of diff (skipped)

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-02-15 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-02-15 15:58:32

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
2011-09-23 12:40:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-02-15 15:58:33.0 +0100
@@ -1,0 +2,12 @@
+Mon Jan  9 12:33:47 UTC 2012 - l...@b1-systems.de
+
+- version 1.2.1
+- [mjr] Fix sending meeting request emails when creating a meeting.
+- [mjr] Fix retrieving the body of SENDMAIL requests.
+- [mjr] Fix parsing birthday strings on certain android 2.2 clients.
+- [mjr] Improve support for Android device provisioning.
+- [mjr] Improve support for timezones in appointments originating on the 
client.
+- [mjr] Improve performance when working with timezones on PHP 5.3+
+
+
+---

Old:

  Horde_ActiveSync-1.1.5.tgz

New:

  Horde_ActiveSync-1.2.1.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.OL5nZz/_old  2012-02-15 15:58:34.0 +0100
+++ /var/tmp/diff_new_pack.OL5nZz/_new  2012-02-15 15:58:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_ActiveSync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Ralf Lang.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,17 +16,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Summary:PEAR: Horde ActiveSync Server Library
+License:GPL-2.0
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.1.5
-Release:1
-License:GPL-2.0
-Group:  Development/Libraries/PHP
+Version:1.2.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_ActiveSync

++ Horde_ActiveSync-1.1.5.tgz - Horde_ActiveSync-1.2.1.tgz ++
 24256 lines of diff (skipped)

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory
checked in at Mon Sep 19 22:56:36 CEST 2011.




--- php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes   
2011-08-14 21:43:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
  2011-09-19 10:55:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 19 08:56:35 UTC 2011 - l...@b1-systems.de
+
+- version 1.1.5
+- [mjr] Fix sending MONTHLY_NTH and YEARLY_NTH recurrence types (Bug# 10416).
+- [mjr] Fix synchronization loop due to messages being deleted on server then 
attempting a change from the client.
+- [mjr] Fix syncing daily recurrence types.
+- [mjr] Support additional GAL fields (Bug #10504).
+- [mjr] Prevent broken clients from sending incoming changes with initial SYNC 
request (Bug #10461).
+
+---

calling whatdependson for head-i586


Old:

  Horde_ActiveSync-1.1.3.tgz

New:

  Horde_ActiveSync-1.1.5.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.rDM23w/_old  2011-09-19 22:56:32.0 +0200
+++ /var/tmp/diff_new_pack.rDM23w/_new  2011-09-19 22:56:32.0 +0200
@@ -23,9 +23,9 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.1.3
+Version:1.1.5
 Release:1
-License:GPLv2
+License:GPL-2.0
 Group:  Development/Libraries/PHP
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_ActiveSync-1.1.3.tgz - Horde_ActiveSync-1.1.5.tgz ++
 23278 lines of diff (skipped)






Remember to have fun...

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2011-08-16 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory
checked in at Tue Aug 16 11:30:57 CEST 2011.




--- php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes   
2011-05-22 15:55:19.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
  2011-08-14 21:43:22.0 +0200
@@ -1,0 +2,14 @@
+Sun Aug 14 19:41:00 UTC 2011 - l...@b1-systems.de
+
+- update to version 1.1.3
+- [mjr] Fix bug with certain recurrence types due to erroneously outputting a 
zero as an empty tag (Bug# 10416).
+- [mjr] Support POOMCONTACTS2 schema in AS 2.5 clients also.
+- [mjr] Fix sending unnecessary FOLDERSYNC changes.
+- [mjr] Fix issue with FOLDERSYNC requests that was causing Android clients to 
PING and SYNC the same collection an unlimited number of times.
+- [mjr] Add missing migration file to package.xml
+- [mjr] Policykey is now per user, not per device
+- [mjr] use AS in column aliases to make postgres happy (Bug #10346).
+- [mjr] Prevent a sync loop in some fringe cases.
+- [mjr] Improve calendar syncing for iOS devices.
+
+---

calling whatdependson for head-i586


Old:

  Horde_ActiveSync-1.0.0.tgz

New:

  Horde_ActiveSync-1.1.3.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.pYuf8I/_old  2011-08-16 11:29:30.0 +0200
+++ /var/tmp/diff_new_pack.pYuf8I/_new  2011-08-16 11:29:30.0 +0200
@@ -23,16 +23,19 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.0.0
+Version:1.1.3
 Release:1
 License:GPLv2
 Group:  Development/Libraries/PHP
 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.4.7
-Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear-Horde_Support  2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear 
= 1.7.0
-Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Support = 2.0.0, php5-pear-Horde_Util = 2.0.0
+BuildRequires:  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:   php5-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
@@ -81,13 +84,14 @@
 rm -rf %{buildroot}
 
 %post
-pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/Horde_ActiveSync.xml
+pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
 
 %postun
 if [ $1 -eq 0 ]; then
-pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_ActiveSync
+pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
 fi
 
 %files -f %{name}.files
 %defattr(-,root,root)
+
 %changelog

++ Horde_ActiveSync-1.0.0.tgz - Horde_ActiveSync-1.1.3.tgz ++
 23021 lines of diff (skipped)






Remember to have fun...

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



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory
checked in at Wed Jun 8 12:28:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
  2011-05-22 15:55:19.0 +0200
@@ -0,0 +1,15 @@
+---
+Sun May 22 13:52:29 UTC 2011 - l...@b1-systems.de
+
+- using php-macros
+
+---
+Wed Apr  6 11:42:34 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 20:36:12 UTC 2011 - l...@b1-systems.de
+
+- initial try v 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_ActiveSync-1.0.0.tgz
  php5-pear-Horde_ActiveSync.changes
  php5-pear-Horde_ActiveSync.spec



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
#
# spec file for package php5-pear-Horde_ActiveSync
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Ralf Lang.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Summary:PEAR: Horde ActiveSync Server Library

Name:   php5-pear-Horde_ActiveSync
%define pear_name  Horde_ActiveSync
%define pear_sname horde_activesync
Version:1.0.0
Release:1
License:GPLv2
Group:  Development/Libraries/PHP
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.4.7
Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear-Horde_Support  2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear 
= 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Support = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros

# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides libraries for implementing an ActiveSync server.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN=$(which php) -d memory_limit=50m
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R %{buildroot} package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/Horde_ActiveSync.xml

%postun
if [ $1 -eq 0 ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_ActiveSync
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

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