diff --git a/yasm-1.2.0.tar.gz b/yasm-1.2.0.tar.gz deleted file mode 100644 index 5f2b295..0000000 --- a/yasm-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31 -size 1436502 diff --git a/yasm-1.3.0.tar.gz b/yasm-1.3.0.tar.gz new file mode 100644 index 0000000..a4d9485 --- /dev/null +++ b/yasm-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f +size 1492156 diff --git a/yasm-no-build-date.patch b/yasm-no-build-date.patch index 0504ced..77d4452 100644 --- a/yasm-no-build-date.patch +++ b/yasm-no-build-date.patch @@ -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." }; diff --git a/yasm.changes b/yasm.changes index 9231f06..f8111c6 100644 --- a/yasm.changes +++ b/yasm.changes @@ -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 diff --git a/yasm.spec b/yasm.spec index 3527348..2ff7273 100644 --- a/yasm.spec +++ b/yasm.spec @@ -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