diff --git a/README.md b/README.md index 111c4e7..b2a9304 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. + diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec index d86d97d..3fc794d 100644 --- a/ffmpegthumbs.spec +++ b/ffmpegthumbs.spec @@ -1,5 +1,5 @@ Name: ffmpegthumbs -Version: 24.12.0 +Version: 24.12.1 Release: 1mamba Summary: A lightweight video thumbnailer that can be used by file managers Group: Graphical Desktop/Applications/Multimedia @@ -40,7 +40,6 @@ BuildRequires: cmake %description FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. -%debug_package %prep %setup -q @@ -78,6 +77,9 @@ fi %doc LICENSES %changelog +* Fri Jan 10 2025 Automatic Build System 24.12.1-1mamba +- automatic version update by autodist + * Thu Dec 12 2024 Automatic Build System 24.12.0-1mamba - automatic version update by autodist