Accepting request 33688 from devel:tools:compiler
Copy from devel:tools:compiler/nasm based on submit request 33688 from user oertel OBS-URL: https://build.opensuse.org/request/show/33688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nasm?expand=0&rev=12
This commit is contained in:
parent
a7f94463a3
commit
d2934a9256
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:020a72acef8d7099c321e5267b7902215a01094a92276937d4afe1f200b5bd59
|
||||
size 794596
|
3
nasm-2.07.tar.bz2
Normal file
3
nasm-2.07.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac70ee451c73d742c9ff830502e5f8b1f648b2abffa8fd00944243283ba8e87c
|
||||
size 779934
|
24
nasm.changes
24
nasm.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 15:29:01 CET 2010 - ro@suse.de
|
||||
|
||||
- update to 2.07
|
||||
* NASM is now under the 2-clause BSD license. See legal.
|
||||
* Fix the section type for the .strtab section in the elf64
|
||||
output format.
|
||||
* Fix the handling of COMMON directives in the obj output format.
|
||||
* New ith and srec output formats; these are variants of the
|
||||
bin output format which output Intel hex and Motorola S-records,
|
||||
respectively. See ithfmt and srecfmt.
|
||||
* rdf2ihx replaced with an enhanced rdf2bin, which can output
|
||||
binary, COM, Intel hex or Motorola S-records.
|
||||
* The Windows installer now puts the NASM directory first in the
|
||||
PATH of the "NASM Shell".
|
||||
* Revert the early expansion behavior of %+ to pre-2.06 behavior:
|
||||
%+ is only expanded late.
|
||||
* Yet another Mach-O alignment fix.
|
||||
* Don't delete the list file on errors. Also, include error and
|
||||
warning information in the list file.
|
||||
* Support for 64-bit Mach-O output, see machofmt.
|
||||
* Fix assert failure on certain operations that involve strings with
|
||||
high-bit bytes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 13:36:36 CET 2009 - jengelh@medozas.de
|
||||
|
||||
|
10
nasm.spec
10
nasm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nasm (Version 2.06rc2)
|
||||
# spec file for package nasm (Version 2.07)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,11 +21,11 @@
|
||||
Name: nasm
|
||||
BuildRequires: ghostscript_any
|
||||
Url: http://nasm.sourceforge.net/
|
||||
License: LGPLv2.1+
|
||||
License: BSD 2-clause
|
||||
Group: Development/Languages/Other
|
||||
AutoReqProv: on
|
||||
Version: 2.06rc2
|
||||
Release: 2
|
||||
Version: 2.07
|
||||
Release: 1
|
||||
Summary: Netwide Assembler (An x86 Assembler)
|
||||
Source: nasm-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -120,7 +120,7 @@ install -d -m 755 $RPM_BUILD_ROOT/%{_docdir}/nasm/rdoff
|
||||
install -d -m 755 $RPM_BUILD_ROOT/%{_infodir}
|
||||
make INSTALLROOT=$RPM_BUILD_ROOT install_everything docdir=%{_docdir}/nasm
|
||||
make INSTALLROOT=$RPM_BUILD_ROOT install_doc docdir=%{_docdir}/nasm
|
||||
install -m 644 AUTHORS CHANGES ChangeLog COPYING INSTALL TODO README \
|
||||
install -m 644 AUTHORS CHANGES ChangeLog LICENSE INSTALL TODO README \
|
||||
$RPM_BUILD_ROOT/%{_docdir}/nasm
|
||||
install -m 644 rdoff/README rdoff/doc/* \
|
||||
$RPM_BUILD_ROOT/%{_docdir}/nasm/rdoff
|
||||
|
Loading…
Reference in New Issue
Block a user