Accepting request 722929 from home:AndreasStieger:branches:Base:System
GNU awk 5.0.1 OBS-URL: https://build.opensuse.org/request/show/722929 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=73
This commit is contained in:
parent
cb72d81644
commit
2ac4dc934a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551
|
|
||||||
size 2985412
|
|
@ -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-----
|
|
3
gawk-5.0.1.tar.xz
Normal file
3
gawk-5.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
|
||||||
|
size 3136004
|
11
gawk-5.0.1.tar.xz.sig
Normal file
11
gawk-5.0.1.tar.xz.sig
Normal file
@ -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-----
|
22
gawk.changes
22
gawk.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 12 21:20:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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
|
Mon Feb 26 10:19:21 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
16
gawk.spec
16
gawk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gawk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: gawk
|
||||||
Version: 4.2.1
|
Version: 5.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU awk
|
Summary: GNU awk
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Text/Utilities
|
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
|
Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
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
|
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): %{install_info_prereq}
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
Provides: awk
|
Provides: awk
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU awk is upwardly compatible with the System V Release 4 awk. It is
|
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}
|
make check %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
|
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
install -d %{buildroot}/bin
|
install -d %{buildroot}/bin
|
||||||
@ -81,7 +80,6 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%config %{_sysconfdir}/profile.d/gawk.csh
|
%config %{_sysconfdir}/profile.d/gawk.csh
|
||||||
%config %{_sysconfdir}/profile.d/gawk.sh
|
%config %{_sysconfdir}/profile.d/gawk.sh
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
@ -102,7 +100,7 @@ fi
|
|||||||
%{_libdir}/gawk
|
%{_libdir}/gawk
|
||||||
%{_datadir}/awk
|
%{_datadir}/awk
|
||||||
%{_includedir}/gawkapi.h
|
%{_includedir}/gawkapi.h
|
||||||
%{_infodir}/*.info.gz
|
%{_infodir}/*.info%{?ext_info}
|
||||||
%{_mandir}/man1/gawk.1%{?ext_man}
|
%{_mandir}/man1/gawk.1%{?ext_man}
|
||||||
%{_mandir}/man3/*%{?ext_man}
|
%{_mandir}/man3/*%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user