From a37b183d491ba48afd1ce9f7e92b93c5fff3c18ac598305d11f25855c1e6840c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 18 Jan 2010 13:23:52 +0000 Subject: [PATCH] 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 --- yasm-0.7.2.tar.bz2 | 3 --- yasm-0.8.0.tar.bz2 | 3 +++ yasm.changes | 17 +++++++++++++++++ yasm.spec | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 yasm-0.7.2.tar.bz2 create mode 100644 yasm-0.8.0.tar.bz2 diff --git a/yasm-0.7.2.tar.bz2 b/yasm-0.7.2.tar.bz2 deleted file mode 100644 index de0a15f..0000000 --- a/yasm-0.7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c460bf2e694b372894dfa1ce1607606e8e81cca243651f701b09322f8ed759f -size 1136387 diff --git a/yasm-0.8.0.tar.bz2 b/yasm-0.8.0.tar.bz2 new file mode 100644 index 0000000..2c8527f --- /dev/null +++ b/yasm-0.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9a55c602e2e27c92f8b303612a41bca6633748f208e02435bfa5f200e56ff5 +size 1157278 diff --git a/yasm.changes b/yasm.changes index f5682d3..730ef54 100644 --- a/yasm.changes +++ b/yasm.changes @@ -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 diff --git a/yasm.spec b/yasm.spec index bebcea2..d290aa6 100644 --- a/yasm.spec +++ b/yasm.spec @@ -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