forked from pool/pidgin-sipe
Accepting request 587875 from network:pidgin
OBS-URL: https://build.opensuse.org/request/show/587875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=60
This commit is contained in:
commit
aeb02dccf0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f5092b22bb7638a8945484b2b538c58b4d4fcf913d4b86a5ece1107d28a5154
|
||||
size 756620
|
3
pidgin-sipe-1.23.2.tar.xz
Normal file
3
pidgin-sipe-1.23.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aa05dcc59725f976ce7a88df47a1179927154f27799ab7b8ed8f865f8df0204
|
||||
size 779772
|
@ -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
|
||||
|
@ -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,25 +17,29 @@
|
||||
|
||||
|
||||
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/
|
||||
Url: https://sipe.sourceforge.io/
|
||||
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmime-2.6)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(nice) >= 0.1.0
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(purple)
|
||||
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: pkgconfig(gmime-3.0)
|
||||
%else
|
||||
BuildRequires: pkgconfig(gmime-2.6)
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200
|
||||
BuildRequires: pkgconfig(farstream-0.2)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-rtp-1.0)
|
||||
@ -62,12 +66,12 @@ Skype for Business client with Pidgin.
|
||||
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: libpurple-plugin-sipe = %{version}
|
||||
%requires_ge pidgin
|
||||
Supplements: packageand(libpurple-plugin-sipe:pidgin)
|
||||
# pidgin-sipe was last used in openSUSE Leap 42.2.
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
BuildArch: noarch
|
||||
%requires_ge pidgin
|
||||
|
||||
%description -n pidgin-plugin-sipe
|
||||
A third-party plugin for the Pidgin multi-protocol instant
|
||||
@ -133,7 +137,7 @@ translation-update-upstream
|
||||
%configure \
|
||||
--disable-quality-check \
|
||||
--with-krb5 \
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
|
||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120200
|
||||
--with-vv \
|
||||
%else
|
||||
--without-vv \
|
||||
@ -151,8 +155,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
make %{?_smp_mflags} V=1 check
|
||||
|
||||
%files -n pidgin-plugin-sipe
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README TODO
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif
|
||||
%doc AUTHORS ChangeLog README TODO
|
||||
%dir %{_datadir}/pixmaps/pidgin/
|
||||
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
||||
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
||||
@ -161,14 +169,11 @@ make %{?_smp_mflags} V=1 check
|
||||
%{_datadir}/appdata/pidgin-sipe.metainfo.xml
|
||||
|
||||
%files -n libpurple-plugin-sipe
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/purple-2/libsipe.so
|
||||
|
||||
%files -n libpurple-plugin-sipe-lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files -n telepathy-sipe
|
||||
%defattr(-,root,root)
|
||||
%{_libexecdir}/telepathy-sipe
|
||||
%{_datadir}/telepathy/
|
||||
%{_datadir}/empathy/
|
||||
|
Loading…
Reference in New Issue
Block a user