- 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=20
This commit is contained in:
Ismail Dönmez
2014-10-17 11:47:46 +00:00
committed by Git OBS Bridge
parent b1fedea887
commit 8fe162cf35
5 changed files with 37 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31
size 1436502

BIN
yasm-1.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,8 +1,8 @@
Index: frontends/tasm/tasm.c
Index: yasm-1.3.0/frontends/tasm/tasm.c
===================================================================
--- frontends/tasm/tasm.c.orig
+++ frontends/tasm/tasm.c
@@ -224,7 +224,6 @@ static opt_option options[] =
--- yasm-1.3.0.orig/frontends/tasm/tasm.c
+++ yasm-1.3.0/frontends/tasm/tasm.c
@@ -228,7 +228,6 @@ static opt_option options[] =
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_STRING,
@@ -10,15 +10,27 @@ Index: frontends/tasm/tasm.c
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};
Index: frontends/yasm/yasm.c
Index: yasm-1.3.0/frontends/vsyasm/vsyasm.c
===================================================================
--- frontends/yasm/yasm.c.orig
+++ frontends/yasm/yasm.c
@@ -213,7 +213,6 @@ static opt_option options[] =
--- yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c
+++ yasm-1.3.0/frontends/vsyasm/vsyasm.c
@@ -220,7 +220,6 @@ static opt_option options[] =
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_STRING,
- "Compiled on " __DATE__ ".",
"Copyright (c) 2001-2011 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: yasm-1.3.0/frontends/yasm/yasm.c
===================================================================
--- yasm-1.3.0.orig/frontends/yasm/yasm.c
+++ yasm-1.3.0/frontends/yasm/yasm.c
@@ -217,7 +217,6 @@ static opt_option options[] =
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_STRING,
- "Compiled on " __DATE__ ".",
"Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 17 11:42:03 UTC 2014 - idonmez@suse.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 5 07:53:51 UTC 2013 - idonmez@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package yasm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -20,10 +20,10 @@ Name: yasm
Summary: A complete rewrite of the NASM assembler
License: Artistic-1.0 and BSD-2-Clause and BSD-3-Clause and GPL-2.0+ and LGPL-2.0+
Group: Development/Languages/Other
Version: 1.2.0
Version: 1.3.0
Release: 0
Url: http://www.tortall.net/projects/yasm/
Source: http://www.tortall.net/projects/yasm/releases/%{name}-%{version}.tar.gz
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
Patch0: %{name}-no-build-date.patch
Patch1: %{name}-no-rpm-opt-flags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -48,7 +48,7 @@ libyasm.
%prep
%setup -q -n %{name}-%{version}
%patch0
%patch0 -p1
%patch1
%build
@@ -67,7 +67,7 @@ make DESTDIR=%{buildroot} install
%check
# 2 win64 test crash but we don't care
make check || true
make check
%files
%defattr(-,root,root)