diff --git a/gawk-4.2.1.tar.xz b/gawk-4.2.1.tar.xz deleted file mode 100644 index c17b929..0000000 --- a/gawk-4.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551 -size 2985412 diff --git a/gawk-4.2.1.tar.xz.sig b/gawk-4.2.1.tar.xz.sig deleted file mode 100644 index f4a337f..0000000 --- a/gawk-4.2.1.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQEcBAABAgAGBQJakwibAAoJEN9ZeBWTfsDSD5MH/jn5QWPg0yUKQ4F4BUNxaWAE -hGwgCEdOKdkd05dhut2Qrt5emzaoJf21y7Guk2tECYMAZ9EC4uccE58VsVIdwFW1 -ly9FAoqZDov2nktYs4M0T568+6Qn355jzz6NChggnN0nZOomIsCjBJz/4bSmkOyv -03x7FuKCyiDWkFxH7XVa+ZWOlXhu6yTXuoFQ6aG0rw1Bn1U5oMl/HJG4ZtExZeQd -jt6TMzru8/QfPYbt4Qscmucfup5AWjngUmHFfECVDcBUM/EpZBQI2Laq+YEQZpgW -Gi4gqUGtdtHRTrOILOZcpGjl6yOaGbYgMVmwRHwSxRCYUAuyjXNxTbLUKh9WQbo= -=tCrP ------END PGP SIGNATURE----- diff --git a/gawk-5.0.1.tar.xz b/gawk-5.0.1.tar.xz new file mode 100644 index 0000000..f17abd0 --- /dev/null +++ b/gawk-5.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794 +size 3136004 diff --git a/gawk-5.0.1.tar.xz.sig b/gawk-5.0.1.tar.xz.sig new file mode 100644 index 0000000..f84f606 --- /dev/null +++ b/gawk-5.0.1.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJdCScpAAoJEN9ZeBWTfsDS6wQH/2ra15f2EntXmtEdlneP4X6o +TcQMeZ/O1WGLK0GD5V10fuYaE/8WwzlCJn2diuDMPzD4+f6WCFV++YHplpiNNpud +ZVf8BgT8bm3p/g6UhN8ar+Eks8qe8PTSTepIb6nYFF2hCno+XSOnMwErQhPC/Fmo +XNniqcfBWwK+HobnF+dSzPsEJV8Gi0ShSazoGxqm3yf4fL/R9DxvarY6MSYotRBd +h3NEK2IxYIyaW9LAtE2IX9/3B8wPx+uLReo/MPVG9xCTfSFZL+GYConUKRcnBEmv +6xK0M0bAorAcqASXlxQeOFV6pKtBxl0vwhofZ1mlf3slN7g7/UeL6KyMhTvVKGQ= +=pYxa +-----END PGP SIGNATURE----- diff --git a/gawk.changes b/gawk.changes index 97679e6..fb5803a 100644 --- a/gawk.changes +++ b/gawk.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Aug 12 21:20:35 UTC 2019 - Andreas Stieger + +- 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 + ------------------------------------------------------------------- Mon Feb 26 10:19:21 UTC 2018 - astieger@suse.com diff --git a/gawk.spec b/gawk.spec index 22b8be6..6360d10 100644 --- a/gawk.spec +++ b/gawk.spec @@ -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(post): update-alternatives 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 %{?_smp_mflags} make check %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install #UsrMerge install -d %{buildroot}/bin @@ -81,7 +80,6 @@ if [ $1 -eq 0 ]; then 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 @@ fi %{_libdir}/gawk %{_datadir}/awk %{_includedir}/gawkapi.h -%{_infodir}/*.info.gz +%{_infodir}/*.info%{?ext_info} %{_mandir}/man1/gawk.1%{?ext_man} %{_mandir}/man3/*%{?ext_man}