Accepting request 29822 from devel:tools:compiler

Copy from devel:tools:compiler/yasm based on submit request 29822 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yasm?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-01-18 13:23:52 +00:00 committed by Git OBS Bridge
parent e0c5062131
commit a37b183d49
4 changed files with 24 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c460bf2e694b372894dfa1ce1607606e8e81cca243651f701b09322f8ed759f
size 1136387

3
yasm-0.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad9a55c602e2e27c92f8b303612a41bca6633748f208e02435bfa5f200e56ff5
size 1157278

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jan 2 04:10:23 UTC 2010 - pth@novell.com
- Update to 0.8.0. Changes from 0.7.2 :
* Add TASM-like basic syntax and frontend.
* Add movbe instruction and CPU feature.
* Don't require 0d/0e/0f/0t prefix on floating point numbers in GAS syntax.
* Legalize effective addresses such as [eax*2+ebx*2-ebx].
* Allow @ signs in identifiers in win32/win64 GAS syntax.
* Update AVX and FMA to latest Intel specifications.
* Update code alignment opcodes for modern processors, make
configurable using CPU directive.
* Fix referencing of local label from line that defines nonlocal label.
* Default memory size to "s" for no-suffix FP conversions in GAS syntax.
* Other bugfixes.
-------------------------------------------------------------------
Wed Feb 11 14:32:57 CET 2009 - dmueller@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package yasm (Version 0.7.2)
# spec file for package yasm (Version 0.8.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,9 +23,9 @@ Url: http://www.tortall.net/projects/yasm/
License: BSD3c
Group: Development/Languages/Other
AutoReqProv: on
Version: 0.7.2
Version: 0.8.0
Release: 1
Summary: YASM is a complete rewrite of the NASM assembler
Summary: A complete rewrite of the NASM assembler
Source: yasm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python