Accepting request 281627 from home:posophe:branches:Base:System

update

OBS-URL: https://build.opensuse.org/request/show/281627
OBS-URL: https://build.opensuse.org/package/show/Base:System/hello?expand=0&rev=16
This commit is contained in:
Karl Eichwalder 2015-01-19 09:43:41 +00:00 committed by Git OBS Bridge
parent 38e9b9ea8b
commit 06e79c21e2
6 changed files with 42 additions and 25 deletions

3
hello-2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b
size 725946

17
hello-2.10.tar.gz.sig Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAABCAAGBQJUaJPFAAoJEKlVMkX96bc5EuMP/2Z8T2r+ZjJbveEfVKuY3LbG
sPqZqI/t0WISsfhRen3R/tiis0lN8TWIdTFRnLqtxyqfzDDtgzrPg8gwICFYxE6W
ffVvgbbDA14EuatWHfnAK1SjWsaemJIO1rGROgNFqsatEDIOf7bg4NZ6Gs1QR0rJ
p4W+LYKiP8UeJwV4Xd2d/h+rf4XBWo5HTNYwgZpZawklWupmIx0bXi3HiRs4MJQm
mfbNrNE5YcAWQpBwAxgcUCwGHlvDonpvu0i0D4tNoMeneLAhZty1GCnamTlcuDXJ
IZpg0Ky9mYEnyRhaRnLsyaZ2kzJhOSMNfVzSP2+ge+JfTuenw1yvhAZC9qTLoV+f
1xUhxUkmzgDV3pVpc9qB+LVGfJclrHtrgD2dakmph5JGGhAoAExwrkyO3qxE5jzJ
x2C83aNpBjNqPhAVIcywXpFWBT8sbsXgwLufXWFwQtyxIm1dxrOku0SI5oYm1ZON
l1rjkaQmpFKx1oo7eOG1XLbCQ1Ii1qEDSiXTvQwoaBTkAcPz1KOVGEyby6kf9AS9
DjuJzh8oQgylaDk5FqGqsY6S90Naz7SJSrBi/3xOP51LvsLciNx+EPBNrRJzFDYw
svn/ahaWx4hsXr0ErjqAzqE6ZNQQcyKa5qDDFD5dz14dSI78FjZ4u2WUwZCGyW+u
OFOwPF0lXuPO6q2UFcpj
=s6wC
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecbb7a2214196c57ff9340aa71458e1559abd38f6d8d169666846935df191ea7
size 723645

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQBSVeuDaAifc4DuSgARAjR3AJwPuKudSAdbuUaCr0Zz4R3TajeHRwCg01sL
A0AGE4zfIkzpIQuO1N/ZwFM=
=UXxP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jan 17 19:12:38 UTC 2015 - p.drouand@gmail.com
- 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
-------------------------------------------------------------------
Sun Nov 16 07:58:25 UTC 2014 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package hello
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -23,7 +23,7 @@ Provides: mailreader
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
@ -33,6 +33,7 @@ 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 +43,7 @@ General Public License, users are free to share and change it.
GNU hello supports many native languages.
Authors:
--------
The King <elvis@gnu.org>
Charles Hannum <mycroft@gnu.org>
David J. MacKenzie <djm@gnu.org>
Jan Brittenson <bson@gnu.org>
Michael I Bushnell <mib@gnu.org>
Mike Haertel <mike@gnu.org>
Noah Friedman <friedman@gnu.org>
Roland McGrath <roland@gnu.org>
%lang_package
%prep
# Use defined macro
@ -88,11 +78,12 @@ make check
%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