diff --git a/.gitignore b/.gitignore index 2f7e7cb..dd0ef2f 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ /vdr-epg-daemon-1.2.2.tar.bz2 /vdr-epg-daemon-1.2.3.tar.bz2 /vdr-epg-daemon-1.2.4.tar.gz +/vdr-epg-daemon-1.3.2.tar.gz diff --git a/sources b/sources index ce32593..19cb4cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-epg-daemon-1.2.4.tar.gz) = 35d2ed2dbe2271d91d90ae8fe7204640007af5970af14a957083f324c582c82d9bdc43c45bba65f14c26191ed4972ad78ee1084836330d720320bac4a0606d78 +SHA512 (vdr-epg-daemon-1.3.2.tar.gz) = 63bb4a08322d2ee81320f5015bbc43fa5d84db905484b909b61004abdd261f4a5abbc007e219453b191de58701ac94a6ed2e71fd43c7a28378f64bd47671c27f diff --git a/vdr-epg-daemon-makefile.patch b/vdr-epg-daemon-makefile.patch index e0816d3..9c61a29 100644 --- a/vdr-epg-daemon-makefile.patch +++ b/vdr-epg-daemon-makefile.patch @@ -1,32 +1,23 @@ --- a/Make.config.orig 2022-01-04 15:15:33.381143597 +0100 +++ b/Make.config 2022-01-04 15:16:47.222152373 +0100 -@@ -26,7 +26,7 @@ - - # set the python intepreter - --PYTHON ?= python -+PYTHON ?= python3 - - # ------------------ - # internals -@@ -102,16 +102,11 @@ +@@ -108,16 +108,11 @@ endif - + ifdef DEBUG - CFLAGS += -ggdb -fno-stack-protector -O0 + CFLAGS += -ggdb -fno-stack-protector -O endif - --CFLAGS += -fPIC -Wreturn-type -Wall -Wextra -Wparentheses -Wformat -pedantic \ -- -Wno-long-long -Wunused-variable -Wunused-label -Wno-unused-result \ -- -Wunused-value -Wunused-function -Wno-variadic-macros -Wunused-local-typedefs \ -- -Wno-unused-parameter -Werror=format-security \ -- -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + +-CFLAGS += -fPIC -Wreturn-type -Wall -Wextra -Wparentheses -Wformat -pedantic \ +- -Wno-long-long -Wunused-variable -Wunused-label -Wno-unused-result \ +- -Wunused-value -Wunused-function -Wno-variadic-macros -Wunused-local-typedefs \ +- -Wno-unused-parameter -Werror=format-security \ +- -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - --CFLAGS += -std=c++11 -D__STDC_FORMAT_MACROS +-CFLAGS += -std=c++11 -D__STDC_FORMAT_MACROS +CFLAGS += @@OPTFLAGS \ -+ -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - ++ -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + ifdef USE_CLANG CFLAGS += -x c++ -Wunused-const-variable --- vdr-epg-daemon-1.2.2/epglv/Makefile.orig 2022-01-04 17:16:18.395004606 +0100 diff --git a/vdr-epg-daemon-pthread.patch b/vdr-epg-daemon-pthread.patch deleted file mode 100644 index c913d46..0000000 --- a/vdr-epg-daemon-pthread.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- vdr-epg-daemon-1.2.3/lib/common.h.orig 2022-08-03 13:13:49.864327998 +0200 -+++ vdr-epg-daemon-1.2.3/lib/common.h 2022-08-03 13:14:27.198182024 +0200 -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - #ifdef USESYSD - # include diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec index 7a9b0d9..ef65e0a 100644 --- a/vdr-epg-daemon.spec +++ b/vdr-epg-daemon.spec @@ -7,8 +7,8 @@ %endif Name: vdr-epg-daemon -Version: 1.2.4 -Release: 3%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: A daemon to download EPG data from internet and manage it in a mysql database License: GPL+ and GPLv2 and BSD @@ -16,8 +16,6 @@ URL: https://github.com/horchi/vdr-epg-daemon Source0: https://github.com/horchi/vdr-epg-daemon/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz # fix: Optimization flags are not honored. Patch0: %{name}-makefile.patch -# fix: error: 'pthread_mutexattr_init' was not declared in this scope -Patch1: %{name}-pthread.patch BuildRequires: make BuildRequires: gcc-c++ @@ -135,6 +133,9 @@ mkdir -p %{buildroot}%{_libdir}/mariadb/plugin %{vdr_resdir}/epgd/ %changelog +* Wed Jan 25 2023 Martin Gansser - 1.3.2-1 +- Update to 1.3.2 + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild