Hello community, here is the log from the commit of package hello for openSUSE:Factory checked in at 2017-01-23 11:36:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hello (Old) and /work/SRC/openSUSE:Factory/.hello.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hello" Changes: -------- --- /work/SRC/openSUSE:Factory/hello/hello.changes 2014-11-18 22:48:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hello.new/hello.changes 2017-01-23 11:36:18.531076414 +0100 @@ -1,0 +2,21 @@ +Mon Jan 16 10:12:25 UTC 2017 - [email protected] + +- new keyring fetched from savannah homepage, for new maintainer. + +------------------------------------------------------------------- +Sat Jan 17 19:12:38 UTC 2015 - [email protected] + +- Updateto version 2.10 + * The 'Hello, World' message is now part of translations. The + translation bug was introduced in release 2.9. + * Make use of none-recursive build. + * Removal of user-defined new-style. + * Include an example how to add a section to a manual page, such as BUGS. + * Rather than 'fprintf (stderr' use libc 'error()' reporting facility. + * Start using 'make update-copyright' facility. + * Generate ChangeLog from git commit logs. + * Avoid manual page generation errors when cross-compiling. +- Split out translation files into a lang subpackage +- Make main package recommend hello-lang + +------------------------------------------------------------------- Old: ---- hello-2.9.tar.gz hello-2.9.tar.gz.sig New: ---- hello-2.10.tar.gz hello-2.10.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hello.spec ++++++ --- /var/tmp/diff_new_pack.O9mDB0/_old 2017-01-23 11:36:19.194982262 +0100 +++ /var/tmp/diff_new_pack.O9mDB0/_new 2017-01-23 11:36:19.194982262 +0100 @@ -1,7 +1,7 @@ # # spec file for package hello # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,16 +23,18 @@ Summary: A Friendly Greeting Program License: GPL-3.0+ Group: Development/Tools/Other -Version: 2.9 +Version: 2.10 Release: 0 Url: http://www.gnu.org/software/hello Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz Source1: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz.sig +# https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=hello&download=1 Source2: %{name}.keyring Patch0: hello-1.3.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: makeinfo PreReq: %install_info_prereq +Recommends: %{name}-lang %description The GNU hello program produces a familiar, friendly greeting. It @@ -42,18 +44,7 @@ GNU hello supports many native languages. - - -Authors: --------- - The King <[email protected]> - Charles Hannum <[email protected]> - David J. MacKenzie <[email protected]> - Jan Brittenson <[email protected]> - Michael I Bushnell <[email protected]> - Mike Haertel <[email protected]> - Noah Friedman <[email protected]> - Roland McGrath <[email protected]> +%lang_package %prep # Use defined macro @@ -88,11 +79,13 @@ %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%files -f %{name}.lang +%files %defattr(-, root, root) %doc COPYING TODO NEWS README THANKS ABOUT-NLS %{_bindir}/* %{_infodir}/*.gz %{_mandir}/*/* +%files lang -f %{name}.lang + %changelog ++++++ hello-2.9.tar.gz -> hello-2.10.tar.gz ++++++ ++++ 39115 lines of diff (skipped) ++++++ hello.keyring ++++++ Binary files /var/tmp/diff_new_pack.O9mDB0/_old and /var/tmp/diff_new_pack.O9mDB0/_new differ
