[discord/el9] Update to 0.0.65
by Sérgio M. Basto
Summary of changes:
58007b7... Update to 0.0.65 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[discord/f39] Update to 0.0.65
by Sérgio M. Basto
Summary of changes:
58007b7... Update to 0.0.65 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[discord/f40] Update to 0.0.65
by Sérgio M. Basto
Summary of changes:
58007b7... Update to 0.0.65 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[discord/f41] Update to 0.0.65
by Sérgio M. Basto
Summary of changes:
58007b7... Update to 0.0.65 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[jellyfin/f40] Update to 10.9.10
by Michael Cronenworth
Summary of changes:
32921e8... Update to 10.9.10 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[jellyfin/f41] Update to 10.9.10
by Michael Cronenworth
Summary of changes:
32921e8... Update to 10.9.10 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[jellyfin] Update to 10.9.10
by Michael Cronenworth
commit 32921e8fce8f8c9ec2a5c872df7605fedfa1101b
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Aug 25 14:18:50 2024 -0500
Update to 10.9.10
jellyfin-offline.sh | 2 +-
jellyfin-web-package-lock.json | 16 ++++++++--------
jellyfin.env | 2 +-
jellyfin.spec | 5 ++++-
sources | 6 +++---
5 files changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/jellyfin-offline.sh b/jellyfin-offline.sh
index 4770e45..2094600 100755
--- a/jellyfin-offline.sh
+++ b/jellyfin-offline.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-JELLYFIN_VERSION=10.9.9
+JELLYFIN_VERSION=10.9.10
# Retrieve neccessary .NET NuGet packages for offline building
tar xf jellyfin-${JELLYFIN_VERSION}.tar.gz
diff --git a/jellyfin-web-package-lock.json b/jellyfin-web-package-lock.json
index 7ee9ad2..c1fdd53 100644
--- a/jellyfin-web-package-lock.json
+++ b/jellyfin-web-package-lock.json
@@ -1,12 +1,12 @@
{
"name": "jellyfin-web",
- "version": "10.9.9",
+ "version": "10.9.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "jellyfin-web",
- "version": "10.9.9",
+ "version": "10.9.10",
"license": "GPL-2.0-or-later",
"dependencies": {
"@emotion/react": "11.11.4",
@@ -6684,9 +6684,9 @@
"dev": true
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001649",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz",
- "integrity": "sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ==",
+ "version": "1.0.30001653",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz",
+ "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==",
"dev": true,
"funding": [
{
@@ -27737,9 +27737,9 @@
"dev": true
},
"caniuse-lite": {
- "version": "1.0.30001649",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz",
- "integrity": "sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ==",
+ "version": "1.0.30001653",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz",
+ "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==",
"dev": true
},
"canvas": {
diff --git a/jellyfin.env b/jellyfin.env
index 6a3346c..5bc940e 100644
--- a/jellyfin.env
+++ b/jellyfin.env
@@ -35,4 +35,4 @@ JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
# [OPTIONAL] run Jellyfin with ASP.NET Server Garbage Collection (uses more RAM and less CPU than Workstation GC)
# 0 = Workstation
# 1 = Server
-#COMPlus_gcServer=1
+#DOTNET_gcServer=1
diff --git a/jellyfin.spec b/jellyfin.spec
index 8f734f4..29bb59d 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -11,7 +11,7 @@
%endif
Name: jellyfin
-Version: 10.9.9
+Version: 10.9.10
Release: 1%{?dist}
Summary: The Free Software Media System
License: GPL-2.0-only
@@ -301,6 +301,9 @@ fi
%changelog
+* Sun Aug 25 2024 Michael Cronenworth <mike(a)cchtml.com> - 10.9.10-1
+- Update to 10.9.10
+
* Mon Aug 05 2024 Michael Cronenworth <mike(a)cchtml.com> - 10.9.9-1
- Update to 10.9.9
diff --git a/sources b/sources
index 8301775..2ad7080 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
-SHA512 (jellyfin-10.9.9.tar.gz) = 625e7a05c37a511064101eae4d50f15a4a40faf3a6f6e55d04755b71e55b7d0127f636e5256c23bb071ee3805e187b9657baa894b630fcfc1fff2da9c5d77f21
-SHA512 (jellyfin-web-10.9.9.tar.gz) = 14a3f5cda45d1d01cd77fe973a3e6a0f011824c1023b8ba9d44e3b03c416ce34b15fd08eacee376703d52167b9a4aae53a41a77479bd77f986136d035109e569
-SHA512 (jellyfin-npm.tar.xz) = bea8d82cc54671b3f42eefd802bb6c17bfb6b3d9497607fb817ce2362ea7731bfd1b066dbf52881d31fff039345bf910d33660a385ccff4cf7a4eefe71e59d86
+SHA512 (jellyfin-10.9.10.tar.gz) = 6b2a40f88a3a751742e4c1c04e95f40bc6c170cf1d19d17eadc26c962d5ffe2da28cf58d987f1bcf03b47745464f97b7da500eac62dace3b544e322eec679949
+SHA512 (jellyfin-web-10.9.10.tar.gz) = d9cd1952b75e22a5b395677112ea6eb0f2d093b915dd1e83207fc128d9f447fbbea15306025c2ebaf4da97bdb2520dee91caebb4fa3e46d215337db683e28588
+SHA512 (jellyfin-npm.tar.xz) = d47bfe8e4c217ae69240bb9b0f09d29be4b7c7b47cd76177dda9d76263893a0f21223c1bad2c6697cb0710e6b6b7cb8c963027c47804034d5668dcc3465a50a6
SHA512 (jellyfin-nupkgs.tar.xz) = bee0334023863472bc258e069bee55cf3aecedd545340a108e2745f23c9bf086dddc025e04f38eed4bf29466aeeb4c5b83a9462e7dd8f631fe4f74b7cbd3f699
SHA512 (jellyfin-nupkgs-system.tar.xz) = b394274d5518ecfc34b2357710852e07a4e9087d416cd460b3ba2bad45f49c06b9a9d6cbaef9ad3e70c5e4dd829dd30fd033ab55403cdaa8f9205c21cc2886a7
2 months, 3 weeks
[discord] Update to 0.0.65
by Sérgio M. Basto
commit 58007b7af5a127e86ecc0683d9e7af04d6fbb5c2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 25 19:59:42 2024 +0100
Update to 0.0.65
check_new_version.py | 1 +
discord.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index f6669d4..178ce56 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -48,6 +48,7 @@ else:
print("rfpkg new-sources $(spectool -l --sources discord.spec | grep https | sed 's/.*: //;s#.*/##')")
print('rfpkg ci -c && git show && echo Press enter to push and build; read dummy; rfpkg push && rfpkg build --nowait')
+print('git checkout f41 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f39 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master')
diff --git a/discord.spec b/discord.spec
index 32791b0..9b6cf85 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.64
+Version: 0.0.65
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Sun Aug 25 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.65-1
+- Update to 0.0.65
+
* Thu Aug 15 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.64-1
- Update to 0.0.64
diff --git a/sources b/sources
index b01e43a..7c24fd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.64.tar.gz) = 835a1a1ac6c583e41d7c3521b5cbdafaf669d18b5ba1521109c3a3554d10015ef1198aba3697a149bdebb3cd747de4534dd923d448138891be661af96fbee26f
+SHA512 (discord-0.0.65.tar.gz) = 48a6d9d4939babe7b7243ae465e592baac357ed6a79513be3e78a78bbc7c5ce4b22bdb6edae31d43f2adb3e578d9a7ecb9b4fb62aed63da84d20e1daede4fc8e
2 months, 3 weeks
[xorg-x11-drv-nvidia/f39] (7 commits) ...Various packaging fixes
by Leigh Scott
Summary of changes:
4318497... Remove rhel_nvidia.conf (*)
d5ec784... Remove nvidia-drm.fbdev=1 from cmdline (*)
9c127f9... Add powerd to aarch64 (*)
fa87ebb... vulkan fixes (*)
8c1e49c... egl fixes (*)
cdefc78... clean up (*)
764068c... Various packaging fixes (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 4 weeks
[xorg-x11-drv-nvidia/f40: 8/8] Merge branch 'master' into f40
by Leigh Scott
commit f7c680ffbc6045aa7cd9bb951f6e84e1eb549cb3
Merge: 8410e3e 764068c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Aug 24 01:20:01 2024 +0100
Merge branch 'master' into f40
rhel_nvidia.conf | 8 -----
xorg-x11-drv-nvidia.spec | 90 ++++++++++++++++++++----------------------------
2 files changed, 38 insertions(+), 60 deletions(-)
---
2 months, 4 weeks