aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.yaml2
-rw-r--r--debian/changelog6
-rw-r--r--fedora/jellyfin.spec4
3 files changed, 10 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 05a6bda25..caff716ef 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin"
-version: "10.7.0~rc1"
+version: "10.7.0~rc2"
packages:
- debian.amd64
- debian.arm64
diff --git a/debian/changelog b/debian/changelog
index 734cb6a5b..42fac885e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jellyfin-server (10.7.0~rc2) unstable; urgency=medium
+
+ * New upstream version 10.7.0-rc2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.7.0-rc2
+
+ -- Jellyfin Packaging Team <packaging@jellyfin.org> Thu, 31 Dec 2020 19:21:59 -0500
+
jellyfin-server (10.7.0~rc1) unstable; urgency=medium
* New upstream version 10.7.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.7.0-rc1
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec
index 67a297cae..61ead4737 100644
--- a/fedora/jellyfin.spec
+++ b/fedora/jellyfin.spec
@@ -7,7 +7,7 @@
%endif
Name: jellyfin
-Version: 10.7.0~rc1
+Version: 10.7.0~rc2
Release: 1%{?dist}
Summary: The Free Software Media System
License: GPLv3
@@ -137,6 +137,8 @@ fi
%systemd_postun_with_restart jellyfin.service
%changelog
+* Thu Dec 31 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
+- New upstream version 10.7.0-rc2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.7.0-rc2
* Fri Dec 04 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
- New upstream version 10.7.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.7.0-rc1
* Mon Jul 27 2020 Jellyfin Packaging Team <packaging@jellyfin.org>