Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpegthumbs for openSUSE:Factory checked in at 2023-10-12 23:39:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old) and /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpegthumbs" Thu Oct 12 23:39:45 2023 rev:102 rq:1117228 version:23.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes 2023-09-15 22:02:07.389944353 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.1807/ffmpegthumbs.changes 2023-10-12 23:40:22.833143259 +0200 @@ -1,0 +2,10 @@ +Tue Oct 10 18:26:55 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.2/ +- Changes since 23.08.1: + * Drop unused KI18n header/dependency + +------------------------------------------------------------------- Old: ---- ffmpegthumbs-23.08.1.tar.xz ffmpegthumbs-23.08.1.tar.xz.sig New: ---- ffmpegthumbs-23.08.2.tar.xz ffmpegthumbs-23.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpegthumbs.spec ++++++ --- /var/tmp/diff_new_pack.r9KWQQ/_old 2023-10-12 23:40:24.181192056 +0200 +++ /var/tmp/diff_new_pack.r9KWQQ/_new 2023-10-12 23:40:24.185192200 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: ffmpegthumbs -Version: 23.08.1 +Version: 23.08.2 Release: 0 Summary: FFmpeg-based thumbnail creator for video files License: LGPL-2.0-or-later @@ -29,9 +29,7 @@ Source2: applications.keyring %endif BuildRequires: extra-cmake-modules -BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: xz BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(Qt5Gui) ++++++ ffmpegthumbs-23.08.1.tar.xz -> ffmpegthumbs-23.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-23.08.1/.kde-ci.yml new/ffmpegthumbs-23.08.2/.kde-ci.yml --- old/ffmpegthumbs-23.08.1/.kde-ci.yml 2023-09-09 10:38:27.000000000 +0200 +++ new/ffmpegthumbs-23.08.2/.kde-ci.yml 2023-10-07 17:30:22.000000000 +0200 @@ -6,12 +6,10 @@ 'require': 'frameworks/extra-cmake-modules': '@stable' 'frameworks/kio': '@stable' - 'frameworks/ki18n': '@stable' 'frameworks/kconfig': '@stable' - 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' 'frameworks/kio': '@latest-kf6' - 'frameworks/ki18n': '@latest-kf6' 'frameworks/kconfig': '@latest-kf6' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-23.08.1/CMakeLists.txt new/ffmpegthumbs-23.08.2/CMakeLists.txt --- old/ffmpegthumbs-23.08.1/CMakeLists.txt 2023-09-09 10:38:27.000000000 +0200 +++ new/ffmpegthumbs-23.08.2/CMakeLists.txt 2023-10-07 17:30:22.000000000 +0200 @@ -3,7 +3,7 @@ # Release Service version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "1") +set(RELEASE_SERVICE_VERSION_MICRO "2") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") @@ -24,7 +24,7 @@ include(ECMDeprecationSettings) find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui) -find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS KIO I18n Config) +find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS KIO Config) find_package(FFmpeg COMPONENTS AVCODEC AVFORMAT SWSCALE) include_directories( @@ -71,7 +71,6 @@ Qt::Gui KF${QT_MAJOR_VERSION}::KIOWidgets KF${QT_MAJOR_VERSION}::KIOCore - KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::ConfigCore KF${QT_MAJOR_VERSION}::ConfigGui ${AVUTIL_LIBRARIES} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-23.08.1/ffmpegthumbnailer.cpp new/ffmpegthumbs-23.08.2/ffmpegthumbnailer.cpp --- old/ffmpegthumbs-23.08.1/ffmpegthumbnailer.cpp 2023-09-09 10:38:27.000000000 +0200 +++ new/ffmpegthumbs-23.08.2/ffmpegthumbnailer.cpp 2023-10-07 17:30:22.000000000 +0200 @@ -11,7 +11,6 @@ #include <limits> -#include <KLocalizedString> #include <KPluginFactory> #include <QCheckBox> #include <QFormLayout> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-23.08.1/org.kde.ffmpegthumbs.metainfo.xml new/ffmpegthumbs-23.08.2/org.kde.ffmpegthumbs.metainfo.xml --- old/ffmpegthumbs-23.08.1/org.kde.ffmpegthumbs.metainfo.xml 2023-09-09 10:38:27.000000000 +0200 +++ new/ffmpegthumbs-23.08.2/org.kde.ffmpegthumbs.metainfo.xml 2023-10-07 17:30:22.000000000 +0200 @@ -139,9 +139,9 @@ </screenshot> </screenshots> <releases> + <release version="23.08.2" date="2023-10-12"/> <release version="23.08.1" date="2023-09-14"/> <release version="23.08.0" date="2023-08-24"/> <release version="23.04.3" date="2023-07-06"/> - <release version="23.04.2" date="2023-06-08"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-23.08.1/tests/CMakeLists.txt new/ffmpegthumbs-23.08.2/tests/CMakeLists.txt --- old/ffmpegthumbs-23.08.1/tests/CMakeLists.txt 2023-09-09 10:38:27.000000000 +0200 +++ new/ffmpegthumbs-23.08.2/tests/CMakeLists.txt 2023-10-07 17:30:22.000000000 +0200 @@ -26,7 +26,6 @@ Qt::Gui KF${QT_MAJOR_VERSION}::KIOWidgets KF${QT_MAJOR_VERSION}::KIOCore - KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::ConfigCore KF${QT_MAJOR_VERSION}::ConfigGui ${AVUTIL_LIBRARIES}
