]> git.pld-linux.org Git - packages/suck.git/commitdiff
- temporarily added inn patch (workaround for messed headers in inn 2.7.0); release 3 auto/th/suck-4.3.4-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jan 2023 20:05:20 +0000 (21:05 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jan 2023 20:05:20 +0000 (21:05 +0100)
suck-inn.patch [new file with mode: 0644]
suck.spec

diff --git a/suck-inn.patch b/suck-inn.patch
new file mode 100644 (file)
index 0000000..cb26d48
--- /dev/null
@@ -0,0 +1,10 @@
+--- suck-4.3.4/chkhistory_db.c.orig    2018-08-01 15:54:24.000000000 +0200
++++ suck-4.3.4/chkhistory_db.c 2023-01-24 20:41:32.371231375 +0100
+@@ -81,6 +81,7 @@ static DBM *db = NULL;       /* I know this is
+ #endif
+ #ifdef USE_INN23
+ #include <sys/types.h>
++#include <inn/system.h>
+ #include <inn/libinn.h>
+ #include <inn/dbz.h>
+ #define close_history() dbzclose()
index 59585716bf4218b06d48e552467b870857fbb33d..3e91004f4d916d1b0129f5e19afb2ff3e4c90b51 100644 (file)
--- a/suck.spec
+++ b/suck.spec
@@ -2,7 +2,7 @@ Summary:        suck receives/sends news via NNTP
 Summary(pl.UTF-8):     suck odbiera i wysyƂa newsy przez NNTP
 Name:          suck
 Version:       4.3.4
-Release:       2
+Release:       3
 License:       Public Domain
 Group:         Networking/News
 #Source0Download: https://github.com/lazarus-pkgs/suck/releases
@@ -16,6 +16,8 @@ Patch1:               %{name}-perl-5.6.patch
 Patch2:                %{name}-gets.patch
 # additional IPv6 features from older patch: http://www.bacza.net/files/suck-4.3.2-ipv6.patch
 Patch3:                %{name}-ipv6.patch
+# temporary workaround for messed headers in inn 2.7.0 (fixed on 2.8 branch)
+Patch4:                %{name}-inn.patch
 URL:           https://github.com/lazarus-pkgs/suck
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -54,6 +56,7 @@ zainstalowaniu tego pakietu!
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__aclocal}
This page took 0.145001 seconds and 4 git commands to generate.