From 682a4b07b6ebcb88d82a4bac34990f7c6604ea87 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 23 Mar 2023 18:25:01 +0100 Subject: [PATCH] - updated to 0.15.6 --- folks-module.patch | 11 ----------- folks.spec | 11 ++++++----- 2 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 folks-module.patch diff --git a/folks-module.patch b/folks-module.patch deleted file mode 100644 index 2f29413..0000000 --- a/folks-module.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- folks-0.12.1/backends/eds/meson.build.orig 2019-04-24 13:20:07.000000000 +0200 -+++ folks-0.12.1/backends/eds/meson.build 2019-05-19 19:58:55.357659020 +0200 -@@ -25,7 +25,7 @@ - '-DG_LOG_DOMAIN="@0@"'.format(eds_backend_name), - ] - --eds_backend = library('eds', -+eds_backend = shared_library('eds', - eds_backend_sources, - dependencies: eds_backend_deps, - vala_args: eds_backend_vala_flags, diff --git a/folks.spec b/folks.spec index 3701e3a..ef1e557 100644 --- a/folks.spec +++ b/folks.spec @@ -5,6 +5,7 @@ %bcond_without bluez # Bluez backend %bcond_without evolution # EDS (Evolution Data Server) backend %bcond_without ofono # oFono backend +%bcond_with sysprof # sysprof based profiling %bcond_without telepathy # Telepathy backend %bcond_without zeitgeist # ` Zeitgeist support in Telepathy backend @@ -14,14 +15,13 @@ Summary: GObject contact aggregation library Summary(pl.UTF-8): Biblioteka GObject do agregowania kontaktów Name: folks -Version: 0.15.5 +Version: 0.15.6 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: https://download.gnome.org/sources/folks/0.15/%{name}-%{version}.tar.xz -# Source0-md5: 62db936e9601e33268e2019b6eb0684e +# Source0-md5: 04b6684031a463fb7a28d2d6f70b6d23 Patch0: %{name}-meson.patch -Patch1: %{name}-module.patch URL: https://wiki.gnome.org/Projects/Folks BuildRequires: dbus-devel %{?with_telepathy:BuildRequires: dbus-glib-devel} @@ -34,7 +34,7 @@ BuildRequires: glib2-devel >= 1:2.58 BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: libgee-devel >= 0.8.4 BuildRequires: libxml2-devel >= 2.0 -BuildRequires: meson >= 0.51 +BuildRequires: meson >= 0.57 BuildRequires: ncurses-devel BuildRequires: ninja >= 1.5 BuildRequires: pkgconfig >= 1:0.21 @@ -43,6 +43,7 @@ BuildRequires: python3 >= 1:3.2 BuildRequires: rpm-build >= 4.6 BuildRequires: rpmbuild(macros) >= 1.736 BuildRequires: readline-devel +%{?with_sysprof:BuildRequires: sysprof-devel >= 3.38.0} BuildRequires: tar >= 1:1.22 %{?with_telepathy:BuildRequires: telepathy-glib-devel >= 0.19.9} %if %{with vala} @@ -117,7 +118,6 @@ API folks dla języka Vala. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %meson build \ @@ -125,6 +125,7 @@ API folks dla języka Vala. %{?with_apidocs:-Ddocs=true} \ %{!?with_evolution:-Deds_backend=false} \ %{!?with_ofono:-Dofono_backend=false} \ + %{?with_sysprof:-Dprofiling=true} \ %{!?with_telepathy:-Dtelepathy_backend=false} \ %{?with_zeitgeist:-Dzeitgeist=true} -- 2.44.0