From 565bb815914f31601b7dfa4e02729a716aa31149 Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Thu, 3 Jun 2010 13:07:19 +0000 Subject: [PATCH] 4.9 bump --- .cvsignore | 2 +- sharutils.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 02c3576..9ab6159 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sharutils-4.7.tar.bz2 +sharutils-4.9.tar.bz2 diff --git a/sharutils.spec b/sharutils.spec index 90635ef..0b98ced 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -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 - 4.9-1 +- version bump to 4.9 (bug #569059, bug #583187) + * Mon Feb 1 2010 Stepan Kasal - 4.7-6 - fix the License tag diff --git a/sources b/sources index 6b94373..f727554 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -729c070d814d9c688489d88dd7fd3efb sharutils-4.7.tar.bz2 +dd5e006504851563e3ca27640d9e7abd sharutils-4.9.tar.bz2