Hello community,

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

Package is "sharutils", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sharutils/sharutils.changes      2011-12-02 
13:23:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sharutils.new/sharutils.changes 2012-07-20 
10:24:56.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 31 20:44:33 UTC 2012 - sweet_...@gmx.de
+
+- remove useless automake dependency
+
+-------------------------------------------------------------------

New:
----
  sharutils-stdio.in.patch

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

Other differences:
------------------
++++++ sharutils.spec ++++++
--- /var/tmp/diff_new_pack.MJNOIz/_old  2012-07-20 10:24:57.000000000 +0200
+++ /var/tmp/diff_new_pack.MJNOIz/_new  2012-07-20 10:24:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sharutils
 #
-# 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
@@ -14,15 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %bcond_with mail
 
 Name:           sharutils
 Version:        4.11.1
 Release:        0
-License:        GPL-3.0+
 Summary:        GNU shar utilities
-Url:            http://www.gnu.org/software/sharutils/
+License:        GPL-3.0+
 Group:          Productivity/Archiving/Compression
+Url:            http://www.gnu.org/software/sharutils/
 Source:         sharutils-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         sharutils-testsuite.diff
@@ -30,7 +32,8 @@
 Patch1:         sharutils-set_file_mode.diff
 # PATCH-FIX-UPSTREAM sharutils-mandir.patch bnc#709121
 Patch2:         sharutils-mandir.patch
-BuildRequires:  automake
+# PATCH-FIX-OPENSUSE Fix gets declaration
+Patch3:         sharutils-stdio.in.patch
 %if %{with mail}
 BuildRequires:  mailx
 %endif
@@ -59,6 +62,7 @@
 %package lang
 
 Summary:        GNU shar utilities user interface texts
+Group:          Productivity/Archiving/Compression
 
 %description lang
 Translated user interface texts for GNU shar utilities
@@ -70,12 +74,12 @@
 chmod +w src/scripts.x
 # false
 %patch2 -p1
+%patch3 -p1
 
 %build
 mkdir -p ../bin
 ln -snf /bin/true ../bin/compress
 PATH=$PWD/../bin:$PATH
-autoreconf --force --install
 %configure
 make
 

++++++ sharutils-stdio.in.patch ++++++
Index: sharutils-4.11.1/lib/stdio.in.h
===================================================================
--- sharutils-4.11.1.orig/lib/stdio.in.h
+++ sharutils-4.11.1/lib/stdio.in.h
@@ -179,7 +179,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