commit byacc for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2020-09-25 16:32:38

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


Package is "byacc"

Fri Sep 25 16:32:38 2020 rev:25 rq:835807 version:20200910

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2020-04-04 
12:25:53.387957518 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.4249/byacc.changes2020-09-25 
16:33:20.187986357 +0200
@@ -1,0 +2,19 @@
+Sun Sep 20 16:34:12 UTC 2020 - Dirk Mueller 
+
+- update to 20200910:
+  * LICENSE: RCS_BASE
+  * reader.c, output.c: cppcheck -- reduce scope
+  update to version 2.0
+  improve loop which skips backward through a (possibly nested) sequence of
+  square-brackets.
+  * reader.c: simplify a check to quiet a bogus cppcheck-warning
+  * yacc.1: bump date
+  * reader.c: add a note about a bogus cppcheck warning
+  always check for gcc attributes, to work around defect in clang's imitation
+  of this feature
+  * reader.c: cppcheck -- scope reduction
+  cppcheck -- eliminate bogus returns after no-return functions
+  * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, 
closure.c:
+  cppcheck -- scope reduction
+
+---

Old:

  byacc-20200330.tgz
  byacc-20200330.tgz.asc

New:

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



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.VrkABG/_old  2020-09-25 16:33:20.839986936 +0200
+++ /var/tmp/diff_new_pack.VrkABG/_new  2020-09-25 16:33:20.843986939 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20200330
+Version:20200910
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20200330.tgz -> byacc-20200910.tgz ++
 8651 lines of diff (skipped)





commit byacc for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2020-04-04 12:25:01

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


Package is "byacc"

Sat Apr  4 12:25:01 2020 rev:24 rq:791114 version:20200330

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2019-12-07 
15:08:19.243855894 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.3248/byacc.changes2020-04-04 
12:25:53.387957518 +0200
@@ -1,0 +2,7 @@
+Fri Apr  3 07:32:38 UTC 2020 - Martin Pluskal 
+
+- Update to version 20200330:
+  * See attached CHANGES for complete list of changes
+- Enable btyacc extension
+
+---

Old:

  byacc-20191125.tgz
  byacc-20191125.tgz.asc

New:

  byacc-20200330.tgz
  byacc-20200330.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.EHBkov/_old  2020-04-04 12:25:53.58044 +0200
+++ /var/tmp/diff_new_pack.EHBkov/_new  2020-04-04 12:25:54.003958047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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:20191125
+Version:20200330
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
@@ -42,6 +42,7 @@
 # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
 %configure \
   --with-warnings \
+  --enable-btyacc \
--program-prefix=b
 %make_build
 
@@ -49,10 +50,10 @@
 %make_install
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %files
-%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
+%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README*
 %{_bindir}/byacc
 %{_mandir}/man1/byacc.1%{?ext_man}
 

++ byacc-20191125.tgz -> byacc-20200330.tgz ++
 2858 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-20191125/CHANGES new/byacc-20200330/CHANGES
--- old/byacc-20191125/CHANGES  2019-11-26 00:42:29.0 +0100
+++ new/byacc-20200330/CHANGES  2020-03-31 01:57:12.0 +0200
@@ -1,3 +1,34 @@
+2020-03-30  Thomas E. Dickey  
+
+   * package/debian/copyright: bump
+
+   * test/yacc/grammar.tab.c, test/btyacc/grammar.tab.c, test/grammar.y, 
reader.c:
+   typo found with codespell
+
+   * yacc.1: fixes noted in the original report, overlooked in followup
+
+2020-03-30  Bjarni.Ingi.Gislason
+
+   * yacc.1: typography/spelling fixes - Debian #955175
+
+2020-03-30  Thomas E. Dickey  
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+2020-03-10  Thomas E. Dickey  
+
+   * configure: regen
+
+   * aclocal.m4:
+   resync with my-autoconf, mostly fixes for compiler-warnings
+
+   * configure.in: use macro to suppress X-dependency from newer macros
+
+2019-12-20  Thomas E. Dickey  
+
+   * config.guess: 2019-12-21
+
 2019-11-25  Tom.Shields
 
* main.c:
@@ -2951,7 +2982,7 @@
 
* vmsbuild.com: original version
 
-2000-02-23  Dickey (CM)  
+2000-02-23  Thomas E. Dickey  
 
* test/RCS, RCS: PERMIT FILE
 
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-20191125/MANIFEST new/byacc-20200330/MANIFEST
--- old/byacc-20191125/MANIFEST 2019-11-26 00:13:14.0 +0100
+++ new/byacc-20200330/MANIFEST 2020-03-31 01:31:42.0 +0200
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20191125, version t20191125
+MANIFEST for byacc-20200330, version t20200330
 

 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 

commit byacc for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2019-12-07 15:08:10

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


Package is "byacc"

Sat Dec  7 15:08:10 2019 rev:23 rq:754688 version:20191125

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2019-06-17 
21:35:20.206997235 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.4691/byacc.changes2019-12-07 
15:08:19.243855894 +0100
@@ -1,0 +2,6 @@
+Fri Dec  6 14:05:14 UTC 2019 - Martin Pluskal 
+
+- Update to version 20191125:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20190617.tgz
  byacc-20190617.tgz.asc

New:

  byacc-20191125.tgz
  byacc-20191125.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.fSdeIT/_old  2019-12-07 15:08:20.431855727 +0100
+++ /var/tmp/diff_new_pack.fSdeIT/_new  2019-12-07 15:08:20.431855727 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   byacc
-Version:20190617
+Version:20191125
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
-URL:http://invisible-island.net/byacc/byacc.html
+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
 Source2:%{name}.keyring
@@ -43,7 +43,7 @@
 %configure \
   --with-warnings \
--program-prefix=b
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ byacc-20190617.tgz -> byacc-20191125.tgz ++
 23803 lines of diff (skipped)





commit byacc for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2019-06-17 21:34:59

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


Package is "byacc"

Mon Jun 17 21:34:59 2019 rev:22 rq:710371 version:20190617

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2018-07-18 
22:53:55.914962497 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.4811/byacc.changes2019-06-17 
21:35:20.206997235 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 14:48:53 UTC 2019 - Martin Pluskal 
+
+- Update to version 20190617:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20180609.tgz
  byacc-20180609.tgz.asc

New:

  byacc-20190617.tgz
  byacc-20190617.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.CF4QT1/_old  2019-06-17 21:35:20.666997132 +0200
+++ /var/tmp/diff_new_pack.CF4QT1/_new  2019-06-17 21:35:20.670997131 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,12 +13,12 @@
 # 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/
 #
 
 
 Name:   byacc
-Version:20180609
+Version:20190617
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20180609.tgz -> byacc-20190617.tgz ++
 19570 lines of diff (skipped)





commit byacc for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2018-07-18 22:53:50

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


Package is "byacc"

Wed Jul 18 22:53:50 2018 rev:21 rq:622032 version:20180609

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2017-06-05 
18:51:49.348697717 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2018-07-18 
22:53:55.914962497 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 07:48:45 UTC 2018 - mplus...@suse.com
+
+- Update to version 20180609:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20170430.tgz
  byacc-20170430.tgz.asc

New:

  byacc-20180609.tgz
  byacc-20180609.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.j5hcZv/_old  2018-07-18 22:53:56.378960958 +0200
+++ /var/tmp/diff_new_pack.j5hcZv/_new  2018-07-18 22:53:56.382960944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   byacc
-Version:20170430
+Version:20180609
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
-Url:http://invisible-island.net/byacc/byacc.html
-Source0:ftp://invisible-island.net/byacc/byacc-%{version}.tgz
-Source1:ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc
+URL:http://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
 Source2:%{name}.keyring
 
 %description
@@ -52,9 +52,8 @@
 make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
 %{_bindir}/byacc
-%{_mandir}/man1/byacc.1%{ext_man}
+%{_mandir}/man1/byacc.1%{?ext_man}
 
 %changelog

++ byacc-20170430.tgz -> byacc-20180609.tgz ++
 18489 lines of diff (skipped)





commit byacc for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2017-06-05 18:51:12

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


Package is "byacc"

Mon Jun  5 18:51:12 2017 rev:20 rq:501180 version:20170430

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2017-04-11 
12:45:50.684816152 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2017-06-05 
18:51:49.348697717 +0200
@@ -1,0 +2,6 @@
+Mon Jun  5 14:22:46 UTC 2017 - mplus...@suse.com
+
+- Update to version 20170430:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20170201.tgz
  byacc-20170201.tgz.asc

New:

  byacc-20170430.tgz
  byacc-20170430.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.GOiOu4/_old  2017-06-05 18:51:49.968610334 +0200
+++ /var/tmp/diff_new_pack.GOiOu4/_new  2017-06-05 18:51:49.972609770 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20170201
+Version:20170430
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20170201.tgz -> byacc-20170430.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20170201/CHANGES new/byacc-20170430/CHANGES
--- old/byacc-20170201/CHANGES  2017-02-02 02:45:22.0 +0100
+++ new/byacc-20170430/CHANGES  2017-05-01 02:13:58.0 +0200
@@ -1,3 +1,33 @@
+2017-04-30  Thomas E. Dickey  
+
+   * test/btyacc/quote_calc-s.tab.c, test/btyacc/quote_calc2-s.tab.c, 
test/btyacc/quote_calc2.tab.c, test/btyacc/quote_calc3-s.tab.c, 
test/btyacc/quote_calc3.tab.c, test/btyacc/quote_calc4-s.tab.c, 
test/btyacc/quote_calc4.tab.c, test/btyacc/varsyntax_calc1.tab.c, 
test/btyacc/err_syntax18.tab.c, test/btyacc/err_syntax20.tab.c, 
test/btyacc/error.tab.c, test/btyacc/expr.oxout.tab.c, 
test/btyacc/grammar.tab.c, test/btyacc/inherit0.tab.c, 
test/btyacc/inherit1.tab.c, test/btyacc/inherit2.tab.c, 
test/btyacc/ok_syntax1.tab.c, test/btyacc/pure_calc.tab.c, 
test/btyacc/pure_error.tab.c, test/btyacc/quote_calc.tab.c, 
test/btyacc/btyacc_calc1.tab.c, test/btyacc/btyacc_demo.tab.c, 
test/btyacc/btyacc_destroy1.tab.c, test/btyacc/btyacc_destroy2.tab.c, 
test/btyacc/btyacc_destroy3.tab.c, test/btyacc/calc.tab.c, 
test/btyacc/calc1.tab.c, test/btyacc/calc2.tab.c, test/btyacc/calc3.tab.c, 
test/btyacc/code_calc.code.c, test/btyacc/code_error.code.c, 
test/btyacc/empty.tab.c, test/btyacc/err_inherit3.tab.c, 
test/btyacc/err_inherit4.tab.c, test/btyacc/err_syntax10.tab.c, 
test/btyacc/err_syntax11.tab.c, test/btyacc/err_syntax12.tab.c, 
test/btyacc/rename_debug.c, btyaccpar.c, btyaccpar.skel:
+   fix another uninitialized variable warning in "make check_make" for 
btyacc
+
+   * test/btyacc/pure_calc.tab.c, test/btyacc/pure_error.tab.c, 
test/btyacc/ok_syntax1.tab.c, test/btyacc/btyacc_calc1.tab.c, 
test/btyacc/calc3.tab.c, btyaccpar.c, btyaccpar.skel, 
test/yacc/ok_syntax1.tab.c, test/yacc/pure_calc.tab.c, 
test/yacc/pure_error.tab.c, test/yacc/calc3.tab.c, yaccpar.c, defs.h, 
yaccpar.skel, output.c:
+   fix some compiler warnings for "make check_make" by adding section 
init_vars,
+   which initializes the body_vars for pure-parser configuration.
+
+2017-04-30  Tom.Shields
+
+   * output.c:
+   use YY_NO_LEAKS set in configure --with-no-leaks, in the generated code
+
+2017-04-30  Julien.Ramseier
+
+   * main.c, test/yacc/big_l.output:
+   fix typo in unsupported-flag warning message
+
+2017-04-30  Thomas E. Dickey  
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+2017-03-18  Thomas E. Dickey  
+
+   * config.sub: 2017-02-07
+
+   * config.guess: 2017-03-05
+
 2017-02-01  Thomas E. Dickey  
 
* test/btyacc/expr.oxout.error, test/btyacc/expr.oxout.output, 
test/btyacc/expr.oxout.tab.c, test/btyacc/expr.oxout.tab.h, 
test/yacc/expr.oxout.error, test/yacc/expr.oxout.output, 
test/yacc/expr.oxout.tab.c, test/yacc/expr.oxout.tab.h:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20170201/MANIFEST new/byacc-20170430/MANIFEST
--- old/byacc-20170201/MANIFEST 2017-02-02 02:50:09.0 +0100
+++ new/byacc-20170430/MANIFEST 2017-04-30 22:55:15.0 +0200
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20170201, version t20170201
+MANIFEST for byacc-20170430, version t20170430
 

commit byacc for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2017-04-11 12:45:45

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


Package is "byacc"

Tue Apr 11 12:45:45 2017 rev:19 rq:486548 version:20170201

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2017-02-03 
17:33:48.473763458 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2017-04-11 
12:45:50.684816152 +0200
@@ -1,0 +2,6 @@
+Fri Apr  7 18:02:43 UTC 2017 - mplus...@suse.com
+
+- Update to version 20170201:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20161202.tgz
  byacc-20161202.tgz.asc

New:

  byacc-20170201.tgz
  byacc-20170201.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.gUaMff/_old  2017-04-11 12:45:51.428711046 +0200
+++ /var/tmp/diff_new_pack.gUaMff/_new  2017-04-11 12:45:51.436709916 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20161202
+Version:20170201
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20161202.tgz -> byacc-20170201.tgz ++
 8412 lines of diff (skipped)





commit byacc for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2017-01-31 12:42:07

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


Package is "byacc"

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2016-07-14 
09:50:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2017-02-03 
17:33:48.473763458 +0100
@@ -1,0 +2,6 @@
+Fri Jan 27 17:11:19 UTC 2017 - mplus...@suse.com
+
+- Update to version 20161202:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20160606.tgz
  byacc-20160606.tgz.asc

New:

  byacc-20161202.tgz
  byacc-20161202.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.OHQjJK/_old  2017-02-03 17:33:48.961694398 +0100
+++ /var/tmp/diff_new_pack.OHQjJK/_new  2017-02-03 17:33:48.965693832 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20160606
+Version:20161202
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
@@ -27,7 +27,6 @@
 Source0:ftp://invisible-island.net/byacc/byacc-%{version}.tgz
 Source1:ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc
 Source2:%{name}.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as

++ byacc-20160606.tgz -> byacc-20161202.tgz ++
 10138 lines of diff (skipped)





commit byacc for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2016-07-14 09:50:16

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


Package is "byacc"

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2015-08-07 
00:24:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2016-07-14 
09:50:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 12 21:22:53 UTC 2016 - mplus...@suse.com
+
+- Update to version 20160606:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20150711.tgz
  byacc-20150711.tgz.asc

New:

  byacc-20160606.tgz
  byacc-20160606.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.8LRkCT/_old  2016-07-14 09:50:23.0 +0200
+++ /var/tmp/diff_new_pack.8LRkCT/_new  2016-07-14 09:50:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20150711
+Version:20160606
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
@@ -44,11 +44,10 @@
 %configure \
--with-warnings \
--program-prefix=b
-
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %check
 make %{?_smp_mflags} check
@@ -56,7 +55,7 @@
 %files
 %defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
-%{_mandir}/man1/byacc.1*
 %{_bindir}/byacc
+%{_mandir}/man1/byacc.1%{ext_man}
 
 %changelog

++ byacc-20150711.tgz -> byacc-20160606.tgz ++
 22253 lines of diff (skipped)





commit byacc for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2015-08-07 00:24:23

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2015-03-01 
14:46:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2015-08-07 
00:24:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 14:39:02 UTC 2015 - mplus...@suse.com
+
+- Update to 20150711
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20141128.tgz
  byacc-20141128.tgz.asc

New:

  byacc-20150711.tgz
  byacc-20150711.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.xnDDsh/_old  2015-08-07 00:24:26.0 +0200
+++ /var/tmp/diff_new_pack.xnDDsh/_new  2015-08-07 00:24:26.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20141128
+Version:20150711
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20141128.tgz - byacc-20150711.tgz ++
 5204 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-20141128/CHANGES new/byacc-20150711/CHANGES
--- old/byacc-20141128/CHANGES  2014-11-28 16:46:42.0 +0100
+++ new/byacc-20150711/CHANGES  2015-07-11 02:53:38.0 +0200
@@ -1,3 +1,38 @@
+2015-07-10  Thomas E. Dickey  t...@invisible-island.net
+
+   * lr0.c: fix a duplicate-free in the leak-checking
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+   * reader.c:
+   make cache-size clearer (prompted by discussion with Pedro Giffuni,
+   Oliver Pinter)
+
+   * main.c:
+   make relationship with format/size clearer (prompted by discussion
+   with Pedro Giffuni, Oliver Pinter)
+
+2015-07-05  Thomas E. Dickey  t...@invisible-island.net
+
+   * configure: regen
+
+   * package/pkgsrc/Makefile, package/mingw-byacc.spec, 
package/debian/copyright, package/debian/changelog, package/byacc.spec, VERSION:
+   bump
+
+   * aclocal.m4: resync with my-autoconf
+   add configure option --with-man2html
+
+   * makefile.in: add configure options --with-man2html
+
+   * configure.in: add configure option --with-man2html
+
+2015-05-02  Thomas E. Dickey  t...@invisible-island.net
+
+   * config.guess: 2015-03-04
+
+   * config.sub: 2015-03-08
+
 2014-11-28  Thomas E. Dickey  t...@invisible-island.net
 
* lr0.c: coverity #39181: memory leak
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-20141128/MANIFEST new/byacc-20150711/MANIFEST
--- old/byacc-20141128/MANIFEST 2014-11-28 16:42:17.0 +0100
+++ new/byacc-20150711/MANIFEST 2015-07-11 02:53:15.0 +0200
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20141128, version t20141128
+MANIFEST for byacc-20150711, version t20150711
 

 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-20141128/VERSION new/byacc-20150711/VERSION
--- old/byacc-20141128/VERSION  2014-11-28 16:42:17.0 +0100
+++ new/byacc-20150711/VERSION  2015-07-11 02:53:15.0 +0200
@@ -1 +1 @@
-20141128
+20150711
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-20141128/configure.in new/byacc-20150711/configure.in
--- old/byacc-20141128/configure.in 2014-10-07 

commit byacc for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2015-03-01 14:46:48

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2014-10-11 
19:27:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2015-03-01 
14:46:51.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 26 23:09:31 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Update to 20141128
+* lr0.c: coverity #39181: memory leak
+- Changes in 2014-11-13
+* descrip.mms: support for openvms
+
+---

Old:

  byacc-20141006.tgz

New:

  byacc-20141128.tgz
  byacc-20141128.tgz.asc
  byacc.keyring



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.2oKeQr/_old  2015-03-01 14:46:53.0 +0100
+++ /var/tmp/diff_new_pack.2oKeQr/_new  2015-03-01 14:46:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,15 @@
 
 
 Name:   byacc
-Version:20141006
+Version:20141128
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
 Url:http://invisible-island.net/byacc/byacc.html
-Source: ftp://invisible-island.net/byacc/byacc-%{version}.tgz
+Source0:ftp://invisible-island.net/byacc/byacc-%{version}.tgz
+Source1:ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc
+Source2:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,14 +41,17 @@
 %build
 # without --with-warnings several functions will not be marked with gcc's
 # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
-%configure --with-warnings --program-prefix=b
+%configure \
+   --with-warnings \
+   --program-prefix=b
+
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %files
 %defattr(-,root,root,-)

++ byacc-20141006.tgz - byacc-20141128.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20141006/CHANGES new/byacc-20141128/CHANGES
--- old/byacc-20141006/CHANGES  2014-10-07 01:18:06.0 +0200
+++ new/byacc-20141128/CHANGES  2014-11-28 16:46:42.0 +0100
@@ -1,3 +1,25 @@
+2014-11-28  Thomas E. Dickey  t...@invisible-island.net
+
+   * lr0.c: coverity #39181: memory leak
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+2014-11-13  Jouk.Jansen
+
+   * descrip.mms:
+   I sucessfully compiled byacc on my OpenVMS systems. However, I had to 
update
+   the descrip.mms to include some extra c-source files and some 
dependenxcies
+   so that it also works when the distribution is located on an ODS5 disk.
+
+   The patched descrip.mms file can be found at:
+ http://nchrem.tnw.tudelft.nl/openvms/software2.html#BYACC
+
+   Please feel free to insert the file in your distribution.
+
+Regards
+Jouk.
+
 2014-10-06  Thomas E. Dickey  t...@invisible-island.net
 
* package/debian/source/format:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20141006/MANIFEST new/byacc-20141128/MANIFEST
--- old/byacc-20141006/MANIFEST 2014-10-07 00:52:03.0 +0200
+++ new/byacc-20141128/MANIFEST 2014-11-28 16:42:17.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20141006, version t20141006
+MANIFEST for byacc-20141128, version t20141128
 

 MANIFESTthis file
 ACKNOWLEDGEMENTSoriginal version of byacc - 1993
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20141006/VERSION new/byacc-20141128/VERSION
--- old/byacc-20141006/VERSION  2014-10-07 00:52:03.0 +0200
+++ new/byacc-20141128/VERSION  2014-11-28 16:42:17.0 +0100
@@ -1 +1 @@
-20141006
+20141128
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit byacc for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2014-10-11 19:26:32

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2014-08-27 
07:46:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2014-10-11 
19:27:26.0 +0200
@@ -1,0 +2,62 @@
+Fri Oct 10 06:05:39 UTC 2014 - g...@opensuse.org
+
+- update to version 20141006
+  - package/debian/source/format: change to native format to work
+around regression in Debian packaging.
+  - main.c: correct parameter for umask - for very old mkstemp's -
+and use type mode_t to quiet compiler warning
+  - configure.in: add configure check for mode_t
+  - reader.c: better fix for get_line, by ensuring there is enough
+space to null-terminate its result (prompted by discussion with
+Craig Rodrigues).
+  - main.c: make change to umask before calling mkstemp, as
+suggested in Coverity #56902
+  - reader.c: adjust logic in copy_action to avoid potential
+null-pointer dereference (Coverity #56901)
+  - reader.c: adjust logic to avoid potential null-pointer
+dereference in compile_args (Coverity #63407)
+  - reader.c: eliminate strcpy into fixed-size buffer (Coverity
+#63408)
+  - yacc.1: document changes made with respect to %parse-param
+  - output.c: add parameters from %parse-param to destructor.  The
+order of the parameters is intentionally inconsistent with
+yyparse/yyerror, for compatibility with bison.
+  - output.c: use puts_param_types/puts_param_names to output
+lex_param data.
+  - btyaccpar.c: add casts, change types to fix strict compiler
+warnings
+  - output.c: gcc-warning
+  - output.c: fix limit when merging real/workaround tables
+  - output.c: for btyacc, it is possible to have no conflicts - but
+in that case, the ctable was not generated at all, while the
+skeleton uses the table.  The most straightforward (workaround)
+is generating a dummy table which rejects any state.
+  - test/btyacc_destroy3.y, test/btyacc_destroy2.y,
+test/btyacc_destroy1.y: fix make check_make
+  - reader.c: trim blanks from interim value in copy_param() to
+handle special case when a space precedes a comma.
+  - output.c: use two new functions, puts_param_types and
+puts_param_names, to improve format of the parse_param list (by
+trimming space after *) as well as correcting the output of
+the comma-separated names (only the last name was output).
+  - reader.c: modify copy_param() to handle resulting
+comma-separated list.  Before, it only expected a single
+parameter.
+  - reader.c: split-out save_param() from copy_param()
+  - reader.c: trim_blanks() did not always convert spaces - fix.
+  - reader.c: fix some minor regressions with error-reporting
+  - aclocal.m4: update CF_XOPEN_SOURCE for Unixware change from
+lynx
+  - reader.c: modify copy_param() to accept multiple parameters,
+each in curly braces like recent bison, as well as honoring
+bison's undocumented feature to accept the parameters as a
+comma-separated list.
+  - main.c, reader.c, defs.h: use calloc in get_line() when
+allocating line to ensure it is fully initialized, fixes a
+later uninitialized value in copy_param() (FreeBSD #193499).
+  - closure.c, lalr.c, output.c, defs.h: rephrase odd addressing to
+fix Coverity #48848, #38950, #38860, not actually a bug.
+  - config.sub: update to 2014-07-28
+  - aclocal.m4: modified to support port to Minix3.2
+
+---

Old:

  byacc-20140715.tgz

New:

  byacc-20141006.tgz



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.92UfXv/_old  2014-10-11 19:27:26.0 +0200
+++ /var/tmp/diff_new_pack.92UfXv/_new  2014-10-11 19:27:26.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20140715
+Version:20141006
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20140715.tgz - byacc-20141006.tgz ++
 17609 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2014-08-27 07:46:26

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2014-05-27 
18:23:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2014-08-27 
07:46:54.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 26 06:48:39 UTC 2014 - g...@opensuse.org
+
+- update to version 20140715
+  * fix tests
+  * remove obsolete -D option from usage message
+
+---

Old:

  byacc-20140422.tgz

New:

  byacc-20140715.tgz



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.6v8PSb/_old  2014-08-27 07:46:55.0 +0200
+++ /var/tmp/diff_new_pack.6v8PSb/_new  2014-08-27 07:46:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20140422
+Version:20140715
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20140422.tgz - byacc-20140715.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20140422/CHANGES new/byacc-20140715/CHANGES
--- old/byacc-20140422/CHANGES  2014-04-23 01:36:31.0 +0200
+++ new/byacc-20140715/CHANGES  2014-07-15 21:38:05.0 +0200
@@ -1,3 +1,38 @@
+2014-07-15  Thomas E. Dickey  t...@invisible-island.net
+
+   * aclocal.m4: resync with my-autoconf (no change to configure script)
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 
package/mingw-byacc.spec, package/pkgsrc/Makefile:
+   bump
+
+   * test/run_test.sh:
+   make top-level make check work again, by adding another step to 
filtering
+   the test results.
+
+2014-07-14  Thomas E. Dickey  t...@invisible-island.net
+
+   * test/run_test.sh: changes from Garrett Cooper's patch:
+   a) ensure that the script returns an error-code if there are 
differences
+   b) escape . character in left side of sed expression for $YACC
+   c) ensure that $ifBTYACC has a value
+
+   * test/btyacc/big_b.output, test/btyacc/big_l.output, 
test/btyacc/help.output, test/btyacc/no_b_opt.output, 
test/btyacc/no_output2.output, test/btyacc/no_p_opt.output, 
test/btyacc/nostdin.output:
+   regen (reminder by Garrett Cooper)
+
+2014-07-14  Garrett.Cooper
+
+   * test/btyacc/err_inherit1.error, test/btyacc/err_inherit2.error, 
test/btyacc/err_inherit3.error, test/btyacc/err_inherit4.error, 
test/btyacc/err_inherit5.error, test/btyacc/err_syntax1.error, 
test/btyacc/err_syntax10.error, test/btyacc/err_syntax11.error, 
test/btyacc/err_syntax12.error, test/btyacc/err_syntax13.error, 
test/btyacc/err_syntax14.error, test/btyacc/err_syntax15.error, 
test/btyacc/err_syntax16.error, test/btyacc/err_syntax17.error, 
test/btyacc/err_syntax18.error, test/btyacc/err_syntax19.error, 
test/btyacc/err_syntax2.error, test/btyacc/err_syntax21.error, 
test/btyacc/err_syntax22.error, test/btyacc/err_syntax23.error, 
test/btyacc/err_syntax24.error, test/btyacc/err_syntax25.error, 
test/btyacc/err_syntax26.error, test/btyacc/err_syntax27.error, 
test/btyacc/err_syntax3.error, test/btyacc/err_syntax4.error, 
test/btyacc/err_syntax5.error, test/btyacc/err_syntax6.error, 
test/btyacc/err_syntax7.error, test/btyacc/err_syntax7a.error, 
test/btyacc/err_syntax7b.error, test/btyacc/err_syntax8.error, 
test/btyacc/err_syntax8a.error, test/btyacc/err_syntax9.error, 
test/yacc/err_syntax1.error, test/yacc/err_syntax10.error, 
test/yacc/err_syntax11.error, test/yacc/err_syntax12.error, 
test/yacc/err_syntax13.error, test/yacc/err_syntax14.error, 
test/yacc/err_syntax15.error, test/yacc/err_syntax16.error, 
test/yacc/err_syntax17.error, test/yacc/err_syntax18.error, 
test/yacc/err_syntax19.error, test/yacc/err_syntax2.error, 
test/yacc/err_syntax21.error, test/yacc/err_syntax22.error, 
test/yacc/err_syntax23.error, test/yacc/err_syntax24.error, 
test/yacc/err_syntax25.error, test/yacc/err_syntax26.error, 
test/yacc/err_syntax27.error, test/yacc/err_syntax3.error, 
test/yacc/err_syntax4.error, test/yacc/err_syntax5.error, 
test/yacc/err_syntax6.error, test/yacc/err_syntax7.error, 
test/yacc/err_syntax7a.error, test/yacc/err_syntax7b.error, 
test/yacc/err_syntax8.error, test/yacc/err_syntax8a.error, 
test/yacc/err_syntax9.error:
+   regen
+
+2014-05-27  Tom.Shields
+
+   * main.c: remove obsolete -D option from usage message
+
+2014-05-27  Thomas E. Dickey  t...@invisible-island.net
+
+   * VERSION, package/byacc.spec, package/debian/changelog, 

commit byacc for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2014-05-27 18:23:38

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2013-09-26 
19:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2014-05-27 
18:23:51.0 +0200
@@ -1,0 +2,7 @@
+Mon May 26 15:52:33 UTC 2014 - g...@opensuse.org
+
+- update to version 20140422
+  * too large number of changes to list here, see the included
+CHANGES file for a detailed list
+
+---

Old:

  byacc-20130925.tgz

New:

  byacc-20140422.tgz



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.h1Vjsh/_old  2014-05-27 18:23:54.0 +0200
+++ /var/tmp/diff_new_pack.h1Vjsh/_new  2014-05-27 18:23:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20130925
+Version:20140422
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20130925.tgz - byacc-20140422.tgz ++
 148684 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2013-09-26 19:29:17

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2013-08-04 
07:28:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2013-09-26 
19:29:18.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep 26 11:06:49 UTC 2013 - g...@opensuse.org
+
+- update to version 20130925
+  * reader.c: fix two loop-limits found by clang 3.3 --analyze
+  * configure: regen
+  * aclocal.m4: tweaks to CF_MIXEDCASE_FILENAMES and
+CF_XOPEN_SOURCE for msys from ncurses
+  * package/mingw-byacc.spec: RCS_BASE
+  * regenerate various test files
+  * skeleton.c: Increase default stack-size to match FreeBSD
+version noted as from BSD 4.4 Lite Usr.bin Sources.
+  * config.sub: update to 2013-09-15
+  * config.guess: update to 2013-06-10
+
+---

Old:

  byacc.tar.gz

New:

  byacc-20130925.tgz



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.yTt4DK/_old  2013-09-26 19:29:19.0 +0200
+++ /var/tmp/diff_new_pack.yTt4DK/_new  2013-09-26 19:29:19.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   byacc
-Version:20130304
+Version:20130925
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
 Url:http://invisible-island.net/byacc/byacc.html
-Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
+Source: ftp://invisible-island.net/byacc/byacc-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2013-08-03 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2013-08-04 07:28:21

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2011-09-23 
01:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2013-08-04 
07:28:23.0 +0200
@@ -1,0 +2,14 @@
+Sat Aug  3 03:46:44 UTC 2013 - crrodrig...@opensuse.org
+
+- run test suite 
+- use --program-prefix instead of moving/renaming executables 
+  around.
+
+---
+Sat Aug  3 03:28:21 UTC 2013 - crrodrig...@opensuse.org
+
+- byacc 20130304
+* too many since 2010 to list here.. see 
+http://invisible-island.net/byacc/CHANGES
+
+---



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.c4FhXK/_old  2013-08-04 07:28:24.0 +0200
+++ /var/tmp/diff_new_pack.c4FhXK/_new  2013-08-04 07:28:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,13 +17,12 @@
 #
 
 
-
 Name:   byacc
-Version:20100216
-Release:1
+Version:20130304
+Release:0
 Summary:LALR(1) parser generator
-Group:  Development/Languages/C and C++
 License:SUSE-Public-Domain
+Group:  Development/Languages/C and C++
 Url:http://invisible-island.net/byacc/byacc.html
 Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,23 +34,24 @@
 dependencies upon a particular compiler.
 
 %prep
-%setup
+%setup -q
 
 %build
 # without --with-warnings several functions will not be marked with gcc's
 # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
-%configure --with-warnings
+%configure --with-warnings --program-prefix=b
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
-mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
+
+%check
+make check
 
 %files
 %defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
-%doc %{_mandir}/man1/byacc.1*
+%{_mandir}/man1/byacc.1*
 %{_bindir}/byacc
 
 %changelog

++ byacc.tar.gz ++
 35883 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2011-12-06 18:02:06

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


Package is byacc, Maintainer is 

Changes:




Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.l69mCo/_old  2011-12-06 18:04:07.0 +0100
+++ /var/tmp/diff_new_pack.l69mCo/_new  2011-12-06 18:04:07.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 Summary:LALR(1) parser generator
 Group:  Development/Languages/C and C++
-License:Public Domain
+License:SUSE-Public-Domain
 Url:http://invisible-island.net/byacc/byacc.html
 Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package byacc for openSUSE:Factory
checked in at Mon Sep 19 21:05:39 CEST 2011.




--- byacc/byacc.changes 2010-03-29 20:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/byacc/byacc.changes2011-09-17 
23:10:55.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 21:10:51 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.eKZeda/_old  2011-09-19 21:05:35.0 +0200
+++ /var/tmp/diff_new_pack.eKZeda/_new  2011-09-19 21:05:35.0 +0200
@@ -25,7 +25,6 @@
 Group:  Development/Languages/C and C++
 License:Public Domain
 Url:http://invisible-island.net/byacc/byacc.html
-AutoReqProv:on
 Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -35,26 +34,6 @@
 the ATT Yacc documentation. In contrast to bison, it is written to avoid
 dependencies upon a particular compiler.
 
-Authors:
-
-Robert Corbett
-Thomas E. Dickey dic...@invisible-island.net
-Benson I. Margulies
-Dave Gentzel
-Antoine Verheijen
-Peter S. Housel
-Dale Smith
-Ozan Yigit
-John Campbell
-Bill Sommerfeld
-Paul Hilfinger
-Gary Bridgewater
-Dave Bakken
-Dan Lanciani
-Richard Sargent
-Parag Patel
-
-
 %prep
 %setup
 
@@ -69,9 +48,6 @@
 mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
 mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit byacc for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package byacc for openSUSE:Factory
checked in at Mon Sep 5 16:28:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/byacc/byacc.changes2010-03-29 
20:28:41.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Mar 29 18:27:53 UTC 2010 - guido+opensuse@berhoerster.name
+
+- initial packaging of byacc
+

calling whatdependson for head-i586


New:

  byacc.changes
  byacc.spec
  byacc.tar.gz



Other differences:
--
++ byacc.spec ++
#
# spec file for package byacc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   byacc
Version:20100216
Release:1
Summary:LALR(1) parser generator
Group:  Development/Languages/C and C++
License:Public Domain
Url:http://invisible-island.net/byacc/byacc.html
AutoReqProv:on
Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
possible with ATT Yacc and it accepts any input specification that conforms to
the ATT Yacc documentation. In contrast to bison, it is written to avoid
dependencies upon a particular compiler.

Authors:

Robert Corbett
Thomas E. Dickey dic...@invisible-island.net
Benson I. Margulies
Dave Gentzel
Antoine Verheijen
Peter S. Housel
Dale Smith
Ozan Yigit
John Campbell
Bill Sommerfeld
Paul Hilfinger
Gary Bridgewater
Dave Bakken
Dan Lanciani
Richard Sargent
Parag Patel


%prep
%setup

%build
# without --with-warnings several functions will not be marked with gcc's
# noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
%configure --with-warnings
make %{?_smp_mflags}

%install
%makeinstall
mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
%doc %{_mandir}/man1/byacc.1*
%{_bindir}/byacc

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org