[packages/poldek] - fix issue with lack of progress bar in i686 build - rel 17

witekfl witekfl at pld-linux.org
Mon Dec 28 18:07:33 CET 2015


commit d591cf545a405cbab7ee52004f5b7778456d48c7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Dec 28 17:06:07 2015 +0000

    - fix issue with lack of progress bar in i686 build
    - rel 17

 poldek-largefile.patch | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
 poldek.spec            |  2 +-
 2 files changed, 68 insertions(+), 1 deletion(-)
---
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
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 <stdarg.h>
  #include <sys/param.h>          /* for PATH_MAX */
  #include <netinet/in.h>
+--- 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 <ctype.h>
+ #include <errno.h>
+ #include <fcntl.h>
+--- 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 <ctype.h>
+ #include <errno.h>
+ #include <fcntl.h>
+--- 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 <netinet/in.h>
+ #include <time.h>
+ 
++#include <sys/types.h>
++#include <unistd.h>
++
+ #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 <sys/types.h>
++#include <unistd.h>
++
+ #include <time.h>
+ 
+ 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 <arpa/inet.h>
+ #include <ctype.h>
+ #include <errno.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/d591cf545a405cbab7ee52004f5b7778456d48c7



More information about the pld-cvs-commit mailing list