Hello community, here is the log from the commit of package maya-calendar for openSUSE:Factory checked in at 2018-07-10 16:17:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maya-calendar (Old) and /work/SRC/openSUSE:Factory/.maya-calendar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maya-calendar" Tue Jul 10 16:17:36 2018 rev:5 rq:621871 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/maya-calendar/maya-calendar.changes 2018-04-24 15:34:31.431195094 +0200 +++ /work/SRC/openSUSE:Factory/.maya-calendar.new/maya-calendar.changes 2018-07-10 16:18:16.409272163 +0200 @@ -1,0 +2,8 @@ +Sat Jul 7 19:20:15 UTC 2018 - [email protected] + +- Add maya-calendar-drop-obsolete-gconf2.patch: Drop obsolete + gconf-2.0 dependency, patch sent upstream. +- Following the above drop pkgconfig(gconf-2.0) BuildRequires: No + longer needed, nor used. + +------------------------------------------------------------------- New: ---- maya-calendar-drop-obsolete-gconf2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maya-calendar.spec ++++++ --- /var/tmp/diff_new_pack.D7AvqE/_old 2018-07-10 16:18:16.957271317 +0200 +++ /var/tmp/diff_new_pack.D7AvqE/_new 2018-07-10 16:18:16.961271311 +0200 @@ -27,6 +27,8 @@ Source: https://github.com/elementary/calendar/archive/%{version}.tar.gz#/calendar-%{version}.tar.gz # PATCH-FIX-UPSTREAM -- Remove NLTime because it was upstreamed (#234) Patch0: maya-calendar-0.4.1-vapi.patch +# PATCH-FIX-UPSTREAM maya-calendar-drop-obsolete-gconf2.patch -- Drop obsolete gconf-2.0 dependency +Patch1: maya-calendar-drop-obsolete-gconf2.patch BuildRequires: cmake >= 2.8 BuildRequires: elementary-icon-theme BuildRequires: fdupes @@ -39,7 +41,6 @@ BuildRequires: pkgconfig(champlain-gtk-0.12) BuildRequires: pkgconfig(clutter-1.0) BuildRequires: pkgconfig(folks) -BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(geocode-glib-1.0) BuildRequires: pkgconfig(gio-2.0) @@ -85,6 +86,7 @@ %if 0%{?suse_version} > 1500 %patch0 -p2 %endif +%patch1 -p1 %build %cmake \ ++++++ maya-calendar-drop-obsolete-gconf2.patch ++++++ >From 400adb4be2781403c64312caef78020d13edd826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <[email protected]> Date: Sat, 7 Jul 2018 21:38:00 +0200 Subject: [PATCH] Drop gconf-2.0 Drop long obsolete gconf-2.0 from core packages --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 434be36c..9c314e0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ add_custom_target (uninstall "${CMAKE_COMMAND}" -P # set (CORE_PACKAGES - gconf-2.0 gee-0.8 gio-2.0 granite
