forked from pool/pidgin-sipe
Accepting request 145791 from GNOME:Apps
Update to 1.14.0 (forwarded request 145642 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/145791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=33
This commit is contained in:
parent
f117161012
commit
295c096bfa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e35c50a093e2914f885b9c53e882ae5199d0ee12123e661393d85c76b122310c
|
|
||||||
size 751909
|
|
3
pidgin-sipe-1.14.0.tar.bz2
Normal file
3
pidgin-sipe-1.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bdac2081e47ebd145047c52a184b7192b3dfdc806d20e45c2411183e6536c55
|
||||||
|
size 775794
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 17 10:46:21 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.14.0:
|
||||||
|
+ Add support for Web Ticket authentication using ADFS
|
||||||
|
(sf#3585364).
|
||||||
|
+ Kerberos configuration should be passwordless (sf#3578132).
|
||||||
|
+ Connection drops after a few hours (sf#3580212)
|
||||||
|
+ Add support for buddy photos.
|
||||||
|
+ Add support for call to Audio Test Service.
|
||||||
|
+ Initial implementation for telepathy backend.
|
||||||
|
+ Reduce Web Ticket traffic by queueing requests & caching
|
||||||
|
tickets.
|
||||||
|
+ Update OBS packaging information for Debian.
|
||||||
|
+ Various minor bug & build fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 16 19:06:03 UTC 2012 - zaitor@opensuse.org
|
Sun Sep 16 19:06:03 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define build_telepathy 0
|
%define build_telepathy 1
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.13.3
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: enable telepathy plugin when it'll be available (not in 1.11.0)
|
# FIXME: enable telepathy plugin when it'll be available (not in 1.11.0)
|
||||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://sipe.sourceforge.net/
|
Url: http://sipe.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.13.3/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.14.0/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel >= 2.12.0
|
BuildRequires: glib2-devel >= 2.12.0
|
||||||
BuildRequires: gmime-devel
|
BuildRequires: gmime-devel
|
||||||
@ -44,7 +44,7 @@ BuildRequires: pkgconfig(nice) >= 0.1.0
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
%if %{build_telepathy}
|
%if %{build_telepathy}
|
||||||
BuildRequires: pkgconfig(telepathy-glib)
|
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
|
||||||
%endif
|
%endif
|
||||||
Requires: libpurple-plugin-sipe = %{version}
|
Requires: libpurple-plugin-sipe = %{version}
|
||||||
Requires: pidgin
|
Requires: pidgin
|
||||||
@ -133,6 +133,8 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
%dir %{_datadir}/pixmaps/pidgin/protocols/24
|
||||||
|
%dir %{_datadir}/pixmaps/pidgin/protocols/32
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
|
||||||
# SLES11 defines suse_version = 1110
|
# SLES11 defines suse_version = 1110
|
||||||
%if !0%{?suse_version} || 0%{?suse_version} >= 1120
|
%if !0%{?suse_version} || 0%{?suse_version} >= 1120
|
||||||
@ -144,6 +146,9 @@ rm -rf %{buildroot}
|
|||||||
%files -n telepathy-plugin-sipe
|
%files -n telepathy-plugin-sipe
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libexecdir}/telepathy-sipe
|
%{_libexecdir}/telepathy-sipe
|
||||||
|
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
|
||||||
|
%{_datadir}/empathy/
|
||||||
|
%{_datadir}/telepathy/
|
||||||
%endif}
|
%endif}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user