1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump version to 10.7.0~rc4

This commit is contained in:
Joshua M. Boniface 2021-02-21 13:40:29 -05:00
parent d85c91ce2e
commit 0ccbae44d1
3 changed files with 10 additions and 2 deletions

View file

@ -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

6
debian/changelog vendored
View file

@ -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 <packaging@jellyfin.org> 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

View file

@ -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 <packaging@jellyfin.org>
- 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 <packaging@jellyfin.org>
- 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 <packaging@jellyfin.org>