Hello community, here is the log from the commit of package zoo for openSUSE:Factory checked in at 2014-12-25 23:20:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zoo (Old) and /work/SRC/openSUSE:Factory/.zoo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zoo" Changes: -------- --- /work/SRC/openSUSE:Factory/zoo/zoo.changes 2014-08-27 07:46:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zoo.new/zoo.changes 2014-12-25 23:20:10.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Dec 23 14:24:00 UTC 2014 - [email protected] + +- build with PIE support. stack-protector is now default +- zoo.patch: also include utime.h and unistd.h for some + more prototypes to fix implicit warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zoo.spec ++++++ --- /var/tmp/diff_new_pack.VT1iar/_old 2014-12-25 23:20:13.000000000 +0100 +++ /var/tmp/diff_new_pack.VT1iar/_new 2014-12-25 23:20:13.000000000 +0100 @@ -64,7 +64,7 @@ %patch8 %build -make linux OPTIM="$RPM_OPT_FLAGS -fstack-protector" +make linux OPTIM="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-pie" %install mkdir -p $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1} ++++++ zoo.patch ++++++ --- /var/tmp/diff_new_pack.VT1iar/_old 2014-12-25 23:20:13.000000000 +0100 +++ /var/tmp/diff_new_pack.VT1iar/_new 2014-12-25 23:20:13.000000000 +0100 @@ -1,7 +1,7 @@ Index: basename.c =================================================================== ---- basename.c.orig 1991-07-11 21:06:24.000000000 +0200 -+++ basename.c 2009-11-24 19:46:08.134708000 +0100 +--- basename.c.orig ++++ basename.c @@ -18,7 +18,7 @@ Copyright (C) 1986, 1987 Rahul Dhesi -- /* This function strips device/directory information from @@ -13,8 +13,8 @@ { Index: makefile =================================================================== ---- makefile.orig 1992-07-27 06:01:40.000000000 +0200 -+++ makefile 2009-11-24 19:46:08.143710000 +0100 +--- makefile.orig ++++ makefile @@ -18,13 +18,13 @@ MAKE = make # needed for some systems e.g. older BSD @@ -46,8 +46,8 @@ # linux as above, static linked Index: options.h =================================================================== ---- options.h.orig 1991-07-11 21:07:32.000000000 +0200 -+++ options.h 2009-11-24 19:46:08.151711000 +0100 +--- options.h.orig ++++ options.h @@ -89,7 +89,7 @@ For documentation about this file, see o /***********************************************************************/ @@ -59,20 +59,25 @@ #define EXISTS(f) (access(f, 00) == 0) Index: various.h =================================================================== ---- various.h.orig 1991-07-11 21:07:38.000000000 +0200 -+++ various.h 2009-11-24 19:46:08.157708000 +0100 -@@ -26,6 +26,7 @@ the predefined type FILE. +--- various.h.orig ++++ various.h +@@ -25,7 +25,12 @@ the predefined type FILE. + #ifdef ANSI_HDRS /* if not defined in stdio.h */ # include <string.h> ++# include <sys/types.h> ++# include <sys/stat.h> # include <stdlib.h> +# include <time.h> ++# include <unistd.h> ++# include <utime.h> #else FILE *fdopen PARMS ((int, char *)); FILE *fopen PARMS ((char *, char *)); Index: zooadd.c =================================================================== ---- zooadd.c.orig 1991-07-11 21:07:56.000000000 +0200 -+++ zooadd.c 2009-11-24 19:46:08.172712000 +0100 +--- zooadd.c.orig ++++ zooadd.c @@ -132,7 +132,7 @@ if (exists (zoo_path)) { if (zoo_file == NOFILE) @@ -93,8 +98,8 @@ if (this_file == NOFILE) { Index: zoofns.h =================================================================== ---- zoofns.h.orig 1991-07-11 21:08:00.000000000 +0200 -+++ zoofns.h 2009-11-24 19:46:08.185709000 +0100 +--- zoofns.h.orig ++++ zoofns.h @@ -85,7 +85,7 @@ void addbfcrc PARMS ((char *, int)); void addfname PARMS ((char *, long, unsigned int, unsigned int, unsigned, unsigned)); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
