[kdenlive] Update kdenlive to 20.12.0
by Sérgio M. Basto
commit e39e4eb1ea88e3c1fcf6fe921dfa2566792b66f2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Dec 28 14:39:36 2020 +0000
Update kdenlive to 20.12.0
.gitignore | 1 +
kdenlive.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74db451..a302482 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/kdenlive-20.08.0.tar.xz
/kdenlive-20.08.1.tar.xz
/kdenlive-20.08.3.tar.xz
+/kdenlive-20.12.0.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index fe1d623..55b370a 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -3,7 +3,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 20.08.3
+Version: 20.12.0
Release: 1%{?dist}
License: GPLv2+
@@ -166,6 +166,9 @@ fi
%changelog
+* Mon Dec 28 2020 Sérgio Basto <sergio(a)serjux.com> - 20.12.0-1
+- Update kdenlive to 20.12.0
+
* Fri Nov 06 2020 Sérgio Basto <sergio(a)serjux.com> - 20.08.3-1
- Update kdenlive to 20.08.3
diff --git a/sources b/sources
index 3bcc273..c7e29a4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (kdenlive-20.08.3.tar.xz) = ed3ccffbe7c56d54e3c490d818a504bc4a3d65fd81c4d816a549d2a7d436b5320497145d122f352066def23c43aed523e2d31eb2a2f50378fb0122a89a23c424
+SHA512 (kdenlive-20.12.0.tar.xz) = eb3f543eea320e4a687a4cbcc1259f96e915166bb222efca41b1111ed67c684e1f598a5344e31903155a4a6602befe316742ce6d16db4966212de8727e09a68e
SHA512 (rttr-0.9.6.tar.gz) = 5c94f037b319568d351ee6d25f1404adce00b40598dce4a331789d5357c059e50aae3894f90e60d37307b7e96f4672ae09d3798bbe47f796ef2044f1ac6f9e50
3 years, 11 months
[devedeng] Used boolean operators in Requires (BZ #5879)
by Andrea Musuruane
commit 36437db0e9ec76c45a5ae406f15c34f3cf3c9a7f
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Dec 28 14:47:11 2020 +0100
Used boolean operators in Requires (BZ #5879)
devedeng.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/devedeng.spec b/devedeng.spec
index 9f16c5f..2b2f743 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,6 +1,6 @@
Name: devedeng
Version: 4.16.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3
@@ -17,15 +17,12 @@ BuildRequires: python3-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
-#Requires: mplayer
-#Requires: mpv
-Requires: vlc
+Requires: (vlc or mpv or mplayer)
Requires: ffmpeg
Requires: dvdauthor
Requires: vcdimager
Requires: genisoimage
-Requires: brasero
-#Requires: k3b
+Requires: (brasero or k3b)
Requires: ImageMagick
Requires: python3-urllib3
Requires: python3-gobject
@@ -100,6 +97,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Mon Dec 28 13:32:51 CET 2020 Andrea Musuruane <musuruan(a)gmail.com> - 4.16.0-5
+- Used boolean operators in Requires (BZ #5879)
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.16.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3 years, 11 months
[vlc] Update to 3.0.12.1
by Nicolas Chauvet
commit 0886c74f2b4fadf9a647805782ea0a5984805db0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 28 11:50:04 2020 +0100
Update to 3.0.12.1
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 3001a0c..f14da83 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -50,7 +50,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
-Version: 3.0.12
+Version: 3.0.12.1
Release: 1%{?dist}
License: GPLv2+
URL: https://www.videolan.org
@@ -622,6 +622,9 @@ fi || :
%changelog
+* Mon Dec 28 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.12.1-1
+- Update to 3.0.12.1
+
* Wed Dec 16 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.12-1
- Update to 3.0.12
3 years, 11 months
[steam] Update release
by Simone Caronni
Summary of changes:
d2425b6... Update release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[steam/f33] Update release
by Simone Caronni
Summary of changes:
d2425b6... Update release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[steam/f32] Update release
by Simone Caronni
Summary of changes:
d2425b6... Update release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[steam/el8] Update release
by Simone Caronni
commit d2425b6023f16bffbe4b04da3859fc56a9cbfbd6
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Dec 27 16:51:49 2020 +0100
Update release
steam.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 2b513fa..12368c5 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.68
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
3 years, 11 months