Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b49cd1d301 | |||
| 491b06f1dd | |||
| 37f2743780 | |||
| c3ef1f56f6 | |||
| 098cd5c388 | |||
| eb18ab3403 |
@@ -43,7 +43,7 @@
|
|||||||
<PackageReference Include="ServiceStack.Text.Core" Version="5.9.0" />
|
<PackageReference Include="ServiceStack.Text.Core" Version="5.9.0" />
|
||||||
<PackageReference Include="sharpcompress" Version="0.25.1" />
|
<PackageReference Include="sharpcompress" Version="0.25.1" />
|
||||||
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
|
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
|
||||||
<PackageReference Include="DotNet.Glob" Version="3.0.9" />
|
<PackageReference Include="DotNet.Glob" Version="3.1.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("10.6.3")]
|
[assembly: AssemblyVersion("10.6.4")]
|
||||||
[assembly: AssemblyFileVersion("10.6.3")]
|
[assembly: AssemblyFileVersion("10.6.4")]
|
||||||
|
|||||||
+1
-1
@@ -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.6.3"
|
version: "10.6.4"
|
||||||
packages:
|
packages:
|
||||||
- debian.amd64
|
- debian.amd64
|
||||||
- debian.arm64
|
- debian.arm64
|
||||||
|
|||||||
Vendored
+6
@@ -1,3 +1,9 @@
|
|||||||
|
jellyfin-server (10.6.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 10.6.4; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.4
|
||||||
|
|
||||||
|
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 30 Aug 2020 16:44:45 -0400
|
||||||
|
|
||||||
jellyfin-server (10.6.3-1) unstable; urgency=medium
|
jellyfin-server (10.6.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3
|
* New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3
|
||||||
|
|||||||
Vendored
+1
-1
@@ -5,7 +5,7 @@ Homepage: https://jellyfin.org
|
|||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
|
|
||||||
Package: jellyfin
|
Package: jellyfin
|
||||||
Version: 10.6.3
|
Version: 10.6.4
|
||||||
Maintainer: Jellyfin Packaging Team <packaging@jellyfin.org>
|
Maintainer: Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
Depends: jellyfin-server, jellyfin-web
|
Depends: jellyfin-server, jellyfin-web
|
||||||
Description: Provides the Jellyfin Free Software Media System
|
Description: Provides the Jellyfin Free Software Media System
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: jellyfin
|
Name: jellyfin
|
||||||
Version: 10.6.3
|
Version: 10.6.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Free Software Media System
|
Summary: The Free Software Media System
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@@ -74,6 +74,9 @@ EOF
|
|||||||
%{__install} -D -m 0755 %{SOURCE14} %{buildroot}%{_libexecdir}/jellyfin/restart.sh
|
%{__install} -D -m 0755 %{SOURCE14} %{buildroot}%{_libexecdir}/jellyfin/restart.sh
|
||||||
%{__install} -D -m 0644 %{SOURCE16} %{buildroot}%{_prefix}/lib/firewalld/services/jellyfin.xml
|
%{__install} -D -m 0644 %{SOURCE16} %{buildroot}%{_prefix}/lib/firewalld/services/jellyfin.xml
|
||||||
|
|
||||||
|
%files
|
||||||
|
# empty as this is just a meta-package
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%attr(755,root,root) %{_bindir}/jellyfin
|
%attr(755,root,root) %{_bindir}/jellyfin
|
||||||
%{_libdir}/jellyfin/*.json
|
%{_libdir}/jellyfin/*.json
|
||||||
@@ -139,6 +142,8 @@ fi
|
|||||||
%systemd_postun_with_restart jellyfin.service
|
%systemd_postun_with_restart jellyfin.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 30 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
|
- New upstream version 10.6.4; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.4
|
||||||
* Sun Aug 16 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
* Sun Aug 16 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
- New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3
|
- New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3
|
||||||
* Sun Aug 02 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
* Sun Aug 02 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||||
|
|||||||
@@ -30,8 +30,7 @@ namespace Jellyfin.Server.Implementations.Tests.Library
|
|||||||
[InlineData("/media/movies/.@__thumb/foo-bar-thumbnail.png", true)]
|
[InlineData("/media/movies/.@__thumb/foo-bar-thumbnail.png", true)]
|
||||||
[InlineData("/media/music/Foo B.A.R./epic.flac", false)]
|
[InlineData("/media/music/Foo B.A.R./epic.flac", false)]
|
||||||
[InlineData("/media/music/Foo B.A.R", false)]
|
[InlineData("/media/music/Foo B.A.R", false)]
|
||||||
// This test is pending an upstream fix: https://github.com/dazinator/DotNet.Glob/issues/78
|
[InlineData("/media/music/Foo B.A.R.", false)]
|
||||||
// [InlineData("/media/music/Foo B.A.R.", false)]
|
|
||||||
public void PathIgnored(string path, bool expected)
|
public void PathIgnored(string path, bool expected)
|
||||||
{
|
{
|
||||||
Assert.Equal(expected, IgnorePatterns.ShouldIgnore(path));
|
Assert.Equal(expected, IgnorePatterns.ShouldIgnore(path));
|
||||||
|
|||||||
Reference in New Issue
Block a user