Changelog for
yasm-debuginfo-1.3.0-2.21.x86_64.rpm :
* Wed Nov 01 2017 mpluskalAATTsuse.com- Switch to python3
* Wed Jan 27 2016 mpluskalAATTsuse.com- Cleanup spec-file with spec cleaner
* Tue Feb 03 2015 crrodriguezAATTopensuse.org- yasm-re2c-nogendate.patch: Do not add date and time to files generated with builtin old/different implementation of re2c. [BNC#915937]
* Fri Oct 17 2014 idonmezAATTsuse.com- Update to version 1.3.0
* See http://yasm.tortall.net/releases/Release1.3.0.html for complete changelog.- Refresh yasm-no-build-date.patch
* Fri Apr 05 2013 idonmezAATTsuse.com- Cleanup spec file- Add Source URL, see https://en.opensuse.org/SourceUrls- Remove CHANGELOG, NEWS, README as those are empty.
* Wed Dec 19 2012 idonmezAATTsuse.com- Ignore make check errors, 2 win64 tests fail which we don\'t care
* Wed Sep 26 2012 idonmezAATTsuse.com- BuildRequire python-base to fix build cycle with Mesa
* Sat Aug 11 2012 idonmezAATTsuse.com- Implement %check- Fix license string
* Mon Aug 06 2012 chrisAATTcomputersalat.de- update to 1.2.0
* Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
* Allow 64-bit LFS/LGS/LSS.
* Improve LAR instruction support (#224).
* Default win64 .xdata to nobase, add support for “..imagebase” (#135).
* Fix “TIMES” relocation handling.
* Fix no-suffix push and pop in GAS mode (#212).
* See the bug tracker for a full list of bug fixes.- rebase no-build-date patch- add yasm-no-rpm-opt-flags patch- fix License
* Artistic-1.0, BSD-2-Clause, BSD-3-Clause, GPL-2.0+, LGPL-2.0+
* Sat Oct 23 2010 roAATTsuse.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
* Mon Aug 30 2010 cristian.rodriguezAATTopensuse.org- Do not include build dates in the binaries
* Sat Jan 02 2010 pthAATTnovell.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 AATT 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.