commit f6839639493b3369599abe4c0e8ae0d9dbc771b3
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Sun Dec 3 18:10:17 2017 +0100
Update to 5.0.5
.gitignore | 1 +
sources | 2 +-
vidcutter.spec | 12 +++++++++---
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aeb6545..668d85a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/vidcutter-4.0.0.tar.gz
/shotcut-17.11.tar.gz
/vidcutter-4.0.5.tar.gz
+/vidcutter-5.0.5.tar.gz
diff --git a/sources b/sources
index 2ec3d12..b94a89e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-943811052c8221d0806c6ee27d80ac9b vidcutter-4.0.5.tar.gz
+7aeb01be0b2e557e57a0d1dcfc913488 vidcutter-5.0.5.tar.gz
diff --git a/vidcutter.spec b/vidcutter.spec
index d27c839..50d5767 100644
--- a/vidcutter.spec
+++ b/vidcutter.spec
@@ -1,6 +1,8 @@
+%global unique_name com.ozmartians
+
Name: vidcutter
-Version: 4.0.5
-Release: 2%{?dist}
+Version: 5.0.5
+Release: 1%{?dist}
Summary: The simplest + fastest video cutter & joiner
License: GPLv3+
Url:
http://vidcutter.ozmartians.com
@@ -63,13 +65,17 @@ fi
%{_bindir}/%{name}
%{python3_sitearch}/%{name}
%{python3_sitearch}/vidcutter-*-py?.?.egg-info
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{unique_name}.VidCutter.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/mime/packages/x-vidcutter.xml
+%{_datadir}/appdata/%{unique_name}.VidCutter.appdata.xml
%{_datadir}/pixmaps/%{name}.svg
%changelog
+* Sun Dec 03 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 5.0.5-1
+- Update to 5.0.5
+
* Sun Nov 05 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.5-2
- Remove mime scriptlets as they are obsolete in f25 and greater