commit 572c5df7dbfccedcbf4279a72cb0b7bcb6d30686
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Feb 28 09:29:07 2019 -0600
18.12.2
.gitignore | 1 +
kdenlive.spec | 13 ++++++++++---
sources | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afb4468..ab1a1d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/kdenlive-18.04.3.tar.xz
/kdenlive-18.08.1.tar.xz
/kdenlive-18.08.2.tar.xz
+/kdenlive-18.12.2.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index 7476834..c7c482f 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,7 +1,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 18.08.2
+Version: 18.12.2
Release: 1%{?dist}
License: GPLv2+
@@ -100,6 +100,9 @@ popd
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+## unpackaged files
+rm -rfv %{buildroot}%{_datadir}/doc/Kdenlive/
+
%find_lang %{name} --with-html --all-name
@@ -108,7 +111,7 @@ appstream-util validate-relax --nonet
%{buildroot}%{_kf5_metainfodir}/org.kde.%{
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
-%if 0%{?rhel}
+%if 0%{?rhel} && 0%{?rhel} < 8
%post
/usr/bin/update-desktop-database &> /dev/null || :
/bin/touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
@@ -147,12 +150,16 @@ fi
%{_kf5_sysconfdir}/xdg/kdenlive_titles.knsrc
%{_kf5_sysconfdir}/xdg/kdenlive_wipes.knsrc
%{_kf5_sysconfdir}/xdg/kdenlive.categories
-%{_kf5_qtplugindir}/mltpreview.so
%{_kf5_mandir}/man1/kdenlive.1*
%{_kf5_mandir}/man1/kdenlive_render.1*
+# consider subpkg for multilib
+%{_kf5_qtplugindir}/mltpreview.so
%changelog
+* Thu Feb 28 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 18.12.2-1
+- 18.12.2
+
* Tue Oct 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.08.2-1
- Update kdenlive to 18.08.2
diff --git a/sources b/sources
index 6ddf22a..c2373c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dad14b705a7ee84eb1c2ea25ef61e368 kdenlive-18.08.2.tar.xz
+65964a00da12dd45839d255bc23111d5 kdenlive-18.12.2.tar.xz
Show replies by date