diff --git a/build.yaml b/build.yaml index f1ca28473b..e19fce3c23 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~rc3" +version: "10.7.0~rc4" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index b27df35c93..0b8ad265e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.7.0~rc4) unstable; urgency=medium + + * New upstream version 10.7.0~rc4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0~rc4 + + -- Jellyfin Packaging Team Sun, 21 Feb 2021 13:39:05 -0500 + 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 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index a30b8e2593..d2a1b2d144 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~rc3 +Version: 10.7.0~rc4 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 +* Sun Feb 21 2021 Jellyfin Packaging Team +- New upstream version 10.7.0-rc4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0-rc4 * 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