Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2019-12-14 12:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenlive (Old)
 and      /work/SRC/openSUSE:Factory/.kdenlive.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdenlive"

Sat Dec 14 12:08:56 2019 rev:71 rq:756205 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes        2019-11-13 
13:24:38.351467215 +0100
+++ /work/SRC/openSUSE:Factory/.kdenlive.new.4691/kdenlive.changes      
2019-12-14 12:12:26.571309636 +0100
@@ -1,0 +2,34 @@
+Tue Dec 10 06:38:26 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Too many changes since 19.11.90, only listing bugfixes:
+  * Fix video thumbnails from previous project showing up. Various crash fixes 
on exit or project close. BUG: 414813 (kde#414813)
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:47 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Too many changes since 19.11.80, only listing bugfixes:
+  * Fix disabled effect stack state. (kde#408242)
+  * Apply track effects on main playlist and not on tractor. (kde#414367)
+  * Fix zoom slider not updating after zoom-fit (kde#413469)
+  * We actually need Qt5.11, and so KF5.45 should be here too (kde#414165)
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:19 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes since 19.08.3, only listing bugfixes:
+  * Fix keyboard handling in monitor fullscreen mode,
+    thanks to Martin K. (kde#413644)
+  * Fix compositions disappear after reopening project with locked
+    track (kde#412369)
+
+-------------------------------------------------------------------

Old:
----
  kdenlive-19.08.3.tar.xz
  kdenlive-19.08.3.tar.xz.sig

New:
----
  kdenlive-19.12.0.tar.xz
  kdenlive-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdenlive.spec ++++++
--- /var/tmp/diff_new_pack.qekT7U/_old  2019-12-14 12:12:27.495309476 +0100
+++ /var/tmp/diff_new_pack.qekT7U/_new  2019-12-14 12:12:27.499309476 +0100
@@ -19,59 +19,59 @@
 %define mlt_version 6.10.0
 %define melt_path %(pkg-config --variable=meltbin mlt-framework)
 %define mlt_soname %(pkg-config --variable=moduledir mlt-framework | sed 
's/.*-\\([0-9]\\+\\)/\\1/')
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # 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}')}
 %bcond_without lang
 Name:           kdenlive
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Non-linear video editor
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://www.kdenlive.org/
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  karchive-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdeclarative-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  kguiaddons-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kplotting-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlgui-devel
+BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5Plotting)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  libmlt-devel
 BuildRequires:  pkgconfig
-BuildRequires:  purpose-devel
+BuildRequires:  cmake(KF5Purpose)
 BuildRequires:  rttr-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  cmake(KF5FileMetaData)
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Multimedia)
-BuildRequires:  pkgconfig(Qt5OpenGL)
-BuildRequires:  pkgconfig(Qt5Qml)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Multimedia)
+BuildRequires:  cmake(Qt5OpenGL)
+BuildRequires:  cmake(Qt5Qml)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.qekT7U/_old and 
/var/tmp/diff_new_pack.qekT7U/_new differ

++++++ kdenlive-19.08.3.tar.xz -> kdenlive-19.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdenlive/kdenlive-19.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdenlive.new.4691/kdenlive-19.12.0.tar.xz differ: 
char 25, line 1


Reply via email to