forked from pool/pidgin-sipe
Accepting request 651430 from home:fcrozat:branches:network:pidgin
- Update to 1.24.0 (Application Sharing II): + Feature #104: Use user agent also for HTTP + Feature #6: Application Sharing Server (requires freerdp-shadow2) + add timeout handling for media streams + update AppStream handling + fix missing localisation in some code modules + debug log improvements - Add BR pkgconfig(freerdp-shadow2) and AppStream for SLE15/Leap 15 or later. OBS-URL: https://build.opensuse.org/request/show/651430 OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin-sipe?expand=0&rev=10
This commit is contained in:
parent
b17d8dbdfc
commit
f49e69b06e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19a9241d670173a32289116b9c74f59479a8cafa9369e446b5de10a536744e71
|
|
||||||
size 780128
|
|
3
pidgin-sipe-1.24.0.tar.xz
Normal file
3
pidgin-sipe-1.24.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:958803722b23d869131f76bd90df9da19116d4ca5a873e5253371479b7390f43
|
||||||
|
size 787916
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 23 16:21:51 UTC 2018 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Update to 1.24.0 (Application Sharing II):
|
||||||
|
+ Feature #104: Use user agent also for HTTP
|
||||||
|
+ Feature #6: Application Sharing Server (requires
|
||||||
|
freerdp-shadow2)
|
||||||
|
+ add timeout handling for media streams
|
||||||
|
+ update AppStream handling
|
||||||
|
+ fix missing localisation in some code modules
|
||||||
|
+ debug log improvements
|
||||||
|
- Add BR pkgconfig(freerdp-shadow2) and AppStream for SLE15/Leap 15
|
||||||
|
or later.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 18 15:44:27 UTC 2018 - fcrozat@suse.com
|
Thu Oct 18 15:44:27 UTC 2018 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -17,17 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.23.3
|
Version: 1.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
Summary: Pidgin protocol plugin to connect to MS Skype for Business
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: https://sipe.sourceforge.io/
|
Url: https://sipe.sourceforge.io/
|
||||||
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
Source: http://downloads.sf.net/sipe/%{name}-%{version}.tar.xz
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: AppStream
|
||||||
|
%endif
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: pkgconfig(freerdp-shadow2)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(nice) >= 0.1.13
|
BuildRequires: pkgconfig(nice) >= 0.1.13
|
||||||
@ -141,6 +147,11 @@ translation-update-upstream
|
|||||||
--with-vv \
|
--with-vv \
|
||||||
%else
|
%else
|
||||||
--without-vv \
|
--without-vv \
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
--with-appstream \
|
||||||
|
%else
|
||||||
|
--without-appstream \
|
||||||
%endif
|
%endif
|
||||||
--enable-purple \
|
--enable-purple \
|
||||||
--enable-telepathy
|
--enable-telepathy
|
||||||
@ -165,8 +176,10 @@ make %{?_smp_mflags} V=1 check
|
|||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
%dir %{_datadir}/pixmaps/pidgin/protocols/
|
||||||
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
%dir %{_datadir}/pixmaps/pidgin/protocols/*/
|
||||||
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
%{_datadir}/pixmaps/pidgin/protocols/*/sipe.*
|
||||||
%dir %{_datadir}/appdata/
|
%if 0%{?suse_version} >= 1500
|
||||||
%{_datadir}/appdata/pidgin-sipe.metainfo.xml
|
%dir %{_datadir}/metainfo/
|
||||||
|
%{_datadir}/metainfo/pidgin-sipe.metainfo.xml
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n libpurple-plugin-sipe
|
%files -n libpurple-plugin-sipe
|
||||||
%{_libdir}/purple-2/libsipe.so
|
%{_libdir}/purple-2/libsipe.so
|
||||||
|
Loading…
Reference in New Issue
Block a user