From 80d22852286f7f78f9bb414ea46de20f68a38099dc41056ef4d024e001f1f62f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 10 Jul 2007 16:43:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hello?expand=0&rev=2 --- hello-2.1.1.tar.gz | 3 --- hello-2.3.tar.bz2 | 3 +++ hello.changes | 7 ++++++ hello.spec | 62 ++++++++++++++++++++++++---------------------- 4 files changed, 43 insertions(+), 32 deletions(-) delete mode 100644 hello-2.1.1.tar.gz create mode 100644 hello-2.3.tar.bz2 diff --git a/hello-2.1.1.tar.gz b/hello-2.1.1.tar.gz deleted file mode 100644 index d0e1142..0000000 --- a/hello-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c510e3ad0200517e3a14534e494b37dc0770efd733fc35ce2f445dd49c96a7d5 -size 389363 diff --git a/hello-2.3.tar.bz2 b/hello-2.3.tar.bz2 new file mode 100644 index 0000000..b5c8451 --- /dev/null +++ b/hello-2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cbb1b8296f7f791164e4da1d10c6c8b905bc7d0136f34ebe0b198fb08cfb30 +size 360569 diff --git a/hello.changes b/hello.changes index dab8019..8605c7a 100644 --- a/hello.changes +++ b/hello.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 9 10:48:34 CEST 2007 - meissner@suse.de + +- upgraded to version 2.3 + - bugfixes, updates to buildsystem +- now GPLv3 licensed. + ------------------------------------------------------------------- Wed Jan 25 21:30:22 CET 2006 - mls@suse.de diff --git a/hello.spec b/hello.spec index 2957fa8..6707dc1 100644 --- a/hello.spec +++ b/hello.spec @@ -1,50 +1,50 @@ # -# spec file for package hello (Version 2.1.1) +# spec file for package hello (Version 2.3) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: hello -License: GPL +Name: hello +License: GPL v3 or later # How to define macros %define hello echo "hello world" -Group: Development/Tools/Other -Provides: mailreader -Autoreqprov: on -Summary: A friendly greeting program -Version: 2.1.1 -Release: 314 -Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz -Patch0: hello-1.3.dif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: %install_info_prereq +Group: Development/Tools/Other +Provides: mailreader +Autoreqprov: on +Summary: A Friendly Greeting Program +Version: 2.3 +Release: 1 +Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.bz2 +Patch0: hello-1.3.dif +BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: %install_info_prereq %description -The GNU `hello' program produces a familiar, friendly greeting. It -allows nonprogrammers to use a classic computer science tool which -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. 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. -GNU hello supports many a lot native languages. +GNU hello supports many native languages. Authors: -------- - The King - Charles Hannum - David J. MacKenzie - Jan Brittenson - Michael I Bushnell - Mike Haertel - Noah Friedman - Roland McGrath + The King + Charles Hannum + David J. MacKenzie + Jan Brittenson + Michael I Bushnell + Mike Haertel + Noah Friedman + Roland McGrath %prep # Use defined macro @@ -90,7 +90,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %{_prefix}/share/locale/*/*/* -%changelog -n hello +%changelog +* Mon Jul 09 2007 - meissner@suse.de +- upgraded to version 2.3 + - bugfixes, updates to buildsystem +- now GPLv3 licensed. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Sep 14 2005 - cthiel@suse.de