Hello community, here is the log from the commit of package gawk for openSUSE:Factory checked in at 2019-08-27 11:58:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gawk (Old) and /work/SRC/openSUSE:Factory/.gawk.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gawk" Tue Aug 27 11:58:16 2019 rev:41 rq:722984 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gawk/gawk.changes 2018-02-28 19:55:46.667061540 +0100 +++ /work/SRC/openSUSE:Factory/.gawk.new.7948/gawk.changes 2019-08-27 11:58:18.447676518 +0200 @@ -1,0 +2,22 @@ +Mon Aug 12 21:20:35 UTC 2019 - Andreas Stieger <[email protected]> + +- GNU awk 5.0.1: + * Sandbox mode now disallows assigning new filename values in + ARGV that were not there when gawk was invoked + * The new argument "no-ext" to --lint disables "XXX is a gawk + extension" lint warnings +- possibly incompatible changes in 5.0.0: + * Add support for the POSIX standard %a and %A printf formats + * Replace regex routines with those from GNULIB + * PROCINFO["platform"] yields a string indicating the platform for + which gawk was compiled. + * Writing to elements of SYMTAB that are not variable names now + causes a fatal error + * New comment handling in the pretty-printer + * Namespaces have been implemented. Files included with -i, read + with -f, and command line program segments must all be self- + contained syntactic units. + * now uses the locale settings for ignoring case in single byte + locales, instead of hardwiring in Latin-1 + +------------------------------------------------------------------- Old: ---- gawk-4.2.1.tar.xz gawk-4.2.1.tar.xz.sig New: ---- gawk-5.0.1.tar.xz gawk-5.0.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gawk.spec ++++++ --- /var/tmp/diff_new_pack.qRFLkH/_old 2019-08-27 11:58:18.995676443 +0200 +++ /var/tmp/diff_new_pack.qRFLkH/_new 2019-08-27 11:58:18.999676442 +0200 @@ -1,7 +1,7 @@ # # spec file for package gawk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # 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: gawk -Version: 4.2.1 +Version: 5.0.1 Release: 0 Summary: GNU awk -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Text/Utilities -Url: http://www.gnu.org/software/gawk/ +URL: https://www.gnu.org/software/gawk/ Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring @@ -33,7 +33,6 @@ Requires(preun): %{install_info_prereq} Requires(preun): update-alternatives Provides: awk -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GNU awk is upwardly compatible with the System V Release 4 awk. It is @@ -50,7 +49,7 @@ make check %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install #UsrMerge install -d %{buildroot}/bin @@ -81,7 +80,6 @@ fi %files -f %{name}.lang -%defattr(-,root,root) %config %{_sysconfdir}/profile.d/gawk.csh %config %{_sysconfdir}/profile.d/gawk.sh #UsrMerge @@ -102,7 +100,7 @@ %{_libdir}/gawk %{_datadir}/awk %{_includedir}/gawkapi.h -%{_infodir}/*.info.gz +%{_infodir}/*.info%{?ext_info} %{_mandir}/man1/gawk.1%{?ext_man} %{_mandir}/man3/*%{?ext_man} ++++++ gawk-4.2.1.tar.xz -> gawk-5.0.1.tar.xz ++++++ ++++ 211045 lines of diff (skipped)
