[vdr-markad/f38] Update to 3.5.0
by Martin Gansser
Summary of changes:
82235be... Update to 3.5.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[vdr-markad/f39] Update to 3.5.0
by Martin Gansser
Summary of changes:
82235be... Update to 3.5.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[vdr-markad/f40] Update to 3.5.0
by Martin Gansser
Summary of changes:
82235be... Update to 3.5.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[vdr-markad] Update to 3.5.0
by Martin Gansser
commit 82235beef04c85e0d60e7d3d6516c0c938fbf3fb
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Mar 24 10:51:28 2024 +0100
Update to 3.5.0
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 35 ++++++++++++++++++++++++++++++++++-
3 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a09e43c..ae43c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.4.11.tar.gz
/vdr-markad-3.4.12.tar.gz
/vdr-markad-3.4.13.tar.gz
+/vdr-markad-3.5.0.tar.gz
diff --git a/sources b/sources
index b9c09ac..15f1668 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.4.13.tar.gz) = 80a32df6162837c93817b3e18f4ad49e75a54cf39e4fa9184549f491522c3ebde91c020a6eeb61f5dd477c87aaa41cf618e82974140b5b54ac0c2a0ac8bcdd20
+SHA512 (vdr-markad-3.5.0.tar.gz) = cb8679f0292f26f41d6308875e2b2ffc979c2ef781c1d86164e6cd2827f2340c48bcb2a1d2408fd0bbdf3a7bc3a2e5609bae5c8da075ee023731253a8036c6f2
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 4a388ec..bde850f 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-markad
-Version: 3.4.13
+Version: 3.5.0
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -72,6 +72,39 @@ fi
%doc html
%changelog
+* Sun Mar 24 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.5.0-1
+- Update to 3.5.0
+
+* Mon Mar 11 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.12-1
+- Update to 3.4.12
+
+* Sun Mar 10 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.11-1
+- Update to 3.4.11
+
+* Sat Mar 09 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.10-1
+- Update to 3.4.10
+
+* Sun Feb 11 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.9-1
+- Update to 3.4.9
+
+* Sat Feb 10 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.8-1
+- Update to 3.4.8
+
+* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.4.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Mon Jan 29 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.7-1
+- Update to 3.4.7
+
+* Fri Jan 26 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.6-2
+- Rebuilt for new VDR API version
+
+* Sun Jan 21 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.6-1
+- Update to 3.4.6
+
+* Sun Jan 14 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.5-1
+- Update to 3.4.5
+
* Sat Mar 16 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.13-1
- Update to 3.4.13
8 months
[mesa-freeworld/f40] temporarily BuildRequire llvm17 to match Fedora's build env
by Thorsten Leemhuis
commit aa6bae37949ac7f7732a9fd965928c93d4f79231
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Sat Mar 23 16:58:29 2024 +0100
temporarily BuildRequire llvm17 to match Fedora's build env
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 2454c5d..d13f4d2 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -67,7 +67,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.0.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT
URL: http://www.mesa3d.org
@@ -136,7 +136,9 @@ BuildRequires: pkgconfig(libomxil-bellagio)
%endif
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libglvnd) >= 1.3.2
-BuildRequires: llvm-devel >= 7.0.0
+#BuildRequires: llvm-devel >= 7.0.0
+# temporarily require llvm17 to match Fedora's F40 mesa build
+BuildRequires: llvm17-devel >= 7.0.0
%if 0%{?with_opencl} || 0%{?with_nvk}
BuildRequires: clang-devel
BuildRequires: bindgen
@@ -324,6 +326,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Sat Mar 23 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-3
+- temporarily BuildRequire llvm17 to match Fedora's build env
+
* Thu Feb 22 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.0-2
- enable vp9, av1 codecs due to new meson build flag (#6873)
8 months
[compat-ffmpeg5] No longer needed
by Leigh Scott
commit b9f004a649292480fd6649f0123ca275b4cad6f1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Mar 23 12:00:56 2024 +0000
No longer needed
.gitignore | 2 -
compat-ffmpeg5.spec | 375 ----------------------------------------------------
dead.package | 1 +
ffmpeg-devel.asc | 30 -----
sources | 2 -
5 files changed, 1 insertion(+), 409 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8dd89b3
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+No longer needed
8 months
[ffmpeg] Fixup space in comments
by Nicolas Chauvet
commit ab6e93a9ba7bbef029c11ba9d6243c27350a92a1
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 22 19:03:57 2024 +0100
Fixup space in comments
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 788a1f7..9e451ee 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -788,7 +788,7 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
- Revert last commit
* Sat Oct 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-10
-- Add VP9 10/12 Bit support for VDPAU
+- Add VP9 10/12 Bit support for VDPAU
* Tue Aug 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-9
- Disable vulkan on i686
@@ -902,7 +902,7 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
- Enable vulkan support
* Sat Feb 22 2020 Leigh Scott <leigh123linux(a)googlemail.com> - 4.3-0.1.20200222git
-- Update to 20200222git
+- Update to 20200222git
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8 months