Accepting request 807783 from Base:System
OBS-URL: https://build.opensuse.org/request/show/807783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mawk?expand=0&rev=19
This commit is contained in:
commit
f145922216
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
|
||||
size 460819
|
@ -1,8 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlnlx1EACgkQcCNT4PfkjtstBgCfb8AprJTluelye5lua5qulnr/
|
||||
LOQAnjjiTW5v4o9UIQyIuB6RVAgXUW1H
|
||||
=SBaF
|
||||
-----END PGP SIGNATURE-----
|
3
mawk-1.3.4-20200120.tgz
Normal file
3
mawk-1.3.4-20200120.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237
|
||||
size 468855
|
7
mawk-1.3.4-20200120.tgz.asc
Normal file
7
mawk-1.3.4-20200120.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXiYruQAKCRBwI1Pg9+SO
|
||||
26/4AJ9WZMLOk7tFay2s4wX7vxS7P0XglwCgycsDDSfNVUFOgXQHZ8S7AWUibKU=
|
||||
=tr/z
|
||||
-----END PGP SIGNATURE-----
|
21
mawk.changes
21
mawk.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 08:16:30 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Update to version 1.3.4-20200120
|
||||
* fix typos found with codespell.
|
||||
* when reading input in interactive mode, provide for extending the
|
||||
buffer size for very long lines (Original-Mawk #59).
|
||||
* correct line-number shown in too-many-arguments error message for
|
||||
the case where the function is a forward reference (report by "mukti").
|
||||
* fix install for manpage when configure --srcdir option is used
|
||||
(report by Rajeev V Pillai).
|
||||
* use both CFLAGS/LDFLAGS when linking in makefile (report by Rajeev V Pillai).
|
||||
* fix clang-9 warning in bi_funct.c (report by Rajeev V Pillai).
|
||||
* minor improvement to gcc warning options, from vile
|
||||
* improve manpage formatting, e.g., for man2html
|
||||
* improve debug-traces
|
||||
* eliminate non-portable tdestroy() from zmalloc no-leaks code.
|
||||
* revert a change for memory-leaks which made the forced-exit via a
|
||||
user function inconsistent with earlier versions (report by Sihera Andre).
|
||||
* amend a change for memory-leaks to avoid a double-free (Original-Mawk #56).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 07:58:17 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mawk
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define _upver 1.3.4
|
||||
%define _datever 20171017
|
||||
%define _datever 20200120
|
||||
Name: mawk
|
||||
Version: %{_upver}.%{_datever}
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user