From fb2ac7a877d058aaf699156704d71409bf79c149 Mon Sep 17 00:00:00 2001 From: Smaarn Date: Sat, 2 Mar 2024 12:25:33 +0100 Subject: [PATCH 1/4] Update bazarr 1.4.0 => 1.4.2 --- cross/bazarr/Makefile | 2 +- cross/bazarr/digests | 6 +++--- spk/bazarr/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cross/bazarr/Makefile b/cross/bazarr/Makefile index 4393753c31e..acd62019660 100644 --- a/cross/bazarr/Makefile +++ b/cross/bazarr/Makefile @@ -1,5 +1,5 @@ PKG_NAME = bazarr -PKG_VERS = 1.4.0 +PKG_VERS = 1.4.2 PKG_EXT = zip PKG_DIST_NAME = $(PKG_NAME).$(PKG_EXT) PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) diff --git a/cross/bazarr/digests b/cross/bazarr/digests index 74d0e1aa1d7..61f033876c2 100644 --- a/cross/bazarr/digests +++ b/cross/bazarr/digests @@ -1,3 +1,3 @@ -bazarr-1.4.0.zip SHA1 382f96afa748842647cd3f9d31338a8b205dbcae -bazarr-1.4.0.zip SHA256 b023f5239ec54974dfe624259942101ccad218d3b11bf47669a854dc3f31e56c -bazarr-1.4.0.zip MD5 b6faa26c117cfaf807f2ad022963062f +bazarr-1.4.2.zip SHA1 9544170558c5a4027ecece00b10018ebb48b7d4c +bazarr-1.4.2.zip SHA256 d4ea9b0b2426037dd9bf2084d75652c95c04832ca6d18d045faab1de0ef59674 +bazarr-1.4.2.zip MD5 76ed301663b21b7ac93ffc169786d1b9 diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index b7e7a31d825..0431feda42b 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -1,6 +1,6 @@ SPK_NAME = bazarr -SPK_VERS = 1.4.0 -SPK_REV = 13 +SPK_VERS = 1.4.2 +SPK_REV = 14 SPK_ICON = src/bazarr.png PYTHON_PACKAGE = python311 From 317f71d20e56b784c6a2fc34c6d60d5814bdad22 Mon Sep 17 00:00:00 2001 From: Smaarn Date: Sat, 2 Mar 2024 12:25:59 +0100 Subject: [PATCH 2/4] Update changelog --- spk/bazarr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index 0431feda42b..4bd50b2758f 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -28,7 +28,7 @@ WHEELS_BUILD_ARGS += --enable-zlib MAINTAINER = smaarn DESCRIPTION = "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movies and Bazarr takes care of everything for you." DISPLAY_NAME = Bazarr -CHANGELOG = 'Update to 1.4.0 (also includes 1.3.1)' +CHANGELOG = 'Update to 1.4.2' HOMEPAGE = https://www.bazarr.media/ LICENSE = GPL-3.0 license From 4b0d6e1d97d870b14f32a69cd36b8550b9bd4a47 Mon Sep 17 00:00:00 2001 From: Smaarn Date: Sat, 2 Mar 2024 12:30:40 +0100 Subject: [PATCH 3/4] Update changelog --- spk/bazarr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index 4bd50b2758f..5e62d716631 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -28,7 +28,7 @@ WHEELS_BUILD_ARGS += --enable-zlib MAINTAINER = smaarn DESCRIPTION = "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movies and Bazarr takes care of everything for you." DISPLAY_NAME = Bazarr -CHANGELOG = 'Update to 1.4.2' +CHANGELOG = 'Update to 1.4.2.
See changelogs of 1.4.2 and 1.4.1 for more details.' HOMEPAGE = https://www.bazarr.media/ LICENSE = GPL-3.0 license From a3990b78e641ae76f2f20359d3430722efa18231 Mon Sep 17 00:00:00 2001 From: Smaarn Date: Sun, 10 Mar 2024 18:40:50 +0100 Subject: [PATCH 4/4] Removed duplicated HOMEPAGE and LICENSE entries --- spk/bazarr/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index 5e62d716631..6b1a562a964 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -31,16 +31,13 @@ DISPLAY_NAME = Bazarr CHANGELOG = 'Update to 1.4.2.
See changelogs of 1.4.2 and 1.4.1 for more details.' HOMEPAGE = https://www.bazarr.media/ -LICENSE = GPL-3.0 license +LICENSE = GPLv3 STARTABLE = yes # [numpy] <= 1.21.6 (armv5) - gcc-4.6.4 - unsupported # [numpy] <= 1.22.4 (armv7l) - gcc-4.8.3 - unsupported UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(ARMv7L_ARCHS) -HOMEPAGE = https://www.bazarr.media -LICENSE = GPLv3 - SERVICE_USER = auto SERVICE_SETUP = src/service-setup.sh