Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hello for openSUSE:Factory checked in at 2025-05-26 18:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hello (Old) and /work/SRC/openSUSE:Factory/.hello.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hello" Mon May 26 18:35:25 2025 rev:27 rq:1279756 version:2.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hello/hello.changes 2022-06-13 13:03:26.297192818 +0200 +++ /work/SRC/openSUSE:Factory/.hello.new.2732/hello.changes 2025-05-26 18:37:04.135287075 +0200 @@ -1,0 +2,9 @@ +Mon May 19 19:43:32 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- GNU Hello 2.12.2: + * Update gnulib, and support latest versions of automake and + autoconf + * Remove outdated and irrelevant material from the contrib + directory, which is now itself removed. + +------------------------------------------------------------------- Old: ---- hello-2.12.1.tar.gz hello-2.12.1.tar.gz.sig New: ---- hello-2.12.2.tar.gz hello-2.12.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hello.spec ++++++ --- /var/tmp/diff_new_pack.EYhj8S/_old 2025-05-26 18:37:04.787314447 +0200 +++ /var/tmp/diff_new_pack.EYhj8S/_new 2025-05-26 18:37:04.787314447 +0200 @@ -2,6 +2,7 @@ # spec file for package hello # # Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 Andreas Stieger <andreas.stie...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +20,10 @@ # How to define macros %define hello echo "hello world" Name: hello -Version: 2.12.1 +Version: 2.12.2 Release: 0 Summary: A Friendly Greeting Program License: GPL-3.0-or-later -Group: Development/Tools/Other URL: https://www.gnu.org/software/hello Source0: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig @@ -33,12 +33,16 @@ Provides: mailreader %description -The GNU hello program produces a familiar, friendly greeting. It -allows nonprogrammers to use a classic computer science tool that would -otherwise be unavailable to them. Because it is protected by the GNU -General Public License, users are free to share and change it. +The GNU Hello program produces a familiar, friendly greeting. Yes, this is +another implementation of the classic program that prints “Hello, world!” when +you run it. + +In the context of the GNU project, the program demonstrates standard argument +parsing, multi-language support, the GNU coding standards and maintainer +practices. -GNU hello supports many native languages. +For openSUSE, this package is a sample package demonstrating some rpm packaging +methods. %lang_package @@ -51,7 +55,10 @@ %build export CFLAGS="%{optflags}" -%configure +%configure \ + --with-packager='openSUSE project' \ + --with-packager-bug-reports='https://bugs.opensuse.org/' \ + %{nil} %if %{do_profiling} %make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs" %make_build check @@ -71,9 +78,9 @@ %files %license COPYING %doc TODO NEWS README THANKS ABOUT-NLS -%{_bindir}/* -%{_infodir}/hello.info%{?ext_info} -%{_mandir}/man1/hello.1%{?ext_man} +%{_bindir}/hello +%{_infodir}/*.info%{?ext_info} +%{_mandir}/man1/*.1%{?ext_man} %files lang -f %{name}.lang %license COPYING ++++++ hello-2.12.1.tar.gz -> hello-2.12.2.tar.gz ++++++ ++++ 131636 lines of diff (skipped)