Accepting request 257357 from devel:tools:compiler
- 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/request/show/257357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yasm?expand=0&rev=26
This commit is contained in:
commit
92079abe70
@ -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
BIN
yasm-1.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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."
|
||||
};
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user