Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-online-miners for
openSUSE:Factory checked in at 2021-09-29 20:18:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-online-miners (Old)
and /work/SRC/openSUSE:Factory/.gnome-online-miners.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-online-miners"
Wed Sep 29 20:18:47 2021 rev:23 rq:921624 version:3.34.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-online-miners/gnome-online-miners.changes
2019-10-17 13:00:44.753083823 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-online-miners.new.1899/gnome-online-miners.changes
2021-09-29 20:19:59.459082136 +0200
@@ -1,0 +2,12 @@
+Sat Sep 4 20:50:26 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Port to use tracker 3:
+ + Add gom-port-tracker3.patch, from upstream/fedora.
+ + Following this, replace pkgconfig(tracker-sparql-2.0 with
+ pkgconfig(tracker-sparql-3.0) BuildRequires and drop
+ pkgconfig(tracker-miner-2.0) BuildRequires, as it is no longer
+ checked for nor needed.
+ + Add autoconf-archive and libtool BuildRequires and pass
+ autoreconf, as the above patch touches the buildsystem.
+
+-------------------------------------------------------------------
New:
----
gom-port-tracker3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-online-miners.spec ++++++
--- /var/tmp/diff_new_pack.NgeAsn/_old 2021-09-29 20:19:59.987082901 +0200
+++ /var/tmp/diff_new_pack.NgeAsn/_new 2021-09-29 20:19:59.987082901 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-online-miners
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -25,16 +25,19 @@
Group: System/Libraries
URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners
Source:
https://download.gnome.org/sources/gnome-online-miners/3.34/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM gom-port-tracker3.patch
https://gitlab.gnome.org/GNOME/gnome-online-miners/-/merge_requests/3
+Patch0: gom-port-tracker3.patch
+BuildRequires: autoconf-archive
+BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(glib-2.0) >= 2.35.1
+BuildRequires: pkgconfig(glib-2.0) >= 2.56.0
BuildRequires: pkgconfig(goa-1.0) >= 3.13.3
BuildRequires: pkgconfig(grilo-0.3) >= 0.3
BuildRequires: pkgconfig(libgdata) >= 0.15.2
BuildRequires: pkgconfig(libgfbgraph-0.2) >= 0.2.2
-BuildRequires: pkgconfig(tracker-miner-2.0)
-BuildRequires: pkgconfig(tracker-sparql-2.0)
+BuildRequires: pkgconfig(tracker-sparql-3.0)
BuildRequires: pkgconfig(zapojit-0.0) >= 0.0.2
# Provide the respective DBus services
Provides: dbus(org.gnome.OnlineMiners.Flickr)
@@ -48,12 +51,16 @@
Flickr, Google, OwnCloud and SkyDrive.
%prep
-%setup -q
+%autosetup -p1
%build
+# For patch0
+autoreconf -fiv
+
%configure \
- --disable-static
-make %{?_smp_mflags}
+ --disable-static \
+ %{nil}
+%make_build
%install
%make_install
++++++ gom-port-tracker3.patch ++++++
++++ 1554 lines (skipped)