mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Bump version to 10.3.0 and update submodule
This commit is contained in:
parent
c032a015a4
commit
f27477da26
@ -1 +1 @@
|
|||||||
Subproject commit ec5a3b6e5efb6041153b92818aee562f20ee994d
|
Subproject commit 9677981344e57e8f84ca664cad13da1f89f4254f
|
@ -1,4 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("10.2.2")]
|
[assembly: AssemblyVersion("10.3.0")]
|
||||||
[assembly: AssemblyFileVersion("10.2.2")]
|
[assembly: AssemblyFileVersion("10.3.0")]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# We just wrap `build` so this is really it
|
# We just wrap `build` so this is really it
|
||||||
name: "jellyfin"
|
name: "jellyfin"
|
||||||
version: "10.2.2"
|
version: "10.3.0-rc1"
|
||||||
packages:
|
packages:
|
||||||
- debian-package-x64
|
- debian-package-x64
|
||||||
- debian-package-armhf
|
- debian-package-armhf
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
jellyfin (10.3.0~rc1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 10.3.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.0-rc1
|
||||||
|
|
||||||
|
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sat, 30 Mar 2019 15:47:24 -0400
|
||||||
|
|
||||||
jellyfin (10.2.2-1) unstable; urgency=medium
|
jellyfin (10.2.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* jellyfin:
|
* jellyfin:
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: jellyfin
|
Name: jellyfin
|
||||||
Version: 10.2.2
|
Version: 10.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Free Software Media Browser
|
Summary: The Free Software Media Browser
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -140,6 +140,8 @@ fi
|
|||||||
%systemd_postun_with_restart jellyfin.service
|
%systemd_postun_with_restart jellyfin.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 30 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
|
- New upstream version 10.3.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.0-rc1
|
||||||
* Thu Feb 28 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
|
* Thu Feb 28 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
- jellyfin:
|
- jellyfin:
|
||||||
- PR968 Release 10.2.z copr autobuild
|
- PR968 Release 10.2.z copr autobuild
|
||||||
|
Loading…
Reference in New Issue
Block a user