Hello community,

here is the log from the commit of package ffmpegthumbs for openSUSE:Factory 
checked in at 2019-03-11 13:42:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpegthumbs"

Mon Mar 11 13:42:11 2019 rev:47 rq:683127 version:18.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes        
2019-02-15 09:56:26.575740149 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.28833/ffmpegthumbs.changes     
2019-03-11 13:42:17.109570796 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * Bail out if stream is negative
+
+-------------------------------------------------------------------

Old:
----
  ffmpegthumbs-18.12.2.tar.xz

New:
----
  ffmpegthumbs-18.12.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ffmpegthumbs.spec ++++++
--- /var/tmp/diff_new_pack.yPFQvp/_old  2019-03-11 13:42:18.257569796 +0100
+++ /var/tmp/diff_new_pack.yPFQvp/_new  2019-03-11 13:42:18.257569796 +0100
@@ -22,7 +22,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:           ffmpegthumbs
-Version:        18.12.2
+Version:        18.12.3
 Release:        0
 Summary:        FFmpeg-based thumbnail creator for video files
 License:        LGPL-2.0-or-later

++++++ ffmpegthumbs-18.12.2.tar.xz -> ffmpegthumbs-18.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ffmpegthumbs-18.12.2/ffmpegthumbnailer/moviedecoder.cpp 
new/ffmpegthumbs-18.12.3/ffmpegthumbnailer/moviedecoder.cpp
--- old/ffmpegthumbs-18.12.2/ffmpegthumbnailer/moviedecoder.cpp 2018-12-26 
11:25:53.000000000 +0100
+++ new/ffmpegthumbs-18.12.3/ffmpegthumbnailer/moviedecoder.cpp 2019-02-05 
12:19:52.000000000 +0100
@@ -139,7 +139,7 @@
         }
     }
 
-    if (m_VideoStream == -1) {
+    if (m_VideoStream < 0) {
         qDebug() << "Could not find video stream";
         return false;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.2/po/zh_CN/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.3/po/zh_CN/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.2/po/zh_CN/ffmpegthumbs.po   2019-02-05 
01:30:49.000000000 +0100
+++ new/ffmpegthumbs-18.12.3/po/zh_CN/ffmpegthumbs.po   2019-03-05 
01:12:53.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-27 07:18+0100\n"
-"PO-Revision-Date: 2019-01-27 23:04\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to