Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2023-04-18 15:52:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and      /work/SRC/openSUSE:Factory/.tumbler.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tumbler"

Tue Apr 18 15:52:44 2023 rev:46 rq:1079982 version:4.18.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2022-12-25 
15:15:13.237497946 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new.2023/tumbler.changes        
2023-04-18 15:52:48.737392311 +0200
@@ -1,0 +2,12 @@
+Mon Apr 17 13:32:36 UTC 2023 - Manfred Hollstein <[email protected]>
+
+- Update to version 4.18.1
+  * Fix memory leak in jpeg-thumbnailer
+  * Fix memory leak in cover-thumbnailer
+  * Fix previous commit
+  * cover-thumbnailer: Fix deprecation warning
+  * build: Let xdt-depends.m4 macros set GLib macros
+  * Translation Updates
+- Remove _service file
+
+-------------------------------------------------------------------

Old:
----
  _service
  tumbler-4.18.0.tar.bz2

New:
----
  tumbler-4.18.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tumbler.spec ++++++
--- /var/tmp/diff_new_pack.piSl3h/_old  2023-04-18 15:52:50.649403323 +0200
+++ /var/tmp/diff_new_pack.piSl3h/_new  2023-04-18 15:52:50.653403345 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:           tumbler
-Version:        4.18.0
+Version:        4.18.1
 Release:        0
 Summary:        Thumbnail Management for Xfce
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -31,11 +31,11 @@
 Source1:        custom_thumbnailers.tar.gz
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gio-2.0) >= 2.50.0
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.50.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
-BuildRequires:  pkgconfig(gmodule-2.0) >= 2.50.0
-BuildRequires:  pkgconfig(gthread-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.66.0
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.17.1
 # GdkPibuxf thumbnailer plugin
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.14

++++++ tumbler-4.18.0.tar.bz2 -> tumbler-4.18.1.tar.bz2 ++++++
++++ 3455 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/ChangeLog new/tumbler-4.18.1/ChangeLog
--- old/tumbler-4.18.0/ChangeLog        2022-12-15 09:53:37.000000000 +0100
+++ new/tumbler-4.18.1/ChangeLog        2023-04-17 12:47:05.000000000 +0200
@@ -1,3 +1,92 @@
+commit 1120b9c8a7057ef93edec154398bbca04a5c9e81
+Author: Błażej Szczygieł <[email protected]>
+Date:   Sat Mar 18 00:24:40 2023 +0100
+
+    Fix memory leak in jpeg-thumbnailer
+    
+    Closes #72
+    
+    (cherry picked from commit c47a2b52722bb43d0717b10ba6d34dab03f646e1)
+
+commit f24cb30b107526cc4a78d4827fa48623ed6d70f6
+Author: Błażej Szczygieł <[email protected]>
+Date:   Sat Mar 18 00:24:35 2023 +0100
+
+    Fix memory leak in cover-thumbnailer
+    
+    Closes #72
+    
+    (cherry picked from commit b33543c1012cd9074203cd503adeea343abc5be3)
+
+commit 937a27bd55da8380eec6bd61c7143d5b259233a1
+Author: Gaël Bonithon <[email protected]>
+Date:   Sat Mar 11 20:23:27 2023 +0100
+
+    Fix previous commit
+    
+    Fixes: 2f16e4171d64a74fd58ac8adb5a023dfca319b2d
+    (cherry picked from commit 8e630f2834f6853a1eddc18ff1023a92fcc93fdb)
+
+commit 99c55fe19d50a543553a14233194c79d823927a5
+Author: Gaël Bonithon <[email protected]>
+Date:   Sun Feb 19 19:09:20 2023 +0100
+
+    cover-thumbnailer: Fix deprecation warning
+    
+    (cherry picked from commit 2f16e4171d64a74fd58ac8adb5a023dfca319b2d)
+
+commit e0584ad9f9d1689a1f90fbd3076d04575c803d04
+Author: Anonymous <[email protected]>
+Date:   Thu Feb 2 12:47:36 2023 +0100
+
+    I18n: Add new translation en_CA (100%).
+    
+    25 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit e6c0fbc25c679ce95ad2eae34a4bc8f65de5a022
+Author: Anonymous <[email protected]>
+Date:   Sat Jan 28 12:47:49 2023 +0100
+
+    I18n: Update translation el (100%).
+    
+    25 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit a3c4cd9ebcfcc671377f09c322f4c4a98c39fc31
+Author: Anonymous <[email protected]>
+Date:   Fri Jan 13 12:47:32 2023 +0100
+
+    I18n: Update translation pt (100%).
+    
+    25 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit 3e6d8502de745a4e36c715779f71520a12607335
+Author: Anonymous <[email protected]>
+Date:   Mon Dec 19 12:46:33 2022 +0100
+
+    I18n: Update translation ko (100%).
+    
+    25 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit 8516f775438f48ede28ddba687d384862f7a4f5e
+Author: Gaël Bonithon <[email protected]>
+Date:   Fri Dec 16 16:24:10 2022 +0100
+
+    build: Let xdt-depends.m4 macros set GLib macros
+
+commit 0b83e5bb0e2ab0fc529ec5ecb0818aef377ff523
+Author: Gaël Bonithon <[email protected]>
+Date:   Thu Dec 15 10:00:32 2022 +0100
+
+    Updates for release
+
 commit 96151c1ea44f43e372622dd318388c91c55d7062
 Author: Gaël Bonithon <[email protected]>
 Date:   Mon Dec 5 20:54:13 2022 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/NEWS new/tumbler-4.18.1/NEWS
--- old/tumbler-4.18.0/NEWS     2022-12-15 09:43:21.000000000 +0100
+++ new/tumbler-4.18.1/NEWS     2023-04-17 12:43:38.000000000 +0200
@@ -1,3 +1,13 @@
+4.18.1 (2023-04-17)
+======
+- Fix memory leak in jpeg-thumbnailer
+- Fix memory leak in cover-thumbnailer
+- Fix previous commit
+- cover-thumbnailer: Fix deprecation warning
+- build: Let xdt-depends.m4 macros set GLib macros
+- Translation Updates:
+  English (Canada), Greek, Korean, Portuguese
+
 4.18.0 (2022-12-15)
 ======
 - build: Bump requirements for Xfce 4.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/acinclude.m4 new/tumbler-4.18.1/acinclude.m4
--- old/tumbler-4.18.0/acinclude.m4     2022-12-05 22:45:08.000000000 +0100
+++ new/tumbler-4.18.1/acinclude.m4     2023-03-19 12:16:20.000000000 +0100
@@ -264,7 +264,7 @@
   PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.40.0],
   [
     dnl Check for curl
-    PKG_CHECK_MODULES([CURL], [libcurl], [], [ac_tumbler_cover_thumbnailer=no])
+    PKG_CHECK_MODULES([CURL], [libcurl >= 7.32.0], [], 
[ac_tumbler_cover_thumbnailer=no])
   ], [ac_tumbler_cover_thumbnailer=no])
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/config.h.in new/tumbler-4.18.1/config.h.in
--- old/tumbler-4.18.0/config.h.in      2022-12-15 09:52:38.000000000 +0100
+++ new/tumbler-4.18.1/config.h.in      2023-04-17 12:45:34.000000000 +0200
@@ -9,10 +9,10 @@
 /* Name of default gettext domain */
 #undef GETTEXT_PACKAGE
 
-/* Warn when using post 2_66 APIs */
+/* Prevent post 2_66 APIs */
 #undef GLIB_VERSION_MAX_ALLOWED
 
-/* Don't warn about post 2_66 deprecations */
+/* Ignore post 2_66 APIs */
 #undef GLIB_VERSION_MIN_REQUIRED
 
 /* Use GLib structured logging */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/configure.ac new/tumbler-4.18.1/configure.ac
--- old/tumbler-4.18.0/configure.ac     2022-12-15 09:43:16.000000000 +0100
+++ new/tumbler-4.18.1/configure.ac     2023-04-17 12:44:33.000000000 +0200
@@ -25,7 +25,7 @@
 m4_define([tumbler_version_api_major], [1])
 m4_define([tumbler_version_major], [4])
 m4_define([tumbler_version_minor], [18])
-m4_define([tumbler_version_micro], [0])
+m4_define([tumbler_version_micro], [1])
 m4_define([tumbler_version], 
[tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
 
 dnl ***************************
@@ -33,7 +33,7 @@
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <[email protected]>])
 AC_COPYRIGHT([Copyright (c) 2016-2017 Ali Abdallah <[email protected]>])
-AC_COPYRIGHT([Copyright (c) 2018-2022 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2018-2023 The Xfce development team])
 AC_INIT([tumbler], [tumbler_version], [https://gitlab.xfce.org/xfce/tumbler])
 AC_PREREQ([2.60])
 AC_CANONICAL_TARGET()
@@ -146,14 +146,11 @@
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_66, Warn when using post 
2_66 APIs)
-AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_66, Don't warn about post 
2_66 deprecations)
-AC_DEFINE(G_LOG_USE_STRUCTURED, 1, Use structured logging)
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.66.0])
-PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.66.0])
-PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.66.0])
-PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.66.0])
-PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.66.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.66.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.17.1])
 
 dnl ******************************************************************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/docs/reference/tumbler/html/index.html 
new/tumbler-4.18.1/docs/reference/tumbler/html/index.html
--- old/tumbler-4.18.0/docs/reference/tumbler/html/index.html   2022-12-15 
09:54:45.000000000 +0100
+++ new/tumbler-4.18.1/docs/reference/tumbler/html/index.html   2023-04-17 
12:48:19.000000000 +0200
@@ -20,7 +20,7 @@
 </h3>
 <div class="affiliation"><div class="address"><p><code class="email">&lt;<a 
class="email" 
href="mailto:[email protected]";>[email protected]</a>&gt;</code></p></div></div>
 </div></div></div>
-<div><p class="releaseinfo">Version 4.18.0
+<div><p class="releaseinfo">Version 4.18.1
 </p></div>
 <div><p class="copyright">Copyright © 2009 Jannis Pohlmann</p></div>
 <div><div class="legalnotice">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html
 
new/tumbler-4.18.1/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html
--- 
old/tumbler-4.18.0/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html
    2022-12-15 09:54:45.000000000 +0100
+++ 
new/tumbler-4.18.1/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html
    2023-04-17 12:48:19.000000000 +0200
@@ -138,12 +138,12 @@
 4
 5
 6</pre></td>
-        <td class="listing_code"><pre class="programlisting"><span 
class="k">const</span><span class="w"> </span><span class="n">gchar</span><span 
class="w"> </span><span class="o">*</span><span class="n">mismatch</span><span 
class="p">;</span><span class="w"></span>
-<span class="n">mismatch</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span 
class="n">tumbler_check_version</span><span class="w"> </span><span 
class="p">(</span><span class="n">TUMBLER_VERSION_MAJOR</span><span 
class="p">,</span><span class="w"></span>
-<span class="w">                                  </span><span 
class="n">TUMBLER_VERSION_MINOR</span><span class="p">,</span><span 
class="w"></span>
-<span class="w">                                  </span><span 
class="n">TUMBLER_VERSION_MICRO</span><span class="p">);</span><span 
class="w"></span>
-<span class="k">if</span><span class="w"> </span><span class="p">(</span><span 
class="n">G_UNLIKELY</span><span class="w"> </span><span 
class="p">(</span><span class="n">mismatch</span><span class="w"> </span><span 
class="o">!=</span><span class="w"> </span><span class="nb">NULL</span><span 
class="p">))</span><span class="w"></span>
-<span class="w">  </span><span class="n">g_error</span><span class="w"> 
</span><span class="p">(</span><span class="s">&quot;Version mismatch: 
%s&quot;</span><span class="p">,</span><span class="w"> </span><span 
class="n">mismatch</span><span class="p">);</span><span 
class="w"></span></pre></td>
+        <td class="listing_code"><pre class="programlisting"><span 
class="k">const</span><span class="w"> </span><span class="n">gchar</span><span 
class="w"> </span><span class="o">*</span><span class="n">mismatch</span><span 
class="p">;</span>
+<span class="n">mismatch</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span 
class="n">tumbler_check_version</span><span class="w"> </span><span 
class="p">(</span><span class="n">TUMBLER_VERSION_MAJOR</span><span 
class="p">,</span>
+<span class="w">                                  </span><span 
class="n">TUMBLER_VERSION_MINOR</span><span class="p">,</span>
+<span class="w">                                  </span><span 
class="n">TUMBLER_VERSION_MICRO</span><span class="p">);</span>
+<span class="k">if</span><span class="w"> </span><span class="p">(</span><span 
class="n">G_UNLIKELY</span><span class="w"> </span><span 
class="p">(</span><span class="n">mismatch</span><span class="w"> </span><span 
class="o">!=</span><span class="w"> </span><span class="nb">NULL</span><span 
class="p">))</span>
+<span class="w">  </span><span class="n">g_error</span><span class="w"> 
</span><span class="p">(</span><span class="s">&quot;Version mismatch: 
%s&quot;</span><span class="p">,</span><span class="w"> </span><span 
class="n">mismatch</span><span class="p">);</span></pre></td>
       </tr>
     </tbody>
   </table>
@@ -202,7 +202,7 @@
 <hr>
 <div class="refsect2">
 <a name="TUMBLER-MICRO-VERSION:CAPS"></a><h3>TUMBLER_MICRO_VERSION</h3>
-<pre class="programlisting">#define TUMBLER_MICRO_VERSION 0
+<pre class="programlisting">#define TUMBLER_MICRO_VERSION 1
 </pre>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/docs/reference/tumbler/version.xml 
new/tumbler-4.18.1/docs/reference/tumbler/version.xml
--- old/tumbler-4.18.0/docs/reference/tumbler/version.xml       2022-12-15 
09:53:28.000000000 +0100
+++ new/tumbler-4.18.1/docs/reference/tumbler/version.xml       2023-04-17 
12:46:56.000000000 +0200
@@ -1 +1 @@
-4.18.0
+4.18.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/m4/ltversion.m4 new/tumbler-4.18.1/m4/ltversion.m4
--- old/tumbler-4.18.0/m4/ltversion.m4  2022-12-15 09:52:15.000000000 +0100
+++ new/tumbler-4.18.1/m4/ltversion.m4  2023-04-17 12:45:07.000000000 +0200
@@ -10,15 +10,15 @@
 
 # @configure_input@
 
-# serial 4245 ltversion.m4
+# serial 4249 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.4.7-dirty])
-m4_define([LT_PACKAGE_REVISION], [2.4.7])
+m4_define([LT_PACKAGE_VERSION], [2.4.7.4-1ec8f-dirty])
+m4_define([LT_PACKAGE_REVISION], [2.4.7.4])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.7-dirty'
-macro_revision='2.4.7'
+[macro_version='2.4.7.4-1ec8f-dirty'
+macro_revision='2.4.7.4'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/plugins/cover-thumbnailer/cover-thumbnailer.c 
new/tumbler-4.18.1/plugins/cover-thumbnailer/cover-thumbnailer.c
--- old/tumbler-4.18.0/plugins/cover-thumbnailer/cover-thumbnailer.c    
2022-10-30 10:44:46.000000000 +0100
+++ new/tumbler-4.18.1/plugins/cover-thumbnailer/cover-thumbnailer.c    
2023-04-17 12:42:22.000000000 +0200
@@ -238,7 +238,7 @@
 #endif
 
   /* cancellable check */
-  curl_easy_setopt (curl_handle, CURLOPT_PROGRESSFUNCTION, 
cover_thumbnailer_check_progress);
+  curl_easy_setopt (curl_handle, CURLOPT_XFERINFOFUNCTION, 
cover_thumbnailer_check_progress);
   curl_easy_setopt (curl_handle, CURLOPT_PROGRESSDATA, cancellable);
   curl_easy_setopt (curl_handle, CURLOPT_NOPROGRESS, FALSE);
 
@@ -399,7 +399,7 @@
 {
   gchar       *basename;
   gboolean     is_series;
-  GMatchInfo  *match_info;
+  GMatchInfo  *match_info = NULL;
   gint         start_pos;
   gint         end_pos;
   gchar       *year = NULL;
@@ -418,7 +418,7 @@
   basename = g_file_get_basename (gfile);
 
   /* check if the title looks like a serie */
-  is_series = g_regex_match (cover->series_regex, basename, 0, &match_info);
+  is_series = g_regex_match (cover->series_regex, basename, 0, NULL);
 
   /* if this is not a serie, look for other filename crap */
   if (is_series
@@ -428,8 +428,9 @@
       if (g_match_info_fetch_pos (match_info, 0, &start_pos, NULL)
           && start_pos > 0)
         basename[start_pos] = '\0';
-      g_match_info_free (match_info);
     }
+  g_match_info_free (match_info);
+  match_info = NULL;
 
   /* for non-series, look for a year in the title */
   if (!is_series
@@ -453,8 +454,9 @@
               basename[start_pos] = '\0';
             }
         }
-      g_match_info_free (match_info);
     }
+  g_match_info_free (match_info);
+  match_info = NULL;
 
   /* append the possible title part of the filename */
   title = g_string_sized_new (strlen (basename));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c 
new/tumbler-4.18.1/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
--- old/tumbler-4.18.0/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c      
2022-10-30 10:44:46.000000000 +0100
+++ new/tumbler-4.18.1/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c      
2023-04-17 12:42:22.000000000 +0200
@@ -758,6 +758,8 @@
               if (pixbuf != NULL && gdk_pixbuf_get_width (pixbuf) < width
                   && gdk_pixbuf_get_height (pixbuf) < height)
                 g_clear_object (&pixbuf);
+              else
+                break;
             }
 
           /* try next one then */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/po/el.po new/tumbler-4.18.1/po/el.po
--- old/tumbler-4.18.0/po/el.po 2022-10-30 10:44:46.000000000 +0100
+++ new/tumbler-4.18.1/po/el.po 2023-03-19 12:15:40.000000000 +0100
@@ -8,6 +8,7 @@
 # Ápo. <[email protected]>, 2017
 # Efstathios Iosifidis <[email protected]>, 2014
 # Efstathios Iosifidis <[email protected]>, 2012
+# Ioannis LM, 2023
 # Panagiotis Mantzios <[email protected]>, 2018
 # Stelios Tsampas <[email protected]>, 2013
 # Stelios Tsampas <[email protected]>, 2013
@@ -15,9 +16,9 @@
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-19 00:47+0100\n"
+"POT-Creation-Date: 2022-11-28 14:59+0100\n"
 "PO-Revision-Date: 2013-07-02 20:39+0000\n"
-"Last-Translator: Stelios Tsampas <[email protected]>, 2013\n"
+"Last-Translator: Ioannis LM, 2023\n"
 "Language-Team: Greek (http://www.transifex.com/xfce/tumbler/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,11 +26,11 @@
 "Language: el\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:438
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:439
 msgid "Failed to call the specialized thumbnailer: timeout"
 msgstr "Απέτυχε η ειδική υπηρεσία δημιουργίας 
μικρογραφιών: όριο χρόνου"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:447
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:449
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Απέτυχε η ειδική υπηρεσία δημιουργίας 
μικρογραφιών: %s"
@@ -67,7 +68,7 @@
 #: ../tumbler/tumbler-error.h:45
 #, c-format
 msgid "The file \"%s\" is a thumbnail itself"
-msgstr "Το αρχείο  \"%s\" είναι ήδη μικρογραφία"
+msgstr "Το αρχείο \"%s\" είναι ήδη μικρογραφία"
 
 #: ../tumbler/tumbler-error.h:46
 #, c-format
@@ -82,64 +83,64 @@
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Ζητήθηκε μη υποστηριζόμενη 
μικρογραφία"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:350
 #, c-format
 msgid "Failed to load the poster image \"%s\""
 msgstr "Αδυναμία φόρτωσης της εικόνας \"%s\""
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:386
 #, c-format
 msgid "Failed to load the metadata from \"%s\""
 msgstr "Απέτυχε η φόρτωση των μεταδεδομένων 
από το \"%s\""
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:582
 msgid ""
 "Invalid API key, you must be granted a valid key. The Movie DB backend will "
 "be disabled."
 msgstr "Άκυρο κλειδί API, θα πρέπει να λάβετε 
ένα έγκυρο κλειδί. Θα απενεργοποιηθεί η 
βάση δεδομένων."
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:590
 msgid "No poster key found in metadata"
 msgstr "Δεν βρέθηκε κλειδί στα μεταδεδομένα."
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:651
 msgid "Movie title is too short"
 msgstr "Ο τίτλος της ταινίας είναι πολύ 
σύντομος"
 
 #. there was an error in the freetype initialization, abort
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:430
 #, c-format
 msgid "Could not initialize freetype: %s"
 msgstr "Δεν ήταν δυνατή η προετοιμασία freetype: %s"
 
 #. there was an error, emit error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:443
 #, c-format
 msgid "Could not load file contents: %s"
 msgstr "Δεν ήταν δυνατή η φόρτωση 
περιεχομένων του αρχείου: %s"
 
 #. the font file could not be loaded, emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
 #, c-format
 msgid "Could not open font file: %s"
-msgstr "Δεν ήταν δυνατό το άνοιγμα του αρχείου 
γραμματοσειρών: %s"
+msgstr "Δεν ήταν δυνατό το άνοιγμα του αρχείου 
γραμματοσειράς: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:488
 #, c-format
 msgid "Could not set the character map: %s"
-msgstr "Δεν ήταν δυνατός ο καθορισμός του 
πίνακα χαρακτήρων: %s"
+msgstr "Δεν ήταν δυνατή η ενεργοποίηση του 
πίνακα χαρακτήρων: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:516
 #, c-format
 msgid "Could not render glyphs: %s"
 msgstr "Δεν ήταν δυνατή η αποτύπωση των 
γραφικών χαρακτήρων: %s"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:337
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:297
 msgid "The document is empty"
 msgstr "Το έγγραφο είναι άδειο"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:349
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:310
 msgid "First page of the document could not be read"
 msgstr "Η πρώτη σελίδα του εγγράφου δε μπορεί 
να αναγνωριστεί"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/po/en_CA.po new/tumbler-4.18.1/po/en_CA.po
--- old/tumbler-4.18.0/po/en_CA.po      1970-01-01 01:00:00.000000000 +0100
+++ new/tumbler-4.18.1/po/en_CA.po      2023-03-19 12:15:40.000000000 +0100
@@ -0,0 +1,138 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Steve Harris <[email protected]>, 2023
+msgid ""
+msgstr ""
+"Project-Id-Version: Tumbler\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-11-28 14:59+0100\n"
+"PO-Revision-Date: 2013-07-02 20:39+0000\n"
+"Last-Translator: Steve Harris <[email protected]>, 2023\n"
+"Language-Team: English (Canada) 
(http://www.transifex.com/xfce/tumbler/language/en_CA/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_CA\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:439
+msgid "Failed to call the specialized thumbnailer: timeout"
+msgstr "Failed to call the specialized thumbnailer: timeout"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:449
+#, c-format
+msgid "Failed to call the specialized thumbnailer: %s"
+msgstr "Failed to call the specialized thumbnailer: %s"
+
+#: ../tumbler/tumbler-enum-types.c:49
+msgid "Invalid format"
+msgstr "Invalid format"
+
+#: ../tumbler/tumbler-enum-types.c:50
+msgid "PNG"
+msgstr "PNG"
+
+#: ../tumbler/tumbler-enum-types.c:71
+msgid "RGB Colorspace"
+msgstr "RGB Colourspace"
+
+#: ../tumbler/tumbler-error.h:41
+msgid "Thumbnail could not be inferred from file contents"
+msgstr "Thumbnail could not be inferred from file contents"
+
+#: ../tumbler/tumbler-error.h:42
+msgid "Only local files are supported"
+msgstr "Only local files are supported"
+
+#: ../tumbler/tumbler-error.h:43
+#, c-format
+msgid "Corrupt thumbnail PNG: '%s'"
+msgstr "Corrupt thumbnail PNG: '%s'"
+
+#: ../tumbler/tumbler-error.h:44
+#, c-format
+msgid "Could not save thumbnail to \"%s\""
+msgstr "Could not save thumbnail to \"%s\""
+
+#: ../tumbler/tumbler-error.h:45
+#, c-format
+msgid "The file \"%s\" is a thumbnail itself"
+msgstr "The file \"%s\" is a thumbnail itself"
+
+#: ../tumbler/tumbler-error.h:46
+#, c-format
+msgid "No thumbnailer available for \"%s\""
+msgstr "No thumbnailer available for \"%s\""
+
+#: ../tumbler/tumbler-error.h:47
+msgid "The thumbnailer service is shutting down"
+msgstr "The thumbnailer service is shutting down"
+
+#: ../tumbler/tumbler-error.h:48
+msgid "Unsupported thumbnail flavor requested"
+msgstr "Unsupported thumbnail flavour requested"
+
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:350
+#, c-format
+msgid "Failed to load the poster image \"%s\""
+msgstr "Failed to load the poster image \"%s\""
+
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:386
+#, c-format
+msgid "Failed to load the metadata from \"%s\""
+msgstr "Failed to load the metadata from \"%s\""
+
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:582
+msgid ""
+"Invalid API key, you must be granted a valid key. The Movie DB backend will "
+"be disabled."
+msgstr "Invalid API key, you must be granted a valid key. The Movie DB backend 
will be disabled."
+
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:590
+msgid "No poster key found in metadata"
+msgstr "No poster key found in metadata"
+
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:651
+msgid "Movie title is too short"
+msgstr "Movie title is too short"
+
+#. there was an error in the freetype initialization, abort
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:430
+#, c-format
+msgid "Could not initialize freetype: %s"
+msgstr "Could not initialize freetype: %s"
+
+#. there was an error, emit error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:443
+#, c-format
+msgid "Could not load file contents: %s"
+msgstr "Could not load file contents: %s"
+
+#. the font file could not be loaded, emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#, c-format
+msgid "Could not open font file: %s"
+msgstr "Could not open font file: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:488
+#, c-format
+msgid "Could not set the character map: %s"
+msgstr "Could not set the character map: %s"
+
+#. emit an error signal
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:516
+#, c-format
+msgid "Could not render glyphs: %s"
+msgstr "Could not render glyphs: %s"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:297
+msgid "The document is empty"
+msgstr "The document is empty"
+
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:310
+msgid "First page of the document could not be read"
+msgstr "First page of the document could not be read"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/po/ko.po new/tumbler-4.18.1/po/ko.po
--- old/tumbler-4.18.0/po/ko.po 2022-10-30 10:44:47.000000000 +0100
+++ new/tumbler-4.18.1/po/ko.po 2023-03-19 12:15:40.000000000 +0100
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# 박정규(Jung-Kyu Park) <[email protected]>, 2017
+# 1763f4a4329a2376c933c5e919a36cbc_341ca53 
<1f851310383599d03339229d772e1290_119292>, 2017
+# Seong-ho Cho <[email protected]>, 2022
 msgid ""
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-19 00:47+0100\n"
-"PO-Revision-Date: 2021-12-18 23:47+0000\n"
-"Last-Translator: Xfce Bot <[email protected]>\n"
+"POT-Creation-Date: 2022-11-28 14:59+0100\n"
+"PO-Revision-Date: 2013-07-02 20:39+0000\n"
+"Last-Translator: Seong-ho Cho <[email protected]>, 2022\n"
 "Language-Team: Korean (http://www.transifex.com/xfce/tumbler/language/ko/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,11 +19,11 @@
 "Language: ko\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:438
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:439
 msgid "Failed to call the specialized thumbnailer: timeout"
 msgstr "특화된 섬네일러를 호출하는데 실패했습니다: 시간 
초과"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:447
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:449
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "특화된 섬네일러를 호출하는데 실패했습니다: %s"
@@ -50,7 +51,7 @@
 #: ../tumbler/tumbler-error.h:43
 #, c-format
 msgid "Corrupt thumbnail PNG: '%s'"
-msgstr ""
+msgstr "PNG 미리 보기 그림이 깨졌습니다: '%s'"
 
 #: ../tumbler/tumbler-error.h:44
 #, c-format
@@ -75,64 +76,64 @@
 msgid "Unsupported thumbnail flavor requested"
 msgstr "지원하지 않는 섬네일 방식을 요청했습니다"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:350
 #, c-format
 msgid "Failed to load the poster image \"%s\""
 msgstr "\"%s\" 게시자 이미지를 불러오는데 실패했습니다"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:386
 #, c-format
 msgid "Failed to load the metadata from \"%s\""
 msgstr "\"%s\"에서 메타데이터를 불러오는데 실패했습니다"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:582
 msgid ""
 "Invalid API key, you must be granted a valid key. The Movie DB backend will "
 "be disabled."
 msgstr "잘못된 API 키입니다. 유효한 키를 허가 받아야 
합니다. 동영상 DB 백엔드를 비활성화합니다."
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:590
 msgid "No poster key found in metadata"
 msgstr "메타데이터에 게시자 키가 없습니다"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:651
 msgid "Movie title is too short"
 msgstr "동영상 제목이 너무 짧습니다"
 
 #. there was an error in the freetype initialization, abort
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:430
 #, c-format
 msgid "Could not initialize freetype: %s"
 msgstr "freetype을 초기화 할 수 없습니다: %s"
 
 #. there was an error, emit error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:443
 #, c-format
 msgid "Could not load file contents: %s"
 msgstr "파일 내용을 불러올 수 없습니다: %s"
 
 #. the font file could not be loaded, emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
 #, c-format
 msgid "Could not open font file: %s"
 msgstr "글꼴 파일을 열 수 없습니다: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:488
 #, c-format
 msgid "Could not set the character map: %s"
 msgstr "문자 맵을 설정할 수 없습니다: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:516
 #, c-format
 msgid "Could not render glyphs: %s"
 msgstr "글리프를 렌더링 할 수 없습니다: %s"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:337
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:297
 msgid "The document is empty"
 msgstr "문서가 비어 있습니다"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:349
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:310
 msgid "First page of the document could not be read"
 msgstr "문서의 첫 페이지를 읽어들일 수 없습니다"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/po/pt.po new/tumbler-4.18.1/po/pt.po
--- old/tumbler-4.18.0/po/pt.po 2022-10-30 10:44:47.000000000 +0100
+++ new/tumbler-4.18.1/po/pt.po 2023-03-19 12:15:40.000000000 +0100
@@ -3,28 +3,28 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Hugo Carvalho <[email protected]>, 2021
+# Hugo Carvalho <[email protected]>, 2021,2023
 # José Vieira <[email protected]>, 2017
 # Nuno Miguel <[email protected]>, 2017-2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-19 00:47+0100\n"
-"PO-Revision-Date: 2021-12-19 16:11+0000\n"
-"Last-Translator: Hugo Carvalho <[email protected]>\n"
+"POT-Creation-Date: 2022-11-28 14:59+0100\n"
+"PO-Revision-Date: 2013-07-02 20:39+0000\n"
+"Last-Translator: Hugo Carvalho <[email protected]>, 2021,2023\n"
 "Language-Team: Portuguese 
(http://www.transifex.com/xfce/tumbler/language/pt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 
1000000 == 0 ? 1 : 2;\n"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:438
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:439
 msgid "Failed to call the specialized thumbnailer: timeout"
 msgstr "Falha ao invocar a miniatura: tempo de espera excedido"
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:447
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:449
 #, c-format
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Falha ao invocar a miniatura: %s"
@@ -77,64 +77,64 @@
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Requisitado um tipo de miniatura não suportado"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:350
 #, c-format
 msgid "Failed to load the poster image \"%s\""
 msgstr "Falha ao carregar a imagem \"%s\""
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:386
 #, c-format
 msgid "Failed to load the metadata from \"%s\""
 msgstr "Falha ao carregar os dados de \"%s\""
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:582
 msgid ""
 "Invalid API key, you must be granted a valid key. The Movie DB backend will "
 "be disabled."
 msgstr "Chave API inválida. Tem que obter uma chave válida. A infraestrutura 
da base de dados de filmes será desativada."
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:590
 msgid "No poster key found in metadata"
 msgstr "Não foi encontrada a chave nos dados"
 
-#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689
+#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:651
 msgid "Movie title is too short"
 msgstr "O título do filme é muito pequeno"
 
 #. there was an error in the freetype initialization, abort
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:430
 #, c-format
 msgid "Could not initialize freetype: %s"
 msgstr "Não foi possível iniciar freetype: %s"
 
 #. there was an error, emit error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:475
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:443
 #, c-format
 msgid "Could not load file contents: %s"
 msgstr "Não foi possível carregar o ficheiro: %s"
 
 #. the font file could not be loaded, emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:494
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
 #, c-format
 msgid "Could not open font file: %s"
 msgstr "Não foi possível abrir o ficheiro: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:518
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:488
 #, c-format
 msgid "Could not set the character map: %s"
 msgstr "Não foi possível definir o mapa de caracteres: %s"
 
 #. emit an error signal
-#: ../plugins/font-thumbnailer/font-thumbnailer.c:545
+#: ../plugins/font-thumbnailer/font-thumbnailer.c:516
 #, c-format
 msgid "Could not render glyphs: %s"
 msgstr "Não foi possível processar o símbolo: %s"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:337
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:297
 msgid "The document is empty"
-msgstr "O documento está vazio"
+msgstr "O documento está em branco"
 
-#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:349
+#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:310
 msgid "First page of the document could not be read"
 msgstr "A primeira página do documento não pôde ser lida"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tumbler-4.18.0/tumbler/tumbler-config.h 
new/tumbler-4.18.1/tumbler/tumbler-config.h
--- old/tumbler-4.18.0/tumbler/tumbler-config.h 2022-12-15 09:53:30.000000000 
+0100
+++ new/tumbler-4.18.1/tumbler/tumbler-config.h 2023-04-17 12:46:59.000000000 
+0200
@@ -31,7 +31,7 @@
 
 #define TUMBLER_MAJOR_VERSION 4
 #define TUMBLER_MINOR_VERSION 18
-#define TUMBLER_MICRO_VERSION 0
+#define TUMBLER_MICRO_VERSION 1
 
 #define TUMBLER_CHECK_VERSION(major,minor,micro) \
   (TUMBLER_MAJOR_VERSION > (major) \

Reply via email to