-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32330e3
commit be195b0
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
jellyfin-web (10.7.7-1) unstable; urgency=medium | ||
|
||
* New upstream version 10.7.7; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.7 | ||
|
||
-- Jellyfin Packaging Team <[email protected]> Sun, 05 Sep 2021 22:32:59 -0400 | ||
|
||
jellyfin-web (10.7.6-1) unstable; urgency=medium | ||
|
||
* New upstream version 10.7.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global debug_package %{nil} | ||
|
||
Name: jellyfin-web | ||
Version: 10.7.6 | ||
Version: 10.7.7 | ||
Release: 1%{?dist} | ||
Summary: The Free Software Media System web client | ||
License: GPLv3 | ||
|
@@ -46,6 +46,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web | |
%{_datadir}/licenses/jellyfin/LICENSE | ||
|
||
%changelog | ||
* Sun Sep 05 2021 Jellyfin Packaging Team <[email protected]> | ||
- New upstream version 10.7.7; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.7 | ||
* Thu May 20 2021 Jellyfin Packaging Team <[email protected]> | ||
- New upstream version 10.7.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.6 | ||
* Tue May 04 2021 Jellyfin Packaging Team <[email protected]> | ||
|