commit yasm for openSUSE:Factory
Hello community, here is the log from the commit of package yasm for openSUSE:Factory checked in at Tue Nov 2 16:10:02 CET 2010. -------- --- yasm/yasm.changes 2010-08-30 22:00:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/yasm/yasm.changes 2010-10-24 00:08:51.000000000 +0200 @@ -1,0 +2,31 @@ +Sun Oct 24 00:02:36 CEST 2010 - ro@suse.de + +- update to 1.1.0 + * Fix a number of issues with Win32 SAFESEH support (#139). + * Fix several 32-bit Mach-O (macho32) bugs (#212 and others). + * Add Intel post-32nm instructions (section 7 of AVX spec). + * Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211). + * Remove AMD CVT16 instructions. + * Don't emit unnecessary REX.W for pinsrw instruction (#207). + * Update gettext to 0.17 (#206). +- update to 1.0.1 + * Fix ELF32 shared object relocations (#202). + * Ignore [warning] directive (#201). +- update to 1.0.0 + * Add GAS preprocessor (fixes #79). + * Add Visual Studio 2010 special frontend, vsyasm + * Add support for AMD XOP, FMA4, and CVT16 instructions + (replacing SSE5). + * Add support for %scope and %endscope NASM macros + * Add support for %{x:y} parameter list expansion + in NASM preprocessor + * Fix _GLOBAL_OFFSET_TABLE_ + * Add support for ELF64 PC-relative relocations and latest ELF32 + relocation types. + * Add support for ELF tlsdesc, tlscall, pltoff, gotplt, gotoff + special symbols. + * NASM preprocessor license has been changed to 2-clause BSD. + * Various bugfixes in TASM syntax support. + * Many other bugfixes + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yasm-0.8.0.tar.bz2 New: ---- yasm-1.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yasm.spec ++++++ --- /var/tmp/diff_new_pack.ELjWPK/_old 2010-11-02 16:08:50.000000000 +0100 +++ /var/tmp/diff_new_pack.ELjWPK/_new 2010-11-02 16:08:50.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yasm (Version 0.8.0) +# spec file for package yasm (Version 1.1.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ License: BSD3c Group: Development/Languages/Other AutoReqProv: on -Version: 0.8.0 -Release: 6 +Version: 1.1.0 +Release: 1 Summary: A complete rewrite of the NASM assembler Source: yasm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yasm-0.8.0.tar.bz2 -> yasm-1.1.0.tar.bz2 ++++++ ++++ 68176 lines of diff (skipped) ++++++ yasm-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.ELjWPK/_old 2010-11-02 16:08:51.000000000 +0100 +++ /var/tmp/diff_new_pack.ELjWPK/_new 2010-11-02 16:08:51.000000000 +0100 @@ -1,24 +1,22 @@ Index: frontends/tasm/tasm.c -=================================================================== ---- frontends/tasm/tasm.c.orig 2009-04-10 02:06:54.000000000 -0400 -+++ frontends/tasm/tasm.c 2010-08-30 15:50:10.471990965 -0400 -@@ -225,7 +225,6 @@ static opt_option options[] = +================================================================================ +--- frontends/tasm/tasm.c ++++ frontends/tasm/tasm.c +@@ -225,7 +225,6 @@ /* version message */ /*@observer@*/ static const char *version_msg[] = { PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD, - "Compiled on " __DATE__ ".", - "Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.", + "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", "Run yasm --license for licensing overview and summary." }; -Index: frontends/yasm/yasm.c -=================================================================== ---- frontends/yasm/yasm.c.orig 2009-04-10 02:06:55.000000000 -0400 -+++ frontends/yasm/yasm.c 2010-08-30 15:49:51.865829058 -0400 -@@ -214,7 +214,6 @@ static opt_option options[] = +--- frontends/yasm/yasm.c ++++ frontends/yasm/yasm.c +@@ -214,7 +214,6 @@ /* version message */ /*@observer@*/ static const char *version_msg[] = { PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD, - "Compiled on " __DATE__ ".", - "Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.", + "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", "Run yasm --license for licensing overview and summary." }; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de