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 <[email protected]>
+
+- 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)


Reply via email to