Hello community,

here is the log from the commit of package gcal for openSUSE:Factory checked in 
at 2012-07-23 09:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcal (Old)
 and      /work/SRC/openSUSE:Factory/.gcal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcal", Maintainer is "hvo...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcal/gcal.changes        2011-09-23 
01:58:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gcal.new/gcal.changes   2012-07-23 
10:15:34.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:14:55 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  gcal-stdio.h.patch

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

Other differences:
------------------
++++++ gcal.spec ++++++
--- /var/tmp/diff_new_pack.TGBByM/_old  2012-07-23 10:15:36.000000000 +0200
+++ /var/tmp/diff_new_pack.TGBByM/_new  2012-07-23 10:15:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gcal (Version 3.6)
+# spec file for package gcal
 #
-# Copyright (c) 2010 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:           gcal
 Summary:        A Program for Printing Calendars
 License:        GPL-3.0+
 Group:          Productivity/Office/Organizers
 Version:        3.6
-Release:        1
+Release:        0
 Source:         ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.bz2
 Patch0:         gcal-3.01-longerstrings.patch
 Patch1:         gcal-3.6-cleanup.patch
+Patch2:         gcal-stdio.h.patch
 BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
@@ -46,6 +46,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 %configure --disable-silent-rules --enable-de

++++++ gcal-stdio.h.patch ++++++
Index: gcal-3.6/lib/stdio.in.h
===================================================================
--- gcal-3.6.orig/lib/stdio.in.h
+++ gcal-3.6/lib/stdio.in.h
@@ -143,7 +143,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not
    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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to