Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit nasm for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 01 Mar 2010 15:57:44 +0100
- Message-id: <20100301145744.E7EE4202A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nasm for openSUSE:Factory
checked in at Mon Mar 1 15:57:44 CET 2010.
--------
--- nasm/nasm.changes 2009-12-18 13:36:55.000000000 +0100
+++ /mounts/work_src_done/STABLE/nasm/nasm.changes 2010-03-01
15:32:26.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Mar 1 15:29:01 CET 2010 - ro@xxxxxxx
+
+- update to 2.07
+ * NASM is now under the 2-clause BSD license. See legal.
+ * Fix the section type for the .strtab section in the elf64
+ output format.
+ * Fix the handling of COMMON directives in the obj output format.
+ * New ith and srec output formats; these are variants of the
+ bin output format which output Intel hex and Motorola S-records,
+ respectively. See ithfmt and srecfmt.
+ * rdf2ihx replaced with an enhanced rdf2bin, which can output
+ binary, COM, Intel hex or Motorola S-records.
+ * The Windows installer now puts the NASM directory first in the
+ PATH of the "NASM Shell".
+ * Revert the early expansion behavior of %+ to pre-2.06 behavior:
+ %+ is only expanded late.
+ * Yet another Mach-O alignment fix.
+ * Don't delete the list file on errors. Also, include error and
+ warning information in the list file.
+ * Support for 64-bit Mach-O output, see machofmt.
+ * Fix assert failure on certain operations that involve strings with
+ high-bit bytes.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
nasm-2.06rc2.tar.bz2
New:
----
nasm-2.07.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nasm.spec ++++++
--- /var/tmp/diff_new_pack.mdxfgY/_old 2010-03-01 15:57:35.000000000 +0100
+++ /var/tmp/diff_new_pack.mdxfgY/_new 2010-03-01 15:57:35.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package nasm (Version 2.06rc2)
+# spec file for package nasm (Version 2.07)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,11 +21,11 @@
Name: nasm
BuildRequires: ghostscript_any
Url: http://nasm.sourceforge.net/
-License: LGPLv2.1+
+License: BSD 2-clause
Group: Development/Languages/Other
AutoReqProv: on
-Version: 2.06rc2
-Release: 2
+Version: 2.07
+Release: 1
Summary: Netwide Assembler (An x86 Assembler)
Source: nasm-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -120,7 +120,7 @@
install -d -m 755 $RPM_BUILD_ROOT/%{_infodir}
make INSTALLROOT=$RPM_BUILD_ROOT install_everything docdir=%{_docdir}/nasm
make INSTALLROOT=$RPM_BUILD_ROOT install_doc docdir=%{_docdir}/nasm
-install -m 644 AUTHORS CHANGES ChangeLog COPYING INSTALL TODO README \
+install -m 644 AUTHORS CHANGES ChangeLog LICENSE INSTALL TODO README \
$RPM_BUILD_ROOT/%{_docdir}/nasm
install -m 644 rdoff/README rdoff/doc/* \
$RPM_BUILD_ROOT/%{_docdir}/nasm/rdoff
++++++ nasm-2.06rc2.tar.bz2 -> nasm-2.07.tar.bz2 ++++++
++++ 86248 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |