[kdenlive/el7] (15 commits) ...Requires mlt-freeworld on el7
by Sérgio M. Basto
Summary of changes:
8a39b39... 15.12.2 (*)
c8dbfea... bump mlt dep (*)
be7f7ea... fix: line 43: unclosed macro or bad line continuation (*)
1b2840d... BR: kf5-knewstuff (*)
122f153... Fix rfbz #4015 (*)
1a14bba... Update kdenlive to 16.04.2 (*)
540bf1e... remove blank line. (*)
6ceca04... Use marcos for files (*)
d91187e... 16.04.3, add missing 'touch' to %postun, document kinit wor (*)
750ee69... Kdenlive 16.08.0 is here (*)
d2641b6... Update to 16.08.1 (*)
7294c01... Update to 16.08.2 (*)
1a8fc49... Merge branch 'el7' into f25 (*)
a5d7b20... Update kdenlive to 16.08.3 like kde-baseapps (*)
01de0f9... Requires mlt-freeworld on el7 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[kdenlive/f24] (5 commits) ...Requires mlt-freeworld on el7
by Sérgio M. Basto
Summary of changes:
bb36b0e... Merge branches 'master' and 'f20' into f20 (*)
7294c01... Update to 16.08.2 (*)
1a8fc49... Merge branch 'el7' into f25 (*)
a5d7b20... Update kdenlive to 16.08.3 like kde-baseapps (*)
01de0f9... Requires mlt-freeworld on el7 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[kdenlive/f25] Requires mlt-freeworld on el7
by Sérgio M. Basto
commit 01de0f9cdccaab4f5c70f447cbba2b2adb611737
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 1 00:03:42 2017 +0000
Requires mlt-freeworld on el7
kdenlive.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 03b7da9..c774a2a 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -2,7 +2,7 @@
Name: kdenlive
Summary: Non-linear video editor
Version: 16.08.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -61,7 +61,7 @@ BuildRequires: kf5-kinit-devel
Requires: dvdauthor
Requires: dvgrab
Requires: ffmpeg
-%if 0%{?fedora} > 24
+%if 0%{?fedora} >= 25 || 0%{?rhel} >= 7
Requires: mlt-freeworld%{?_isa} >= %{mlt_version}
%else
Requires: mlt%{?_isa} >= %{mlt_version}
@@ -139,6 +139,9 @@ fi
%changelog
+* Tue Jan 31 2017 Sérgio Basto <sergio(a)serjux.com> - 16.08.3-2
+- Requires mlt-freeworld on el7
+
* Tue Jan 31 2017 Sérgio Basto <sergio(a)serjux.com> - 16.08.3-1
- Update kdenlive to 16.08.3 like kde-baseapps
7 years, 9 months