[dev86] update to 0.16.20

Lubomir Rintel lkundrak at fedoraproject.org
Sun Nov 24 20:06:33 UTC 2013


commit 62c6d27d5c48f9443700700416d82e8f7d1ef7b0
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Sun Nov 24 21:06:09 2013 +0100

    update to 0.16.20

 .gitignore                 |    1 +
 dev86-print-overflow.patch |   27 ---------------------------
 dev86.spec                 |   15 ++++++++-------
 sources                    |    2 +-
 4 files changed, 10 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4874626..37d81ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dev86src-0.16.19.tar.gz
+/Dev86src-0.16.20.tar.gz
diff --git a/dev86.spec b/dev86.spec
index c7f7ae9..64aa1ed 100644
--- a/dev86.spec
+++ b/dev86.spec
@@ -1,16 +1,15 @@
 Summary: A real mode 80x86 assembler and linker
 Name: dev86
-Version: 0.16.19
-Release: 4%{?dist}
+Version: 0.16.20
+Release: 1%{?dist}
 License: GPL+ and GPLv2+ and LGPLv2+
 Group: Development/Languages
-URL: http://www.debath.co.uk/dev86/
-Source: http://www.debath.co.uk/dev86/Dev86src-%{version}.tar.gz
+URL: http://v3.sk/~lkundrak/dev86/
+Source: http://v3.sk/~lkundrak/dev86/archive/Dev86src-%{version}.tar.gz
 Patch0: dev86-noelks.patch
 Patch1: dev86-64bit.patch
 Patch2: dev86-nostrip.patch
 Patch4: dev86-long.patch
-Patch5: dev86-print-overflow.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 .print-overflow
 
 %build
 # the main makefile doesn't allow parallel build
@@ -87,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 29 2013 Lubomir Rintel <lkundrak at v3.sk> 0.16.20-1
+- update to 0.16.20
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.19-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -150,7 +151,7 @@ rm -rf ${RPM_BUILD_ROOT}
 * Mon Sep 17 2007 Jindrich Novy <jnovy at redhat.com> - 0.16.17-7
 - don't ifarch patch definition
 
-* Thu Aug 27 2007 Jindrich Novy <jnovy at redhat.com> - 0.16.17-6
+* Mon Aug 27 2007 Jindrich Novy <jnovy at redhat.com> - 0.16.17-6
 - add missing BR on gawk
 - rebuild (#249952)
 
diff --git a/sources b/sources
index 49da2fa..bb73f54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-442e98e1afa23fe00d40c5a996385942  Dev86src-0.16.19.tar.gz
+567cf460d132f9d8775dd95f9208e49a  Dev86src-0.16.20.tar.gz


More information about the scm-commits mailing list