Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2018-11-28 11:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autogen (Old)
 and      /work/SRC/openSUSE:Factory/.autogen.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autogen"

Wed Nov 28 11:08:34 2018 rev:47 rq:651070 version:5.18.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2018-08-03 
12:30:23.614957161 +0200
+++ /work/SRC/openSUSE:Factory/.autogen.new.19453/autogen.changes       
2018-11-28 11:08:36.467297423 +0100
@@ -1,0 +2,19 @@
+Thu Nov 22 11:01:48 UTC 2018 - sch...@suse.de
+
+- Remove invalid signature file and keyring
+
+-------------------------------------------------------------------
+Wed Nov 21 15:58:24 UTC 2018 - <jbrielma...@suse.de>
+
+- BuildRequire guile-devel to make transistion to Guile 2.2 smooth 
+
+-------------------------------------------------------------------
+Tue Oct 16 07:41:12 UTC 2018 - sch...@suse.de
+
+- Update to version 5.8.16
+  - Enable compiling with Guile 2.2
+- autogen-guile-2.2.patch: removed
+- installable-programs.patch: don't make programs uninstallable
+- Rediff remaining patches
+
+-------------------------------------------------------------------

Old:
----
  autogen-5.18.14.tar.xz
  autogen-5.18.14.tar.xz.sig
  autogen-guile-2.2.patch
  autogen.keyring

New:
----
  autogen-5.18.16.tar.xz
  installable-programs.patch

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

Other differences:
------------------
++++++ autogen.spec ++++++
--- /var/tmp/diff_new_pack.mjRWEi/_old  2018-11-28 11:08:36.995296704 +0100
+++ /var/tmp/diff_new_pack.mjRWEi/_new  2018-11-28 11:08:36.999296698 +0100
@@ -12,32 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define         libname libopts25
 Name:           autogen
-Version:        5.18.14
+Version:        5.18.16
 Release:        0
 Summary:        Automated Text File Generator
 License:        GPL-3.0-or-later
 Group:          Development/Tools/Building
 URL:            https://www.gnu.org/software/autogen/
 Source0:        
https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
-Source1:        
https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz.sig
-Source2:        
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=autogen&download=1#/%{name}.keyring
 Patch1:         autogen-build_ldpath.patch
 # PATCH-FIX-UPSTREAM -- https://savannah.gnu.org/support/index.php?109234 
boo#1021353
 Patch2:         autogen-catch-race-error.patch
-# PATCH-FIX-UPSTREAM -- guile 2.2 support
-Patch3:         autogen-guile-2.2.patch
+# PATCH-FIX-UPSTREAM don't make programs uninstallable
+Patch3:         installable-programs.patch
 # PATCH-FIX-UPSTREAM
 Patch4:         sprintf-overflow.patch
 BuildRequires:  fdupes
+BuildRequires:  guile-devel
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig >= 0.9.0
-BuildRequires:  pkgconfig(guile-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
@@ -89,11 +87,8 @@
 %patch3 -p1
 %patch4 -p1
 
-touch aclocal.m4 configure Makefile.in config-h.in
-
 %build
 %configure \
-       CFLAGS="%optflags -Wno-error=implicit-fallthrough" \
        --enable-timeout=20 \
        --disable-static \
        --with-pic

++++++ autogen-5.18.14.tar.xz -> autogen-5.18.16.tar.xz ++++++
++++ 35788 lines of diff (skipped)

++++++ autogen-build_ldpath.patch ++++++
--- /var/tmp/diff_new_pack.mjRWEi/_old  2018-11-28 11:08:37.471296054 +0100
+++ /var/tmp/diff_new_pack.mjRWEi/_new  2018-11-28 11:08:37.471296054 +0100
@@ -3,11 +3,11 @@
  doc/mk-agen-texi.sh  |    6 +++---
  2 files changed, 4 insertions(+), 4 deletions(-)
 
-Index: autogen-5.18.14/doc/mk-agen-texi.sh
+Index: autogen-5.18.16/doc/mk-agen-texi.sh
 ===================================================================
---- autogen-5.18.14.orig/doc/mk-agen-texi.sh
-+++ autogen-5.18.14/doc/mk-agen-texi.sh
-@@ -93,9 +93,9 @@ setup_exports()
+--- autogen-5.18.16.orig/doc/mk-agen-texi.sh
++++ autogen-5.18.16/doc/mk-agen-texi.sh
+@@ -98,9 +98,9 @@ setup_exports()
  
    PATH=${top_builddir}/columns:${PATH}
    timer=`expr ${AG_TIMEOUT} '*' 5`

++++++ autogen-catch-race-error.patch ++++++
--- /var/tmp/diff_new_pack.mjRWEi/_old  2018-11-28 11:08:37.483296039 +0100
+++ /var/tmp/diff_new_pack.mjRWEi/_new  2018-11-28 11:08:37.483296039 +0100
@@ -3,11 +3,11 @@
 
 https://bugzilla.opensuse.org/show_bug.cgi?id=1021353
 
-Index: autogen-5.18.14/agen5/agDep.c
+Index: autogen-5.18.16/agen5/agDep.c
 ===================================================================
---- autogen-5.18.14.orig/agen5/agDep.c
-+++ autogen-5.18.14/agen5/agDep.c
-@@ -303,7 +303,7 @@ tidy_dep_file(void)
+--- autogen-5.18.16.orig/agen5/agDep.c
++++ autogen-5.18.16/agen5/agDep.c
+@@ -308,7 +308,7 @@ tidy_dep_file(void)
          pzn[len] = NUL;
  
          unlink(pzn);
@@ -16,10 +16,10 @@
          AGFREE(dep_file);
          dep_file = pzn;
      } while (false);
-Index: autogen-5.18.14/agen5/expOutput.c
+Index: autogen-5.18.16/agen5/expOutput.c
 ===================================================================
---- autogen-5.18.14.orig/agen5/expOutput.c
-+++ autogen-5.18.14/agen5/expOutput.c
+--- autogen-5.18.16.orig/agen5/expOutput.c
++++ autogen-5.18.16/agen5/expOutput.c
 @@ -251,7 +251,7 @@ ag_scm_out_move(SCM new_file)
  
      if (strcmp(pz, cur_fpstack->stk_fname) != 0) {

++++++ installable-programs.patch ++++++
Index: autogen-5.18.16/agen5/Makefile.am
===================================================================
--- autogen-5.18.16.orig/agen5/Makefile.am
+++ autogen-5.18.16/agen5/Makefile.am
@@ -63,7 +63,7 @@ SNV_LIB         = $(top_builddir)/snprin
 nodist_autogen_SOURCES = ag.c
 autogen_SOURCES = $(gen_csrc)
 autogen_LDADD   = $(LO_LIB) $(SNV_LIB) $(GUILE_LIBS)
-autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN) -no-install
+autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN)
 autogen_CFLAGS  = $(GUILE_CFLAGS)
 stamp_script    = $(srcdir)/mk-stamps.sh
 
Index: autogen-5.18.16/agen5/Makefile.in
===================================================================
--- autogen-5.18.16.orig/agen5/Makefile.in
+++ autogen-5.18.16/agen5/Makefile.in
@@ -482,7 +482,7 @@ SNV_LIB = $(top_builddir)/snprintfv/libs
 nodist_autogen_SOURCES = ag.c
 autogen_SOURCES = $(gen_csrc)
 autogen_LDADD = $(LO_LIB) $(SNV_LIB) $(GUILE_LIBS)
-autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN) -no-install
+autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN)
 autogen_CFLAGS = $(GUILE_CFLAGS)
 stamp_script = $(srcdir)/mk-stamps.sh
 AM_YFLAGS = -d
Index: autogen-5.18.16/columns/Makefile.am
===================================================================
--- autogen-5.18.16.orig/columns/Makefile.am
+++ autogen-5.18.16/columns/Makefile.am
@@ -20,7 +20,6 @@
 ## with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 bin_PROGRAMS    = columns
-columns_LDFLAGS = -no-install
 csrc            = opts.h columns.c opts.c
 nodist_columns_SOURCES = cols.c
 
Index: autogen-5.18.16/columns/Makefile.in
===================================================================
--- autogen-5.18.16.orig/columns/Makefile.in
+++ autogen-5.18.16/columns/Makefile.in
@@ -128,7 +128,7 @@ am__v_lt_0 = --silent
 am__v_lt_1 = 
 columns_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-       $(columns_LDFLAGS) $(LDFLAGS) -o $@
+       $(LDFLAGS) -o $@
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 am__v_P_0 = false
@@ -389,7 +389,6 @@ target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-columns_LDFLAGS = -no-install
 csrc = opts.h columns.c opts.c
 nodist_columns_SOURCES = cols.c
 LO_LIB = $(top_builddir)/autoopts/libopts.la
Index: autogen-5.18.16/getdefs/Makefile.am
===================================================================
--- autogen-5.18.16.orig/getdefs/Makefile.am
+++ autogen-5.18.16/getdefs/Makefile.am
@@ -23,7 +23,6 @@
 TARG = getdefs
 
 bin_PROGRAMS    = getdefs
-getdefs_LDFLAGS = -no-install
 gdsrcs          = getdefs.h proto.h gdemit.c gdinit.c getdefs.c
 getdefs_SOURCES = proto.h
 BUILT_SOURCES   = gd.c
Index: autogen-5.18.16/getdefs/Makefile.in
===================================================================
--- autogen-5.18.16.orig/getdefs/Makefile.in
+++ autogen-5.18.16/getdefs/Makefile.in
@@ -130,7 +130,7 @@ am__v_lt_0 = --silent
 am__v_lt_1 = 
 getdefs_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-       $(getdefs_LDFLAGS) $(LDFLAGS) -o $@
+       $(LDFLAGS) -o $@
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 am__v_P_0 = false
@@ -434,7 +434,6 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 TARG = getdefs
-getdefs_LDFLAGS = -no-install
 gdsrcs = getdefs.h proto.h gdemit.c gdinit.c getdefs.c
 getdefs_SOURCES = proto.h
 BUILT_SOURCES = gd.c
++++++ sprintf-overflow.patch ++++++
--- /var/tmp/diff_new_pack.mjRWEi/_old  2018-11-28 11:08:37.499296016 +0100
+++ /var/tmp/diff_new_pack.mjRWEi/_new  2018-11-28 11:08:37.499296016 +0100
@@ -1,8 +1,8 @@
-Index: autogen-5.18.14/autoopts/usage.c
+Index: autogen-5.18.16/autoopts/usage.c
 ===================================================================
---- autogen-5.18.14.orig/autoopts/usage.c
-+++ autogen-5.18.14/autoopts/usage.c
-@@ -765,7 +765,7 @@ prt_vendor_opts(tOptions * opts, char co
+--- autogen-5.18.16.orig/autoopts/usage.c
++++ autogen-5.18.16/autoopts/usage.c
+@@ -711,7 +711,7 @@ prt_vendor_opts(tOptions * opts, char co
          OPTST_NO_USAGE_MASK | OPTST_DOCUMENT;
  
      static char const vfmtfmt[] = "%%-%us %%s\n";
@@ -11,11 +11,11 @@
  
      /*
       *  Only handle client specified options.  The "vendor option" follows
-Index: autogen-5.18.14/getdefs/getdefs.c
+Index: autogen-5.18.16/getdefs/getdefs.c
 ===================================================================
---- autogen-5.18.14.orig/getdefs/getdefs.c
-+++ autogen-5.18.14/getdefs/getdefs.c
-@@ -421,7 +421,7 @@ buildPreamble(char ** ppzDef, char ** pp
+--- autogen-5.18.16.orig/getdefs/getdefs.c
++++ autogen-5.18.16/getdefs/getdefs.c
+@@ -374,7 +374,7 @@ buildPreamble(char ** ppzDef, char ** pp
      char * pzDef      = *ppzDef;
      char * pzOut      = *ppzOut;
  


Reply via email to