Hello community,

here is the log from the commit of package enscript for openSUSE:Factory 
checked in at 2012-05-31 17:03:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enscript (Old)
 and      /work/SRC/openSUSE:Factory/.enscript.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enscript", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/enscript/enscript.changes        2011-12-08 
11:48:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.enscript.new/enscript.changes   2012-05-31 
17:03:54.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 29 16:38:54 UTC 2012 - jeng...@inai.de
+
+- Resolve absence of AM_C_PROTOTYPES in new automake-1.12
+
+-------------------------------------------------------------------

New:
----
  enscript-automake.diff

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

Other differences:
------------------
++++++ enscript.spec ++++++
--- /var/tmp/diff_new_pack.3ou57p/_old  2012-05-31 17:03:55.000000000 +0200
+++ /var/tmp/diff_new_pack.3ou57p/_new  2012-05-31 17:03:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enscript
 #
-# 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
@@ -15,16 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           enscript
-License:        GPL-2.0+
 BuildRequires:  automake
-Group:          Productivity/Publishing/PS
-Provides:       genscript nenscrip
-Requires:       /bin/sed /usr/bin/iconv /usr/bin/file ghostscript-fonts-std
+Provides:       genscript
+Provides:       nenscrip
+Requires:       /bin/sed
+Requires:       /usr/bin/file
+Requires:       /usr/bin/iconv
+Requires:       ghostscript-fonts-std
 PreReq:         %install_info_prereq
 Version:        1.6.4
 Release:        0
 Summary:        An ASCII to PostScript(tm) Converter
+License:        GPL-2.0+
+Group:          Productivity/Publishing/PS
 Source:         enscript-%{version}.tar.bz2
 Source1:        enscript-gs-font.map
 Source2:        enscript.sh
@@ -36,6 +41,7 @@
 Patch5:         enscript-1.6.4-perl_parens.patch
 Patch6:         enscript-1.6.4-sh_string.patch
 Patch7:         enscript-1.6.4-fdleak.patch
+Patch8:         enscript-automake.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,6 +64,7 @@
 %patch -P 6 -p 0 -b .shell
 %patch -P 7 -p 0 -b .fdleak
 %patch
+%patch -P 8 -p 1
 
 %build
   CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall 
-fno-strict-aliasing -pipe -fstack-protector"

++++++ enscript-automake.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2012-05-29 18:28:39.856914373 +0200

automake 1.12 no longer supports pre-ANSI.

---
 afmlib/Makefile.am |    2 +-
 configure.in       |    1 -
 src/Makefile.am    |    2 --
 3 files changed, 1 insertion(+), 4 deletions(-)

Index: enscript-1.6.4/afmlib/Makefile.am
===================================================================
--- enscript-1.6.4.orig/afmlib/Makefile.am
+++ enscript-1.6.4/afmlib/Makefile.am
@@ -23,7 +23,7 @@
 # Boston, MA 02111-1307, USA.
 #
 
-AUTOMAKE_OPTIONS = ansi2knr
+AM_CPPFLAGS = -DPROTOTYPES
 
 noinst_LIBRARIES = libafm.a
 libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c      \
Index: enscript-1.6.4/configure.in
===================================================================
--- enscript-1.6.4.orig/configure.in
+++ enscript-1.6.4/configure.in
@@ -30,7 +30,6 @@ if test "X$CC" = "X"; then
 fi
 
 AC_ISC_POSIX
-AM_C_PROTOTYPES
 
 AC_C_CONST
 AC_FUNC_ALLOCA
Index: enscript-1.6.4/src/Makefile.am
===================================================================
--- enscript-1.6.4.orig/src/Makefile.am
+++ enscript-1.6.4/src/Makefile.am
@@ -24,8 +24,6 @@
 # Boston, MA 02111-1307, USA.
 #
 
-AUTOMAKE_OPTIONS = ansi2knr
-
 SUBDIRS = tests
 
 bin_PROGRAMS = enscript mkafmmap
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to