[avidemux/f33] Update to 2.7.8.
by Leigh Scott
Summary of changes:
7a4e1c0... Update to 2.7.8. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[avidemux/f34] Update to 2.7.8.
by Leigh Scott
Summary of changes:
7a4e1c0... Update to 2.7.8. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[avidemux] Update to 2.7.8.
by Leigh Scott
commit 7a4e1c086817f89a40b3981559be19d2d4564171
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Mar 7 09:26:19 2021 +0000
Update to 2.7.8.
.gitignore | 1 +
avidemux-2.7.6-external-libass.patch | 18 ------------------
avidemux.spec | 8 +++++---
sources | 2 +-
4 files changed, 7 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e1f5b5..c5d3e2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ avidemux_2.6.10.tar.gz
/avidemux_2.7.3.tar.gz
/avidemux_2.7.4.tar.gz
/avidemux_2.7.6.tar.gz
+/avidemux_2.7.8.tar.gz
diff --git a/avidemux.spec b/avidemux.spec
index e76c45b..539b063 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -9,15 +9,14 @@
%global _lto_cflags %{nil}
Name: avidemux
-Version: 2.7.6
-Release: 6%{?dist}
+Version: 2.7.8
+Release: 1%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
URL: http://www.avidemux.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
-Patch0: avidemux-2.7.6-external-libass.patch
# Don't try to build on arm, aarch64 or ppc
ExclusiveArch: i686 x86_64
@@ -312,6 +311,9 @@ fi
%changelog
+* Sun Mar 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.8-1
+- Update to 2.7.8.
+
* Wed Feb 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.6-6
- Enable libvpx (rfbz#5925)
diff --git a/sources b/sources
index b243a08..9bb77d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (avidemux_2.7.6.tar.gz) = 7f40b48a6c688a5a847e46118aef822a0f5f1dfb50b6223ce8a825d9e3817a9114bc3400aa7b7286a495051912b4b54cf1b86ea7064e6164f7ca7455e5a714ee
+SHA512 (avidemux_2.7.8.tar.gz) = d936eb005a8418b8f3081fce599cd04bb1a256bb7cb4bf50bf2ed876658881ca76b8c6f3805da9f05614eea44eaf2d53da0f802b28ce76e754b738f2682df031
3 years, 8 months
[vdr-markad/f32] Update to 2.6.5
by Martin Gansser
Summary of changes:
80cede1... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad/f33] Update to 2.6.5
by Martin Gansser
Summary of changes:
80cede1... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad/f34] Update to 2.6.5
by Martin Gansser
Summary of changes:
80cede1... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad] Update to 2.6.5
by Martin Gansser
commit 80cede12e3912b58e31ed8330b32d8755a3e6280
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Mar 6 15:08:50 2021 +0100
Update to 2.6.5
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8673937..fdbfdd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-2.6.2.tar.gz
/vdr-markad-2.6.3.tar.gz
/vdr-markad-2.6.4.tar.gz
+/vdr-markad-2.6.5.tar.gz
diff --git a/sources b/sources
index d869f43..09f6c66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-2.6.4.tar.gz) = b3e2fa94a4655edddba2f23a48ed839d792836fec8b64770d55508a99c9a450a23da5c9e870f833a435dec012ff17a1ae04083a458dea0bf29dd7a60788edb03
+SHA512 (vdr-markad-2.6.5.tar.gz) = c682a280886e0b7a6a97695b96076e886528047b8b80cba6b96706a2bdb5e9980c0f26df68acb2f0b7965855f69bc120ced75fb4975f6f10ee8091462b9c63a2
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 449b6da..4815fd6 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 2.6.4
+Version: 2.6.5
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Sat Mar 06 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.5-1
+- Update to 2.6.5
+
* Thu Mar 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.4-1
- Update to 2.6.4
3 years, 8 months