From 58dc73cf665f808468d4ee65b5fd3254fe0445f7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 31 Dec 2020 19:24:24 -0500 Subject: [PATCH] Bump version to 10.7.0-rc2 --- 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 0f9ab83291..218e066af3 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~rc1" +version: "10.7.0~rc2" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index e4c87cba09..9b3a2e2e7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 + + -- Jellyfin Packaging Team Thu, 31 Dec 2020 19:23:51 -0500 + jellyfin-web (10.7.0~rc1) unstable; urgency=medium * New upstream version 10.7.0-rc1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc1 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 398a323559..a5a9b96547 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~rc1 +Version: 10.7.0~rc2 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 +* 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 - New upstream version 10.7.0-rc1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc1 * Mon Jul 27 2020 Jellyfin Packaging Team