Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 98 → Rev 99

/trunk/debian/changelog
1,3 → 1,11
libspf2 (1.2.10-7.2) unstable; urgency=medium
 
* Non-maintainer upload.
* no-libreplace.patch: disable libreplace which is not needed anymore and
causes build failures with glibc 2.34 (Closes: #1016821).
 
-- Aurelien Jarno <aurel32@debian.org> Thu, 11 Aug 2022 23:05:37 +0200
 
libspf2 (1.2.10-7.1) unstable; urgency=medium
 
* Non-maintainer upload.
/trunk/debian/patches/no-libreplace.patch
0,0 → 1,19
Description: Don't use unnecessary libreplace
libreplace isn't providing anything of utility here, it's unconditional and
causing build failures on some architectures.
Author: Steve Langasek <steve.langasek@ubuntu.com>
Last-Updated: 2022-02-24
Forwarded: no
 
Index: libspf2-1.2.10/src/libspf2/Makefile.am
===================================================================
--- libspf2-1.2.10.orig/src/libspf2/Makefile.am
+++ libspf2-1.2.10/src/libspf2/Makefile.am
@@ -34,7 +34,6 @@
spf_utils.c \
spf_win32.c
-libspf2_la_LIBADD = $(top_builddir)/src/libreplace/libreplace.la
/trunk/debian/patches/series
5,3 → 5,4
spf_compile.c-Correct-size-of-ds_avail.patch
Sanity-check-for-sprintf.patch
Fixed-reverse-macro-modifier.patch
no-libreplace.patch