SHA256
1
0
forked from pool/bin86
OBS User unknown 2007-11-22 17:10:02 +00:00 committed by Git OBS Bridge
parent 7e1370fe32
commit 83de8c4a12
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 22 18:05:43 CET 2007 - ro@suse.de
- updated rpmlintrc
-------------------------------------------------------------------
Tue Oct 2 18:18:10 CEST 2007 - matz@suse.de

View File

@ -15,7 +15,7 @@ License: GPL v2 or later
Group: Development/Languages/Other
AutoReqProv: on
Version: 0.16.17
Release: 38
Release: 43
Summary: An 8086 Assembler and Linker
Url: http://www.cix.co.uk/~mayday/
Source: Dev86src-%{version}.tar.bz2
@ -105,7 +105,10 @@ rm -rf $RPM_BUILD_ROOT
%doc /usr/share/man/man1/dis86.1.gz
%doc /usr/share/man/man1/elks.1.gz
%doc /usr/share/man/man1/elksemu.1.gz
%changelog
* Thu Nov 22 2007 - ro@suse.de
- updated rpmlintrc
* Tue Oct 02 2007 - matz@suse.de
- Fix compile problem for GCC 4.3, and a harmless array access beyound bounds.
* Sat May 26 2007 - ro@suse.de

View File

@ -1,4 +1,4 @@
# This line is mandatory to access the configuration functions
from Config import *
addFilter("dev86 devel-file-in-non-devel-package")
addFilter("dev86.* devel-file-in-non-devel-package")