commit tumbler for openSUSE:Factory

2013-02-15 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2013-02-15 18:52:26

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2013-01-17 
10:51:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2013-02-15 
18:52:27.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 11:36:57 UTC 2013 - pgaj...@suse.com
+
+- build also with libpng16
+  * libpng16.patch
+
+---

New:

  tumbler-libpng16.patch



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.5daXRB/_old  2013-02-15 18:52:28.0 +0100
+++ /var/tmp/diff_new_pack.5daXRB/_new  2013-02-15 18:52:28.0 +0100
@@ -28,6 +28,8 @@
 Group:  Productivity/Graphics/Other
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM tumbler-libpng16.patch pgaj...@suse.com -- Build also 
with libpng16
+Patch0: tumbler-libpng16.patch
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -106,6 +108,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ tumbler-libpng16.patch ++
Index: tumbler-0.1.27/plugins/xdg-cache/xdg-cache-cache.c
===
--- tumbler-0.1.27.orig/plugins/xdg-cache/xdg-cache-cache.c
+++ tumbler-0.1.27/plugins/xdg-cache/xdg-cache-cache.c
@@ -23,6 +23,7 @@
 #endif
 
 #include 
+#include 
 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory
checked in at Wed Sep 21 17:24:03 CEST 2011.




--- tumbler/tumbler.changes 2011-02-18 14:24:06.0 +0100
+++ /mounts/work_src_done/STABLE/tumbler/tumbler.changes2011-09-21 
09:29:32.0 +0200
@@ -1,0 +2,19 @@
+Wed Sep 21 07:06:26 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.22
+  - add coding style documentation
+  - add a GStreamer-based thumbnailer for video thumbnails
+  - avoid GdkPixbuf functions deprecated in poppler >= 0.17
+  - translation updates
+- dropped obsolete tumbler-poppler-0.18.patch,
+  tumbler-poppler-0.18-bis.patch
+
+---
+Tue Sep 20 09:11:44 UTC 2011 - vu...@opensuse.org
+
+- Add tumbler-poppler-0.18.patch: fix build with poppler 0.17/0.18.
+  Patch taken from git.
+- Add tumbler-poppler-0.18-bis.patch: second part of the fix, not
+  in git yet.
+
+---

calling whatdependson for head-i586


Old:

  tumbler-0.1.21.tar.bz2

New:

  tumbler-0.1.22.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.weRDmQ/_old  2011-09-21 17:23:56.0 +0200
+++ /var/tmp/diff_new_pack.weRDmQ/_new  2011-09-21 17:23:56.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   tumbler
-Version:0.1.21
+Version:0.1.22
 Release:1
 License:GPLv2+ and LGPLv2+
 Summary:Thumbnail Management for Xfce

++ tumbler-0.1.21.tar.bz2 -> tumbler-0.1.22.tar.bz2 ++
 24943 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory
checked in at Wed Sep 28 14:41:30 CEST 2011.




--- tumbler/tumbler.changes 2011-09-21 09:29:32.0 +0200
+++ /mounts/work_src_done/STABLE/tumbler/tumbler.changes2011-09-27 
16:17:24.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 27 14:04:16 UTC 2011 - g...@opensuse.org
+
+- added tumbler-0.1.22-fix-video-thumbnails.patch in order to fix
+  the generation of video images by starting the pipeline
+- build the gstreamer plugin now that it actually works
+
+---

calling whatdependson for head-i586


New:

  tumbler-0.1.22-fix-video-thumbnails.patch



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.1auCfL/_old  2011-09-28 14:41:25.0 +0200
+++ /var/tmp/diff_new_pack.1auCfL/_new  2011-09-28 14:41:25.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.xfce.org/
 Group:  Productivity/Graphics/Other
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM tumbler-0.1.22-fix-video-thumbnails.patch bxo#7996 
g...@opensuse.org -- Fixes generation of video images by starting the pipeline
+Patch0: tumbler-0.1.22-fix-video-thumbnails.patch
 BuildRequires:  intltool
 BuildRequires:  freetype2-devel
 BuildRequires:  libjpeg-devel
@@ -33,6 +35,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -100,6 +104,7 @@
 %{_libdir}/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
+%{_libdir}/tumbler-1/plugins/tumbler-gst-thumbnailer.so
 %{_datadir}/dbus-1/services/*.service
 
 %files devel

++ tumbler-0.1.22-fix-video-thumbnails.patch ++
diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
index b8a29ab..dead043 100644
--- a/plugins/gst-thumbnailer/gst-helper.c
+++ b/plugins/gst-thumbnailer/gst-helper.c
@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,

   bus = gst_element_get_bus (GST_ELEMENT (pipeline));

+  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
+
   i = 0;
   msg = NULL;
   while (msg == NULL && i < 5)





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-01-09 15:22:29

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2011-09-28 
15:36:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-01-09 
15:22:31.0 +0100
@@ -1,0 +2,15 @@
+Sun Dec  4 14:08:59 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.23
+  - fix generation of video images by starting the pipeline
+  - add an ODF thumbnailer plugin
+  - add support for OpenRaster images in the ODF thumbnailer
+  - add a raw image thumbnailer plugin
+  - exit the xdg thumbnailer nicely with corrupt png files
+  - avoid huge thumbnails from libjpeg
+  - optimize the pixbuf thumbnailer
+  - bugfixes
+  - translation updates
+- dropped obsolete tumbler-0.1.22-fix-video-thumbnails.patch
+
+---

Old:

  tumbler-0.1.22-fix-video-thumbnails.patch
  tumbler-0.1.22.tar.bz2

New:

  tumbler-0.1.23.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.is5UWo/_old  2012-01-09 15:22:32.0 +0100
+++ /var/tmp/diff_new_pack.is5UWo/_new  2012-01-09 15:22:32.0 +0100
@@ -18,15 +18,13 @@
 
 
 Name:   tumbler
-Version:0.1.22
+Version:0.1.23
 Release:1
 License:GPLv2+ and LGPLv2+
 Summary:Thumbnail Management for Xfce
 Url:http://www.xfce.org/
 Group:  Productivity/Graphics/Other
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM tumbler-0.1.22-fix-video-thumbnails.patch bxo#7996 
g...@opensuse.org -- Fixes generation of video images by starting the pipeline
-Patch0: tumbler-0.1.22-fix-video-thumbnails.patch
 BuildRequires:  intltool
 BuildRequires:  freetype2-devel
 BuildRequires:  libjpeg-devel
@@ -70,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static

++ tumbler-0.1.22.tar.bz2 -> tumbler-0.1.23.tar.bz2 ++
 16362 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-02-16 10:10:53

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-01-09 
15:22:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-02-16 
10:10:58.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:17 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.J2sDX2/_old  2012-02-16 10:10:59.0 +0100
+++ /var/tmp/diff_new_pack.J2sDX2/_new  2012-02-16 10:10:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:   tumbler
 Version:0.1.23
-Release:1
-License:GPLv2+ and LGPLv2+
+Release:0
 Summary:Thumbnail Management for Xfce
-Url:http://www.xfce.org/
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Other
+Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
-BuildRequires:  intltool
 BuildRequires:  freetype2-devel
+BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
-BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(poppler-glib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +43,6 @@
 implemented in accordance to the thumbnail management D-Bus specification.
 
 %package devel
-License:GPLv2+ and LGPLv2+
 Summary:Development Files for tumbler
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-05-08 06:49:00

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-04-12 
09:54:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-05-08 
06:50:17.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 29 08:38:15 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.25
+  - remove some unused m4 macros
+  - add or fix missing licenses
+  - translation updates
+
+---

Old:

  tumbler-0.1.24.tar.bz2

New:

  tumbler-0.1.25.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.0Q2ToT/_old  2012-05-08 06:50:18.0 +0200
+++ /var/tmp/diff_new_pack.0Q2ToT/_new  2012-05-08 06:50:18.0 +0200
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.1.24
+Version:0.1.25
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
@@ -127,7 +127,6 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-# should be libexec, upstream uses libdir
 %dir %{_libdir}/tumbler-1
 %{_libdir}/tumbler-1/tumblerd
 %dir %{_libdir}/tumbler-1/plugins

++ tumbler-0.1.24.tar.bz2 -> tumbler-0.1.25.tar.bz2 ++
 4893 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-04-12 09:54:34

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-02-16 
10:10:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-04-12 
09:54:38.0 +0200
@@ -1,0 +2,21 @@
+Sat Mar 31 09:17:09 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.24
+  - link all plugins that use rint() against libm
+  - call dbus_g_thread_init() to fix threading issues
+  - add application/vnd.rn-realmedia to the ffmpeg plugin
+  - explicitly link against gmodule
+  - avoid accessing list elements after they have been freed
+  - make sure to include PLATFORM flags everywhere
+  - translation updates
+
+---
+Tue Mar 27 14:43:52 UTC 2012 - g...@opensuse.org
+
+- split of -lang and shared library subpackages in order to comply
+  with the shread library packaging policy
+- enable ODF and RAW plugins and add the option to build the ffmpeg
+  plugin
+- correct dependencies
+
+---

Old:

  tumbler-0.1.23.tar.bz2

New:

  tumbler-0.1.24.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.iqQZ8V/_old  2012-04-12 09:54:39.0 +0200
+++ /var/tmp/diff_new_pack.iqQZ8V/_new  2012-04-12 09:54:39.0 +0200
@@ -16,23 +16,45 @@
 #
 
 
+%bcond_with libffmpegthumbnailer
+
+%define libname libtumbler-1-0
+
 Name:   tumbler
-Version:0.1.23
+Version:0.1.24
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
-BuildRequires:  freetype2-devel
 BuildRequires:  intltool
-BuildRequires:  libjpeg-devel
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+# GdkPibuxf thumbnailer plugin
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+# FreeType2 font thumbnailer plugin
+BuildRequires:  freetype2-devel
+# JPEG thumbnailer plugin with EXIF support
+BuildRequires:  libjpeg-devel
+%if %{with libffmpegthumbnailer}
+# ffmpeg video thumbnailer plugin
+BuildRequires:  pkgconfig(libffmpegthumbnailer)
+%endif
+# gstreamer video thumbnailer plugin
 BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(libpng)
+# poppler PDF/PS thumbnailer plugin
 BuildRequires:  pkgconfig(poppler-glib)
+# ODF thumbnailer plugin
+BuildRequires:  pkgconfig(libgsf-1)
+# libopenraw thumbnailer plugin
+BuildRequires:  pkgconfig(libopenraw-gnome-1.0)
+# freedesktop.org cache plugin
+BuildRequires:  pkgconfig(libpng)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,28 +64,43 @@
 extensible through a plugin interface or via specialized thumbnailer services
 implemented in accordance to the thumbnail management D-Bus specification.
 
+%package -n %{libname}
+Summary:Tumbler Library
+Group:  System/Libraries
+Recommends: %{name}-lang = %{version}
+
+%description -n %{libname}
+This package provides the shared library component of tumbler.
+
 %package devel
 Summary:Development Files for tumbler
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   freetype2-devel
-Requires:   libjpeg-devel
-Requires:   pkgconfig(libpng)
-Requires:   pkgconfig(glib-2.0)
-Requires:   pkgconfig(dbus-glib-1)
-Requires:   pkgconfig(gdk-pixbuf-2.0)
-Requires:   pkgconfig(poppler-glib)
+Recommends: %{name}-doc = %{version}
 
 %description devel
-Tumbler is a D-Bus service for applications to request thumbnails for various
-URI schemes and MIME types. It is an implementation of the thumbnail management
-D-Bus specification described on http://live.gnome.org/ThumbnailerSpec and
-extensible through a plugin interface or via specialized thumbnailer services
-implemented in accordance to the thumbnail management D-Bus specification.
-
 This package contains the development files needed for developing tumbler
 plugins.
 
+%package doc
+Summary:Developer Documentation for tumbler
+Group:  Documentation/HTML
+BuildArch:  noarch
+
+%description doc
+This package pr

commit tumbler for openSUSE:Factory

2013-01-13 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2013-01-13 14:31:56

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-12-19 
13:34:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2013-01-13 
14:31:58.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan 12 15:00:04 UTC 2013 - g...@opensuse.org
+
+- update to version 0.1.27
+  - autotools updates
+  - remove unmaintained translations
+  - fix build when using -Wl,-z,defs
+  - add cover-thumbnailer for movies
+  - add config file system to control thumbnailing plugins
+  - release thumbnail in gst thumbnailer
+
+---

Old:

  tumbler-0.1.26.tar.bz2

New:

  tumbler-0.1.27.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.58roCw/_old  2013-01-13 14:31:59.0 +0100
+++ /var/tmp/diff_new_pack.58roCw/_new  2013-01-13 14:31:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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:0.1.26
+Version:0.1.27
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
@@ -128,6 +128,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
+%dir %{_sysconfdir}/xdg/tumbler/
+%config(noreplace) %{_sysconfdir}/xdg/tumbler/tumbler.rc
 %dir %{_libdir}/tumbler-1
 %{_libdir}/tumbler-1/tumblerd
 %dir %{_libdir}/tumbler-1/plugins

++ tumbler-0.1.26.tar.bz2 -> tumbler-0.1.27.tar.bz2 ++
 8973 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2013-01-17 10:51:13

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2013-01-13 
14:31:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2013-01-17 
10:51:15.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 15 15:49:21 UTC 2013 - g...@opensuse.org
+
+- build the OMDB cover thumbnailer (although disabled by default
+  for privacy reasons)
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.mLP7O3/_old  2013-01-17 10:51:16.0 +0100
+++ /var/tmp/diff_new_pack.mLP7O3/_new  2013-01-17 10:51:16.0 +0100
@@ -56,6 +56,8 @@
 BuildRequires:  pkgconfig(libopenraw-gnome-1.0)
 # freedesktop.org cache plugin
 BuildRequires:  pkgconfig(libpng)
+# OMDB cover plugin
+BuildRequires:  pkgconfig(libcurl)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -146,6 +148,7 @@
 %{_libdir}/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-raw-thumbnailer.so
+%{_libdir}/tumbler-1/plugins/tumbler-cover-thumbnailer.so
 %{_datadir}/dbus-1/services/*.service
 
 %files -n %{libname}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2013-05-06 10:15:21

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2013-02-15 
18:52:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2013-05-06 
10:15:23.0 +0200
@@ -1,0 +2,21 @@
+Sun May  5 20:00:36 UTC 2013 - g...@opensuse.org
+
+- update to version 0.1.29
+  - fix memory corruption on 64bit
+  - translation updates
+
+---
+Sun May  5 18:51:44 UTC 2013 - g...@opensuse.org
+
+- update to version 0.1.28
+  - set nice value of tumblerd to 19
+  - fix rendering from pdfs with thumbnail
+  - add more supported types for gst thumbnailer
+  - some additional debug checks for bug #9766 and minor
+optimizations
+  - fix deprecating warning with glib 2.36
+  - include string.h
+  - translation updates
+- remove obsolete tumbler-libpng16.patch
+
+---

Old:

  tumbler-0.1.27.tar.bz2
  tumbler-libpng16.patch

New:

  tumbler-0.1.29.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.2uGRGG/_old  2013-05-06 10:15:24.0 +0200
+++ /var/tmp/diff_new_pack.2uGRGG/_new  2013-05-06 10:15:24.0 +0200
@@ -21,15 +21,13 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.1.27
+Version:0.1.29
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM tumbler-libpng16.patch pgaj...@suse.com -- Build also 
with libpng16
-Patch0: tumbler-libpng16.patch
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -108,7 +106,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static

++ tumbler-0.1.27.tar.bz2 -> tumbler-0.1.29.tar.bz2 ++
 9114 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2012-12-19 13:34:00

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2012-05-08 
06:50:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2012-12-19 
13:34:02.0 +0100
@@ -1,0 +2,23 @@
+Mon Dec 17 23:21:52 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.26
+  - remove INSTALL
+  - directly render the capture in the correct size
+  - new gstreamer thumbnailer based on totem-thumbnailer
+  - disable http and cdda schemes as well
+  - add support for MPEG2 transport streams
+  - rotate jpeg thumbnails
+  - plug small leak
+  - don't use collate to check strings
+  - release lifecycle manager during early exit
+  - don't abort with warnings in debug mode
+  - clear 2.32 mutex memory leak
+  - drop unneeded vfs schemes
+  - work with an array to store the strings
+  - don't use GString for a simple concat
+  - make registry dump a bit smaller
+  - don't use deprecated glib 2.32 API
+  - rotate pixbuf loader images
+  - translation updates
+
+---

Old:

  tumbler-0.1.25.tar.bz2

New:

  tumbler-0.1.26.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.EUmOHf/_old  2012-12-19 13:34:03.0 +0100
+++ /var/tmp/diff_new_pack.EUmOHf/_new  2012-12-19 13:34:03.0 +0100
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.1.25
+Version:0.1.26
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
@@ -46,7 +46,8 @@
 BuildRequires:  pkgconfig(libffmpegthumbnailer)
 %endif
 # gstreamer video thumbnailer plugin
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 # poppler PDF/PS thumbnailer plugin
 BuildRequires:  pkgconfig(poppler-glib)
 # ODF thumbnailer plugin

++ tumbler-0.1.25.tar.bz2 -> tumbler-0.1.26.tar.bz2 ++
 9606 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2020-03-17 13:08:17

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.3160 (New)


Package is "tumbler"

Tue Mar 17 13:08:17 2020 rev:35 rq:785443 version:0.2.8

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-12-23 
22:47:53.426077536 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new.3160/tumbler.changes
2020-03-17 13:08:18.681714473 +0100
@@ -1,0 +2,8 @@
+Thu Mar 12 11:28:12 UTC 2020 - Marcel Kuehlhorn 
+
+- Add support for WebP and custom folder thumbnails
+  * Folder thumbnailer:
+
https://docs.xfce.org/xfce/thunar/tumbler#customized_thumbnailer_for_folders
+  * WebP thumbnailer: bxo#12528
+
+---

New:

  custom_thumbnailers.tar.gz



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.wNeoaw/_old  2020-03-17 13:08:19.345714983 +0100
+++ /var/tmp/diff_new_pack.wNeoaw/_new  2020-03-17 13:08:19.349714986 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Group:  Productivity/Graphics/Other
 URL:https://docs.xfce.org/xfce/thunar/tumbler
 Source: 
https://archive.xfce.org/src/xfce/%{name}/0.2/%{name}-%{version}.tar.bz2
+Source1:custom_thumbnailers.tar.gz
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
@@ -63,6 +64,8 @@
 BuildRequires:  xfce4-dev-tools
 %endif
 Requires:   %libname = %{version}
+Recommends: %{name}-folder-thumbnailer = %{version}
+Recommends: %{name}-webp-thumbnailer = %{version}
 
 %description
 Tumbler is a D-Bus service for applications to request thumbnails for various
@@ -71,6 +74,23 @@
 extensible through a plugin interface or via specialized thumbnailer services
 implemented in accordance to the thumbnail management D-Bus specification.
 
+%package -n %{name}-folder-thumbnailer
+Summary:Thumbnailer for folders
+Group:  Productivity/Graphics/Other
+Requires:   ImageMagick
+Requires:   thunar >= 1.8.2
+
+%description -n %{name}-folder-thumbnailer
+A thumbnailer to show custom folder thumbnails in Thunar
+
+%package -n %{name}-webp-thumbnailer
+Summary:Thumbnailer for WebP images
+Group:  Productivity/Graphics/Other
+Requires:   ImageMagick
+
+%description -n %{name}-webp-thumbnailer
+A thumbnailer for WebP images
+
 %package -n %{libname}
 Summary:Tumbler Library
 Group:  System/Libraries
@@ -112,6 +132,8 @@
 %autosetup
 sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" acinclude.m4
 
+tar -xzf %SOURCE1
+
 %build
 %if %{with git}
 NOCONFIGURE=1 ./autogen.sh
@@ -131,6 +153,11 @@
 
 %find_lang %{name} %{?no_lang_C}
 
+mkdir %{buildroot}%{_datadir}/thumbnailers
+mv custom_thumbnailers/*.thumbnailer %{buildroot}%{_datadir}/thumbnailers/
+mkdir %{buildroot}%{_bindir}
+mv custom_thumbnailers/folder-thumbnailer %{buildroot}%{_bindir}/
+
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
@@ -161,6 +188,14 @@
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/services
 %{_datadir}/dbus-1/services/*.service
+%dir %{_datadir}/thumbnailers
+
+%files -n %{name}-folder-thumbnailer
+%{_bindir}/folder-thumbnailer
+%{_datadir}/thumbnailers/folder.thumbnailer
+
+%files -n %{name}-webp-thumbnailer
+%{_datadir}/thumbnailers/webp.thumbnailer
 
 %files -n %{libname}
 %license COPYING




commit tumbler for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2014-05-27 18:23:33

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2013-05-06 
10:15:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2014-05-27 
18:23:35.0 +0200
@@ -1,0 +2,9 @@
+Mon May 26 14:26:45 UTC 2014 - g...@opensuse.org
+
+- update to version 0.1.30
+  - only enable keepalive in curl >= 7.25
+  - support move/copy operations on directories in the cache
+  - send the cache operation replies after they are completed
+  - translation updates
+
+---

Old:

  tumbler-0.1.29.tar.bz2

New:

  tumbler-0.1.30.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.PywiLl/_old  2014-05-27 18:23:40.0 +0200
+++ /var/tmp/diff_new_pack.PywiLl/_new  2014-05-27 18:23:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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:0.1.29
+Version:0.1.30
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+

++ tumbler-0.1.29.tar.bz2 -> tumbler-0.1.30.tar.bz2 ++
 21563 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2015-03-09 10:06:53

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2014-05-27 
18:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2015-03-09 
10:06:54.0 +0100
@@ -1,0 +2,14 @@
+Sat Feb 28 21:47:18 UTC 2015 - g...@opensuse.org
+
+- update to version 0.1.31
+  - use $XDG_CACHE_HOME/thumbnails as per spec change (bxo#10613)
+  - move xdt m4 macros into separate directory
+  - update xdt m4 macros
+  - bump autotools requirements
+  - fix IT_PROG_INTLTOOL warning
+  - fix all m4 warnings
+  - enable support for video/webm in ffmpeg thumbnailer plugin
+(bxo#10360)
+  - translation updates
+
+---

Old:

  tumbler-0.1.30.tar.bz2

New:

  tumbler-0.1.31.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.P12JsH/_old  2015-03-09 10:06:55.0 +0100
+++ /var/tmp/diff_new_pack.P12JsH/_new  2015-03-09 10:06:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,10 @@
 #
 
 
-%bcond_with libffmpegthumbnailer
-
 %define libname libtumbler-1-0
-
+%bcond_with libffmpegthumbnailer
 Name:   tumbler
-Version:0.1.30
+Version:0.1.31
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
@@ -114,15 +112,12 @@
 %install
 %make_install
 
-find %{buildroot}%{_libdir} -name '*.la' | xargs rm -f
+find %{buildroot} -type f -name "*.la" -delete -print
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
@@ -157,6 +152,7 @@
 %{_libdir}/libtumbler-1.so.*
 
 %files lang  -f %{name}.lang
+%defattr(-,root,root)
 
 %files devel
 %defattr(-,root,root)

++ tumbler-0.1.30.tar.bz2 -> tumbler-0.1.31.tar.bz2 ++
 24483 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tumbler for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2018-06-15 14:45:53

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Fri Jun 15 14:45:53 2018 rev:28 rq:615823 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2017-11-22 
11:21:42.986891104 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2018-06-15 
14:45:55.493111042 +0200
@@ -1,0 +2,9 @@
+Sun Apr  8 16:45:33 UTC 2018 - seife+...@b1-systems.com
+
+- update to version 0.2.1
+  - Handle 0 mtime threshold on Cleanup DBus method. This fixes
+running across all thumbnails that was causing very high I/O
+bandwidth usage when a file with a thumbnail gets deleted. (On
+dbus Cleanup method). bxo#9231
+
+---

Old:

  tumbler-0.2.0.tar.bz2

New:

  tumbler-0.2.1.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.T0vjx1/_old  2018-06-15 14:45:56.345079878 +0200
+++ /var/tmp/diff_new_pack.T0vjx1/_new  2018-06-15 14:45:56.353079586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,17 @@
 %define libname libtumbler-1-0
 %bcond_with libffmpegthumbnailer
 Name:   tumbler
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Thumbnail Management for Xfce
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Other
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.26.0
 # GdkPibuxf thumbnailer plugin
@@ -59,7 +59,6 @@
 Requires:   %libname = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Tumbler is a D-Bus service for applications to request thumbnails for various
 URI schemes and MIME types. It is an implementation of the thumbnail management
@@ -126,7 +125,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
+%license COPYING
 %dir %{_sysconfdir}/xdg/tumbler/
 %config(noreplace) %{_sysconfdir}/xdg/tumbler/tumbler.rc
 %dir %{_libdir}/tumbler-1
@@ -153,7 +153,7 @@
 
 %files -n %{libname}
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libtumbler-1.so.*
 
 %files lang -f %{name}.lang

++ tumbler-0.2.0.tar.bz2 -> tumbler-0.2.1.tar.bz2 ++
 6521 lines of diff (skipped)




commit tumbler for openSUSE:Factory

2019-05-24 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-05-24 11:30:22

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.5148 (New)


Package is "tumbler"

Fri May 24 11:30:22 2019 rev:30 rq:704768 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2018-10-25 
09:08:27.434429183 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.5148/tumbler.changes
2019-05-24 11:30:26.913420939 +0200
@@ -1,0 +2,18 @@
+Fri May 17 20:28:30 UTC 2019 - Vinzenz Vietzke 
+
+- Update to version 0.2.4
+  - Check for sparse video files only on plugin side
+  - Set Max file sizes
+  - Add Fujifilm RAF support (bxo#14522)
+  - Add more media types for audio cover thumbnails (bxo#12041)
+  - Fix a typo in desktop-thumbnailer-provider.c (bxo#14925)
+  - Update URLs in README and configure.ac
+  - Fix g_type_class_add_private is deprecated
+  - Bump glib version
+  - Translation Updates
+- Added bcond to build with sources from git master branch
+- Switched to %autosetup for simpler maintenance
+- Switch urls to https://
+- Cleaned up spec file
+
+---

Old:

  tumbler-0.2.3.tar.bz2

New:

  tumbler-0.2.4.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.PgYKmc/_old  2019-05-24 11:30:27.741420726 +0200
+++ /var/tmp/diff_new_pack.PgYKmc/_new  2019-05-24 11:30:27.745420725 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
-%define libname libtumbler-1-0
+%bcond_with git
 %bcond_with libffmpegthumbnailer
+%define libname libtumbler-1-0
+
 Name:   tumbler
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Other
-Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
+Url:https://docs.xfce.org/xfce/thunar/tumbler
+Source: 
https://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.26.0
@@ -35,9 +36,9 @@
 # GdkPibuxf thumbnailer plugin
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.14
 # FreeType2 font thumbnailer plugin
-BuildRequires:  freetype2-devel
+BuildRequires:  pkgconfig(freetype2)
 # JPEG thumbnailer plugin with EXIF support
-BuildRequires:  libjpeg-devel
+BuildRequires:  pkgconfig(libjpeg)
 %if %{with libffmpegthumbnailer}
 # ffmpeg video thumbnailer plugin
 BuildRequires:  pkgconfig(libffmpegthumbnailer)
@@ -104,11 +105,17 @@
 Provides translations to the package %{name}
 
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure --disable-static
-make %{?_smp_mflags} V=1
+%if %{with git}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+   --disable-static
+%else
+%configure
+%endif
+%make_build
 
 %install
 %make_install
@@ -124,9 +131,8 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog NEWS README TODO
 %license COPYING
+%doc AUTHORS ChangeLog NEWS README TODO
 %dir %{_sysconfdir}/xdg/tumbler/
 %config(noreplace) %{_sysconfdir}/xdg/tumbler/tumbler.rc
 %dir %{_libdir}/tumbler-1
@@ -152,21 +158,16 @@
 %{_datadir}/dbus-1/services/*.service
 
 %files -n %{libname}
-%defattr(-,root,root)
 %license COPYING
 %{_libdir}/libtumbler-1.so.*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
-
 %files devel
-%defattr(-,root,root)
 %{_includedir}/tumbler-1
 %{_libdir}/pkgconfig/tumbler-1.pc
 %{_libdir}/libtumbler-1.so
 
 %files doc
-%defattr(-,root,root)
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/tumbler

++ tumbler-0.2.3.tar.bz2 -> tumbler-0.2.4.tar.bz2 ++
 10116 lines of diff (skipped)




commit tumbler for openSUSE:Factory

2019-06-02 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-06-02 09:06:59

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.5148 (New)


Package is "tumbler"

Sun Jun  2 09:06:59 2019 rev:31 rq: version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-05-24 
11:30:26.913420939 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.5148/tumbler.changes
2019-06-02 09:07:09.852322700 +0200
@@ -1,0 +2,10 @@
+Sun Jun  2 07:03:55 UTC 2019 - Dominique Leuenberger 
+
+- Replace pkgconfig(liopenraw-gnome-1.0) BuildRequires with
+  libopenraw-devel: the .pc file changed name between 0.0.x and
+  0.1.x. Requiring the generic -devel name is easier than following
+  upstreams namechanges.
+- In case we build against libopenraw-gnome-0.1, update the build
+  system to look for the right pc file using sed.
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.Vnm8NW/_old  2019-06-02 09:07:12.464321910 +0200
+++ /var/tmp/diff_new_pack.Vnm8NW/_new  2019-06-02 09:07:12.468321910 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %bcond_with git
 %bcond_with libffmpegthumbnailer
 %define libname libtumbler-1-0
@@ -51,7 +52,7 @@
 # ODF thumbnailer plugin
 BuildRequires:  pkgconfig(libgsf-1)
 # libopenraw thumbnailer plugin
-BuildRequires:  pkgconfig(libopenraw-gnome-1.0)
+BuildRequires:  libopenraw-devel
 # freedesktop.org cache plugin
 BuildRequires:  pkgconfig(libpng)
 # OMDB cover plugin
@@ -106,6 +107,7 @@
 
 %prep
 %autosetup
+sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" acinclude.m4
 
 %build
 %if %{with git}




commit tumbler for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-08-19 21:37:24

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.22127 (New)


Package is "tumbler"

Mon Aug 19 21:37:24 2019 rev:33 rq:724062 version:0.2.7

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-07-11 
13:15:39.410819118 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.22127/tumbler.changes   
2019-08-19 21:37:32.956378511 +0200
@@ -1,0 +2,18 @@
+Fri Aug 16 12:52:24 UTC 2019 - Maurizio Galli 
+
+- Fixed sources in spec file
+
+---
+Mon Aug 12 09:18:05 UTC 2019 - Maurizio Galli 
+
+- Update to version 0.2.7
+  * Translation updates
+- Cleaned up spec file
+
+---
+Sun Jul 28 15:16:21 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 0.2.6
+  * Translation updates
+
+---

Old:

  tumbler-0.2.5.tar.bz2

New:

  tumbler-0.2.7.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.OlXjK3/_old  2019-08-19 21:37:35.484376921 +0200
+++ /var/tmp/diff_new_pack.OlXjK3/_new  2019-08-19 21:37:35.520376899 +0200
@@ -21,14 +21,15 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.2.5
+Version:0.2.7
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Other
-Url:https://docs.xfce.org/xfce/thunar/tumbler
+URL:https://docs.xfce.org/xfce/thunar/tumbler
 Source: 
https://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
@@ -58,6 +59,9 @@
 # OMDB cover plugin
 BuildRequires:  pkgconfig(libcurl)
 # no matter what rpmlint says, we need the same lib-version
+%if %{with git}
+BuildRequires:  xfce4-dev-tools
+%endif
 Requires:   %libname = %{version}
 
 %description

++ tumbler-0.2.5.tar.bz2 -> tumbler-0.2.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbler-0.2.5/ChangeLog new/tumbler-0.2.7/ChangeLog
--- old/tumbler-0.2.5/ChangeLog 2019-06-30 02:58:24.0 +0200
+++ new/tumbler-0.2.7/ChangeLog 2019-08-12 00:08:05.0 +0200
@@ -1,3 +1,45 @@
+commit b9f559ea94ba7be2404e2988e24c2bbc5fa9bdd1
+Author: Daniel Muñiz Fontoira 
+Date:   Wed Jul 31 12:31:05 2019 +0200
+
+I18n: Update translation gl (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit dbc52971b6238fc58f00a72acfb318f9b7be6b2a
+Author: Andre Miranda 
+Date:   Sun Jul 28 12:04:32 2019 -0300
+
+Updates for release
+
+commit 6358b49c71731aef37449861247b24a2b1e29fa2
+Author: Kjell Cato Heskjestad 
+Date:   Wed Jul 24 12:31:40 2019 +0200
+
+I18n: Update translation nb (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 167bd7e802a82ccb2baef3d856b4412546e81d7a
+Author: Jiri Grönroos 
+Date:   Wed Jul 17 12:31:20 2019 +0200
+
+I18n: Update translation fi (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit e7f2ed6675dffde43a6a058927bf8598e809c30f
+Author: Andre Miranda 
+Date:   Sat Jun 29 21:59:38 2019 -0300
+
+Updates for release
+
 commit 2d547ab6a8699225d5aed1ed4531fa511701f0cb
 Author: Hayk Andreasyan 
 Date:   Thu Jun 13 12:31:10 2019 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbler-0.2.5/NEWS new/tumbler-0.2.7/NEWS
--- old/tumbler-0.2.5/NEWS  2019-06-30 02:57:50.0 +0200
+++ new/tumbler-0.2.7/NEWS  2019-08-12 00:07:42.0 +0200
@@ -1,3 +1,11 @@
+0.2.7
+==
+- Translation Updates: Galician 
+
+0.2.6
+==
+- Translation Updates: Finnish, Norwegian Bokmål
+
 0.2.5
 =
 - Translation Updates: Armenian, Danish
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbler-0.2.5/configure new/tumbler-0.2.7/configure
--- old/tumbler-0.2.5/configure 2019-06-30 02:58:10.0 +0200
+++ new/tumbler-0.2.7/configure 2019-08-12 00:07:57.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tumbler 0.2.5.
+# Generated by GNU Autoconf

commit tumbler for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-07-11 13:15:29

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.4615 (New)


Package is "tumbler"

Thu Jul 11 13:15:29 2019 rev:32 rq:713491 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-06-02 
09:07:09.852322700 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.4615/tumbler.changes
2019-07-11 13:15:39.410819118 +0200
@@ -1,0 +2,12 @@
+Sun Jun 30 11:10:04 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 0.2.5
+  * Translation updates
+- Removed unneeded BuildRoot
+
+---
+Wed Jun  5 06:22:17 UTC 2019 - Maurizio Galli 
+
+- Added OBS service file to fetch git master sources when needed
+
+---

Old:

  tumbler-0.2.4.tar.bz2

New:

  _service
  tumbler-0.2.5.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.Zkbt3Z/_old  2019-07-11 13:15:41.726818389 +0200
+++ /var/tmp/diff_new_pack.Zkbt3Z/_new  2019-07-11 13:15:41.754818380 +0200
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -59,7 +59,6 @@
 BuildRequires:  pkgconfig(libcurl)
 # no matter what rpmlint says, we need the same lib-version
 Requires:   %libname = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tumbler is a D-Bus service for applications to request thumbnails for various

++ _service ++


  
git
https://git.xfce.org/xfce/tumbler
tumbler
@PARENT_TAG@~git@TAG_OFFSET@.%h
tumbler(.*)
enable
Stasiek Michalski 

  
  
  
*.tar
bz2
  
  

++ tumbler-0.2.4.tar.bz2 -> tumbler-0.2.5.tar.bz2 ++
 2540 lines of diff (skipped)




commit tumbler for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-12-23 22:45:12

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.6675 (New)


Package is "tumbler"

Mon Dec 23 22:45:12 2019 rev:34 rq:758827 version:0.2.8

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-08-19 
21:37:32.956378511 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.6675/tumbler.changes
2019-12-23 22:47:53.426077536 +0100
@@ -1,0 +2,9 @@
+Sat Dec 21 21:56:56 UTC 2019 - Marcel Kuehlhorn 
+
+- Updated to version 0.2.8
+  * Fix thumbnail orientation (bxo#15011)
+  * prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory
+(bxo#15858)
+  * Translation Updates
+
+---

Old:

  tumbler-0.2.7.tar.bz2

New:

  tumbler-0.2.8.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.K7k8WV/_old  2019-12-23 22:47:56.898078818 +0100
+++ /var/tmp/diff_new_pack.K7k8WV/_new  2019-12-23 22:47:56.914078824 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Other
 URL:https://docs.xfce.org/xfce/thunar/tumbler
-Source: 
https://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
+Source: 
https://archive.xfce.org/src/xfce/%{name}/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0

++ tumbler-0.2.7.tar.bz2 -> tumbler-0.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbler-0.2.7/ChangeLog new/tumbler-0.2.8/ChangeLog
--- old/tumbler-0.2.7/ChangeLog 2019-08-12 00:08:05.0 +0200
+++ new/tumbler-0.2.8/ChangeLog 2019-12-21 17:37:53.0 +0100
@@ -1,3 +1,91 @@
+commit a33a18e221e6bdba2a38f7ca6128a78d6143cb28
+Author: Toni Estévez 
+Date:   Sun Dec 1 12:30:59 2019 +0100
+
+I18n: Update translation es (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 356108d1616180642fe3849003ca13cf4e084797
+Author: José Vieira 
+Date:   Thu Nov 21 18:30:34 2019 +0100
+
+I18n: Update translation pt (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 86b47424f024472c37f71ab0b9bfc11321adbfe7
+Author: Arnold Marko 
+Date:   Tue Nov 19 18:30:32 2019 +0100
+
+I18n: Update translation sl (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 37a85c3e8cec69657fb275992df722072b8b36dc
+Author: Arnold Marko 
+Date:   Tue Nov 19 12:30:41 2019 +0100
+
+I18n: Add new translation sl (94%).
+
+37 translated messages, 2 untranslated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 909effb01b30e3c4ca1a71d6a8013d91a8a185a2
+Author: Toni Estévez 
+Date:   Sun Nov 17 18:30:58 2019 +0100
+
+I18n: Update translation es (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit e8b5a635a59180713dadbdb1724be1026502fb01
+Author: Andre Miranda 
+Date:   Sat Nov 2 14:51:29 2019 -0300
+
+Fix typo
+
+commit 784a76c669128541416eb1959ad8a7454539669d
+Author: Andre Miranda 
+Date:   Mon Oct 28 13:55:52 2019 -0300
+
+Fix thumbnail orientation (Bug #15011)
+
+Use separated structs instead of union to avoid garbled values
+when a file (apparently) contains both types of metadata.
+
+commit d4e7075401b6ef60cf1f015a488cf4b573f9b8dd
+Author: Yves-Alexis Perez 
+Date:   Tue Aug 20 17:20:09 2019 +0200
+
+prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory
+(Bug #15858)
+
+commit 01374f41cf56436f1aceecd3cbb225909bfbbb3e
+Author: Daniel Muñiz Fontoira 
+Date:   Fri Aug 23 18:31:10 2019 +0200
+
+I18n: Update translation gl (100%).
+
+39 translated messages.
+
+Transifex (https://www.transifex.com/xfce/public/).
+
+commit 32e3eb28cc19a66ccaf1b85221fa5e0596bc
+Author: Andre Miranda 
+Date:   Sun Aug 11 19:09:18 2019 -0300
+
+Updates for release
+
 com

commit tumbler for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2018-10-25 09:08:27

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Thu Oct 25 09:08:27 2018 rev:29 rq:643652 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2018-06-15 
14:45:55.493111042 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2018-10-25 
09:08:27.434429183 +0200
@@ -1,0 +2,15 @@
+Sat Sep 15 09:55:51 UTC 2018 - Stefan Seyfried 
+
+- update to version 0.2.3
+  - Test sparse files only for regular files (bxo#14693).
+  - Fix uninitialized variable (bxo#14688)
+  - Added check to avoid sparse files, that cause high cpu and
+memory load. (bxo#12259).
+  - Use hash table to avoid scanning xdg user path twice when
+searching for desktop thumbnailers.
+  - Close desktop thumbnailers directory when done from it.
+  - Accept network paths in ffmpeg thumbnailer plugin.
+  - Use pkg-config to find FreeType > 2.9.1.
+  - Translation Updates
+
+---

Old:

  tumbler-0.2.1.tar.bz2

New:

  tumbler-0.2.3.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.IJ1HiQ/_old  2018-10-25 09:08:28.042428820 +0200
+++ /var/tmp/diff_new_pack.IJ1HiQ/_new  2018-10-25 09:08:28.042428820 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libname libtumbler-1-0
 %bcond_with libffmpegthumbnailer
 Name:   tumbler
-Version:0.2.1
+Version:0.2.3
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ tumbler-0.2.1.tar.bz2 -> tumbler-0.2.3.tar.bz2 ++
 10077 lines of diff (skipped)




commit tumbler for openSUSE:Factory

2017-11-22 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2017-11-22 11:21:36

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new (New)


Package is "tumbler"

Wed Nov 22 11:21:36 2017 rev:27 rq:542783 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2015-03-09 
10:06:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2017-11-22 
11:21:42.986891104 +0100
@@ -1,0 +2,22 @@
+Sat Nov 18 10:58:15 UTC 2017 - seife+...@b1-systems.com
+
+- add explicit libtumbler versioned dependency to tumbler
+
+---
+Fri Nov 17 20:56:56 UTC 2017 - seife+...@b1-systems.com
+
+- update to version 0.2.0
+  - Stable release of tumbler ported to GDbus
+- 0.1.92:
+  - Add support for loading thumbnailers from *.thumbnailer files
+(enhancement bug bxo#7475)
+- 0.1.90:
+  - Tumbler relies now on gdbus instead of dbus-glib
+- 0.1.32:
+  - bxo#13618 avoid loading specialized tumbnailers twice on system
+with duplicate path entry in $XDG_DATA_HOME (causes assertion
+failure)
+  - bxo#13360 don't close GdkPixbufLoader on error (causes sigabrt)
+  - bxo#13240 fix typo in exif tag for image height
+
+---

Old:

  tumbler-0.1.31.tar.bz2

New:

  tumbler-0.2.0.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.Z7Eg1S/_old  2017-11-22 11:21:43.738863781 +0100
+++ /var/tmp/diff_new_pack.Z7Eg1S/_new  2017-11-22 11:21:43.742863635 +0100
@@ -19,22 +19,21 @@
 %define libname libtumbler-1-0
 %bcond_with libffmpegthumbnailer
 Name:   tumbler
-Version:0.1.31
+Version:0.2.0
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.26.0
 # GdkPibuxf thumbnailer plugin
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.14
 # FreeType2 font thumbnailer plugin
 BuildRequires:  freetype2-devel
 # JPEG thumbnailer plugin with EXIF support
@@ -56,8 +55,11 @@
 BuildRequires:  pkgconfig(libpng)
 # OMDB cover plugin
 BuildRequires:  pkgconfig(libcurl)
+# no matter what rpmlint says, we need the same lib-version
+Requires:   %libname = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+
 %description
 Tumbler is a D-Bus service for applications to request thumbnails for various
 URI schemes and MIME types. It is an implementation of the thumbnail management
@@ -133,6 +135,8 @@
 %dir %{_libdir}/tumbler-1/plugins/cache
 %{_libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so
 %{_libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
+%{_libdir}/tumbler-1/plugins/tumbler-cover-thumbnailer.so
+%{_libdir}/tumbler-1/plugins/tumbler-desktop-thumbnailer.so
 %if %{with libffmpegthumbnailer}
 %{_libdir}/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so
 %endif
@@ -143,7 +147,8 @@
 %{_libdir}/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-raw-thumbnailer.so
-%{_libdir}/tumbler-1/plugins/tumbler-cover-thumbnailer.so
+%dir %{_datadir}/dbus-1
+%dir %{_datadir}/dbus-1/services
 %{_datadir}/dbus-1/services/*.service
 
 %files -n %{libname}

++ tumbler-0.1.31.tar.bz2 -> tumbler-0.2.0.tar.bz2 ++
 25322 lines of diff (skipped)




commit tumbler for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2020-08-12 10:28:14

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.3399 (New)


Package is "tumbler"

Wed Aug 12 10:28:14 2020 rev:36 rq:825391 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2020-03-17 
13:08:18.681714473 +0100
+++ /work/SRC/openSUSE:Factory/.tumbler.new.3399/tumbler.changes
2020-08-12 10:29:38.924018369 +0200
@@ -1,0 +2,10 @@
+Thu Aug  6 13:12:56 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to version 0.2.9
+  * This release addresses the issue described in gxo#xfce/tumbler#28
+and partially solved by the previous release 0.2.28.
+The issue now is completely solved by adding the correct
+orientation handling when fallback code for generating jpeg
+thumbnail takes place.
+
+---

Old:

  tumbler-0.2.8.tar.bz2

New:

  tumbler-0.2.9.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.thrSUO/_old  2020-08-12 10:29:40.336019460 +0200
+++ /var/tmp/diff_new_pack.thrSUO/_new  2020-08-12 10:29:40.340019463 +0200
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ tumbler-0.2.8.tar.bz2 -> tumbler-0.2.9.tar.bz2 ++
 8145 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-0.2.8/ChangeLog new/tumbler-0.2.9/ChangeLog
--- old/tumbler-0.2.8/ChangeLog 2019-12-21 17:37:53.0 +0100
+++ new/tumbler-0.2.9/ChangeLog 2020-08-06 14:11:30.0 +0200
@@ -1,4 +1,20 @@
-commit a33a18e221e6bdba2a38f7ca6128a78d6143cb28
+commit 2cc725d9f0b9d40ce1e8946e6c9eabc4c6621959
+Author: Ali Abdallah 
+Date:   Thu Aug 6 13:54:31 2020 +0200
+
+Use exif jpeg orientation hint
+
+If tvtj_exif_extract_thumbnail fails to load a thumbnail, use what it
+has found as an orientation to generate a correctly oriented thumbnail
+image. This commit Fixes #28.
+
+commit 0b3dff9899fede733263a2ac0c6f73222fc52fb4
+Author: Andre Miranda 
+Date:   Sat Dec 21 13:42:48 2019 -0300
+
+Updates for release
+
+commit be79cebdd1dab09ef81d4d05b91ec70e03f6e555
 Author: Toni Estévez 
 Date:   Sun Dec 1 12:30:59 2019 +0100
 
@@ -8,7 +24,7 @@
 
 Transifex (https://www.transifex.com/xfce/public/).
 
-commit 356108d1616180642fe3849003ca13cf4e084797
+commit 340fbd6de4e8f8e9b656f03737384d40800a08fb
 Author: José Vieira 
 Date:   Thu Nov 21 18:30:34 2019 +0100
 
@@ -18,7 +34,7 @@
 
 Transifex (https://www.transifex.com/xfce/public/).
 
-commit 86b47424f024472c37f71ab0b9bfc11321adbfe7
+commit 3da60e13a4470f71d7bf89ba90b95783ed3dc381
 Author: Arnold Marko 
 Date:   Tue Nov 19 18:30:32 2019 +0100
 
@@ -28,7 +44,7 @@
 
 Transifex (https://www.transifex.com/xfce/public/).
 
-commit 37a85c3e8cec69657fb275992df722072b8b36dc
+commit b82741fa9ad84db276c306f2398746ddc6fb45c2
 Author: Arnold Marko 
 Date:   Tue Nov 19 12:30:41 2019 +0100
 
@@ -38,7 +54,7 @@
 
 Transifex (https://www.transifex.com/xfce/public/).
 
-commit 909effb01b30e3c4ca1a71d6a8013d91a8a185a2
+commit 8423359e3757369cd118524499b0a9b8d4258a1d
 Author: Toni Estévez 
 Date:   Sun Nov 17 18:30:58 2019 +0100
 
@@ -48,13 +64,13 @@
 
 Transifex (https://www.transifex.com/xfce/public/).
 
-commit e8b5a635a59180713dadbdb1724be1026502fb01
+commit cb325696f12d776270ebd6d48c1f23c2083e
 Author: Andre Miranda 
 Date:   Sat Nov 2 14:51:29 2019 -0300
 
 Fix typo
 
-commit 784a76c669128541416eb1959ad8a7454539669d
+commit 53b9a09351d524223e6a39a25dbb96589cbf18a9
 Author: Andre Miranda 
 Date:   Mon Oct 28 13:55:52 2019 -0300
 
@@ -63,14 +79,14 @@
 Use separated structs instead of union to avoid garbled values
 when a file (apparently) contains both types of metadata.
 
-commit d4e7075401b6ef60cf1f015a488cf4b573f9b8dd
+commit 1478eb152139f4e978e0a0cec3b3f188d9db3e98
 Author: Yves-Alexis Perez 
 Date:   Tue Aug 20 17:20:09 2019 +0200
 
 prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory
 (Bug #15858)
 
-commit 01374f41cf56436f1aceecd3cbb225909bfbbb3e
+commit 07d95108d245d935668c77f4e449e77c0427b8e9
 Author: Daniel Muñiz Fontoira 
 Date:   Fri

commit tumbler for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2020-11-03 15:33:44

Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and  /work/SRC/openSUSE:Factory/.tumbler.new.3463 (New)


Package is "tumbler"

Tue Nov  3 15:33:44 2020 rev:37 rq:845552 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2020-08-12 
10:29:38.924018369 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.3463/tumbler.changes
2020-11-03 15:33:48.833013626 +0100
@@ -1,0 +2,14 @@
+Mon Nov  2 22:06:53 UTC 2020 - Maurizio Galli 
+
+- Remove hard dependency to Thunar 1.8.2. We use "Suggests" instead
+  to make sure the correct version is picked while keeping a soft
+  dependency.
+
+---
+Sun Nov  1 17:03:35 UTC 2020 - Alexei Podvalsky 
+
+- Weak dependencies: Use Supplements tag as recommended 
+  tumbler-folder-thumbnailer/tumbler-webp-thumbnailer dependencies 
+  for main package
+
+---



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.A5ANTX/_old  2020-11-03 15:33:49.569014221 +0100
+++ /var/tmp/diff_new_pack.A5ANTX/_new  2020-11-03 15:33:49.573014224 +0100
@@ -64,8 +64,6 @@
 BuildRequires:  xfce4-dev-tools
 %endif
 Requires:   %libname = %{version}
-Recommends: %{name}-folder-thumbnailer = %{version}
-Recommends: %{name}-webp-thumbnailer = %{version}
 
 %description
 Tumbler is a D-Bus service for applications to request thumbnails for various
@@ -78,7 +76,8 @@
 Summary:Thumbnailer for folders
 Group:  Productivity/Graphics/Other
 Requires:   ImageMagick
-Requires:   thunar >= 1.8.2
+Suggests:   thunar >= 1.8.2
+Supplements:(%{name} and thunar)
 
 %description -n %{name}-folder-thumbnailer
 A thumbnailer to show custom folder thumbnails in Thunar
@@ -87,6 +86,7 @@
 Summary:Thumbnailer for WebP images
 Group:  Productivity/Graphics/Other
 Requires:   ImageMagick
+Supplements:(%{name} and ImageMagick)
 
 %description -n %{name}-webp-thumbnailer
 A thumbnailer for WebP images