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.changes    2023-02-22 
15:21:08.545710155 +0100
@@ -1,0 +2,7 @@
+Fri Feb 17 12:43:24 UTC 2023 - Avinesh Kumar <avinesh.ku...@suse.com>
+
+- 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.000000000 +0100
+++ new/byacc-20230201/CHANGES  2023-02-02 01:17:03.000000000 +0100
@@ -1,3 +1,18 @@
+2023-02-01  Thomas E. Dickey  <dic...@invisible-island.net>
+
+       * 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  <dic...@invisible-island.net>
+
+       * aclocal.m4: resync with my-autoconf
+
 2022-12-29  Thomas E. Dickey  <dic...@invisible-island.net>
 
        * 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.000000000 +0100
+++ new/byacc-20230201/MANIFEST 2023-02-02 01:12:06.000000000 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc, version t20221229
+MANIFEST for byacc, version t20230201
 
--------------------------------------------------------------------------------
 MANIFEST                        this file
 ACKNOWLEDGEMENTS                original 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.000000000 +0100
+++ new/byacc-20230201/VERSION  2023-02-02 01:12:06.000000000 +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.000000000 +0100
+++ new/byacc-20230201/configure.in     2023-02-02 01:14:51.000000000 +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' '--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/package/byacc.spec new/byacc-20230201/package/byacc.spec
--- old/byacc-20221229/package/byacc.spec       2022-12-29 11:23:05.000000000 
+0100
+++ new/byacc-20230201/package/byacc.spec       2023-02-02 01:12:06.000000000 
+0100
@@ -1,12 +1,12 @@
 Summary: public domain Berkeley LALR Yacc parser generator
 
 %global AppVersion 2.0
-%global AppPatched 20221229
+%global AppPatched 20230201
 
 %global AltProgram byacc2
 %global UseProgram yacc
 
-# $Id: byacc.spec,v 1.69 2022/12/29 10:23:05 tom Exp $
+# $Id: byacc.spec,v 1.70 2023/02/02 00:12:06 tom Exp $
 Name: byacc
 Version: %{AppVersion}.%{AppPatched}
 Release: 1
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/package/debian/changelog 
new/byacc-20230201/package/debian/changelog
--- old/byacc-20221229/package/debian/changelog 2022-12-29 11:23:05.000000000 
+0100
+++ new/byacc-20230201/package/debian/changelog 2023-02-02 01:12:06.000000000 
+0100
@@ -1,3 +1,9 @@
+byacc (1:2.0.20230201) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <dic...@invisible-island.net>  Wed, 01 Feb 2023 19:12:06 
-0500
+
 byacc (1:2.0.20221229) unstable; urgency=low
 
   * maintenance updates
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/package/debian/copyright 
new/byacc-20230201/package/debian/copyright
--- old/byacc-20221229/package/debian/copyright 2022-01-28 18:05:52.000000000 
+0100
+++ new/byacc-20230201/package/debian/copyright 2023-02-02 01:12:06.000000000 
+0100
@@ -4,7 +4,7 @@
 Source: https://invisible-island.net/byacc/
 
 Files: *
-Copyright:  2001-2021,2022 by Thomas E. Dickey
+Copyright:  2001-2022,2023 by Thomas E. Dickey
 License: public-domain
     Berkeley Yacc is in the public domain; changes made to it by the current
     maintainer are likewise unrestricted.  That applies to most of the files.
@@ -41,7 +41,7 @@
     
-------------------------------------------------------------------------------
 
 Files: aclocal.m4
-Copyright:  2004-2021,2022 by Thomas E. Dickey
+Copyright:  2004-2022,2023 by Thomas E. Dickey
 License: other-BSD
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
@@ -103,7 +103,7 @@
     shared with many OS's install programs.
 
 Files: package/debian/*
-Copyright:  2012-2021,2022 Thomas E. Dickey
+Copyright:  2012-2022,2023 Thomas E. Dickey
 License: other-BSD
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
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/package/mingw-byacc.spec 
new/byacc-20230201/package/mingw-byacc.spec
--- old/byacc-20221229/package/mingw-byacc.spec 2022-12-29 11:23:05.000000000 
+0100
+++ new/byacc-20230201/package/mingw-byacc.spec 2023-02-02 01:12:06.000000000 
+0100
@@ -1,11 +1,11 @@
 Summary: public domain Berkeley LALR Yacc parser generator
 
 %global AppVersion 2.0
-%global AppPatched 20221229
+%global AppPatched 20230201
 
 %global UseProgram yacc
 
-# $Id: mingw-byacc.spec,v 1.46 2022/12/29 10:23:05 tom Exp $
+# $Id: mingw-byacc.spec,v 1.47 2023/02/02 00:12:06 tom Exp $
 Name: byacc
 Version: %{AppVersion}.%{AppPatched}
 Release: 1
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/package/pkgsrc/Makefile 
new/byacc-20230201/package/pkgsrc/Makefile
--- old/byacc-20221229/package/pkgsrc/Makefile  2022-12-29 11:23:05.000000000 
+0100
+++ new/byacc-20230201/package/pkgsrc/Makefile  2023-02-02 01:12:06.000000000 
+0100
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.24 2021/08/14 01:04:32 mef Exp $
 #
 
-DISTNAME=      byacc-20221229
+DISTNAME=      byacc-20230201
 CATEGORIES=    devel
 MASTER_SITES=  https://invisible-mirror.net/archives/byacc/
 DIST_SUBDIR=   byacc-20220101

Reply via email to