Skip to content

Instantly share code, notes, and snippets.

@jmontleon
Created February 28, 2024 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmontleon/8ab511c1261d10617664b44416d1f5df to your computer and use it in GitHub Desktop.
Save jmontleon/8ab511c1261d10617664b44416d1f5df to your computer and use it in GitHub Desktop.
jellyfin-web (10.8.0-2 -> ) 10.9.0-1 ppc64le build
diff --git a/build.yaml b/build.yaml
index 7b5b05ed8..0cbd506aa 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin-web"
-version: "10.8.0"
+version: "10.9.0"
packages:
- debian.all
- fedora.all
diff --git a/debian/changelog b/debian/changelog
index bf68fb694..7cb29739e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jellyfin-web (10.9.0-1) unstable; urgency=medium
+
+ * New upstream version 10.9.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.9.0
+
+ -- Jellyfin Packaging Team <packaging@jellyfin.org> Tue, 27 Feb 2024 19:37:28 -0500
+
jellyfin-web (10.8.0-1) unstable; urgency=medium
* Forthcoming stable release
diff --git a/fedora/Makefile b/fedora/Makefile
index adc5ecf67..4d896ce03 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -12,7 +12,7 @@ epel-7-x86_64_repos := https://rpm.nodesource.com/pub_20.x/nodistro/\$$basearch/
fed_ver := $(shell rpm -E %fedora)
# fallback when not running on Fedora
fed_ver ?= 36
-TARGET ?= fedora-$(fed_ver)-x86_64
+TARGET ?= fedora-$(fed_ver)-ppc64le
outdir ?= $(PWD)/$(DIR)/
diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec
index fa1c1722e..b3a5e8123 100644
--- a/fedora/jellyfin-web.spec
+++ b/fedora/jellyfin-web.spec
@@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: jellyfin-web
-Version: 10.8.0
-Release: 2%{?dist}
+Version: 10.9.0
+Release: 1%{?dist}
Summary: The Free Software Media System web client
License: GPLv2
URL: https://jellyfin.org
@@ -50,6 +50,8 @@ npm run build:production
%changelog
+* Tue Feb 27 2024 Jellyfin Packaging Team <packaging@jellyfin.org>
+- New upstream version 10.9.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.9.0
* Fri Dec 04 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
- Forthcoming stable release
* Mon Jul 27 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment