[srecord] update to 1.63

Tom Callaway spot at fedoraproject.org
Mon Apr 14 15:08:26 UTC 2014


commit 78f9df2a047eff562ef79ca5fab59dfbf91ef442
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Apr 14 08:08:13 2014 -0700

    update to 1.63

 .gitignore   |    1 +
 sources      |    2 +-
 srecord.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80bdbf4..3840844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ srecord-1.55.tar.gz
 /srecord-1.60.tar.gz
 /srecord-1.61.tar.gz
 /srecord-1.62.tar.gz
+/srecord-1.63.tar.gz
diff --git a/sources b/sources
index 192347c..6e71c0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8afebd66c0b4cd2f317567b8e480310  srecord-1.62.tar.gz
+0be9993f08b45bf963da4c052752203e  srecord-1.63.tar.gz
diff --git a/srecord.spec b/srecord.spec
index 09a1808..e4c98a6 100644
--- a/srecord.spec
+++ b/srecord.spec
@@ -1,6 +1,6 @@
 Name:		srecord
-Version:	1.62
-Release:	4%{?dist}
+Version:	1.63
+Release:	1%{?dist}
 Summary:	Manipulate EPROM load files
 Group:		Development/Tools
 License:	GPLv3+ and LGPLv3+
@@ -36,7 +36,7 @@ file formats.
 %package devel
 Summary:	Development headers and libraries for srecord
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 Development headers and libraries for developing applications against
@@ -66,7 +66,9 @@ make sure
 %postun -p /sbin/ldconfig
 
 %files
-%doc LICENSE BUILDING README
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc BUILDING README
 %{_defaultdocdir}/%{name}/
 %{_bindir}/*
 %{_libdir}/libsrecord.so.*
@@ -80,6 +82,9 @@ make sure
 %{_libdir}/pkgconfig/srecord.pc
 
 %changelog
+* Mon Apr 14 2014 Tom Callaway <spot at fedoraproject.org> - 1.63-1
+- update to 1.63
+
 * Fri Aug 16 2013 Tom Callaway <spot at fedoraproject.org> - 1.62-4
 - use unversioned docdir
 


More information about the scm-commits mailing list