forked from pool/pidgin-sipe
Accepting request 1233849 from network:pidgin
OBS-URL: https://build.opensuse.org/request/show/1233849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=66
This commit is contained in:
commit
b3a8226161
11
pidgin-sipe-fix-pointer-types.patch
Normal file
11
pidgin-sipe-fix-pointer-types.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/core/sipe-xml.c
|
||||||
|
+++ b/src/core/sipe-xml.c
|
||||||
|
@@ -154,7 +154,7 @@ static void callback_error(void *user_da
|
||||||
|
g_free(errmsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
-static void callback_serror(void *user_data, xmlErrorPtr error)
|
||||||
|
+static void callback_serror(void *user_data, const xmlError *error)
|
||||||
|
{
|
||||||
|
struct _parser_data *pd = user_data;
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 28 18:26:44 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Add pidgin-sipe-fix-pointer-types.patch: Fix pointer types.
|
||||||
|
- Add pidgin as a build requirement to fix "%requires_ge pidgin".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 22 11:36:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Wed Nov 22 11:36:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin-sipe
|
# spec file for package pidgin-sipe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,11 +24,14 @@ 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
|
||||||
# PATCH-FIX-OPENSUSE
|
# PATCH-FIX-OPENSUSE 0001-Fix-test-failures-with-appstream-1.0.patch christophe@krop.fr -- Fix test failures with appstream 1.0.
|
||||||
Patch0: 0001-Fix-test-failures-with-appstream-1.0.patch
|
Patch0: 0001-Fix-test-failures-with-appstream-1.0.patch
|
||||||
|
# PATCH-FIX-OPENSUSE pidgin-sipe-fix-pointer-types.patch -- Fix pointer types.
|
||||||
|
Patch1: pidgin-sipe-fix-pointer-types.patch
|
||||||
BuildRequires: AppStream
|
BuildRequires: AppStream
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pidgin
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(farstream-0.2)
|
BuildRequires: pkgconfig(farstream-0.2)
|
||||||
BuildRequires: pkgconfig(freerdp-shadow2)
|
BuildRequires: pkgconfig(freerdp-shadow2)
|
||||||
@ -109,8 +112,8 @@ used by various products:
|
|||||||
|
|
||||||
%package -n telepathy-sipe
|
%package -n telepathy-sipe
|
||||||
Summary: MS Skype for Business connection manager for Telepathy
|
Summary: MS Skype for Business connection manager for Telepathy
|
||||||
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
|
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
||||||
Provides: telepathy-plugin-sipe = %{version}
|
Provides: telepathy-plugin-sipe = %{version}
|
||||||
Obsoletes: telepathy-plugin-sipe < %{version}
|
Obsoletes: telepathy-plugin-sipe < %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user