File tree 11 files changed +19
-11
lines changed
11 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 36
36
<PropertyGroup >
37
37
<Authors >Jellyfin Contributors</Authors >
38
38
<PackageId >Jellyfin.Naming</PackageId >
39
- <VersionPrefix >10.8.0 </VersionPrefix >
39
+ <VersionPrefix >10.8.1 </VersionPrefix >
40
40
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
41
41
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
42
42
</PropertyGroup >
Original file line number Diff line number Diff line change 18
18
<PropertyGroup >
19
19
<Authors >Jellyfin Contributors</Authors >
20
20
<PackageId >Jellyfin.Data</PackageId >
21
- <VersionPrefix >10.8.0 </VersionPrefix >
21
+ <VersionPrefix >10.8.1 </VersionPrefix >
22
22
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
23
23
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
24
24
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
<PropertyGroup >
9
9
<Authors >Jellyfin Contributors</Authors >
10
10
<PackageId >Jellyfin.Common</PackageId >
11
- <VersionPrefix >10.8.0 </VersionPrefix >
11
+ <VersionPrefix >10.8.1 </VersionPrefix >
12
12
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
13
13
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
<PropertyGroup >
9
9
<Authors >Jellyfin Contributors</Authors >
10
10
<PackageId >Jellyfin.Controller</PackageId >
11
- <VersionPrefix >10.8.0 </VersionPrefix >
11
+ <VersionPrefix >10.8.1 </VersionPrefix >
12
12
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
13
13
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
<PropertyGroup >
9
9
<Authors >Jellyfin Contributors</Authors >
10
10
<PackageId >Jellyfin.Model</PackageId >
11
- <VersionPrefix >10.8.0 </VersionPrefix >
11
+ <VersionPrefix >10.8.1 </VersionPrefix >
12
12
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
13
13
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "10.8.0 " ) ]
4
- [ assembly: AssemblyFileVersion ( "10.8.0 " ) ]
3
+ [ assembly: AssemblyVersion ( "10.8.1 " ) ]
4
+ [ assembly: AssemblyFileVersion ( "10.8.1 " ) ]
Original file line number Diff line number Diff line change 1
1
---
2
2
# We just wrap `build` so this is really it
3
3
name : " jellyfin"
4
- version : " 10.8.0 "
4
+ version : " 10.8.1 "
5
5
packages :
6
6
- debian.amd64
7
7
- debian.arm64
Original file line number Diff line number Diff line change
1
+ jellyfin-server (10.8.1-1) unstable; urgency=medium
2
+
3
+ * New upstream version 10.8.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.8.1
4
+
5
+ -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 26 Jun 2022 20:59:36 -0400
6
+
1
7
jellyfin-server (10.8.0-1) unstable; urgency=medium
2
8
3
9
* New upstream version 10.8.0; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.8.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Homepage: https://jellyfin.org
5
5
Standards-Version: 3.9.2
6
6
7
7
Package: jellyfin
8
- Version: 10.8.0~beta3
8
+ Version: 10.8.1
9
9
Maintainer: Jellyfin Packaging Team <packaging@jellyfin.org>
10
10
Depends: jellyfin-server, jellyfin-web
11
11
Description: Provides the Jellyfin Free Software Media System
Original file line number Diff line number Diff line change 7
7
%endif
8
8
9
9
Name: jellyfin
10
- Version: 10.8.0
10
+ Version: 10.8.1
11
11
Release: 1%{?dist }
12
12
Summary: The Free Software Media System
13
13
License: GPLv2
176
176
%systemd_postun_with_restart jellyfin.service
177
177
178
178
%changelog
179
+ * Sun Jun 26 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
180
+ - New upstream version 10.8.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.8.1
179
181
* Fri Jun 10 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
180
182
- New upstream version 10.8.0; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.8.0
181
183
* Mon Nov 29 2021 Brian J. Murrell <brian@interlinx.bc.ca>
Original file line number Diff line number Diff line change 13
13
<PropertyGroup >
14
14
<Authors >Jellyfin Contributors</Authors >
15
15
<PackageId >Jellyfin.Extensions</PackageId >
16
- <VersionPrefix >10.8.0 </VersionPrefix >
16
+ <VersionPrefix >10.8.1 </VersionPrefix >
17
17
<RepositoryUrl >https://github.com/jellyfin/jellyfin</RepositoryUrl >
18
18
<PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
19
19
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments