commit byacc for openSUSE:Factory

2023-06-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2023-06-04 16:41:42

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.15902 (New)


Package is "byacc"

Sun Jun  4 16:41:42 2023 rev:34 rq:1090644 version:20230521

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2023-03-09 
17:44:38.354556371 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.15902/byacc.changes   2023-06-04 
16:41:51.441863672 +0200
@@ -1,0 +2,24 @@
+Fri Jun  2 20:59:36 UTC 2023 - Dirk Müller 
+
+- update to 20230521:
+  * error.c, defs.h, reader.c:
+allow @1 or $@ with a warning if no %locations was given
+  * reader.c: clear pointer in end_ainfo() after freeing it.
+  * reader.c: report errors in %define as "unexpected value"
+add/use macros begin_ainfo() and end_ainfo() to reduce clutter
+  * defs.h, error.c: add function unexpected_value()
+  * add %nterm as an alias for %type, since bison made that confusion.
+  * reader.c:
+ensure that filler_buf and prefix_buf are initialized for the special case
+where they are empty (report by Martin Jansa, cf: 20230219)
+  * output.c:
+make test-differences smaller when compiling with YY_NO_LEAKS by replacing
+a blank line with the generated #define rather than adding 3 lines.
+  * reader.c:
+correct a use-after-free in more_curly, which could occur if a %lex-param
+or %parse-param was multi-line (Redhat #2183006).
+  * main.c: rename no_space() to on_error()
+  * error.c: rename no_space() to no_error(), handling any errno
+  * defs.h: rename no_space() to on_error()
+
+---

Old:

  byacc-20230219.tgz
  byacc-20230219.tgz.asc

New:

  byacc-20230521.tgz
  byacc-20230521.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.eSIUxH/_old  2023-06-04 16:41:52.137867814 +0200
+++ /var/tmp/diff_new_pack.eSIUxH/_new  2023-06-04 16:41:52.141867838 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20230219
+Version:20230521
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20230219.tgz -> byacc-20230521.tgz ++
 5820 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20230219/CHANGES new/byacc-20230521/CHANGES
--- old/byacc-20230219/CHANGES  2023-02-19 16:08:06.0 +0100
+++ new/byacc-20230521/CHANGES  2023-05-21 21:59:32.0 +0200
@@ -1,3 +1,110 @@
+2023-05-21  Thomas E. Dickey  
+
+   * VERSION, package/byacc.spec, package/debian/changelog,
+ package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+   * configure: regen
+
+   * aclocal.m4:
+   updates for CF_INSTALL_MAN from reflex, which needs the symbolic link 
feature
+
+   * aclocal.m4:
+   improve install-man by adding sed commands for --program-transform-name
+
+2023-05-19  Thomas E. Dickey  
+
+   * makefile.in: use CF_INSTALL_MAN
+
+   * aclocal.m4:
+   add CF_INSTALL_MAN, to begin refactoring install rule for manpage
+
+   * configure: regen
+
+   * configure.in: use CF_INSTALL_MAN
+
+2023-05-18  Thomas E. Dickey  
+
+   * error.c, defs.h, reader.c:
+   allow @1 or $@ with a warning if no %locations was given
+
+2023-05-17  Thomas E. Dickey  
+
+   * reader.c: clear pointer in end_ainfo() after freeing it.
+
+2023-05-16  Thomas E. Dickey  
+
+   * reader.c: report errors in %define as "unexpected value"
+
+   * reader.c:
+   add/use macros begin_ainfo() and end_ainfo() to reduce clutter
+
+   * defs.h, error.c: add function unexpected_value()
+
+   * reader.c:
+   recognize bison's "%define api.pure" as an alternative to "%pure-parser"
+
+   * reader.c:
+   add %nterm as an alias for %type, since bison made that confusion.
+
+   * reader.c:
+   ensure that filler_buf and prefix_buf are initialized for the special 
case
+   where they are empty (report by Martin Jansa, cf: 20230219)
+
+   * output.c:
+   make test-differences smaller when compiling with YY_NO_LEAKS by 
replacing
+   a blank line with the generated #define rather than adding 3 lines.
+
+   * reader.c: gcc-warnings
+
+2023-05-15  Thomas E. Dickey  
+
+   * VERSION, package/byacc.spec, 

commit byacc for openSUSE:Factory

2023-03-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2023-03-09 17:44:37

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.31432 (New)


Package is "byacc"

Thu Mar  9 17:44:37 2023 rev:33 rq:1070069 version:20230219

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2023-02-22 
15:21:08.545710155 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.31432/byacc.changes   2023-03-09 
17:44:38.354556371 +0100
@@ -1,0 +2,6 @@
+Tue Mar  7 20:06:37 UTC 2023 - Dirk Müller 
+
+- update to 20230219:
+  * maintenance updates
+
+---

Old:

  byacc-20230201.tgz
  byacc-20230201.tgz.asc

New:

  byacc-20230219.tgz
  byacc-20230219.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.dGQP4x/_old  2023-03-09 17:44:40.546568038 +0100
+++ /var/tmp/diff_new_pack.dGQP4x/_new  2023-03-09 17:44:40.550568060 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20230201
+Version:20230219
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20230201.tgz -> byacc-20230219.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/CHANGES new/byacc-20230219/CHANGES
--- old/byacc-20230201/CHANGES  2023-02-02 01:17:03.0 +0100
+++ new/byacc-20230219/CHANGES  2023-02-19 16:08:06.0 +0100
@@ -1,3 +1,21 @@
+2023-02-19  Thomas E. Dickey  
+
+   * test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c,
+ test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c:
+   regen
+
+   * test/ok_syntax1.y:
+   modify test for %union to add tag for testing reader.c
+
+   * reader.c:
+   provide for a named union, e.g., "%union foo" by detecting the name and
+   deferring the typedef in that case until the end of copying the union
+   definition (report by Dag-Erling Smørgrav).
+
+   * VERSION, package/byacc.spec, package/debian/changelog,
+ package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
 2023-02-01  Thomas E. Dickey  
 
* configure: regen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/MANIFEST new/byacc-20230219/MANIFEST
--- old/byacc-20230201/MANIFEST 2023-02-02 01:12:06.0 +0100
+++ new/byacc-20230219/MANIFEST 2023-02-19 12:33:12.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc, version t20230201
+MANIFEST for byacc, version t20230219
 

 MANIFESTthis file
 ACKNOWLEDGEMENTSoriginal version of byacc - 1993
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/VERSION new/byacc-20230219/VERSION
--- old/byacc-20230201/VERSION  2023-02-02 01:12:06.0 +0100
+++ new/byacc-20230219/VERSION  2023-02-19 12:33:12.0 +0100
@@ -1 +1 @@
-20230201
+20230219
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/package/byacc.spec 
new/byacc-20230219/package/byacc.spec
--- old/byacc-20230201/package/byacc.spec   2023-02-02 01:12:06.0 
+0100
+++ new/byacc-20230219/package/byacc.spec   2023-02-19 12:33:12.0 
+0100
@@ -1,12 +1,12 @@
 Summary: public domain Berkeley LALR Yacc parser generator
 
 %global AppVersion 2.0
-%global AppPatched 20230201
+%global AppPatched 20230219
 
 %global AltProgram byacc2
 %global UseProgram yacc
 
-# $Id: byacc.spec,v 1.70 2023/02/02 00:12:06 tom Exp $
+# $Id: byacc.spec,v 1.71 2023/02/19 11:33:12 tom Exp $
 Name: byacc
 Version: %{AppVersion}.%{AppPatched}
 Release: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/package/debian/changelog 
new/byacc-20230219/package/debian/changelog
--- old/byacc-20230201/package/debian/changelog 2023-02-02 01:12:06.0 
+0100
+++ new/byacc-20230219/package/debian/changelog 2023-02-19 12:33:12.0 
+0100
@@ -1,3 +1,9 @@
+byacc (1:2.0.20230219) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey   Sun, 19 Feb 2023 06:33:12 
-0500
+
 byacc (1:2.0.20230201) unstable; urgency=low
 
   * maintenance updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20230201/package/mingw-byacc.spec 
new/byacc-20230219/package/mingw-byacc.spec
--- old/byacc-20230201/package/mingw-byacc.spec 2023-02-02 01:12:06.0 

commit byacc for openSUSE:Factory

2023-02-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2023-02-22 15:21:07

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.1706 (New)


Package is "byacc"

Wed Feb 22 15:21:07 2023 rev:32 rq:1066997 version:20230201

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2023-02-01 
16:43:02.311122278 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.1706/byacc.changes2023-02-22 
15:21:08.545710155 +0100
@@ -1,0 +2,7 @@
+Fri Feb 17 12:43:24 UTC 2023 - Avinesh Kumar 
+
+- update to 20230201:
+  * configure.in: initialize $ac_includes_default
+  * aclocal.m4: resync with my-autoconf 
+
+---

Old:

  byacc-20221229.tgz
  byacc-20221229.tgz.asc

New:

  byacc-20230201.tgz
  byacc-20230201.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.UhwtwO/_old  2023-02-22 15:21:09.125713444 +0100
+++ /var/tmp/diff_new_pack.UhwtwO/_new  2023-02-22 15:21:09.133713490 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20221229
+Version:20230201
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20221229.tgz -> byacc-20230201.tgz ++
 3064 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20221229/CHANGES new/byacc-20230201/CHANGES
--- old/byacc-20221229/CHANGES  2022-12-29 11:37:13.0 +0100
+++ new/byacc-20230201/CHANGES  2023-02-02 01:17:03.0 +0100
@@ -1,3 +1,18 @@
+2023-02-01  Thomas E. Dickey  
+
+   * configure: regen
+
+   * configure.in: initialize $ac_includes_default
+
+   * VERSION, package/byacc.spec, package/debian/changelog,
+ package/debian/copyright, package/mingw-byacc.spec,
+ package/pkgsrc/Makefile:
+   bump
+
+2023-01-05  Thomas E. Dickey  
+
+   * aclocal.m4: resync with my-autoconf
+
 2022-12-29  Thomas E. Dickey  
 
* configure: regen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20221229/MANIFEST new/byacc-20230201/MANIFEST
--- old/byacc-20221229/MANIFEST 2022-12-29 11:23:05.0 +0100
+++ new/byacc-20230201/MANIFEST 2023-02-02 01:12:06.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc, version t20221229
+MANIFEST for byacc, version t20230201
 

 MANIFESTthis file
 ACKNOWLEDGEMENTSoriginal version of byacc - 1993
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20221229/VERSION new/byacc-20230201/VERSION
--- old/byacc-20221229/VERSION  2022-12-29 11:23:05.0 +0100
+++ new/byacc-20230201/VERSION  2023-02-02 01:12:06.0 +0100
@@ -1 +1 @@
-20221229
+20230201
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20221229/configure.in new/byacc-20230201/configure.in
--- old/byacc-20221229/configure.in 2022-12-29 11:35:09.0 +0100
+++ new/byacc-20230201/configure.in 2023-02-02 01:14:51.0 +0100
@@ -1,7 +1,7 @@
 dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 1.27 2022/12/29 10:35:09 tom Exp $
+dnl $Id: configure.in,v 1.28 2023/02/02 00:14:51 tom Exp $
 AC_PREREQ(2.52.20200802)
-AC_REVISION($Revision: 1.27 $)
+AC_REVISION($Revision: 1.28 $)
 AC_INIT(main.c)
 AC_CONFIG_HEADER(config.h:config_h.in)
 
@@ -18,6 +18,8 @@
 CF_WITHOUT_X
 
 CF_XOPEN_SOURCE
+AC_CHECK_DECL(exit)
+
 AC_CHECK_HEADERS(fcntl.h)
 CF_MKSTEMP
 CF_GETOPT_HEADER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit byacc for openSUSE:Factory

2023-02-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2023-02-01 16:38:32

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.32243 (New)


Package is "byacc"

Wed Feb  1 16:38:32 2023 rev:31 rq:1062179 version:20221229

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2022-12-07 
17:35:32.672729526 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.32243/byacc.changes   2023-02-01 
16:43:02.311122278 +0100
@@ -1,0 +2,9 @@
+Mon Jan  2 10:24:34 UTC 2023 - Dirk Müller 
+
+- update to 20221229:
+  * autoconf update
+  * configure.in:
+correct help-message for --disable-btyacc option, and fix the reporting of
+the selected option value in the configure script's output
+
+---

Old:

  byacc-20221106.tgz
  byacc-20221106.tgz.asc

New:

  byacc-20221229.tgz
  byacc-20221229.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.ZF4yL8/_old  2023-02-01 16:43:02.707124755 +0100
+++ /var/tmp/diff_new_pack.ZF4yL8/_new  2023-02-01 16:43:02.711124780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20221106
+Version:20221229
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20221106.tgz -> byacc-20221229.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/CHANGES new/byacc-20221229/CHANGES
--- old/byacc-20221106/CHANGES  2022-11-06 22:55:25.0 +0100
+++ new/byacc-20221229/CHANGES  2022-12-29 11:37:13.0 +0100
@@ -1,3 +1,20 @@
+2022-12-29  Thomas E. Dickey  
+
+   * configure: regen
+
+   * configure.in:
+   correct help-message for --disable-btyacc option, and fix the reporting 
of
+   the selected option value in the configure script's output (report by 
Daniel
+   Weaver)
+
+   * VERSION, package/byacc.spec, package/debian/changelog,
+ package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+2022-12-02  Thomas E. Dickey  
+
+   * aclocal.m4: resync with my-autconf
+
 2022-11-06  Thomas E. Dickey  
 
* test/run_test.sh: use context diff, to work with AIX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/MANIFEST new/byacc-20221229/MANIFEST
--- old/byacc-20221106/MANIFEST 2022-11-06 16:51:43.0 +0100
+++ new/byacc-20221229/MANIFEST 2022-12-29 11:23:05.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc, version t20221106
+MANIFEST for byacc, version t20221229
 

 MANIFESTthis file
 ACKNOWLEDGEMENTSoriginal version of byacc - 1993
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/VERSION new/byacc-20221229/VERSION
--- old/byacc-20221106/VERSION  2022-11-06 16:51:43.0 +0100
+++ new/byacc-20221229/VERSION  2022-12-29 11:23:05.0 +0100
@@ -1 +1 @@
-20221106
+20221229
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/aclocal.m4 
new/byacc-20221229/aclocal.m4
--- old/byacc-20221106/aclocal.m4   2022-10-03 01:55:56.0 +0200
+++ new/byacc-20221229/aclocal.m4   2022-12-02 22:33:40.0 +0100
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.57 2022/10/02 23:55:56 tom Exp $
+dnl $Id: aclocal.m4,v 1.58 2022/12/02 21:33:40 tom Exp $
 dnl Macros for byacc configure script (Thomas E. Dickey)
 dnl ---
 dnl Copyright 2004-2021,2022 Thomas E. Dickey
@@ -635,6 +635,7 @@
AC_CHECKING([for $CC __attribute__ directives])
 cat > "conftest.$ac_ext" <
 #include "confdefs.h"
 #include "conftest.h"
 #include "conftest.i"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/configure new/byacc-20221229/configure
--- old/byacc-20221106/configure2022-10-03 01:55:56.0 +0200
+++ new/byacc-20221229/configure2022-12-29 11:37:13.0 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.in Revision: 1.26 .
+# From configure.in Revision: 1.27 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by 

commit byacc for openSUSE:Factory

2022-12-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2022-12-07 17:34:26

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.1835 (New)


Package is "byacc"

Wed Dec  7 17:34:26 2022 rev:30 rq:1040605 version:20221106

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2022-06-26 
11:58:43.732306844 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.1835/byacc.changes2022-12-07 
17:35:32.672729526 +0100
@@ -1,0 +2,14 @@
+Sat Dec  3 19:17:52 UTC 2022 - Dirk Müller 
+
+- update to 20221106:
+  * test/run_test.sh: use context diff, to work with AIX
+  * defs.h:
+fprintf_lineno might be passed a null, when reading from stdin - show 
"(null)"
+  * makefile.in, test/run_make.sh, test/run_test.sh, test/run_lint.sh:
+fgrep-fixes
+  * yacc.1: mention use of stderr/stdout for usage/debugging
+  * yacc.1: document %empty
+  * yacc.1: document %debug
+  * yacc.1: minor fixes with check-manpage
+
+---

Old:

  byacc-20220128.tgz
  byacc-20220128.tgz.asc

New:

  byacc-20221106.tgz
  byacc-20221106.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.3X3TTI/_old  2022-12-07 17:35:34.136737543 +0100
+++ /var/tmp/diff_new_pack.3X3TTI/_new  2022-12-07 17:35:34.140737565 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20220128
+Version:20221106
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20220128.tgz -> byacc-20221106.tgz ++
 5259 lines of diff (skipped)


commit byacc for openSUSE:Factory

2022-06-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2022-06-26 11:58:40

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.1548 (New)


Package is "byacc"

Sun Jun 26 11:58:40 2022 rev:29 rq:985077 version:20220128

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2021-10-20 
20:24:35.105389216 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.1548/byacc.changes2022-06-26 
11:58:43.732306844 +0200
@@ -1,0 +2,10 @@
+Sat Jun 25 20:37:13 UTC 2022 - Dirk M??ller 
+
+- update to 20220128:
+  * change a few malloc's to calloc's so clang analyzer can see initialized 
data
+  * modify address computation in closure.c to avoid undefined behavior on
+machines which do not support large offsets (analysis/patch by Jessica 
Clarke,
+cf: 2014-09-17)
+  * testsuite and autotools/build script fixes
+
+---

Old:

  byacc-20210808.tgz
  byacc-20210808.tgz.asc

New:

  byacc-20220128.tgz
  byacc-20220128.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.CrDMuT/_old  2022-06-26 11:58:44.204307531 +0200
+++ /var/tmp/diff_new_pack.CrDMuT/_new  2022-06-26 11:58:44.208307537 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20210808
+Version:20220128
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20210808.tgz -> byacc-20220128.tgz ++
 7405 lines of diff (skipped)


commit byacc for openSUSE:Factory

2021-10-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2021-10-20 20:23:46

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.1890 (New)


Package is "byacc"

Wed Oct 20 20:23:46 2021 rev:28 rq:925967 version:20210808

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2021-08-05 
20:47:57.795941451 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.1890/byacc.changes2021-10-20 
20:24:35.105389216 +0200
@@ -1,0 +2,9 @@
+Sat Oct 16 13:01:48 UTC 2021 - Dirk M??ller 
+
+- update to 20210808:
+  * main.c: account for a memory-leak
+  * fix memory-leak when replacing $$'s in destructor code
+  * main.c, yacc.1: add "-h" option
+  * line number reporting fixes
+
+---

Old:

  byacc-20210619.tgz
  byacc-20210619.tgz.asc

New:

  byacc-20210808.tgz
  byacc-20210808.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.aWdFwQ/_old  2021-10-20 20:24:35.533389480 +0200
+++ /var/tmp/diff_new_pack.aWdFwQ/_new  2021-10-20 20:24:35.537389483 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20210619
+Version:20210808
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20210619.tgz -> byacc-20210808.tgz ++
 12042 lines of diff (skipped)

++ byacc.keyring ++
 757 lines (skipped)
 between byacc.keyring
 and /work/SRC/openSUSE:Factory/.byacc.new.1890/byacc.keyring


commit byacc for openSUSE:Factory

2021-08-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2021-08-05 20:47:46

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.1899 (New)


Package is "byacc"

Thu Aug  5 20:47:46 2021 rev:27 rq:909883 version:20210619

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2021-05-12 
19:31:56.451107432 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.1899/byacc.changes2021-08-05 
20:47:57.795941451 +0200
@@ -1,0 +2,12 @@
+Tue Jul 27 06:23:59 UTC 2021 - Dirk M??ller 
+
+- update to 20210619:
+  * btyaccpar.skel, yaccpar.skel: cancel unused assignments
+  * output.c: fix gcc warning
+  * test/run_test.sh, test/run_lint.sh, test/run_make.sh:
+shellcheck-warnings
+  * test/run_test.sh: changes suggested at
+https://github.com/jannick0/byacc-snapshots/tree/YYINT-fix-20210520
+  * autotools update
+
+---

Old:

  byacc-20210328.tgz
  byacc-20210328.tgz.asc

New:

  byacc-20210619.tgz
  byacc-20210619.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.vYjVEQ/_old  2021-08-05 20:47:58.475940687 +0200
+++ /var/tmp/diff_new_pack.vYjVEQ/_new  2021-08-05 20:47:58.475940687 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   byacc
-Version:20210328
+Version:20210619
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
 URL:https://invisible-island.net/byacc/byacc.html
-Source0:ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz
-Source1:ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz.asc
+Source0:
https://invisible-mirror.net/archives/byacc/byacc-%{version}.tgz
+Source1:
https://invisible-mirror.net/archives/byacc/byacc-%{version}.tgz.asc
 Source2:%{name}.keyring
 
 %description

++ byacc-20210328.tgz -> byacc-20210619.tgz ++
 6474 lines of diff (skipped)


commit byacc for openSUSE:Factory

2021-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2021-05-12 19:31:34

Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and  /work/SRC/openSUSE:Factory/.byacc.new.2988 (New)


Package is "byacc"

Wed May 12 19:31:34 2021 rev:26 rq:891935 version:20210328

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2020-09-25 
16:33:20.187986357 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.2988/byacc.changes2021-05-12 
19:31:56.451107432 +0200
@@ -1,0 +2,15 @@
+Sat May  8 20:19:26 UTC 2021 - Dirk M??ller 
+
+- update to 20210328:
+  * reader.c: ignore bison's "%empty" extension
+  * reader.c, defs.h:
+%debug was a trivial bison "extension", mark it as such
+  * yacc.1: use italics in a few places where bold was inappropriate
+  * reader.c:
+add union tag to YYSTYPE structure for compatibility with a feature which
+bison copied from Solaris yacc (request by Ella Stanforth)
+  * closure.c, warshall.c:
+fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by
+Alexander Richardson)
+
+---

Old:

  byacc-20200910.tgz
  byacc-20200910.tgz.asc

New:

  byacc-20210328.tgz
  byacc-20210328.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.NwL0dI/_old  2021-05-12 19:31:57.083104908 +0200
+++ /var/tmp/diff_new_pack.NwL0dI/_new  2021-05-12 19:31:57.083104908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20200910
+Version:20210328
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20200910.tgz -> byacc-20210328.tgz ++
 8033 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/byacc-20200910/CHANGES new/byacc-20210328/CHANGES
--- old/byacc-20200910/CHANGES  2020-09-11 00:32:54.0 +0200
+++ new/byacc-20210328/CHANGES  2021-03-28 19:58:37.0 +0200
@@ -1,3 +1,56 @@
+2021-03-28  Thomas E. Dickey  
+
+   * reader.c: ignore bison's "%empty" extension
+
+   * reader.c, defs.h:
+   %debug was a trivial bison "extension", mark it as such
+
+   * yacc.1: use italics in a few places where bold was inappropriate
+
+   * test/btyacc/varsyntax_calc1.tab.c, test/btyacc/varsyntax_calc1.tab.h, 
test/btyacc/expr.oxout.tab.c, test/btyacc/expr.oxout.tab.h, 
test/btyacc/inherit1.tab.c, test/btyacc/inherit1.tab.h, 
test/btyacc/inherit2.tab.c, test/btyacc/inherit2.tab.h, 
test/btyacc/ok_syntax1.tab.c, test/btyacc/ok_syntax1.tab.h, 
test/btyacc/err_inherit3.tab.c, test/btyacc/err_inherit3.tab.h, 
test/btyacc/err_inherit4.tab.c, test/btyacc/err_inherit4.tab.h, 
test/btyacc/btyacc_calc1.tab.c, test/btyacc/btyacc_calc1.tab.h, 
test/btyacc/btyacc_demo.tab.c, test/btyacc/btyacc_demo.tab.h, 
test/btyacc/btyacc_destroy1.tab.c, test/btyacc/btyacc_destroy1.tab.h, 
test/btyacc/btyacc_destroy2.tab.c, test/btyacc/btyacc_destroy2.tab.h, 
test/btyacc/btyacc_destroy3.tab.c, test/btyacc/btyacc_destroy3.tab.h, 
test/btyacc/calc1.tab.c, test/btyacc/calc1.tab.h, 
test/yacc/varsyntax_calc1.tab.c, test/yacc/varsyntax_calc1.tab.h, 
test/yacc/expr.oxout.tab.c, test/yacc/expr.oxout.tab.h, 
test/yacc/ok_syntax1.tab.c, test/yacc/ok_syntax1.tab.h, 
 test/yacc/calc1.tab.c, test/yacc/calc1.tab.h:
+   regen
+
+   * reader.c:
+   add union tag to YYSTYPE structure for compatibility with a feature 
which
+   bison copied from Solaris yacc (request by Ella Stanforth)
+
+   * configure: regen
+
+   * config_h.in: update for _Noreturn feature
+
+   * aclocal.m4: updated to work with autoheader
+
+   * defs.h: apply syntax change needed for _Noreturn keyword
+
+   * package/byacc.spec, package/debian/rules: use stdnoreturn
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+2021-03-20  Thomas E. Dickey  
+
+   * configure: regen
+
+   * aclocal.m4:
+   resync with my-autoconf (adds --enable-stdnoreturn option)
+
+2021-01-09  Thomas E. Dickey  
+
+   * package/debian/copyright, VERSION,