update to 1.39

This commit is contained in:
Tom Callaway 2008-03-11 02:44:29 +00:00
parent a9a9b7a7e0
commit 63f48afd30
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
srecord-1.36.tar.gz
srecord-1.39.tar.gz

View File

@ -1 +1 @@
8fce124d47f23b4aa187c3b8eebc9fd7 srecord-1.36.tar.gz
1d8a8a62cdb7d1c1b3ca0fe05f407290 srecord-1.39.tar.gz

View File

@ -1,6 +1,6 @@
Name: srecord
Version: 1.36
Release: 2%{?dist}
Version: 1.39
Release: 1%{?dist}
Summary: Manipulate EPROM load files
Group: Development/Tools
@ -15,15 +15,15 @@ BuildRequires: diffutils, sharutils, groff
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.
* The SRecord package understands a number of file formats: Motorola
- The SRecord package understands a number of file formats: Motorola
S-Record, Intel, Tektronix, Binary. These file formats may be read
and written. Also C array definitions, for output only.
* The SRecord package has a number of tools: srec_cat for copying and
- The SRecord package has a number of tools: srec_cat for copying and
and converting files, srec_cmp for comparing files and srec_info for
printing summaries.
* The SRecord package has a number for filters: checksum to add checksums
- The SRecord package has a number for filters: checksum to add checksums
to the data, crop to keep address ranges, exclude to remove address
ranges, fill to plug holes in the data, length to insert the data
length, maximum to insert the data address maximum, minimum to insert
@ -45,7 +45,8 @@ make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# srecord is too smart. It uses DESTDIR and RPM_BUILD_ROOT here.
make install
%check
# Test scripts requirements: cmp, diff, uudecode
@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.39-1
- update to 1.39
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.36-2
- Autorebuild for GCC 4.3