Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2012-07-21 12:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2012-02-10 
17:46:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2012-07-21 
12:29:21.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 19:00:13 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  gzip-stdio.in.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.rchRzc/_old  2012-07-21 12:29:22.000000000 +0200
+++ /var/tmp/diff_new_pack.rchRzc/_new  2012-07-21 12:29:22.000000000 +0200
@@ -31,6 +31,7 @@
 Patch3:         non-exec-stack.diff
 Patch4:         
http://rsync.samba.org/ftp/unpacked/rsync/patches/gzip-rsyncable.diff
 Patch6:         zdiff.diff
+Patch7:         gzip-stdio.in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,6 +48,7 @@
 %patch3
 %patch4 -p1
 %patch6
+%patch7 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer \

++++++ gzip-stdio.in.patch ++++++
Index: gzip-1.4/lib/stdio.in.h
===================================================================
--- gzip-1.4.orig/lib/stdio.in.h
+++ gzip-1.4/lib/stdio.in.h
@@ -125,7 +125,9 @@ extern int fclose (FILE *stream) _GL_ARG
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to