SHA256
1
0
forked from pool/pidgin-sipe

Accepting request 586471 from home:fcrozat:branches:network:pidgin

- Update to 1.23.2:
  + fix some HTTP requests that were not sent
- Changes from version 1.23.1:
  + Fixed #337: Duplicate candidates in SDP
  + Fixed #336: Lync autodiscover does not follow user redirect
  + media: unconditionally ignore multichannel codecs
  + Updated translations.
- Changes from version 1.23.0:
  + Feature #100: Extend libpurple D-Bus interface
  + Feature #99: IPv6 addresses in SIP & SDP messages
  + don't load buddy photos from unknown sites by default
    * custom web URIs pose a security risk as they may be abused
    * users can override this behaviour in the account settings
    * Office365 accounts should not be affected by this change
  + add support for GMime 3.0 API
  + raise BR glib-2.0 >= 2.18.0
  + raise BR purple >= 2.7.0
  + drop support for GMime 2.4
  + drop support for gstreamer-0.10

- Update to 1.22.1:

OBS-URL: https://build.opensuse.org/request/show/586471
OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin-sipe?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2018-03-13 20:01:37 +00:00 committed by Git OBS Bridge
parent 3e7faa7cc7
commit 5d441acb70
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f5092b22bb7638a8945484b2b538c58b4d4fcf913d4b86a5ece1107d28a5154
size 756620

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9aa05dcc59725f976ce7a88df47a1179927154f27799ab7b8ed8f865f8df0204
size 779772

View File

@ -1,7 +1,30 @@
-------------------------------------------------------------------
Tue Mar 13 16:33:30 UTC 2018 - fcrozat@suse.com
- Update to 1.23.2:
+ fix some HTTP requests that were not sent
- Changes from version 1.23.1:
+ Fixed #337: Duplicate candidates in SDP
+ Fixed #336: Lync autodiscover does not follow user redirect
+ media: unconditionally ignore multichannel codecs
+ Updated translations.
- Changes from version 1.23.0:
+ Feature #100: Extend libpurple D-Bus interface
+ Feature #99: IPv6 addresses in SIP & SDP messages
+ don't load buddy photos from unknown sites by default
* custom web URIs pose a security risk as they may be abused
* users can override this behaviour in the account settings
* Office365 accounts should not be affected by this change
+ add support for GMime 3.0 API
+ raise BR glib-2.0 >= 2.18.0
+ raise BR purple >= 2.7.0
+ drop support for GMime 2.4
+ drop support for gstreamer-0.10
-------------------------------------------------------------------
Tue Sep 12 07:56:31 UTC 2017 - fcrozat@suse.com
- Update to 1.21.1:
- Update to 1.22.1:
+ Fixed #320: Multiple client detection broken
+ speed up Lync Autodiscover by using AccessLocation
+ purple: avoid rare SSL read deadlock

View File

@ -1,7 +1,7 @@
#
# spec file for package pidgin-sipe
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
Name: pidgin-sipe
Version: 1.22.1
Version: 1.23.2
Release: 0
Summary: Pidgin protocol plugin to connect to MS Skype for Business
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Networking/Instant Messenger
Url: http://sipe.sourceforge.net/
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
@ -29,7 +29,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmime-2.6)
BuildRequires: pkgconfig(gmime-3.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(nice) >= 0.1.0
BuildRequires: pkgconfig(nss)