[dev86] update to 0.16.21

Lubomir Rintel lkundrak at fedoraproject.org
Fri Mar 14 04:42:22 UTC 2014


commit dd3bc8c779d2bb8322926d0d4842df4c78874ae5
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Fri Mar 14 05:42:06 2014 +0100

    update to 0.16.21

 .gitignore         |    1 +
 dev86-format.patch |   44 --------------------------------------------
 dev86.spec         |    9 +++++----
 sources            |    2 +-
 4 files changed, 7 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37d81ca..55999c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Dev86src-0.16.19.tar.gz
 /Dev86src-0.16.20.tar.gz
+/Dev86src-0.16.21.tar.gz
diff --git a/dev86.spec b/dev86.spec
index 25d0302..34a0b40 100644
--- a/dev86.spec
+++ b/dev86.spec
@@ -1,7 +1,7 @@
 Summary: A real mode 80x86 assembler and linker
 Name: dev86
-Version: 0.16.20
-Release: 2%{?dist}
+Version: 0.16.21
+Release: 1%{?dist}
 License: GPL+ and GPLv2+ and LGPLv2+
 Group: Development/Languages
 URL: http://v3.sk/~lkundrak/dev86/
@@ -10,7 +10,6 @@ Patch0: dev86-noelks.patch
 Patch1: dev86-64bit.patch
 Patch2: dev86-nostrip.patch
 Patch4: dev86-long.patch
-Patch5: dev86-format.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: bin86
 
@@ -34,7 +33,6 @@ mode from their source code.
 %endif
 %patch2 -p1 -b .nostrip
 %patch4 -p1 -b .long
-%patch5 -p1 -b .format
 
 %build
 # the main makefile doesn't allow parallel build
@@ -87,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Fri Mar 14 2014 Lubomir Rintel <lkundrak at v3.sk> 0.16.21-1
+- update to 0.16.21
+
 * Tue Oct 29 2013 Lubomir Rintel <lkundrak at v3.sk> 0.16.20-2
 - Add -Werror=format-security build fix
 
diff --git a/sources b/sources
index bb73f54..16c614b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-567cf460d132f9d8775dd95f9208e49a  Dev86src-0.16.20.tar.gz
+6b96fe9d2d1c546842a4d1c7ef387e4c  Dev86src-0.16.21.tar.gz


More information about the scm-commits mailing list