From d4c8cceb7f3ed9a8bc47f20ee1f4d5fcab8a1807 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 23 Jan 2021 16:02:48 -0500 Subject: [PATCH] Bump version to 10.7.0-rc3 --- build.yaml | 2 +- debian/changelog | 6 ++++++ fedora/jellyfin-web.spec | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 218e066af3..f1ca28473b 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.7.0~rc2" +version: "10.7.0~rc3" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 9b3a2e2e7f..b27df35c93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.7.0~rc3) unstable; urgency=medium + + * New upstream version 10.7.0-rc3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc3 + + -- Jellyfin Packaging Team Sat, 23 Jan 2021 16:01:36 -0500 + jellyfin-web (10.7.0~rc2) unstable; urgency=medium * New upstream version 10.7.0-rc2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc2 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index a5a9b96547..a30b8e2593 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.7.0~rc2 +Version: 10.7.0~rc3 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -42,6 +42,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Sat Jan 23 2021 Jellyfin Packaging Team +- New upstream version 10.7.0-rc3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc3 * Thu Dec 31 2020 Jellyfin Packaging Team - New upstream version 10.7.0-rc2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc2 * Fri Dec 04 2020 Jellyfin Packaging Team