[jellyfin] Fix source labels
by Michael Cronenworth
commit 5e8dc18bd36725f846264ff3eeccd49d07bd103e
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun May 26 15:15:32 2024 -0500
Fix source labels
jellyfin.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/jellyfin.spec b/jellyfin.spec
index 1b16a76..0075366 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -155,11 +155,11 @@ install -p -m 644 -D Jellyfin.Server/Resources/Configuration/logging.json %{buil
install -p -m 644 -D %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/jellyfin
# system config
-install -p -m 644 -D %{SOURCE16} %{buildroot}%{_prefix}/lib/firewalld/services/jellyfin.xml
+install -p -m 644 -D %{SOURCE15} %{buildroot}%{_prefix}/lib/firewalld/services/jellyfin.xml
install -p -m 640 -D %{SOURCE13} %{buildroot}%{_sysconfdir}/sudoers.d/jellyfin-sudoers
-install -p -m 644 -D %{SOURCE15} %{buildroot}%{_sysconfdir}/systemd/system/jellyfin.service.d/override.conf
+install -p -m 644 -D %{SOURCE14} %{buildroot}%{_sysconfdir}/systemd/system/jellyfin.service.d/override.conf
install -p -m 644 -D %{SOURCE11} %{buildroot}%{_unitdir}/jellyfin.service
-install -p -m 644 -D %{SOURCE18} %{buildroot}%{_sysusersdir}/jellyfin.conf
+install -p -m 644 -D %{SOURCE17} %{buildroot}%{_sysusersdir}/jellyfin.conf
# empty directories
mkdir -p %{buildroot}%{_sharedstatedir}/jellyfin
@@ -168,7 +168,7 @@ mkdir -p %{buildroot}%{_localstatedir}/cache/jellyfin
mkdir -p %{buildroot}%{_localstatedir}/log/jellyfin
# jellyfin-server-lowports subpackage
-install -p -m 644 -D %{SOURCE17} %{buildroot}%{_unitdir}/jellyfin.service.d/jellyfin-server-lowports.conf
+install -p -m 644 -D %{SOURCE16} %{buildroot}%{_unitdir}/jellyfin.service.d/jellyfin-server-lowports.conf
cd ../%{name}-web-%{version}
# move web licenses prior to installation
@@ -249,7 +249,7 @@ fi
%pre server
-%sysusers_create_compat %{SOURCE18}
+%sysusers_create_compat %{SOURCE17}
%post server
8 months, 3 weeks
[ffmpeg] Update to 7.0.1
by Leigh Scott
commit 788790feeda3d44764601c0af8cf557af43c7f22
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 26 15:39:54 2024 +0100
Update to 7.0.1
ffmpeg.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 7be11cd..a807f46 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -97,7 +97,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 7.0
+Version: 7.0.1
Release: 1%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
@@ -533,6 +533,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Sun May 26 2024 Leigh Scott <leigh123linux(a)gmail.com> - 7.0.1-1
+- Update to 7.0.1
+
* Fri Apr 19 2024 Leigh Scott <leigh123linux(a)gmail.com> - 7.0-1
- Update to 7.0
diff --git a/sources b/sources
index 52c2ac7..92d8629 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ffmpeg-7.0.tar.xz.asc) = 951c313545e58b11a1ba98f2b35749049f80b307ffee63edd2e0f73e9c663600646d1ec2e0953149b999edbfa679e6eb146b4f0d251688e009e3ad6bf9db4a14
-SHA512 (ffmpeg-7.0.tar.xz) = f693027b9c142c3757b76b2fe1c09bdafa4bf2580e691b20306bc6621080005173d068122668e80f52bd46dba3ab04a32f0608d709c8e6fd1c73387b4d4881f7
+SHA512 (ffmpeg-7.0.1.tar.xz) = 94e06c4ce64ed3888620547db0e33b29c68a9e78b3ea748346f34280f69723a6d4b7485911f45f1849f9aa3036c0699334abbcf7126d2763bdaa7276673b7daa
+SHA512 (ffmpeg-7.0.1.tar.xz.asc) = bd787bfa6dbb147800f5f79a3fe5e4c20054d48ea9e6af4d5c84ace68c19459f4ea677f5921b084eab889ed7b9f81dc138fa2ecf9ae306ac7fb19434a68aeced
8 months, 3 weeks
[jellyfin] Workaround package verification error (RFBZ#6944)
by Michael Cronenworth
commit c95e140e84ad076224cac6baa168080d8da33303
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri May 24 20:55:50 2024 -0500
Workaround package verification error (RFBZ#6944)
jellyfin.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/jellyfin.spec b/jellyfin.spec
index e1db4ae..1b16a76 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -114,13 +114,15 @@ dotnet nuget disable source nuget
%build
# debug nuget signature verification error
-rpm -qf /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
-ls -l /etc/pki/ca-trust/extracted/pem/
-rpm -vV ca-certificates
-grep 'DigiCert Assured ID Root CA' -A23 /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
+#rpm -qf /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
+#ls -l /etc/pki/ca-trust/extracted/pem/
+#rpm -vV ca-certificates
+#grep 'DigiCert Assured ID Root CA' -A23 /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
+# https://bugzilla.rpmfusion.org/show_bug.cgi?id=6944
+export DOTNET_NUGET_SIGNATURE_VERIFICATION=false
mkdir build-server
dotnet publish --configuration Release \
--output="build-server" \
8 months, 3 weeks
[pipewire-codec-aptx/f40] Update to 1.0.7
by Leigh Scott
commit e00961c56e502e87f017ee8480eb7cba1301ca3f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 24 12:22:55 2024 +0100
Update to 1.0.7
pipewire-codec-aptx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pipewire-codec-aptx.spec b/pipewire-codec-aptx.spec
index 78f43e2..b68decc 100644
--- a/pipewire-codec-aptx.spec
+++ b/pipewire-codec-aptx.spec
@@ -2,7 +2,7 @@
Name: pipewire-codec-aptx
Summary: PipeWire Bluetooth aptX codec plugin
-Version: 1.0.6
+Version: 1.0.7
Release: 1%{?dist}
License: MIT
URL: https://pipewire.org/
@@ -40,6 +40,9 @@ install -pm 0755 %{_vpath_builddir}/spa/plugins/bluez5/libspa-codec-bluez5-aptx.
%{_libdir}/spa-%{spaversion}/bluez5/libspa-codec-bluez5-aptx.so
%changelog
+* Fri May 24 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.7-1
+- Update to 1.0.7
+
* Fri May 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.6-1
- Update to 1.0.6
diff --git a/sources b/sources
index 2e0de73..1ad66be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipewire-1.0.6.tar.gz) = 70bec82280a99ddc014d70d825bbbbd69112b5a855f6cb19196eb2f4c52cff7f8f1a6b005a484a3a913a88ead9897745850627177f937c703f8f7272edc00ae6
+SHA512 (pipewire-1.0.7.tar.gz) = d861f55b199ddf5683374bbc2129fc4c370a3834d6d7fea0e66c5b2af7e13fb30a29c3aaa91207511581e03ac690b849619b820bec468295de3f918d14e0c3cb
8 months, 4 weeks
[pipewire-codec-aptx] Update to 1.1.82
by Leigh Scott
commit 8c8ec1aa3979012090be5f769bb5fa2042157c66
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 24 12:21:22 2024 +0100
Update to 1.1.82
pipewire-codec-aptx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pipewire-codec-aptx.spec b/pipewire-codec-aptx.spec
index fbd304a..7030d99 100644
--- a/pipewire-codec-aptx.spec
+++ b/pipewire-codec-aptx.spec
@@ -2,7 +2,7 @@
Name: pipewire-codec-aptx
Summary: PipeWire Bluetooth aptX codec plugin
-Version: 1.1.81
+Version: 1.1.82
Release: 1%{?dist}
License: MIT
URL: https://pipewire.org/
@@ -40,6 +40,9 @@ install -pm 0755 %{_vpath_builddir}/spa/plugins/bluez5/libspa-codec-bluez5-aptx.
%{_libdir}/spa-%{spaversion}/bluez5/libspa-codec-bluez5-aptx.so
%changelog
+* Fri May 24 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.1.82-1
+- Update to 1.1.82
+
* Sat May 18 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.1.81-1
- Update to 1.1.81
diff --git a/sources b/sources
index 203b281..790a182 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipewire-1.1.81.tar.gz) = 791a9b5f921513ddc5d1b769de05ec11ee03eee78a8163411ebb534b1397b3692fc84bb1bf291c3464ec54f5ee19e55e521bf31a2aa221d9c59ebfe54935f3a8
+SHA512 (pipewire-1.1.82.tar.gz) = d7a741e8dc8be8ed71c4ea56d18a0340f9add4ed3cf1753a53d9809933f7eea67bc804d8c49863b5b6e4f2015b845aac51af6f4f8e2e8544256d5c97c330e555
8 months, 4 weeks
[ffmpeg/f40] Rebuild
by Leigh Scott
commit 515248d1085a973c858f7048ac25458992016e15
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 23 23:24:50 2024 +0100
Rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c0f111c..f11549b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -98,7 +98,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
-Release: 8%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 9%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -531,6 +531,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Thu May 23 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-9
+- Rebuild
+
* Sat Apr 06 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-8
- Rebuild for new x265 version
8 months, 4 weeks
[mesa-freeworld/f40] Update to 24.0.8
by Thorsten Leemhuis
commit ddaa46100636a4c75ac27a00e4bf607bb36a69c2
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu May 23 10:43:52 2024 +0200
Update to 24.0.8
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eaf5c6..bb0c96a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
/mesa-24.0.5.tar.xz
/mesa-24.0.6.tar.xz
/mesa-24.0.7.tar.xz
+/mesa-24.0.8.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 31353de..542f385 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -65,7 +65,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.0.7
+%global ver 24.0.8
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -325,6 +325,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Thu May 23 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.8-1
+- Update to 24.0.8
+
* Fri May 10 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.0.7-1
- Update to 24.0.7
diff --git a/sources b/sources
index 78e7041..c7bfa33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.0.7.tar.xz) = 77b0fae80ab0a07e2e528c113eadef0e3004b8df3e6e98fffe6fc2d8ac39f5ce7fa38ebe5c2ae32bfbac993dd7cbe288ace18ebb03cf2fb445fe7114f74dd45c
+SHA512 (mesa-24.0.8.tar.xz) = 1e1be9b50c2a404a96960db87d2ba4cd1c602445f9ab8acfb6a8a023410063620c2ef891fe516afec3d830756e0b0f4309ef50c6caeefa44e164b414c4708b10
8 months, 4 weeks
[mesa-freeworld] Update to 24.1.0
by Thorsten Leemhuis
commit 0b29e3d4327723f9aebcd5524c53e567596b640a
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu May 23 06:42:52 2024 +0200
Update to 24.1.0
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63e3548..e9d0e52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/mesa-24.1.0-rc2.tar.xz
/mesa-24.1.0-rc3.tar.xz
/mesa-24.1.0-rc4.tar.xz
+/mesa-24.1.0.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index f07c0ed..a5132ea 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -69,9 +69,9 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.1.0-rc4
+%global ver 24.1.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 2%{?dist}
+Release: 1%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -341,6 +341,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Thu May 23 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.0~rc4
+- Update to 24.1.0
+
* Fri May 17 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.1.0~rc4-2
- disable teflon on ix86, too
diff --git a/sources b/sources
index 026055d..43e78e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.1.0-rc4.tar.xz) = 8c31ea253543b1f8d1329eef9e20243ca7d6eb8c9645960bc53314de85ea8e3255d72816faa94935ba92e4802351c9a29e221d7e72048681de0a490bf4c52119
+SHA512 (mesa-24.1.0.tar.xz) = 4b7ed1940fc812ef4efb55978d3ffe3d0e2ae53d5b57a3baca10a52db2ba5852c5ee7e75c3739bd8d384c80bf1cba970a384250050f01f03bba98f255e12cec5
8 months, 4 weeks
[jellyfin] Add more debug commands
by Michael Cronenworth
commit eae7c30ff85857c65eebb34b6db6054c7cb8dde2
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed May 22 07:41:46 2024 -0500
Add more debug commands
jellyfin.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/jellyfin.spec b/jellyfin.spec
index 5554fe9..e1db4ae 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -115,6 +115,8 @@ dotnet nuget disable source nuget
%build
# debug nuget signature verification error
rpm -qf /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
+ls -l /etc/pki/ca-trust/extracted/pem/
+rpm -vV ca-certificates
grep 'DigiCert Assured ID Root CA' -A23 /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
export DOTNET_CLI_TELEMETRY_OPTOUT=1
8 months, 4 weeks