Changelog for
gengetopt-debugsource-2.23-3.el8.x86_64.rpm :
* Mon Jul 27 2020 Fedora Release Engineering
- 2.23-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering - 2.23-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Sep 09 2019 Mosaab Alzoubi - 2.23 -1- Update to 2.23
* Thu Jul 25 2019 Fedora Release Engineering - 2.22.6-15- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Mar 07 2019 Tim Landscheidt - 2.22.6-14.el8- Remove obsolete requirements for %post/%preun scriptlets
* Thu Jan 31 2019 Fedora Release Engineering - 2.22.6-13- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering - 2.22.6-12- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering - 2.22.6-11- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Aug 02 2017 Fedora Release Engineering - 2.22.6-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering - 2.22.6-9- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering - 2.22.6-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Feb 03 2016 Fedora Release Engineering - 2.22.6-7- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Aug 24 2015 Marcin Juszkiewicz - 2.22.6-6- Valgrind is not available only on s/390
* Wed Jun 17 2015 Fedora Release Engineering - 2.22.6-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 02 2015 Kalev Lember - 2.22.6-4- Rebuilt for GCC 5 C++11 ABI change
* Sat Aug 16 2014 Fedora Release Engineering - 2.22.6-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering - 2.22.6-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Feb 20 2014 Christopher Meng - 2.22.6-1- Update to 2.22.6
* Sat Aug 03 2013 Fedora Release Engineering - 2.22.5-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Feb 13 2013 Fedora Release Engineering - 2.22.5-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering - 2.22.5-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat May 05 2012 Peter Robinson - 2.22.5-1- Update to 2.22.5-1 to fix FTBFS- valgrind supported on ARM too
* Tue Feb 28 2012 Fedora Release Engineering - 2.22.3-4- Rebuilt for c++ ABI breakage
* Fri Jan 13 2012 Fedora Release Engineering - 2.22.3-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering - 2.22.3-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Nov 04 2009 Debarshi Ray - 2.22.3-1- Version bump to 2.22.3. (Red Hat Bugzilla #512414)
* enum option values can contain + and -.
* Fixed compilation problems due to macro FIX_UNUSED which was not in the right place.
* New command line switches --header-output-dir and --src_output-dir to store cmdline.h separately from cmdline.c.
* Use #include in the generated files, instead of \"getopt.h\".
* Generated functions use prototypes with char
*
* instead of char
*const
*.
* Removed compilation warnings for generated files.
* Fixed a compilation problem for files generated with --include-getopt with some versions of stdlib.h.
* Use PACKAGE_NAME, if defined, for printing help and version.- Encoding of ChangeLog and THANKS fixed by upstream.- Removed spurious executable permissions from a bunch of files.
* Fri Jul 24 2009 Release Engineering - 2.22.1-3- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Release Engineering - 2.22.1-2- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Jun 02 2008 Debarshi Ray - 2.22.1-1- Version bump to 2.22.1. (Red Hat Bugzilla #444335)
* Removed compilation warnings for generated files.
* Fixed a bug with --long-help and enum options.
* The outputs of --help and output of --show-help correspond with each other.
* Fixed a compilation problem in generated output with mode options.- Parallel build problems fixed by upstream.
* Fri Mar 07 2008 Debarshi Ray - 2.22-1- Version bump to 2.22. (Red Hat Bugzilla #428641)- Fixed build failure with gcc-4.3.- Trimmed the \'BuildRequires\' list.- Changed character encodings from ISO8859-1 to UTF-8.- Disabled parallel make to prevent failure with -j2.- Added \'make check-valgrind\' for ix86, x86_64, ppc and ppc64 in check stanza.- Fixed Texinfo scriptlets according to Fedora packaging guidelines.
* Tue Aug 07 2007 Debarshi Ray - 2.21-2- Removed \'BuildRequires: source-highlight\' to prevent build failure.
* Sat Aug 04 2007 Debarshi Ray - 2.21-1- Version bump to 2.21. (Red Hat Bugzilla #250817)- License changed to GPLv3 or later.- Parallel build problems fixed by upstream.- README.example added by upstream.
* Tue Jun 12 2007 Debarshi Ray - 2.20-1- Version bump to 2.20.
* Tue Jun 12 2007 Debarshi Ray - 2.19.1-3- Added \'BuildRequires: ...\' for check stanza.- Added a check stanza.- Removed -devel package.
* Mon Jun 11 2007 Debarshi Ray - 2.19.1-2- Used variables name and version in Source0.- Mentioned /sbin/install-info as a requirement for post and preun.- Used _datadir instead of defining sharedir.- Disabled parallel make to prevent failure with -j2.- Removing /usr/share/info/dir in the install stanza.- Replaced \'$RPM_BUILD_DIR\' with \'.\' in the install stanza.
* Sun Jun 10 2007 Debarshi Ray - 2.19.1-1- Initial build.- Added README.example from Debian.- Changed version and date in online manual page to 2.19.1 from 2.19rc.