Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6da64571bc |
6 changed files with 73 additions and 578 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -148,33 +148,3 @@
|
|||
/vdr-epg-daemon-1.1.144.tar.bz2
|
||||
/vdr-epg-daemon-1.1.145.tar.bz2
|
||||
/vdr-epg-daemon-1.1.146.tar.bz2
|
||||
/vdr-epg-daemon-1.1.147.tar.bz2
|
||||
/vdr-epg-daemon-1.1.148.tar.bz2
|
||||
/vdr-epg-daemon-1.1.149.tar.bz2
|
||||
/vdr-epg-daemon-1.1.150.tar.bz2
|
||||
/vdr-epg-daemon-1.1.151.tar.bz2
|
||||
/vdr-epg-daemon-1.1.153.tar.bz2
|
||||
/vdr-epg-daemon-1.1.155.tar.bz2
|
||||
/vdr-epg-daemon-1.1.156.tar.bz2
|
||||
/vdr-epg-daemon-1.1.157.tar.bz2
|
||||
/vdr-epg-daemon-1.1.158.tar.bz2
|
||||
/vdr-epg-daemon-1.1.159.tar.bz2
|
||||
/vdr-epg-daemon-1.1.161.tar.bz2
|
||||
/vdr-epg-daemon-1.1.162.tar.bz2
|
||||
/vdr-epg-daemon-1.1.163.tar.bz2
|
||||
/vdr-epg-daemon-1.1.165.tar.bz2
|
||||
/vdr-epg-daemon-1.2.1.tar.bz2
|
||||
/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
|
||||
/vdr-epg-daemon-1.3.3.tar.gz
|
||||
/vdr-epg-daemon-1.3.5.tar.gz
|
||||
/vdr-epg-daemon-1.3.7.tar.gz
|
||||
/vdr-epg-daemon-1.3.11.tar.gz
|
||||
/vdr-epg-daemon-1.3.12.tar.gz
|
||||
/vdr-epg-daemon-1.3.19.tar.gz
|
||||
/vdr-epg-daemon-1.3.21.tar.gz
|
||||
/vdr-epg-daemon-1.3.23.tar.gz
|
||||
/vdr-epg-daemon-1.3.24.tar.gz
|
||||
/vdr-epg-daemon-1.3.29.tar.gz
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vdr-epg-daemon-1.3.29.tar.gz) = aeddec7d4b3b2be0b5f6fc63148ff0ed574f40c9939e7dff2a79772c73d391c93e58187e0ac0ad13ac5c4b3efdf4726d82ee868704c9797af987d8dc2e8fe4cc
|
||||
SHA512 (vdr-epg-daemon-1.1.146.tar.bz2) = f01ac1e9fb7071fd3c2d258d21c489c2c343f9ae75054969a147b269a38ff5d4f624595cf994fe9f4661109d69b54c5b4e14b7e733db2d136cc608f3d138d345
|
||||
|
|
|
|||
|
|
@ -1,26 +1,22 @@
|
|||
--- a/Make.config.orig 2023-02-12 16:14:53.251507555 +0100
|
||||
+++ b/Make.config 2023-02-12 16:19:44.765676147 +0100
|
||||
@@ -113,14 +113,11 @@
|
||||
--- Make.config.orig 2017-03-24 09:10:50.668087091 +0100
|
||||
+++ Make.config 2017-03-24 09:15:20.450478199 +0100
|
||||
@@ -83,11 +83,8 @@
|
||||
CFLAGS += -ggdb -fno-stack-protector -O0
|
||||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
- CFLAGS += -ggdb -fno-stack-protector -O0
|
||||
+ CFLAGS += -ggdb -fno-stack-protector -O
|
||||
endif
|
||||
|
||||
-CFLAGS += -std=c++17 -D__STDC_FORMAT_MACROS
|
||||
-CFLAGS += -fPIC -Wall -Wreturn-type -Wformat -Wextra -Wparentheses -pedantic -Werror=format-security \
|
||||
- -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -Wunused-local-typedefs \
|
||||
- -Wno-unused-parameter
|
||||
-CFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
|
||||
-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 += @@OPTFLAGS \
|
||||
+ -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
|
||||
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
|
||||
+++ vdr-epg-daemon-1.2.2/epglv/Makefile 2022-01-04 17:19:19.243026098 +0100
|
||||
@@ -7,14 +7,16 @@
|
||||
+ -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
CFLAGS += -std=c++11 -D__STDC_FORMAT_MACROS
|
||||
|
||||
--- epglv/Makefile.orig 2016-11-01 12:29:30.224997026 +0100
|
||||
+++ epglv/Makefile 2016-11-01 12:54:44.588650263 +0100
|
||||
@@ -7,18 +7,16 @@
|
||||
include ../Make.config
|
||||
|
||||
ARCH := $(shell getconf LONG_BIT)
|
||||
|
|
@ -34,13 +30,18 @@
|
|||
+ -fPIC
|
||||
endif
|
||||
|
||||
CPP_FLAGS := $(CPP_FLAGS_$(ARCH)) -Wall \
|
||||
-CPP_FLAGS := $(CPP_FLAGS_$(ARCH)) -Wall \
|
||||
- -fPIC \
|
||||
+ -fPIC -L$(LIBDIR)/mariadb \
|
||||
$(shell $(SQLCFG) --libs) \
|
||||
$(shell $(SQLCFG) --include) \
|
||||
- -I/usr/local/include/mysql \
|
||||
- -L/usr/lib/mysql \
|
||||
- -L/usr/local/lib/mysql \
|
||||
- -I/usr/include/mysql \
|
||||
+CPP_FLAGS := -I$(INCLUDEDIR)/mysql -fPIC \
|
||||
+ -L$(LIBDIR)/mysql \
|
||||
$(shell mysql_config --libs) \
|
||||
-DMYSQL_DYNAMIC_PLUGIN \
|
||||
@@ -29,7 +31,7 @@
|
||||
-DDEBUG_MYSQL=0
|
||||
@@ -32,7 +30,7 @@
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
|
|
@ -49,23 +50,12 @@
|
|||
|
||||
install: $(TARGET)
|
||||
strip $(TARGET)
|
||||
@@ -47,7 +49,7 @@
|
||||
@@ -50,7 +48,7 @@
|
||||
|
||||
%.o: %.c
|
||||
src/%.o: src/%.c
|
||||
- $(CC) -c $(CPP_FLAGS) -pipe -O3 -shared $< -o $@
|
||||
+ $(CC) -c $(CPP_FLAGS) $(CFLAGS) -shared $< -o $@
|
||||
+ $(CC) -c $(CPP_FLAGS) $(CFLAGS) -shared $< -o $@
|
||||
|
||||
#--------------------------------------------------------
|
||||
# dependencies
|
||||
--- a/lib/Makefile.orig 2022-01-04 08:40:01.364369134 +0100
|
||||
+++ b/lib/Makefile 2022-01-04 08:41:15.619377959 +0100
|
||||
@@ -56,7 +56,7 @@
|
||||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
- CFLAGS += -ggdb -O0
|
||||
+ CFLAGS += -ggdb -O
|
||||
endif
|
||||
|
||||
CFLAGS += $(shell $(SQLCFG) --include)
|
||||
|
|
|
|||
|
|
@ -1,28 +1,17 @@
|
|||
# Set vdr_version based on Fedora version
|
||||
# Default
|
||||
%global vdr_version 2.7.7
|
||||
|
||||
%if 0%{?fedora} == 43
|
||||
%global vdr_version 2.7.7
|
||||
%elif 0%{?fedora} == 44
|
||||
%global vdr_version 2.8.1
|
||||
%elif 0%{?fedora} > 44
|
||||
%global vdr_version 2.8.2
|
||||
%endif
|
||||
## This macro activates/deactivates debug option
|
||||
%global without_debug 1
|
||||
|
||||
Name: vdr-epg-daemon
|
||||
Version: 1.3.29
|
||||
Release: 18%{?dist}
|
||||
Version: 1.1.146
|
||||
Release: 7%{?dist}
|
||||
Summary: A daemon to download EPG data from internet and manage it in a mysql database
|
||||
License: GPL-1.0-or-later AND GPL-2.0-only AND LicenseRef-Callaway-BSD
|
||||
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
|
||||
# https://github.com/horchi/vdr-epg-daemon/commit/27a7034e7c7819ab8103fc8f8af66834d61577f9.patch
|
||||
Patch1: 27a7034e7c7819ab8103fc8f8af66834d61577f9.patch
|
||||
|
||||
BuildRequires: make
|
||||
License: GPL+ and GPLv2 and BSD
|
||||
URL: http://projects.vdr-developer.org/projects/vdr-epg-daemon
|
||||
Source0: https://projects.vdr-developer.org/git/%{name}.git/snapshot/%{name}-%{version}.tar.bz2
|
||||
# fix Optimization flags are not honored.
|
||||
Patch0: %{name}-makefile.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libxslt-devel
|
||||
|
|
@ -37,14 +26,17 @@ BuildRequires: imlib2-devel
|
|||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?fedora} <= 30
|
||||
BuildRequires: python2-devel
|
||||
%else
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: mariadb-connector-c-devel
|
||||
%endif
|
||||
BuildRequires: mariadb-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: vdr-devel >= %{vdr_version}
|
||||
Requires: mariadb-server-any
|
||||
Recommends: mariadb-server
|
||||
BuildRequires: vdr-devel
|
||||
Requires: mariadb-server
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
|
|
@ -62,19 +54,21 @@ install, setup and configure mysql, epgd and epg2vdr in order to get a
|
|||
working environment.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%setup -qn %{name}-%{version}
|
||||
%patch0 -p0
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
|
||||
|
||||
## Optimization flags in 'Make.config' file
|
||||
sed -i \
|
||||
-e 's|PREFIX ?= /usr/local|PREFIX = %{_prefix}|' \
|
||||
-e 's|PREFIX = /usr/local|PREFIX = %{_prefix}|' \
|
||||
-e 's|PLGDEST = $(PREFIX)/lib/epgd/plugins|PLGDEST = %{_libdir}/epgd|' \
|
||||
-e 's|_PLGDEST = $(DESTDIR)$(PREFIX)/lib/epgd/plugins|_PLGDEST = $(DESTDIR)%{_libdir}/epgd|' \
|
||||
-e 's|HTTPDEST = $(DESTDIR)/var/epgd/www|HTTPDEST = $(DESTDIR)%{vdr_resdir}/epgd|' \
|
||||
-e 's|SYSTEMDDEST = $(DESTDIR)/etc/systemd/system|SYSTEMDDEST = $(DESTDIR)%{_unitdir}|' \
|
||||
-e 's|INIT_SYSTEM = none|INIT_SYSTEM = systemd|' \
|
||||
-e 's|INIT_AFTER = mysql.service|INIT_AFTER = mariadb.service|' \
|
||||
-e 's|CC = g++-8|CC = g++|' \
|
||||
-e 's|@@OPTFLAGS | %{optflags}|' \
|
||||
Make.config
|
||||
|
||||
|
|
@ -106,12 +100,33 @@ for file in scripts/epgh-{request,login}; do
|
|||
sed -i '1 i\#!/bin/bash' $file
|
||||
done
|
||||
|
||||
# fix warning _FORTIFY_SOURCE requires compiling with optimization (-O)
|
||||
sed -i 's|CFLAGS += -ggdb -O0|CFLAGS += -ggdb -O|' lib/Makefile
|
||||
sed -i 's|CFLAGS += -ggdb -fno-stack-protector -O0|CFLAGS += -ggdb -fno-stack-protector -O|' Make.config
|
||||
|
||||
# use correct mariadb-API header file
|
||||
sed -i \
|
||||
-e 's|# include <my_global.h>|# include <mysql.h>|' \
|
||||
-e 's|# include <my_sys.h>|# include <mysql.h>|' \
|
||||
-e 's|#include <m_ctype.h>|#include <mysql.h>|' \
|
||||
-e 's|#include <m_string.h>|#include <mysql.h>|' \
|
||||
epglv/src/epglv.h
|
||||
|
||||
## Add --embed flag for python 3.8 Support
|
||||
#if 0%{?fedora} >= 31
|
||||
sed -i -e 's:$(shell python-config --libs):$(shell python3-config --libs --embed || python3-config --libs):' Makefile
|
||||
sed -i -e 's:$(shell pkg-config --cflags --libs jansson):$(shell pkg-config python3.8-embed --cflags --libs jansson || pkg-config python38 --cflags --libs jansson):' Makefile
|
||||
sed -i -e 's:$(shell pkg-config --libs libsystemd):$(shell pkg-config python3.8-embed --libs libsystemd || pkg-config python38 --libs libsystemd):' Makefile
|
||||
sed -i -e 's:$(shell pkg-config --libs libsystemd-daemon):$(shell pkg-config python3.8-embed --libs libsystemd-daemon || pkg-config python38 --libs libsystemd-daemon):' Makefile
|
||||
#sed -i -e 's:$(shell python-config --includes):$(shell python3-config --includes --embed || python3-config --includes):' Make.config
|
||||
#endif
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
mkdir -p %{buildroot}%{_libdir}/mariadb/plugin
|
||||
mkdir -p %{buildroot}%{_libdir}/mysql/plugin
|
||||
%make_install
|
||||
|
||||
%post
|
||||
|
|
@ -139,246 +154,8 @@ mkdir -p %{buildroot}%{_libdir}/mariadb/plugin
|
|||
%{vdr_resdir}/epgd/
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.3.29-18
|
||||
- Rebuilt for Python 3.15.0b4 ABI change
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.29-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Jun 30 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-16
|
||||
- Use '-any' virtual provides for MariaDB/MySQL dependencies
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.3.29-15
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.3.29-14
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Wed Jun 03 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-13
|
||||
- Rebuilt for new VDR 2.8.2 API version 13
|
||||
|
||||
* Mon Mar 23 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-12
|
||||
- Rebuilt for new VDR 2.8.1 API version 12
|
||||
|
||||
* Mon Feb 09 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-11
|
||||
- Rebuilt for new VDR API version 2.7.9
|
||||
|
||||
* Mon Jan 26 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-10
|
||||
- Rebuilt for new VDR API version 2.7.8
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.29-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-8
|
||||
- Rebuilt for new VDR API version 2.7.7
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.29-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jun 21 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-6
|
||||
- Rebuilt for new VDR API version 2.7.6
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.3.29-5
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Tue May 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-4
|
||||
- Rebuilt for new VDR API version 2.7.5
|
||||
|
||||
* Thu Feb 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-3
|
||||
- Rebuilt for new VDR API version 2.7.4
|
||||
|
||||
* Thu Feb 20 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-2
|
||||
- Add patch with last changes
|
||||
|
||||
* Wed Feb 19 2025 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-1
|
||||
- Update to 1.3.29
|
||||
- Add webdo.patch to define eloAlways
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Oct 22 2024 Richard W.M. Jones <rjones@redhat.com> - 1.3.24-8
|
||||
- Rebuild for Jansson 2.14
|
||||
(https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/3PYINSQGKQ4BB25NQUI2A2UCGGLAG5ND/)
|
||||
|
||||
* Wed Oct 09 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.24-7
|
||||
- Rebuilt for new VDR API version 2.7.2
|
||||
|
||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.24-6
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jul 15 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.24-4
|
||||
- Rebuilt for new VDR API version 2.6.9
|
||||
|
||||
* Thu Jul 11 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.24-3
|
||||
- Rebuilt for new VDR API version 2.6.8
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.3.24-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Mon May 27 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.24-1
|
||||
- Update to 1.3.24
|
||||
|
||||
* Fri Apr 12 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.23-2
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Mar 09 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.23-1
|
||||
- Update to 1.3.23
|
||||
|
||||
* Fri Jan 26 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.21-7
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Jan 05 2024 Martin Gansser <martinkg@fedoraproject.org> - 1.3.21-6
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Thu Sep 28 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.21-5
|
||||
- Build against the 'mariadb-connector-c-devel' package
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.3.21-3
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Tue Jun 13 2023 Leigh Scott <leigh123linux@gmail.com> - 1.3.21-2
|
||||
- Rebuild fo new imlib2
|
||||
|
||||
* Tue Feb 14 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.21-1
|
||||
- Update to 1.3.21
|
||||
|
||||
* Sun Feb 12 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.19-1
|
||||
- Update to 1.3.19
|
||||
|
||||
* Wed Feb 08 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.12-1
|
||||
- Update to 1.3.12
|
||||
|
||||
* Tue Feb 07 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.11-1
|
||||
- Update to 1.3.11
|
||||
|
||||
* Sun Jan 29 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.7-1
|
||||
- Update to 1.3.7
|
||||
|
||||
* Sat Jan 28 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.5-1
|
||||
- Update to 1.3.5
|
||||
|
||||
* Fri Jan 27 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Wed Jan 25 2023 Martin Gansser <martinkg@fedoraproject.org> - 1.3.2-1
|
||||
- Update to 1.3.2
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Dec 14 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.4-2
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Dec 03 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.4-1
|
||||
- Update URL address
|
||||
- Update to 1.2.4
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Wed Aug 03 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.3-4
|
||||
- Add %%{name}-pthread.patch fix (BZ#2113752)
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.3-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Tue Apr 26 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3
|
||||
|
||||
* Fri Feb 04 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.2-3
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Jan 04 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.2-1
|
||||
- Reworking of vdr-epg-daemon-makefile.patch
|
||||
- Update to 1.2.2
|
||||
|
||||
* Tue Jan 04 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
|
||||
* Thu Dec 30 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.165-7
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.1.165-6
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.165-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.165-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.165-3
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.165-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Nov 01 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.165-1
|
||||
- Update to 1.1.165
|
||||
|
||||
* Fri Aug 28 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.163-2
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Tue Aug 18 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.163-1
|
||||
- Update to 1.1.163
|
||||
|
||||
* Tue Jul 28 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.162-1
|
||||
- Update to 1.1.162
|
||||
|
||||
* Tue Jul 28 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.161-1
|
||||
- Update to 1.1.161
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.159-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Sun Mar 01 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.159-1
|
||||
- Update to 1.1.159
|
||||
|
||||
* Mon Feb 24 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.158-1
|
||||
- Update to 1.1.158
|
||||
|
||||
* Tue Feb 18 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.157-1
|
||||
- Update to 1.1.157
|
||||
|
||||
* Wed Feb 12 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.156-1
|
||||
- Update to 1.1.156
|
||||
|
||||
* Tue Feb 11 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.155-1
|
||||
- Update to 1.1.155
|
||||
|
||||
* Mon Feb 10 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.153-1
|
||||
- Update to 1.1.153
|
||||
|
||||
* Sun Feb 09 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.151-1
|
||||
- Update to 1.1.151
|
||||
|
||||
* Wed Jan 29 2020 Martin Gansser <martinkg@fedoraproject.org> - 1.1.150-1
|
||||
- Update to 1.1.150
|
||||
|
||||
* Sun Dec 15 2019 Martin Gansser <martinkg@fedoraproject.org> - 1.1.149-1
|
||||
- Update to 1.1.149
|
||||
|
||||
* Tue Dec 10 2019 Martin Gansser <martinkg@fedoraproject.org> - 1.1.148-1
|
||||
- Update to 1.1.148
|
||||
|
||||
* Thu Nov 28 2019 Martin Gansser <martinkg@fedoraproject.org> - 1.1.147-1
|
||||
- Update to 1.1.147
|
||||
|
||||
* Thu Aug 15 2019 Martin Gansser <martinkg@fedoraproject.org> - 1.1.146-7
|
||||
* - Add if condition for rawhide
|
||||
* - Revert --embed flag
|
||||
|
||||
* Sat Aug 03 2019 Martin Gansser <martinkg@fedoraproject.org> - 1.1.146-6
|
||||
- Add --embed flag for python 3.8 Support in Makefile
|
||||
|
|
|
|||
10
webdo.patch
10
webdo.patch
|
|
@ -1,10 +0,0 @@
|
|||
--- a/webdo.c.orig 2025-02-19 12:51:33.318643287 +0100
|
||||
+++ b/webdo.c 2025-02-19 12:52:21.993481538 +0100
|
||||
@@ -5,6 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
+#define eloAlways 5
|
||||
#include "lib/imgtools.h"
|
||||
#include "lib/curl.h"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue