From ce03f3c15266ab8e2984913452a72dc526e341eb9b4a6f21660321889e56fd40 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 5 Feb 2014 12:45:48 +0000 Subject: [PATCH] Accepting request 220730 from GNOME:Apps Update to ver 1.18.0 (forwarded request 220639 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/220730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=43 --- pidgin-sipe-1.17.3.tar.bz2 | 3 --- pidgin-sipe-1.18.0.tar.bz2 | 3 +++ pidgin-sipe.changes | 29 +++++++++++++++++++++++++++++ pidgin-sipe.spec | 6 +++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 pidgin-sipe-1.17.3.tar.bz2 create mode 100644 pidgin-sipe-1.18.0.tar.bz2 diff --git a/pidgin-sipe-1.17.3.tar.bz2 b/pidgin-sipe-1.17.3.tar.bz2 deleted file mode 100644 index 6f427d8..0000000 --- a/pidgin-sipe-1.17.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e8bc88437762c72b646d69af654e088186e3de15750d887a1d5e13f2234c679 -size 841367 diff --git a/pidgin-sipe-1.18.0.tar.bz2 b/pidgin-sipe-1.18.0.tar.bz2 new file mode 100644 index 0000000..e44dd6e --- /dev/null +++ b/pidgin-sipe-1.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2a357b516c873c9a3feb0315aba6e4a246b5c657e6de7ada1dc302c50cb064 +size 854853 diff --git a/pidgin-sipe.changes b/pidgin-sipe.changes index 1bab734..edee2a9 100644 --- a/pidgin-sipe.changes +++ b/pidgin-sipe.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jan 20 12:49:36 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.18.0: + + sf#71: Add support for EWS Autodiscover redirection. + + sf#69: Add UI support for (group) chats. NOTE: Adium does not + have an UI to fetch the room list. + + sf#64: Add support for GSS-NTLMSSP. + + sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c if + gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will be + disabled and NTLM will be handled by sip-sec-gssapi.c instead. + NOTE: at the time of this writing the user has to set up + GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech. + + Fixed sf#227: Adium client doesn't save email option settings. + + Fixed sf#216: SIPE stops working on Mavericks. + + Add an UI option to disable SSL BEAST mitigations NOTE: + requires Adium 1.5.10. + + Fixed sf#197: Account stays in connecting stage. + + Cleanup for sip-sec Kerberos & SSPI modules. + + Replace old TGT hack with gss_acquire_cred_with_password(). + + Clean up Kerberos detection in configure. + + Remove special case handling; code is more straight-forward + now. + + Implement internal keepalive handling. + + Implement crypto backend based on OpenSSL. + + adium: + - Xcode project files update. + - Replace NSS crypto backend with OpenSSL. + ------------------------------------------------------------------- Mon Dec 23 21:02:50 UTC 2013 - dimstar@opensuse.org diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index d6f5cf4..da56507 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -1,7 +1,7 @@ # # spec file for package pidgin-sipe # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define build_telepathy 1 Name: pidgin-sipe -Version: 1.17.3 +Version: 1.18.0 Release: 0 Summary: Pidgin protocol plugin to connect to MS Office Communicator License: GPL-2.0+ Group: Productivity/Networking/Instant Messenger Url: http://sipe.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.17.3/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.18.0/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel BuildRequires: glib2-devel >= 2.12.0 BuildRequires: gmime-devel