From dd3f2d797144b045a93031432345bd8730c0786b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 20 Nov 2008 22:10:15 +0000 Subject: [PATCH] update to 1.45 --- sources | 2 +- srecord.spec | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/sources b/sources index 5771df4..bc3030c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fce124d47f23b4aa187c3b8eebc9fd7 srecord-1.36.tar.gz +6ba47b04abd64d01db6cbbd79b847d9a srecord-1.45.tar.gz diff --git a/srecord.spec b/srecord.spec index e302c55..2bd7d6b 100644 --- a/srecord.spec +++ b/srecord.spec @@ -1,5 +1,5 @@ Name: srecord -Version: 1.36 +Version: 1.45 Release: 1%{?dist} Summary: Manipulate EPROM load files @@ -9,21 +9,21 @@ URL: http://srecord.sourceforge.net/ Source: http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: diffutils, sharutils, groff +BuildRequires: diffutils, sharutils, groff, boost-devel %description 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 @@ -44,8 +44,8 @@ file formats. make %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +rm -rf %{buildroot} +make DESTDIR="%{buildroot}" install %check # Test scripts requirements: cmp, diff, uudecode @@ -64,6 +64,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 20 2008 Tom "spot" Callaway - 1.45-1 +- update to 1.45 + +* Tue Mar 11 2008 Tom "spot" Callaway - 1.39-2 +- BR: boost-devel + +* 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 + * Sat Aug 11 2007 Jose Pedro Oliveira - 1.36-1 - Update to 1.36. - License: GPLv3+.