From 63f48afd30eba27b6c463bcd9fa38663eef7135f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 11 Mar 2008 02:44:29 +0000 Subject: [PATCH] update to 1.39 --- .cvsignore | 2 +- sources | 2 +- srecord.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index dfcd081..2b6cd16 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -srecord-1.36.tar.gz +srecord-1.39.tar.gz diff --git a/sources b/sources index 5771df4..d8424a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fce124d47f23b4aa187c3b8eebc9fd7 srecord-1.36.tar.gz +1d8a8a62cdb7d1c1b3ca0fe05f407290 srecord-1.39.tar.gz diff --git a/srecord.spec b/srecord.spec index 00e1422..2ea98d2 100644 --- a/srecord.spec +++ b/srecord.spec @@ -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 - 1.39-1 +- update to 1.39 + * Tue Feb 19 2008 Fedora Release Engineering - 1.36-2 - Autorebuild for GCC 4.3