Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2012-07-20 10:23:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wdiff (Old)
 and      /work/SRC/openSUSE:Factory/.wdiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wdiff", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wdiff/wdiff.changes      2011-11-02 
12:20:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wdiff.new/wdiff.changes 2012-07-20 
10:24:57.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 19:13:07 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  wdiff-stdio.in.patch

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

Other differences:
------------------
++++++ wdiff.spec ++++++
--- /var/tmp/diff_new_pack.0Kwz4p/_old  2012-07-20 10:24:58.000000000 +0200
+++ /var/tmp/diff_new_pack.0Kwz4p/_new  2012-07-20 10:24:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:           wdiff
 BuildRequires:  ncurses-devel
 Url:            ftp://mirrors.kernel.org/gnu/wdiff/
-License:        GPL-2.0+
-Group:          Productivity/Text/Utilities
 Version:        1.0.1
-Release:        1
+Release:        0
 Summary:        Display Word Differences Between Text Files
+License:        GPL-2.0+
+Group:          Productivity/Text/Utilities
 Source:         http://alpha.gnu.org/gnu/wdiff/wdiff-%{version}.tar.bz2
+Patch1:         wdiff-stdio.in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 Recommends:     %{name}-lang
@@ -45,7 +45,6 @@
     Hans Lermen  <ler...@fgan.de>
 
 %package lang
-License:        GPL-2.0+
 Summary:        Translations for Wdiff
 Group:          Productivity/Text/Utilities
 Requires:       %{name} = %{version}
@@ -55,6 +54,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 # those autoconf tools never really work, do they?

++++++ wdiff-stdio.in.patch ++++++
Index: wdiff-1.0.1/lib/stdio.in.h
===================================================================
--- wdiff-1.0.1.orig/lib/stdio.in.h
+++ wdiff-1.0.1/lib/stdio.in.h
@@ -691,12 +691,14 @@ _GL_CXXALIAS_RPL (gets, char *, (char *s
 _GL_CXXALIAS_SYS (gets, char *, (char *s));
 #  undef gets
 # endif
+#if HAVE_RAW_DECL_GETS
 _GL_CXXALIASWARN (gets);
 /* It is very rare that the developer ever has full control of stdin,
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 #endif
+#endif
 
 
 #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to