Hello community,

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

Package is "acct", Maintainer is "mkudlv...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/acct/acct.changes        2012-02-07 
14:44:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2012-07-23 
10:15:11.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:56:58 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  acct-stdio.h.patch

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

Other differences:
------------------
++++++ acct.spec ++++++
--- /var/tmp/diff_new_pack.jJiVBM/_old  2012-07-23 10:15:12.000000000 +0200
+++ /var/tmp/diff_new_pack.jJiVBM/_new  2012-07-23 10:15:12.000000000 +0200
@@ -16,13 +16,10 @@
 #
 
 
-
 Name:           acct
-License:        GPL-2.0+
-Group:          System/Base
 PreReq:         %insserv_prereq %fillup_prereq fileutils %install_info_prereq
 Version:        6.5.5
-Release:        830
+Release:        0
 Source:         %{name}-%{version}.tar.gz
 Source1:        rc.acct
 Source2:        logrotate.acct
@@ -31,9 +28,12 @@
 Patch1:         %{name}-axp.patch
 Patch2:         %{name}-info.patch
 Patch3:         %{name}-ac.patch
+Patch4:         acct-stdio.h.patch
 Url:            http://www.gnu.org/directory/acct.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        User-Specific Process Accounting
+License:        GPL-2.0+
+Group:          System/Base
 
 %description
 This package contains the programs necessary for user-specific process
@@ -45,6 +45,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %define prefix   /usr

++++++ acct-stdio.h.patch ++++++
Index: acct-6.5.5/lib/stdio.in.h
===================================================================
--- acct-6.5.5.orig/lib/stdio.in.h
+++ acct-6.5.5/lib/stdio.in.h
@@ -142,7 +142,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