Hello community, here is the log from the commit of package gengetopt for openSUSE:Factory checked in at Mon Sep 19 22:51:19 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/gengetopt/gengetopt.changes 2011-09-19 15:33:02.000000000 +0200 @@ -0,0 +1,46 @@ +------------------------------------------------------------------- +Sun Sep 18 16:43:39 UTC 2011 - [email protected] + +- minor build fixes and spec file polish + +------------------------------------------------------------------- +Mon Apr 11 11:18:49 UTC 2011 - [email protected] + +- use spec-cleaner + +------------------------------------------------------------------- +Wed Dec 30 08:02:14 UTC 2009 - [email protected] + +- update to gengetopt-2.22.4 + * removed other gcc compilation warnings on generated files + +------------------------------------------------------------------- +Fri Oct 16 14:44:19 UTC 2009 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- initial package (version 2.22.1) + calling whatdependson for head-i586 New: ---- gengetopt-2.22.4.tar.bz2 gengetopt.changes gengetopt.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gengetopt.spec ++++++ # # spec file for package gengetopt (Version 2.22.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: gengetopt Version: 2.22.4 Release: 1 License: GPLv3+ Summary: Commandline parser generator Url: http://www.gnu.org/software/gengetopt/ Group: Development/Languages/C and C++ Source: %{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gengetopt is a tool to generate C code to parse getopt styled command line arguments. It's similar or even more powerful than the well known libpopt but does not add any run or compile time dependencies to your projects. Moreover reading/writing the options from/to config files is also supported. %prep %setup -q %build %configure \ --docdir=%{_docdir}/%{name} make %install %{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT} # our system's getopt.h has getopt_long() on board, no need to install sources rm -rf %{buildroot}%{_datadir}/%{name} # make rpmlint happy and delete INSTALL rm -f %{buildroot}%{_docdir}/%{name}/INSTALL %check make check %clean rm -rf %{buildroot} %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files %defattr(-, root, root) %{_bindir}/%{name} %doc %{_infodir}/*.info* %doc %{_mandir}/man1/%{name}* %doc %{_docdir}/%{name} %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
