I have made the following changes intended for :
  nemo:devel:mw / yasm

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.merproject.org//request/show/176

Thank You,
Dmitry Rozhkov

[This message was auto-generated]

---

Request # 176:

Messages from BOSS:

State: review at 2013-04-05T22:12:09 by cibot

Reviews:
       accepted by cibot : Prechecks succeeded.
       new for nemo:devel:mw : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:rozhkov:branches:nemo:devel:apps / yasm -> nemo:devel:mw / yasm
  
changes files:
--------------

++++++ new changes file:
--- yasm.changes
+++ yasm.changes
@@ -0,0 +1,114 @@
+* Sun Oct 24 2010 Ruediger Oertel <[email protected]> - 1.1.0
+- 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 Rodriguez <[email protected]> - 0.8.0
+- Do not include build dates in the binaries
+
+* Sat Jan 02 2010 Philipp Thomas <[email protected]> - 0.8.0
+- 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 2009 Dirk Mueller <[email protected]> - 0.7.2
+- update to 0.7.2:
+  * http://www.tortall.net/projects/yasm/wiki/Release0.7.2
+
+* Tue Oct 30 2007 Ulrich Hecht <[email protected]> - 0.6.2
+- update -> 0.6.2; new features since 0.4.0:
+  * AMD SSE4a and SSE5 instruction support.
+  * AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction
+    support.
+  * 16-bit float value (IEEE-754r half precision) support (desirable for
+    SSE5).
+  * Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq".
+  * Added easier RIP-relative addressing with rel/abs modifiers and
+    "default" directive to set default rel/abs mode (see AMD64 for details).
+  * CPP preprocessor. Contributed by Paul Barker
+  * GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee
+  * GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo
+  * Command line aliases for -d (-D) and -u (-U) for increased NASM
+    command line compatibility. Requested by Mike Frysinger
+  * SSE4.1 and SSE4.2 instruction support. Noticed by [email protected]
+  * Support for .set directive in GAS parser. Contributed by Sebastian
+    D'Alessandro
+  * -E and -s command line options, similar to NASM options of the same
+    names (redirect errors to file and stdout, respectively). Suggested by:
+    [email protected]
+  * -Wsize-override option, to turn on warnings for duplicated size
+    overrides such as "dword dword" or "word word". Suggested by:
+    [email protected]
+  * Reconcile generated prefix order with GAS, to suggested Intel ordering
+    of SEG, ADDR, DATA, LOCKREP (AMD doesn't care).
+  * Fix test failure in Mach-O object format. Reported by many (e.g.
+    #105), first by Christophe Malvasio
+  * end_prolog macro equivalent to end_prologue (for Win64 structured
+    exception handling). Suggested by Brian Gladman
+  * Allow RIP-relative cross-section references in bin output.
+  * Mach-O custom sections: #102
+  * Brand-new "virtual" multi-pass optimizer that automatically generates
+    much smaller code for jumps and immediates.
+  * Support for Mach-O object format used in MacOS X, including both the
+    32-bit (x86) and 64-bit (AMD64) versions (contributed by Henryk
+    Richter).
+  * Support for structured exception handling on Win64.
+  * Support for RDOFF2 (.rdf) object format.
+  * Support for STRICT keyword in NASM syntax.
+  * Rewritten NASM and GAS parsers (now recursive descent rather than
+    Bison-based).
+  * Yasm no longer defaults to reading from standard input if no files are
+    specified; standard input can be specified with "-".
+  * Support for arithmetic on single-character constants.
+  * Support for OUTPUT_FORMAT as an alias for YASM_OBJFMT.
+  * Support for CodeView? 8.0 source debugging (as used by Visual Studio
+    2005).
+  * Fixed -I support to properly handle relative paths (now the search
+    pattern is essentially identical to most C compilers). This change is
+    backwards incompatible (to both NASM and earlier Yasm versions), but is
+    much more consistent.
+  * Standard macros that provide version information: __YASM_MAJOR__,
+    __YASM_MINOR__, __YASM_SUBMINOR__, __YASM_BUILD__, __YASM_VERSION_ID__
+    and __YASM_VER__.
+  * Aliases for AMD64 object formats: "win64" and "elf64" (these
+    automatically set the machine to "amd64").
+  * "x64" alias for Win64 object format (for easier use with Visual
+    Studio).
+  * DWARF2 source debugging (enable with "-g dwarf2").
+  * GAS parser good enough to take GCC output for both AMD64 and 32-bit
+    x86 (including DWARF2 debug information).
+  * Specifying "amd64" as the machine (or using a 64-bit object format)
+    automatically sets BITS 64.

new:
----
  yasm-1.1.0.tar.bz2
  yasm-no-build-date.patch
  yasm.changes
  yasm.spec

spec files:
-----------

++++++ new spec file:
--- yasm.spec
+++ yasm.spec
@@ -0,0 +1,96 @@
+#
+# spec file for package yasm (Version 1.1.0)
+#
+# 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+# norootforbuild
+
+
+Name:           yasm
+Url:            http://www.tortall.net/projects/yasm/
+License:        BSD3c
+Group:          Development/Languages/Other
+AutoReqProv:    on
+Version:        1.1.0
+Release:        1
+Summary:        A complete rewrite of the NASM assembler
+Source:         yasm-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python
+Patch:          yasm-no-build-date.patch
+
+%description
+YASM is a complete rewrite of the NASM assembler. It is designed from
+the ground up to allow for multiple syntaxes to be supported (e.g.,
+NASM, TASM, GAS, etc.) in addition to multiple output object formats.
+Another primary module of the overall design is an optimizer module.
+Actually it supports ix86 and AMD64, next will be PowerPC
+
+
+
+Authors:
+--------
+    Peter Johnson <[email protected]>
+
+%package devel
+License:        BSD3c
+Summary:        YASM development package
+Group:          Development/Languages/Other
+AutoReqProv:    on
+Requires:       %{name} = %{version}
+
+%description devel
+This package includes everything needed to develop programs that use
+libyasm.
+
+
+
+Authors:
+--------
+    Peter Johnson <[email protected]>
+
+%prep
+%setup -q
+%patch
+
+%build
+export CFLAGS="%{optflags}" 
+%configure --prefix=/usr --with-gnu-ld --enable-python
+make %{?jobs:-j%jobs}
+
+%install
+make DESTDIR=%buildroot  install 
+
+%clean
+rm -rf %buildroot
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%doc ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING GNU_GPL-2.0
+%doc GNU_LGPL-2.0
+/usr/bin/*
+%_mandir/man7/*
+%_mandir/man1/*
+
+%files devel
+%defattr(-,root,root)
+/usr/include/*
+%_libdir/lib*.a
+
+%changelog

other changes:
--------------

++++++ yasm-1.1.0.tar.bz2 (new)

++++++ yasm-no-build-date.patch (new)
--- yasm-no-build-date.patch
+++ yasm-no-build-date.patch
@@ -0,0 +1,22 @@
+Index: frontends/tasm/tasm.c
+================================================================================
+--- 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-2010 Peter Johnson and other Yasm developers.",
+     "Run yasm --license for licensing overview and summary."
+ };
+--- 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-2010 Peter Johnson and other Yasm developers.",
+     "Run yasm --license for licensing overview and summary."
+ };



Reply via email to