gengetopt/gengetopt.changes

128 lines
4.6 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Thu Feb 20 11:02:48 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.2.3:
* Gengen and gengetopt are required when building from git. When
building from tarball, everything works like it did before.
* Drop IRIX compatibility
* To mimic behaviour of coreutils, version string is no longer
part of --help (bug #34400)
* To mimic behaviour of coreutils, usage is printed before
purpose in --help bug #34402)
* Use singular (`[OPTION]...`, `[FILE]...`) instead of plural
(`[OPTIONS]...`, `[FILES]...`) (bug #34394)
* Fix spelling of `--unnamed`. `--unamed` still provided for
backwards compatibility. (bug #34392)
- Drop no longer applying patches:
* reproducible.patch
* gengetopt-glibc-license.patch
-------------------------------------------------------------------
Fri Dec 28 09:07:29 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch to make package build
reproducible again (boo#1047218)
-------------------------------------------------------------------
Mon Nov 12 13:54:22 CET 2018 - sbrabec@suse.com
- Fix glibc license (savannah#54996):
* gengetopt-glibc-license.patch
- Add makeinfo to BuildRequires.
-------------------------------------------------------------------
Fri Apr 13 12:02:12 UTC 2018 - mpluskal@suse.com
- Run spec-cleaner
-------------------------------------------------------------------
Fri Apr 13 11:54:37 UTC 2018 - ncutler@suse.com
- Fix License line to be in accordance with "SUSE Mapping for spdx.org"
-------------------------------------------------------------------
Sun Mar 5 09:40:52 UTC 2017 - mpluskal@suse.com
- Update dependencies
- Small packaging cleanup
-------------------------------------------------------------------
Mon Mar 16 19:15:15 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Use url for source
- Add gpg signature
- Correct info scriplet dependencies
-------------------------------------------------------------------
Thu Nov 8 10:04:46 UTC 2012 - sweet_f_a@gmx.de
- update to gengetopt-2.22.6
* A compilation problem in Mac OS X has been fixed.
* The version text directive has been added.
* The commandline option --strict-hidden has been added.
* Many bugs have been fixed.
- use xz compressed sources
-------------------------------------------------------------------
Wed Feb 8 11:52:02 UTC 2012 - puzel@suse.com
- cleanup spec file
-------------------------------------------------------------------
Mon Sep 26 05:22:30 UTC 2011 - sweet_f_a@gmx.de
- update to gengetopt-2.22.5
* correctly preprocess the specified usage string
* handle escaped newline chars correctly
* initialize enum variables with generated null enum
value instead of -1
* generated parser compilable with C++
-------------------------------------------------------------------
Sun Sep 18 16:43:39 UTC 2011 - sweet_f_a@gmx.de
- minor build fixes and spec file polish
-------------------------------------------------------------------
Mon Apr 11 11:18:49 UTC 2011 - puzel@novell.com
- use spec-cleaner
-------------------------------------------------------------------
Wed Dec 30 08:02:14 UTC 2009 - puzel@novell.com
- update to gengetopt-2.22.4
* removed other gcc compilation warnings on generated files
-------------------------------------------------------------------
Fri Oct 16 14:44:19 UTC 2009 - puzel@novell.com
- update to gengetopt-2.22.3
* enum option values can contain + and - (thanks to Papp Gyozo).
* fixed compilation problems due to macro FIX_UNUSED which was not
in the right place (thanks to Matthew Junker)
* --header-output-dir and --src_output-dir to store cmdline.h
separately from cmdline.c (thanks to Yegor Yefremov)
* #include <getopt.h> in the generated files, instead of "getopt.h"
* generated functions use prototypes with char ** instead of
char *const *
-------------------------------------------------------------------
Sun Jun 14 16:17:01 CEST 2009 - puzel@novell.com
- update to gengetopt-2.22.2
* removed further compilation warnings for generated files
* fixed a compilation problems for files generated with --include-getopt
with some versions of stdlib.h
* removed dependency from flex library (that generated problems in
compilation in open solaris)
* uses PACKAGE_NAME, if defined, for printing help and version
* uses --docdir if specified for installing documentation
-------------------------------------------------------------------
Thu Apr 30 14:39:21 CEST 2009 - puzel@suse.cz
- initial package (version 2.22.1)