[vlc] Rebuild for new libdvdread
by Leigh Scott
commit 453f7d224ff0fe265d1e76279d88f8f6f7af7ce1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 21 12:01:36 2020 +0100
Rebuild for new libdvdread
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index bd3635d..43f793c 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.11.1
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -607,6 +607,9 @@ fi || :
%changelog
+* Wed Oct 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.11.1-6
+- Rebuild for new libdvdread
+
* Mon Sep 28 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.11.1-5
- Rebuild for new protobuf
4 years, 1 month
[mplayer] Rebuild for new libdvdread
by Leigh Scott
commit cba3c46eed7fd4887edd423974cf6ca3699f9f08
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 21 11:57:38 2020 +0100
Rebuild for new libdvdread
mplayer.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 171d0e0..c77c359 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -10,9 +10,9 @@
Name: mplayer
Version: 1.4
%if 0%{?svn}
-Release: 11{?pre:.%{pre}}%{?dist}
+Release: 12{?pre:.%{pre}}%{?dist}
%else
-Release: 11%{?dist}
+Release: 12%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -383,6 +383,9 @@ fi
%{_datadir}/mplayer/*.fp
%changelog
+* Wed Oct 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.4-12
+- Rebuild for new libdvdread
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 1 month
[mpv] Rebuild for new libdvdread
by Leigh Scott
commit efcb2fb9499f6d7ab5988eaf8d5ab1ca44732332
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 21 11:56:20 2020 +0100
Rebuild for new libdvdread
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 65e10e1..81ea472 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 9%{?gitrelease}%{?dist}
+Release: 10%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -181,6 +181,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Wed Oct 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-10
+- Rebuild for new libdvdread
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.32.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 1 month
[flowblade/f31] Update to 2.6.2
by Martin Gansser
Summary of changes:
00782a2... Update to 2.6.2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[flowblade/f32] Update to 2.6.2
by Martin Gansser
Summary of changes:
00782a2... Update to 2.6.2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[flowblade/f33] Update to 2.6.2
by Martin Gansser
Summary of changes:
00782a2... Update to 2.6.2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[flowblade] Update to 2.6.2
by Martin Gansser
commit 00782a275d8e7a005556d85a3fc16b41ba9585a8
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Oct 20 13:16:04 2020 +0200
Update to 2.6.2
.gitignore | 1 +
flowblade.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b71e91..827978e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/flowblade-2.4.0.1.tar.gz
/flowblade-2.6.tar.gz
/flowblade-2.6.1.tar.gz
+/flowblade-2.6.2.tar.gz
diff --git a/flowblade.spec b/flowblade.spec
index cf9513c..9795a1b 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -12,7 +12,7 @@ Name: flowblade
Version: 2.4.0.1
Release: 3%{?dist}
%else
-Version: 2.6.1
+Version: 2.6.2
Release: 1%{?dist}
%endif
License: GPLv3
@@ -124,6 +124,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{python3_sitelib}/%{name}*
%changelog
+* Tue Oct 20 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.2-1
+- Update to 2.6.2
+
* Sat Oct 17 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.1-1
- Update to 2.6.1
diff --git a/sources b/sources
index d8d64db..39a9bac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (flowblade-2.6.1.tar.gz) = a6e01b2120e03a6a82df935a346c0bf132cf013decc81d354aa8f2c2e268fa5a75cd05ca69d07499c0871da85aaa9d3e50503eef01d8b6765d296de41e482cbe
+SHA512 (flowblade-2.6.2.tar.gz) = 6bdb9f110d221319c6dda8e74e92ced1544558346ea96bae3d43d9b6b230b8be475cadd50c2ca64310843607ca61924bb2adda51c39d5f5482045c2f0a12b255
4 years, 1 month
[xine-lib/f33] Re-enable libssh2
by Xavier Bachelot
Summary of changes:
7b3fb17... Re-enable libssh2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[xine-lib/el8] (19 commits) ...Re-enable libssh2
by Xavier Bachelot
Summary of changes:
dbb4b01... xine-lib 1.2.5 (*)
741e231... drop unused patch (*)
e9fb28e... xine-lib 1.2.6 (*)
4b82bf0... Update to 1.2.8 (*)
afd5988... Merge branch 'master' into el7 (*)
4f08665... Rebuilt (*)
a6b8c11... Rebuild for ffmpeg-3.* on el7 (*)
82c75b4... Merge remote-tracking branch 'origin/master' into el7 (*)
99332a4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass (*)
c4ab582... add define for legacy_common_support (*)
d07f5aa... - Rebuild for ffmpeg-4.3 git (*)
737c9f2... Rebuild for new libcdio version (*)
a9f3c1b... Merge branch 'el7' (*)
a106550... Rebuild for ImageMagick on el7 (*)
046e5a7... Rebuild for dav1d SONAME bump (*)
b2c9a13... Rebuilt (*)
ee4c9b8... Rebuilt (*)
b59cdf8... - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass (*)
7b3fb17... Re-enable libssh2 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month