diff --git a/libetpan-20130506git-NULL-missing-include.patch b/libetpan-20130506git-NULL-missing-include.patch deleted file mode 100644 index c0493c2..0000000 --- a/libetpan-20130506git-NULL-missing-include.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- a/src/low-level/imap/mailimap_id_sender.c -+++ b/src/low-level/imap/mailimap_id_sender.c -@@ -1,3 +1,4 @@ -+#include - #include "mailimap_id_sender.h" - - #include "mailimap_sender.h" ---- libetpan-20130506git.orig/src/data-types/mailstream_compress.c 2013-05-07 11:13:20.000000000 +0200 -+++ libetpan-20130506git/src/data-types/mailstream_compress.c 2013-05-07 12:30:02.867004893 +0200 -@@ -31,6 +31,7 @@ - - /* Created by Ian Ragsdale on 3/8/13. */ - -+#include - #include "mailstream_compress.h" - - #if !HAVE_ZLIB ---- libetpan-20130506git.orig/src/low-level/imap/mailimap_compress.c 2013-05-07 11:13:20.000000000 +0200 -+++ libetpan-20130506git/src/low-level/imap/mailimap_compress.c 2013-05-07 12:29:29.436336744 +0200 -@@ -29,6 +29,7 @@ - * SUCH DAMAGE. - */ - -+#include - #include "mailimap_compress.h" - - #include "mailimap.h" diff --git a/libetpan.spec b/libetpan.spec index ecd1b67..99a269e 100644 --- a/libetpan.spec +++ b/libetpan.spec @@ -1,7 +1,7 @@ Name: libetpan Epoch: 1 Version: 1.9.4 -Release: 1mamba +Release: 2mamba Summary: Mail Framework for C Language Group: System/Libraries Vendor: openmamba @@ -9,35 +9,18 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://www.etpan.org/ Source: https://github.com/dinhviethoa/libetpan.git/master/libetpan-%{version}.tar.bz2 -Patch0: libetpan-20130506git-NULL-missing-include.patch Patch1: libetpan-1.9.4-Detect-extra-data-after-STARTTLS-response-and-exit-3.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libbrotli-devel -BuildRequires: libcares-devel BuildRequires: libcurl-devel BuildRequires: libdb53-devel -BuildRequires: libe2fs-devel BuildRequires: libexpat-devel BuildRequires: libgcc -BuildRequires: libgsasl-devel -BuildRequires: libgss-devel -BuildRequires: libidn-devel -BuildRequires: libidn2-devel -BuildRequires: libkrb5-devel -BuildRequires: libnghttp2-devel -BuildRequires: libntlm-devel -BuildRequires: libopenldap-devel BuildRequires: libopenssl-devel -BuildRequires: libpsl-devel -BuildRequires: librtmp-devel BuildRequires: libsasl2-devel -BuildRequires: libssh2-devel BuildRequires: libstdc++6-devel -BuildRequires: libunistring-devel BuildRequires: libz-devel -BuildRequires: libzstd-devel ## AUTOBUILDREQ-END %description @@ -55,8 +38,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -#%patch0 -p1 -%patch1 -p1 +%patch 1 -p1 ./autogen.sh @@ -81,17 +63,18 @@ This package contains libraries and header files for developing applications tha %files devel %defattr(-,root,root) -#%{_bindir}/libetpan-config %{_includedir}/libetpan.h %dir %{_includedir}/libetpan %{_includedir}/libetpan/*.h %{_libdir}/libetpan.a -%{_libdir}/libetpan.la %{_libdir}/libetpan.so %{_libdir}/pkgconfig/libetpan.pc %doc ChangeLog NEWS %changelog +* Wed Jan 31 2024 Silvan Calarco 1.9.4-2mamba +- rebuilt with current openldap and others + * Sun Jul 25 2021 Silvan Calarco 1.9.4-1mamba - update to 1.9.4