mawk/mawk.changes

78 lines
2.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Nov 9 23:13:17 UTC 2015 - p.drouand@gmail.com
- Update to version 1.3.4-20150503
* add --with-man2html configure option
* improve description of -W options and how they can be combined into
a comma-separated list (adapted from Leif LeBaron).
* modify parsing for -Wexec to permit its value to be separated by '='
in addition to a space, for consistency with the other -W options.
* cosmetic changes to configure script macros, from work on xterm.
* update config.guess and config.sub
For previous changes, please read the CHANGES file
- Remove patches; fixed on upstream release
* mawk-1.3.4-fix-make-check-path-handling.patch
* mawk-1.3.4-fix-regex-matching.patch
-------------------------------------------------------------------
Sat Apr 4 16:06:58 UTC 2015 - mpluskal@suse.com
- Add gpg signature
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Sat Feb 8 12:04:51 UTC 2014 - gber@opensuse.org
- adjust update-alternative usage to packaging policy
(see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)
- move mawk to /usr/bin and add symlink in /bin
-------------------------------------------------------------------
Tue May 15 08:43:19 UTC 2012 - gber@opensuse.org
- package COPYING
- simplify installation
- make example scripts executable
-------------------------------------------------------------------
Tue Jan 10 10:00:25 UTC 2012 - gber@opensuse.org
- added mawk-1.3.4-fix-regex-matching.patch which adds limit-check
after processing match(test, "[^0-9A-Za-z]") to ensure the
internal trailing null of the test-string is not mistaken for
part of the string (backported from development snapshot,
bnc#740484)
- specfile cleanup
-------------------------------------------------------------------
Mon Feb 22 19:13:57 UTC 2010 - guido+opensuse.org@berhoerster.name
- use update-alternatives
-------------------------------------------------------------------
Fri Feb 19 18:44:33 UTC 2010 - guido+opensuse.org@berhoerster.name
- add copyright note for integration into Factory
-------------------------------------------------------------------
Fri Feb 19 11:34:39 UTC 2010 - guido+opensuse.org@berhoerster.name
- cleaned up specfile, added explanatory comment
-------------------------------------------------------------------
Tue Feb 17 09:35:10 UTC 2010 - guido+opensuse.org@berhoerster.name
- added check section
- use external changelog
- dropped mawk-1.3.4-fix-gcc-bogus-warning.patch, passing --enable-warnings to
configure correctly marks the affected functions with GCC's noreturn
attribute (thanks to T. Dickey for clarifying)
- added patch fixing path handling issues with the make check target and
associated scripts
-------------------------------------------------------------------
Tue Dec 23 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- initial packaging of mawk