mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Bump version to 10.5.2
This commit is contained in:
parent
d5f2384375
commit
0e171d794c
7 changed files with 15 additions and 7 deletions
|
@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1
|
||||||
ARG FFMPEG_VERSION=latest
|
ARG FFMPEG_VERSION=latest
|
||||||
|
|
||||||
FROM node:alpine as web-builder
|
FROM node:alpine as web-builder
|
||||||
ARG JELLYFIN_WEB_VERSION=10.5.1
|
ARG JELLYFIN_WEB_VERSION=10.5.2
|
||||||
RUN apk add curl git \
|
RUN apk add curl git \
|
||||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||||
&& cd jellyfin-web \
|
&& cd jellyfin-web \
|
||||||
|
|
|
@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
|
||||||
|
|
||||||
|
|
||||||
FROM node:alpine as web-builder
|
FROM node:alpine as web-builder
|
||||||
ARG JELLYFIN_WEB_VERSION=10.5.1
|
ARG JELLYFIN_WEB_VERSION=10.5.2
|
||||||
RUN apk add curl git \
|
RUN apk add curl git \
|
||||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||||
&& cd jellyfin-web \
|
&& cd jellyfin-web \
|
||||||
|
|
|
@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
|
||||||
|
|
||||||
|
|
||||||
FROM node:alpine as web-builder
|
FROM node:alpine as web-builder
|
||||||
ARG JELLYFIN_WEB_VERSION=10.5.1
|
ARG JELLYFIN_WEB_VERSION=10.5.2
|
||||||
RUN apk add curl git \
|
RUN apk add curl git \
|
||||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||||
&& cd jellyfin-web \
|
&& cd jellyfin-web \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("10.5.1")]
|
[assembly: AssemblyVersion("10.5.2")]
|
||||||
[assembly: AssemblyFileVersion("10.5.1")]
|
[assembly: AssemblyFileVersion("10.5.2")]
|
||||||
|
|
|
@ -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.5.1"
|
version: "10.5.2"
|
||||||
packages:
|
packages:
|
||||||
- debian-package-x64
|
- debian-package-x64
|
||||||
- debian-package-armhf
|
- debian-package-armhf
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
jellyfin (10.5.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 10.5.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.2
|
||||||
|
|
||||||
|
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 22 Mar 2020 12:06:40 -0400
|
||||||
|
|
||||||
jellyfin (10.5.1-1) unstable; urgency=medium
|
jellyfin (10.5.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
|
* New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: jellyfin
|
Name: jellyfin
|
||||||
Version: 10.5.0
|
Version: 10.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Free Software Media Browser
|
Summary: The Free Software Media Browser
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
@ -159,6 +159,8 @@ fi
|
||||||
%systemd_postun_with_restart jellyfin.service
|
%systemd_postun_with_restart jellyfin.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 22 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
|
- New upstream version 10.5.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.2
|
||||||
* Sun Mar 15 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
* Sun Mar 15 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
- New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
|
- New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
|
||||||
* Fri Oct 11 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
|
* Fri Oct 11 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue