4.9 bump
This commit is contained in:
parent
c9b3ac543b
commit
565bb81591
@ -1 +1 @@
|
||||
sharutils-4.7.tar.bz2
|
||||
sharutils-4.9.tar.bz2
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives
|
||||
Name: sharutils
|
||||
Version: 4.7
|
||||
Release: 6%{?dist}
|
||||
Version: 4.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+ and LGPLv2+ and Public Domain
|
||||
Group: Applications/Archiving
|
||||
Source: ftp://ftp.gnu.org/gnu/sharutils/REL-%{version}/sharutils-%{version}.tar.bz2
|
||||
URL: http://www.gnu.org/software/sharutils/
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnu.org/software/%{name}/
|
||||
BuildRequires: gettext
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
@ -18,7 +18,7 @@ in a special plain text format called shell archives (shar). This
|
||||
format can be sent through e-mail (which can be problematic for regular
|
||||
binary files). The shar utility supports a wide range of capabilities
|
||||
(compressing, uuencoding, splitting long files for multi-part
|
||||
mailings, providing checksums), which make it very flexible at
|
||||
mailings, providing check-sums), which make it very flexible at
|
||||
creating shar files. After the files have been sent, the unshar tool
|
||||
scans mail messages looking for shar files. Unshar automatically
|
||||
strips off mail headers and introductory text and then unpacks the
|
||||
@ -68,6 +68,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 3 2010 Petr Pisar <ppisar@redhat> - 4.9-1
|
||||
- version bump to 4.9 (bug #569059, bug #583187)
|
||||
|
||||
* Mon Feb 1 2010 Stepan Kasal <skasal@redhat.com> - 4.7-6
|
||||
- fix the License tag
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user