Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,11 +0,0 @@
|
|||||||
--- 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,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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) 2024 SUSE LLC
|
# Copyright (c) 2021 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,14 +24,11 @@ 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 0001-Fix-test-failures-with-appstream-1.0.patch christophe@krop.fr -- Fix test failures with appstream 1.0.
|
# PATCH-FIX-OPENSUSE
|
||||||
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)
|
||||||
@ -112,8 +109,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
|
||||||
Group: Productivity/Networking/Instant Messenger
|
|
||||||
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
# telepathy-plugin-sipe was last used in openSUSE Leap 42.2.
|
||||||
|
Group: Productivity/Networking/Instant Messenger
|
||||||
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