rpms/srecord/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 srecord.spec, 1.16, 1.17

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Mar 11 02:45:08 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/srecord/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26765

Modified Files:
	.cvsignore sources srecord.spec 
Log Message:
update to 1.39


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	11 Aug 2007 19:16:35 -0000	1.14
+++ .cvsignore	11 Mar 2008 02:44:29 -0000	1.15
@@ -1 +1 @@
-srecord-1.36.tar.gz
+srecord-1.39.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	11 Aug 2007 19:16:35 -0000	1.14
+++ sources	11 Mar 2008 02:44:29 -0000	1.15
@@ -1 +1 @@
-8fce124d47f23b4aa187c3b8eebc9fd7  srecord-1.36.tar.gz
+1d8a8a62cdb7d1c1b3ca0fe05f407290  srecord-1.39.tar.gz


Index: srecord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/devel/srecord.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- srecord.spec	20 Feb 2008 01:51:13 -0000	1.16
+++ srecord.spec	11 Mar 2008 02:44:29 -0000	1.17
@@ -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 @@
 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 @@
 
 %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 @@
 
 
 %changelog
+* Mon Mar 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.39-1
+- update to 1.39
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.36-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list