From: Witold Filipczyk Date: Mon, 28 Dec 2015 17:06:07 +0000 (+0000) Subject: - fix issue with lack of progress bar in i686 build X-Git-Tag: auto/th/poldek-0.30.1-17 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fpoldek.git;a=commitdiff_plain;h=d591cf545a405cbab7ee52004f5b7778456d48c7 - fix issue with lack of progress bar in i686 build - rel 17 --- diff --git a/poldek-largefile.patch b/poldek-largefile.patch index 1498494..f7b9c6d 100644 --- a/poldek-largefile.patch +++ b/poldek-largefile.patch @@ -48,3 +48,70 @@ diff -urp poldek-0.30.1.org/trurlib/configure.ac poldek-0.30.1/trurlib/configure #include #include /* for PATH_MAX */ #include +--- poldek-0.30.1/vfile/vfff/ftp.c.dd 2015-12-28 16:29:34.793238446 +0000 ++++ poldek-0.30.1/vfile/vfff/ftp.c 2015-12-28 16:29:47.105324341 +0000 +@@ -10,6 +10,10 @@ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++# include "config.h" ++#endif ++ + #include + #include + #include +--- poldek-0.30.1/vfile/vfff/http.c.dd 2015-12-28 16:28:59.848990134 +0000 ++++ poldek-0.30.1/vfile/vfff/http.c 2015-12-28 16:29:25.201170973 +0000 +@@ -10,6 +10,10 @@ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++# include "config.h" ++#endif ++ + #include + #include + #include +--- poldek-0.30.1/vfile/vfff/vfff.h.dd 2015-12-28 16:30:06.337456985 +0000 ++++ poldek-0.30.1/vfile/vfff/vfff.h 2015-12-28 16:30:46.305727157 +0000 +@@ -22,6 +22,9 @@ + #include + #include + ++#include ++#include ++ + #ifndef IPPORT_HTTP + # define IPPORT_HTTP 80 + #endif +--- poldek-0.30.1/vfile/vfreq.h.dd 2014-03-25 22:32:25.000000000 +0000 ++++ poldek-0.30.1/vfile/vfreq.h 2015-12-28 16:27:45.504435535 +0000 +@@ -13,6 +13,13 @@ + #ifndef POLDEK_VFILE_VFREQ_H + #define POLDEK_VFILE_VFREQ_H + ++#ifdef HAVE_CONFIG_H ++# include "config.h" ++#endif ++ ++#include ++#include ++ + #include + + void *vf_progress_new(const char *label); +--- poldek-0.30.1/vfile/vfff/vfff.c.dd 2014-03-25 22:32:25.000000000 +0000 ++++ poldek-0.30.1/vfile/vfff/vfff.c 2015-12-28 16:59:18.775511542 +0000 +@@ -10,6 +10,10 @@ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++# include "config.h" ++#endif ++ + #include + #include + #include diff --git a/poldek.spec b/poldek.spec index 63fc0de..be059ed 100644 --- a/poldek.spec +++ b/poldek.spec @@ -31,7 +31,7 @@ %define ver_rpm 5.4.10 %endif -%define rel 16 +%define rel 17 Summary: RPM packages management helper tool Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM