commit b4636c7d8d686619dd189bda0171cbc4aacb85a2
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jan 31 12:57:20 2021 +0100
Update to 21.01.29
.gitignore | 1 +
shotcut-numeric_limits.patch | 10 ----------
shotcut.spec | 16 +++++++---------
sources | 2 +-
4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eb51b9..4e20967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
/shotcut-20.10.31.tar.gz
/shotcut-20.11.25.tar.gz
/shotcut-20.11.28.tar.gz
+/shotcut-21.01.29.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 8fa2674..df03f1e 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 20.11.28
-Release: 2%{dist}
+Version: 21.01.29
+Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -19,7 +19,6 @@ Patch0: mlt_path.patch
Patch1: shotcut-noupdatecheck.patch
# Force X
Patch2: Force_X.patch
-Patch3: shotcut-numeric_limits.patch
BuildRequires: gcc-c++
BuildRequires: desktop-file-utils
@@ -162,13 +161,9 @@ pushd $basedir
popd
#cp -v version.json %{buildroot}%{_datadir}/%{name}
-# fixes E: script-without-shebang
-chmod a-x
%{buildroot}%{_datadir}/%{name}/qml/filters/webvfx_ruttetraizer/ruttetraizer.html
-chmod a-x %{buildroot}%{_datadir}/%{name}/qml/filters/webvfx_ruttetraizer/three.js
-
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/org.%{name}.Shotcut.desktop
-appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.Shotcut.appdata.xml
+appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.Shotcut.metainfo.xml
%files
%doc README.md
@@ -178,7 +173,7 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.S
%exclude %{_datadir}/%{name}/translations
%{_datadir}/applications/org.%{name}.Shotcut.desktop
%{_datadir}/icons/hicolor/*/apps/org.%{name}.Shotcut.png
-%{_metainfodir}/org.%{name}.Shotcut.appdata.xml
+%{_metainfodir}/org.%{name}.Shotcut.metainfo.xml
%{_datadir}/mime/packages/org.%{name}.Shotcut.xml
%{_mandir}/man1/%{name}.1.*
@@ -188,6 +183,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sun Jan 31 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 21.01.29-1
+- Update to 21.01.29
+
* Fri Jan 15 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 20.11.28-2
- Add shotcut-numeric_limits.patch
diff --git a/sources b/sources
index 1898b3a..c7ccc03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-20.11.28.tar.gz) =
fd4b9e2e7a5e93920980d4023d1e9803d6ce4de1d962548a7a3ad5cf815ea0e9e29c4645fec7f0db90ac8581a6ea3e92f2a3e34faf03f8991c303c371285ae7c
+SHA512 (shotcut-21.01.29.tar.gz) =
fc47110771a0f891a3cf43a9730121a7b2f687d762ecc6df18907094830e9e89110174b3e3df391f58d9d1ab12c850fd822b85652bd20c02707b02304104dc55
Show replies by date