Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cdf38f9b79 | |||
| a189494e8b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74b1647d55926547e98bfac70838ff63c5a84299a5e10c81c38d1fab90e25880
|
||||
size 706804
|
||||
3
tumbler-4.20.1.tar.bz2
Normal file
3
tumbler-4.20.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87b90df8f30144a292d70889e710c8619d8b8803f0e1db3280a4293367a42eae
|
||||
size 710914
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 09:47:42 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 4.20.1:
|
||||
* Update Copyright year
|
||||
* gepub-thumbnailer: Get pixbuf in "area-prepared" signal handler
|
||||
* gst-thumbnailer: Fix TumblerThumbnailFlavor leak
|
||||
* ffmpeg-thumbnailer: Update mime type list from upstream desktop
|
||||
file
|
||||
* xdg-cache: Fix TumblerThumbnailFlavor leaks
|
||||
* cover-thumbnailer: Capture regex matchinfo for series episodes
|
||||
* cover-thumbnailer: Update the base URL for TMDB
|
||||
* cover-thumbnailer: Use correct parameter types with curl
|
||||
* poppler-thumbnailer: Only use embedded thumbnail if resolution
|
||||
suffices
|
||||
* gst-thumbnailer: Make mime type checking more flexible
|
||||
* Translation Updates
|
||||
- Replace packageand(package1:package2) with (package1 and package2)
|
||||
- tumbler-folder-thumbnailer and tumbler-webp-thumbnailer are
|
||||
noarch packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 13:55:37 UTC 2025 - Flann van der Eik <fl4nn@posteo.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tumbler
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.20.0
|
||||
Version: 4.20.1
|
||||
Release: 0
|
||||
Summary: Thumbnail Management for Xfce
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -83,6 +83,7 @@ Group: Productivity/Graphics/Other
|
||||
Requires: ImageMagick
|
||||
Suggests: thunar >= 1.8.2
|
||||
Supplements: (%{name} and thunar)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-folder-thumbnailer
|
||||
A thumbnailer to show custom folder thumbnails in Thunar
|
||||
@@ -93,6 +94,7 @@ Group: Productivity/Graphics/Other
|
||||
Requires: ImageMagick
|
||||
Requires: libwebp-tools
|
||||
Supplements: (%{name} and ImageMagick)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-webp-thumbnailer
|
||||
A thumbnailer for WebP images
|
||||
@@ -128,7 +130,7 @@ Summary: Languages for package %{name}
|
||||
Group: System/Localization
|
||||
Requires: %{libname} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Supplements: packageand(bundle-lang-other:%{libname})
|
||||
Supplements: (bundle-lang-other and %{libname})
|
||||
BuildArch: noarch
|
||||
|
||||
%description lang
|
||||
|
||||
Reference in New Issue
Block a user