diff --git a/.cvsignore b/.cvsignore index e242bea..74a48f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -srecord-1.22.tar.gz +srecord-1.23.tar.gz diff --git a/sources b/sources index 13da6cd..98767f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d67c70be352486db6a9c0929a4d8f08e srecord-1.22.tar.gz +fcca798d3cc3f186410b8ed0e1c2e793 srecord-1.23.tar.gz diff --git a/srecord.spec b/srecord.spec index 85c9a8f..49041f5 100644 --- a/srecord.spec +++ b/srecord.spec @@ -1,12 +1,12 @@ Name: srecord -Version: 1.22 -Release: 2%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Manipulate EPROM load files Group: Development/Tools License: GPL URL: http://srecord.sourceforge.net/ -Source: http://srecord.sourceforge.net/%{name}-%{version}.tar.gz +Source: http://srecord.sourceforge.net/srecord-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: diffutils, sharutils, groff @@ -40,7 +40,8 @@ file formats. %build %configure -make %{?_smp_mflags} +# Fails to build in SMP machines using "make %{?_smp_mflags}" +make %install rm -rf $RPM_BUILD_ROOT @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 23 2005 Jose Pedro Oliveira - 1.23-1 +- Update to 1.23. + * Thu Sep 15 2005 Jose Pedro Oliveira - 1.22-2 - Updated the source tarball (PATCHLEVEL "1.22.D002"). The author repackages updates without changing the tarball version (ARGH!).