diff --git a/.gitignore b/.gitignore index f1c3c73..539cf81 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-online-miners-3.22.0.tar.xz +SOURCES/gnome-online-miners-3.26.0.tar.xz diff --git a/.gnome-online-miners.metadata b/.gnome-online-miners.metadata index 7eab331..a5f2048 100644 --- a/.gnome-online-miners.metadata +++ b/.gnome-online-miners.metadata @@ -1 +1 @@ -f826bc55e20927684e971519401d259a3106d634 SOURCES/gnome-online-miners-3.22.0.tar.xz +db1a6f8f567f90d14136d82f09caf83ff7a87eaf SOURCES/gnome-online-miners-3.26.0.tar.xz diff --git a/SOURCES/0001-Revert-build-Depend-on-libtracker-sparql-2.0.patch b/SOURCES/0001-Revert-build-Depend-on-libtracker-sparql-2.0.patch new file mode 100644 index 0000000..68a279e --- /dev/null +++ b/SOURCES/0001-Revert-build-Depend-on-libtracker-sparql-2.0.patch @@ -0,0 +1,28 @@ +From 0b3e7b2206ca80185234e5a079ad54516b4e3cf6 Mon Sep 17 00:00:00 2001 +From: Debarshi Ray +Date: Tue, 5 Jun 2018 17:55:38 +0200 +Subject: [PATCH] Revert "build: Depend on libtracker-sparql-2.0" + +RHEL 7.6 doesn't have Tracker 2.0.x. + +This reverts commit dc101b75ead87649ed541283c26c726761c13663. +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index d21e610248d6..1f1b9c7616b4 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(GIO, [gio-2.0 gio-unix-2.0]) + PKG_CHECK_MODULES(GOA, [goa-1.0 >= $GOA_MIN_VERSION]) + AC_DEFINE([GOA_API_IS_SUBJECT_TO_CHANGE], [], [We are aware that GOA's API can change]) + +-PKG_CHECK_MODULES(TRACKER, [tracker-miner-2.0 tracker-sparql-2.0]) ++PKG_CHECK_MODULES(TRACKER, [tracker-miner-1.0 tracker-sparql-1.0]) + + # Facebook + AC_ARG_ENABLE([facebook], [AS_HELP_STRING([--enable-facebook], [Enable Facebook miner])], [], [enable_facebook=yes]) +-- +2.14.4 + diff --git a/SPECS/gnome-online-miners.spec b/SPECS/gnome-online-miners.spec index bbeb60e..68e3a6c 100644 --- a/SPECS/gnome-online-miners.spec +++ b/SPECS/gnome-online-miners.spec @@ -3,20 +3,27 @@ %global __requires_exclude ^(%{_privatelibs})$ Name: gnome-online-miners -Version: 3.22.0 -Release: 2%{?dist} +Version: 3.26.0 +Release: 1%{?dist} Summary: Crawls through your online content License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners -Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=985887 Patch0: 0001-zpj-Use-an-HTTP-URL-as-nie-url.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1568229 +Patch1: 0001-Revert-build-Depend-on-libtracker-sparql-2.0.patch + +BuildRequires: autoconf +BuildRequires: automake BuildRequires: glib2-devel >= 2.35.1 +BuildRequires: gnome-common BuildRequires: gnome-online-accounts-devel >= 3.8.0 BuildRequires: libgdata-devel >= 0.15.2 +BuildRequires: libtool BuildRequires: libzapojit-devel >= 0.0.2 BuildRequires: pkgconfig BuildRequires: tracker-devel >= 0.17.2 @@ -33,9 +40,11 @@ and ownCloud. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +autoreconf -f -i %configure \ --disable-silent-rules \ --disable-static \ @@ -75,6 +84,10 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.MediaSer %changelog +* Mon Sep 11 2017 Kalev Lember - 3.26.0-1 +- Update to 3.26.0 +- Resolves: #1568229 + * Mon Mar 27 2017 Debarshi Ray - 3.22.0-2 - Fix the nie:url for OneDrive entries - Resolves: #985887, #1386954