forked from pool/bin86
This commit is contained in:
parent
7e1370fe32
commit
83de8c4a12
@ -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
|
Tue Oct 2 18:18:10 CEST 2007 - matz@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ License: GPL v2 or later
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.16.17
|
Version: 0.16.17
|
||||||
Release: 38
|
Release: 43
|
||||||
Summary: An 8086 Assembler and Linker
|
Summary: An 8086 Assembler and Linker
|
||||||
Url: http://www.cix.co.uk/~mayday/
|
Url: http://www.cix.co.uk/~mayday/
|
||||||
Source: Dev86src-%{version}.tar.bz2
|
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/dis86.1.gz
|
||||||
%doc /usr/share/man/man1/elks.1.gz
|
%doc /usr/share/man/man1/elks.1.gz
|
||||||
%doc /usr/share/man/man1/elksemu.1.gz
|
%doc /usr/share/man/man1/elksemu.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 22 2007 - ro@suse.de
|
||||||
|
- updated rpmlintrc
|
||||||
* Tue Oct 02 2007 - matz@suse.de
|
* Tue Oct 02 2007 - matz@suse.de
|
||||||
- Fix compile problem for GCC 4.3, and a harmless array access beyound bounds.
|
- Fix compile problem for GCC 4.3, and a harmless array access beyound bounds.
|
||||||
* Sat May 26 2007 - ro@suse.de
|
* Sat May 26 2007 - ro@suse.de
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This line is mandatory to access the configuration functions
|
# This line is mandatory to access the configuration functions
|
||||||
from Config import *
|
from Config import *
|
||||||
|
|
||||||
addFilter("dev86 devel-file-in-non-devel-package")
|
addFilter("dev86.* devel-file-in-non-devel-package")
|
||||||
|
Loading…
Reference in New Issue
Block a user