Hello community,
here is the log from the commit of package gnome-online-miners for
openSUSE:Factory checked in at 2017-08-18 14:58:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-online-miners (Old)
and /work/SRC/openSUSE:Factory/.gnome-online-miners.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-online-miners"
Fri Aug 18 14:58:53 2017 rev:18 rq:516866 version:3.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-online-miners/gnome-online-miners.changes
2016-09-21 18:31:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-online-miners.new/gnome-online-miners.changes
2017-08-18 14:58:55.292463167 +0200
@@ -1,0 +2,6 @@
+Wed Aug 9 08:21:27 UTC 2017 - [email protected]
+
+- Update to version 3.24.0:
+ + Adopt the nfo:EBook extensions from Documents.
+
+-------------------------------------------------------------------
Old:
----
gnome-online-miners-3.22.0.tar.xz
New:
----
gnome-online-miners-3.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-online-miners.spec ++++++
--- /var/tmp/diff_new_pack.3hJfYz/_old 2017-08-18 14:58:55.848384908 +0200
+++ /var/tmp/diff_new_pack.3hJfYz/_new 2017-08-18 14:58:55.848384908 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-online-miners
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
Name: gnome-online-miners
-Version: 3.22.0
+Version: 3.24.0
Release: 0
Summary: Crawls through your online content
License: GPL-2.0+
Group: System/Libraries
Url: http://download.gnome.org/sources/gnome-online-miners
-Source:
http://download.gnome.org/sources/gnome-online-miners/3.22/%{name}-%{version}.tar.xz
+Source:
https://download.gnome.org/sources/gnome-online-miners/3.24/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.35.1
BuildRequires: pkgconfig(goa-1.0) >= 3.13.3
++++++ gnome-online-miners-3.22.0.tar.xz -> gnome-online-miners-3.24.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/AUTHORS
new/gnome-online-miners-3.24.0/AUTHORS
--- old/gnome-online-miners-3.22.0/AUTHORS 2016-09-17 11:38:45.000000000
+0200
+++ new/gnome-online-miners-3.24.0/AUTHORS 2017-08-09 09:47:16.000000000
+0200
@@ -1,6 +1,7 @@
# Generated by Makefile. Do not edit.
Álvaro Peña
+Cosimo Cecchi
Debarshi Ray
Juan A. Suarez Romero
Marek Chalupa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/Makefile.in
new/gnome-online-miners-3.24.0/Makefile.in
--- old/gnome-online-miners-3.22.0/Makefile.in 2016-09-17 11:38:39.000000000
+0200
+++ new/gnome-online-miners-3.24.0/Makefile.in 2017-08-09 09:47:06.000000000
+0200
@@ -683,7 +683,7 @@
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c
>$(distdir).tar.gz
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c
>$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
@@ -708,7 +708,7 @@
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+ shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
@@ -726,7 +726,7 @@
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -736,7 +736,7 @@
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/NEWS
new/gnome-online-miners-3.24.0/NEWS
--- old/gnome-online-miners-3.22.0/NEWS 2016-09-17 11:37:32.000000000 +0200
+++ new/gnome-online-miners-3.24.0/NEWS 2017-08-09 09:45:28.000000000 +0200
@@ -1,7 +1,7 @@
-Overview of changes in 3.22.0
+Overview of changes in 3.24.0
=============================
-* None
+* Adopt the nfo:EBook extensions from Documents
Overview of changes in 3.21.91
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/aclocal.m4
new/gnome-online-miners-3.24.0/aclocal.m4
--- old/gnome-online-miners-3.22.0/aclocal.m4 2016-09-17 11:38:38.000000000
+0200
+++ new/gnome-online-miners-3.24.0/aclocal.m4 2017-08-09 09:47:04.000000000
+0200
@@ -21,7 +21,7 @@
To do so, use the procedure documented by the package, typically
'autoreconf'.])])
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html
+# https://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html
# ===========================================================================
#
# SYNOPSIS
@@ -64,7 +64,7 @@
# permitted in any medium without royalty provided the copyright notice
# and this notice are preserved.
-#serial 5
+#serial 8
AC_DEFUN([AX_CHECK_ENABLE_DEBUG],[
AC_BEFORE([$0],[AC_PROG_CC])dnl
@@ -87,8 +87,8 @@
m4_define(ax_disable_debug_vars,[m4_normalize(ifelse([$3],,[NDEBUG],[$3]))])
AC_ARG_ENABLE(debug,
- [AS_HELP_STRING([--enable-debug=]@<:@yes/info/profile/no@:>@,[compile
with debugging])],
- [],enable_debug=$ax_enable_debug_default)
+ [AS_HELP_STRING([--enable-debug=]@<:@yes/info/profile/no@:>@,[compile
with debugging])],
+ [],enable_debug=$ax_enable_debug_default)
# empty mean debug yes
AS_IF([test "x$enable_debug" = "x"],
@@ -97,44 +97,44 @@
# case of debug
AS_CASE([$enable_debug],
[yes],[
- AC_MSG_RESULT(yes)
- CFLAGS="${CFLAGS} -g -O0"
- CXXFLAGS="${CXXFLAGS} -g -O0"
- FFLAGS="${FFLAGS} -g -O0"
- FCFLAGS="${FCFLAGS} -g -O0"
- OBJCFLAGS="${OBJCFLAGS} -g -O0"
+ AC_MSG_RESULT(yes)
+ CFLAGS="${CFLAGS} -g -O0"
+ CXXFLAGS="${CXXFLAGS} -g -O0"
+ FFLAGS="${FFLAGS} -g -O0"
+ FCFLAGS="${FCFLAGS} -g -O0"
+ OBJCFLAGS="${OBJCFLAGS} -g -O0"
],
[info],[
- AC_MSG_RESULT(info)
- CFLAGS="${CFLAGS} -g"
- CXXFLAGS="${CXXFLAGS} -g"
- FFLAGS="${FFLAGS} -g"
- FCFLAGS="${FCFLAGS} -g"
- OBJCFLAGS="${OBJCFLAGS} -g"
+ AC_MSG_RESULT(info)
+ CFLAGS="${CFLAGS} -g"
+ CXXFLAGS="${CXXFLAGS} -g"
+ FFLAGS="${FFLAGS} -g"
+ FCFLAGS="${FCFLAGS} -g"
+ OBJCFLAGS="${OBJCFLAGS} -g"
],
[profile],[
- AC_MSG_RESULT(profile)
- CFLAGS="${CFLAGS} -g -pg"
- CXXFLAGS="${CXXFLAGS} -g -pg"
- FFLAGS="${FFLAGS} -g -pg"
- FCFLAGS="${FCFLAGS} -g -pg"
- OBJCFLAGS="${OBJCFLAGS} -g -pg"
- LDFLAGS="${LDFLAGS} -pg"
+ AC_MSG_RESULT(profile)
+ CFLAGS="${CFLAGS} -g -pg"
+ CXXFLAGS="${CXXFLAGS} -g -pg"
+ FFLAGS="${FFLAGS} -g -pg"
+ FCFLAGS="${FCFLAGS} -g -pg"
+ OBJCFLAGS="${OBJCFLAGS} -g -pg"
+ LDFLAGS="${LDFLAGS} -pg"
],
[
- AC_MSG_RESULT(no)
- dnl Ensure AC_PROG_CC/CXX/F77/FC/OBJC will not enable debug flags
- dnl by setting any unset environment flag variables
- AS_IF([test "x${CFLAGS+set}" != "xset"],
- [CFLAGS=""])
- AS_IF([test "x${CXXFLAGS+set}" != "xset"],
- [CXXFLAGS=""])
- AS_IF([test "x${FFLAGS+set}" != "xset"],
- [FFLAGS=""])
- AS_IF([test "x${FCFLAGS+set}" != "xset"],
- [FCFLAGS=""])
- AS_IF([test "x${OBJCFLAGS+set}" != "xset"],
- [OBJCFLAGS=""])
+ AC_MSG_RESULT(no)
+ dnl Ensure AC_PROG_CC/CXX/F77/FC/OBJC will not enable debug flags
+ dnl by setting any unset environment flag variables
+ AS_IF([test "x${CFLAGS+set}" != "xset"],
+ [CFLAGS=""])
+ AS_IF([test "x${CXXFLAGS+set}" != "xset"],
+ [CXXFLAGS=""])
+ AS_IF([test "x${FFLAGS+set}" != "xset"],
+ [FFLAGS=""])
+ AS_IF([test "x${FCFLAGS+set}" != "xset"],
+ [FCFLAGS=""])
+ AS_IF([test "x${OBJCFLAGS+set}" != "xset"],
+ [OBJCFLAGS=""])
])
dnl Define various variables if debugging is disabled.
@@ -364,7 +364,7 @@
See:
http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]])
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
dnl
dnl Copyright © 2004 Scott James Remnant <[email protected]>.
dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
@@ -406,7 +406,7 @@
dnl See the "Since" comment for each macro you use to see what version
dnl of the macros you require.
m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
[m4_fatal([pkg.m4 version $1 or higher is required but
]PKG_MACROS_VERSION[ found])])
])dnl PKG_PREREQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/configure
new/gnome-online-miners-3.24.0/configure
--- old/gnome-online-miners-3.22.0/configure 2016-09-17 11:38:38.000000000
+0200
+++ new/gnome-online-miners-3.24.0/configure 2017-08-09 09:47:05.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.22.0.
+# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.24.0.
#
# Report bugs to
<https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GNOME Online Miners'
PACKAGE_TARNAME='gnome-online-miners'
-PACKAGE_VERSION='3.22.0'
-PACKAGE_STRING='GNOME Online Miners 3.22.0'
+PACKAGE_VERSION='3.24.0'
+PACKAGE_STRING='GNOME Online Miners 3.24.0'
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners'
PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeOnlineMiners'
@@ -1379,7 +1379,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GNOME Online Miners 3.22.0 to adapt to many kinds of
systems.
+\`configure' configures GNOME Online Miners 3.24.0 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1450,7 +1450,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNOME Online Miners 3.22.0:";;
+ short | recursive ) echo "Configuration of GNOME Online Miners 3.24.0:";;
esac
cat <<\_ACEOF
@@ -1604,7 +1604,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNOME Online Miners configure 3.22.0
+GNOME Online Miners configure 3.24.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1882,7 +1882,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GNOME Online Miners $as_me 3.22.0, which was
+It was created by GNOME Online Miners $as_me 3.24.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2753,7 +2753,7 @@
# Define the identity of the package.
PACKAGE='gnome-online-miners'
- VERSION='3.22.0'
+ VERSION='3.24.0'
cat >>confdefs.h <<_ACEOF
@@ -4681,52 +4681,52 @@
case $enable_debug in #(
yes) :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
- CFLAGS="${CFLAGS} -g -O0"
- CXXFLAGS="${CXXFLAGS} -g -O0"
- FFLAGS="${FFLAGS} -g -O0"
- FCFLAGS="${FCFLAGS} -g -O0"
- OBJCFLAGS="${OBJCFLAGS} -g -O0"
+ CFLAGS="${CFLAGS} -g -O0"
+ CXXFLAGS="${CXXFLAGS} -g -O0"
+ FFLAGS="${FFLAGS} -g -O0"
+ FCFLAGS="${FCFLAGS} -g -O0"
+ OBJCFLAGS="${OBJCFLAGS} -g -O0"
;; #(
info) :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: info" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: info" >&5
$as_echo "info" >&6; }
- CFLAGS="${CFLAGS} -g"
- CXXFLAGS="${CXXFLAGS} -g"
- FFLAGS="${FFLAGS} -g"
- FCFLAGS="${FCFLAGS} -g"
- OBJCFLAGS="${OBJCFLAGS} -g"
+ CFLAGS="${CFLAGS} -g"
+ CXXFLAGS="${CXXFLAGS} -g"
+ FFLAGS="${FFLAGS} -g"
+ FCFLAGS="${FCFLAGS} -g"
+ OBJCFLAGS="${OBJCFLAGS} -g"
;; #(
profile) :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: profile" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: profile" >&5
$as_echo "profile" >&6; }
- CFLAGS="${CFLAGS} -g -pg"
- CXXFLAGS="${CXXFLAGS} -g -pg"
- FFLAGS="${FFLAGS} -g -pg"
- FCFLAGS="${FCFLAGS} -g -pg"
- OBJCFLAGS="${OBJCFLAGS} -g -pg"
- LDFLAGS="${LDFLAGS} -pg"
+ CFLAGS="${CFLAGS} -g -pg"
+ CXXFLAGS="${CXXFLAGS} -g -pg"
+ FFLAGS="${FFLAGS} -g -pg"
+ FCFLAGS="${FCFLAGS} -g -pg"
+ OBJCFLAGS="${OBJCFLAGS} -g -pg"
+ LDFLAGS="${LDFLAGS} -pg"
;; #(
*) :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
- if test "x${CFLAGS+set}" != "xset"; then :
+ if test "x${CFLAGS+set}" != "xset"; then :
CFLAGS=""
fi
- if test "x${CXXFLAGS+set}" != "xset"; then :
+ if test "x${CXXFLAGS+set}" != "xset"; then :
CXXFLAGS=""
fi
- if test "x${FFLAGS+set}" != "xset"; then :
+ if test "x${FFLAGS+set}" != "xset"; then :
FFLAGS=""
fi
- if test "x${FCFLAGS+set}" != "xset"; then :
+ if test "x${FCFLAGS+set}" != "xset"; then :
FCFLAGS=""
fi
- if test "x${OBJCFLAGS+set}" != "xset"; then :
+ if test "x${OBJCFLAGS+set}" != "xset"; then :
OBJCFLAGS=""
fi
;;
@@ -13974,7 +13974,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GNOME Online Miners $as_me 3.22.0, which was
+This file was extended by GNOME Online Miners $as_me 3.24.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14041,7 +14041,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GNOME Online Miners config.status 3.22.0
+GNOME Online Miners config.status 3.24.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/configure.ac
new/gnome-online-miners-3.24.0/configure.ac
--- old/gnome-online-miners-3.22.0/configure.ac 2016-09-17 11:37:52.000000000
+0200
+++ new/gnome-online-miners-3.24.0/configure.ac 2017-08-09 09:44:40.000000000
+0200
@@ -1,5 +1,5 @@
AC_INIT([GNOME Online Miners],
- [3.22.0],
+ [3.24.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners],
[gnome-online-miners],
[https://wiki.gnome.org/Projects/GnomeOnlineMiners])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-online-miners-3.22.0/src/gom-utils.c
new/gnome-online-miners-3.24.0/src/gom-utils.c
--- old/gnome-online-miners-3.22.0/src/gom-utils.c 2015-04-01
19:44:56.000000000 +0200
+++ new/gnome-online-miners-3.24.0/src/gom-utils.c 2017-08-09
09:07:50.000000000 +0200
@@ -87,11 +87,23 @@
|| g_strcmp0 (extension, ".docx") == 0
|| g_strcmp0 (extension, ".dot") == 0
|| g_strcmp0 (extension, ".dotx") == 0
- || g_strcmp0 (extension, ".epub") == 0
|| g_strcmp0 (extension, ".odt") == 0
|| g_strcmp0 (extension, ".pdf") == 0)
type = "nfo:PaginatedTextDocument";
+ else if (g_strcmp0 (extension, ".epub") == 0
+ || g_strcmp0 (extension, ".djv") == 0
+ || g_strcmp0 (extension, ".djvu") == 0
+ || g_strcmp0 (extension, ".cbr") == 0
+ || g_strcmp0 (extension, ".cbz") == 0
+ || g_strcmp0 (extension, ".cbt") == 0
+ || g_strcmp0 (extension, ".cb7") == 0
+ || g_strcmp0 (extension, ".fb2") == 0
+ || g_strcmp0 (extension, ".fb2.zip") == 0
+ || g_strcmp0 (extension, ".mobi") == 0
+ || g_strcmp0 (extension, ".prc") == 0)
+ type = "nfo:EBook";
+
else if (g_strcmp0 (extension, ".odp") == 0
|| g_strcmp0 (extension, ".pot") == 0
|| g_strcmp0 (extension, ".potm") == 0