[vlc-bittorrent] Update to 2.11
by Leigh Scott
commit 0ef999db0f51eb038dfe7caa8386083bd7f73278
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 21 09:26:15 2020 +0100
Update to 2.11
sources | 2 +-
vlc-bittorrent.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 15a6577..5c83220 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-bittorrent-2.10.tar.gz) = 4c46b4a151ec948cc2eef03ef63c726e19fc5a9fefb8b6ce597e0070d9ff1309b31c0c194f6fb8e631bc1041e620b4089b2995c2f35c125b71c39a9b6abc2f79
+SHA512 (vlc-bittorrent-2.11.tar.gz) = 3b194c9b1088136c1ef0ed9e8d5f5e85fd6dfa8e322f3c119c5dedc7a0ce3e7cbeb99d7711b2415d934de6ceab721e8977ba28d1f7d39822f26fb3f8de1b5ed2
diff --git a/vlc-bittorrent.spec b/vlc-bittorrent.spec
index 5d74436..4d235c4 100644
--- a/vlc-bittorrent.spec
+++ b/vlc-bittorrent.spec
@@ -1,5 +1,5 @@
Name: vlc-bittorrent
-Version: 2.10
+Version: 2.11
Release: 1%{?dist}
Summary: Bittorrent plugin for VLC
@@ -67,6 +67,9 @@ fi || :
%changelog
+* Tue Jul 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.11-1
+- Update to 2.11
+
* Thu Jun 04 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.10-1
- Update to 2.10
4 years, 4 months
[kdenlive] Update kdenlive to 20.04.3
by Sérgio M. Basto
commit 294519c6868d8990974e3ec298967bed34aa6f19
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 21 00:15:27 2020 +0100
Update kdenlive to 20.04.3
.gitignore | 1 +
kdenlive.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0afe38e..6f98c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/kdenlive-19.12.3.tar.xz
/kdenlive-20.04.1.tar.xz
/kdenlive-20.04.2.tar.xz
+/kdenlive-20.04.3.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index bda262c..41a6014 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,8 +1,9 @@
+%global __cmake_in_source_build 1
Name: kdenlive
Summary: Non-linear video editor
-Version: 20.04.2
-Release: 2%{?dist}
+Version: 20.04.3
+Release: 1%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -172,6 +173,9 @@ fi
%changelog
+* Mon Jul 20 2020 Sérgio Basto <sergio(a)serjux.com> - 20.04.3-1
+- Update kdenlive to 20.04.3
+
* Mon Jul 20 2020 Sérgio Basto <sergio(a)serjux.com> - 20.04.2-2
- qt5-qtquickcontrols is still required rfbz #5701 and #5702
diff --git a/sources b/sources
index 727b40f..7ec463b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (kdenlive-20.04.2.tar.xz) = f7bfc35121f5a27b01ab7c16b0911f90b758eb113bd55ca22783a5142d3df92493b7170c6bf31352aa44d4ca8d8a7fd12491d75f44a137551dfc531c4c1a5d10
+SHA512 (kdenlive-20.04.3.tar.xz) = 5a1b37440b212bd7a613fe1de16d8c42771f5bd0dedd80a2bccbab84517adb1a34f7649069b6a686f84114967b42c70278df9447107bfff361ca1a93bb366689
SHA512 (rttr-0.9.6.tar.gz) = 5c94f037b319568d351ee6d25f1404adce00b40598dce4a331789d5357c059e50aae3894f90e60d37307b7e96f4672ae09d3798bbe47f796ef2044f1ac6f9e50
4 years, 4 months
[kdenlive] qt5-qtquickcontrols is still required rfbz #5701 and #5702
by Sérgio M. Basto
commit efc3be3093a6d25c69b7408e72e3764357b1fca6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jul 20 22:35:30 2020 +0100
qt5-qtquickcontrols is still required rfbz #5701 and #5702
kdenlive.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 6e1661c..bda262c 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -2,7 +2,7 @@
Name: kdenlive
Summary: Non-linear video editor
Version: 20.04.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -85,6 +85,8 @@ Requires: mlt-freeworld%{?_isa} >= %{mlt_version}
%else
Requires: mlt%{?_isa} >= %{mlt_version}
%endif
+#qt5-qtquickcontrols is still required rfbz #5701 and #5702
+Requires: qt5-qtquickcontrols
Requires: qt5-qtquickcontrols2
Requires: frei0r-plugins
@@ -170,6 +172,9 @@ fi
%changelog
+* Mon Jul 20 2020 Sérgio Basto <sergio(a)serjux.com> - 20.04.2-2
+- qt5-qtquickcontrols is still required rfbz #5701 and #5702
+
* Fri Jun 12 2020 Sérgio Basto <sergio(a)serjux.com> - 20.04.2-1
- Update kdenlive to 20.04.2
4 years, 4 months