rpms/srecord/F-8 sources,1.14,1.15 srecord.spec,1.15,1.16

Tom Callaway spot at fedoraproject.org
Thu Nov 20 22:10:45 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/srecord/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21510/F-8

Modified Files:
	sources srecord.spec 
Log Message:
update to 1.45


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/F-8/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	20 Nov 2008 22:10:15 -0000	1.15
@@ -1 +1 @@
-8fce124d47f23b4aa187c3b8eebc9fd7  srecord-1.36.tar.gz
+6ba47b04abd64d01db6cbbd79b847d9a  srecord-1.45.tar.gz


Index: srecord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/srecord/F-8/srecord.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- srecord.spec	11 Aug 2007 19:16:35 -0000	1.15
+++ srecord.spec	20 Nov 2008 22:10:15 -0000	1.16
@@ -1,5 +1,5 @@
 Name:           srecord
-Version:        1.36
+Version:        1.45
 Release:        1%{?dist}
 Summary:        Manipulate EPROM load files
 
@@ -9,21 +9,21 @@
 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 @@
 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 @@
 
 
 %changelog
+* Thu Nov 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.45-1
+- update to 1.45
+
+* Tue Mar 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.39-2
+- BR: boost-devel
+
+* 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
+
 * Sat Aug 11 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.36-1
 - Update to 1.36.
 - License: GPLv3+.




More information about the fedora-extras-commits mailing list