Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpegthumbs for openSUSE:Factory checked in at 2021-05-16 23:40:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old) and /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpegthumbs" Sun May 16 23:40:32 2021 rev:73 rq:892727 version:21.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes 2021-04-25 21:26:31.268365403 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.2988/ffmpegthumbs.changes 2021-05-16 23:41:11.473815362 +0200 @@ -1,0 +2,10 @@ +Wed May 12 06:06:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/21.04.1 +- Changes since 21.04.0: + * Restore the compatiblity with ffmpeg 3. (kde#430266) + +------------------------------------------------------------------- Old: ---- ffmpegthumbs-21.04.0.tar.xz ffmpegthumbs-21.04.0.tar.xz.sig New: ---- ffmpegthumbs-21.04.1.tar.xz ffmpegthumbs-21.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpegthumbs.spec ++++++ --- /var/tmp/diff_new_pack.nqIKZg/_old 2021-05-16 23:41:12.221812575 +0200 +++ /var/tmp/diff_new_pack.nqIKZg/_new 2021-05-16 23:41:12.225812559 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: ffmpegthumbs -Version: 21.04.0 +Version: 21.04.1 Release: 0 Summary: FFmpeg-based thumbnail creator for video files License: LGPL-2.0-or-later ++++++ ffmpegthumbs-21.04.0.tar.xz -> ffmpegthumbs-21.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-21.04.0/ffmpegthumbnailer/moviedecoder.cpp new/ffmpegthumbs-21.04.1/ffmpegthumbnailer/moviedecoder.cpp --- old/ffmpegthumbs-21.04.0/ffmpegthumbnailer/moviedecoder.cpp 2021-02-10 17:24:07.000000000 +0100 +++ new/ffmpegthumbs-21.04.1/ffmpegthumbnailer/moviedecoder.cpp 2021-04-25 23:12:02.000000000 +0200 @@ -60,6 +60,10 @@ m_lastHeight = -1; m_lastPixfmt = AV_PIX_FMT_NONE; +#if (LIBAVFORMAT_VERSION_MAJOR < 58) + av_register_all(); +#endif + QFileInfo fileInfo(filename); if ((!m_FormatContextWasGiven) && avformat_open_input(&m_pFormatContext, fileInfo.absoluteFilePath().toLocal8Bit().data(), NULL, NULL) != 0) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-21.04.0/po/fi/ffmpegthumbs.po new/ffmpegthumbs-21.04.1/po/fi/ffmpegthumbs.po --- old/ffmpegthumbs-21.04.0/po/fi/ffmpegthumbs.po 2021-04-16 10:40:08.000000000 +0200 +++ new/ffmpegthumbs-21.04.1/po/fi/ffmpegthumbs.po 2021-05-11 09:20:10.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the ffmpegthumbs package. -# Tommi Nieminen <transla...@legisign.org>, 2019. +# Tommi Nieminen <transla...@legisign.org>, 2019, 2021. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.04.2\n" #: ffmpegthumbnailer.cpp:131 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ffmpegthumbs-21.04.0/po/zh_CN/ffmpegthumbs.po new/ffmpegthumbs-21.04.1/po/zh_CN/ffmpegthumbs.po --- old/ffmpegthumbs-21.04.0/po/zh_CN/ffmpegthumbs.po 2021-04-16 10:40:08.000000000 +0200 +++ new/ffmpegthumbs-21.04.1/po/zh_CN/ffmpegthumbs.po 2021-05-11 09:20:10.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-12-04 02:23+0100\n" -"PO-Revision-Date: 2021-03-27 17:31\n" +"PO-Revision-Date: 2021-04-24 15:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"