[yasm] Update to 1.1.0 and fix static file inclusion.

Matthias Saou thias at fedoraproject.org
Sun Aug 15 10:44:01 UTC 2010


commit 807b0e360abb13f3bd9273806de2faa4ee616a53
Author: Matthias Saou <matthias at rpmforge.net>
Date:   Sun Aug 15 12:43:41 2010 +0200

    Update to 1.1.0 and fix static file inclusion.

 .gitignore |    1 +
 sources    |    2 +-
 yasm.spec  |    9 ++++++++-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e68568..9d9986f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 yasm-1.0.1.tar.gz
+yasm-1.1.0.tar.gz
diff --git a/sources b/sources
index 3361f81..ca21911 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2174fc3b6b74de07667f42d47514c336  yasm-1.0.1.tar.gz
+8392e5f2235c2c2a981e1a633f2698cb  yasm-1.1.0.tar.gz
diff --git a/yasm.spec b/yasm.spec
index 5ef685f..fde3e2c 100644
--- a/yasm.spec
+++ b/yasm.spec
@@ -1,6 +1,6 @@
 Summary: Modular Assembler
 Name: yasm
-Version: 1.0.1
+Version: 1.1.0
 Release: 1%{?dist}
 # See COPYING for the detail, there is quite a lot!
 License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
@@ -23,6 +23,7 @@ overall design is an optimizer module.
 Summary: Header files and static libraries for the yasm Modular Assembler
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Provides: %{name}-static = %{version}-%{release}
 
 %description devel
 Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
@@ -70,6 +71,12 @@ Install this package if you need to rebuild applications that use yasm.
 
 
 %changelog
+* Sun Aug 15 2010 Matthias Saou <http://freshrpms.net/> 1.1.0-1
+- Update to 1.1.0 (#622240).
+
+* Thu Jul 29 2010 Matthias Saou <http://freshrpms.net/> 1.0.1-2
+- Provide static sub-package from devel (#609626).
+
 * Sun May 23 2010 Matthias Saou <http://freshrpms.net/> 1.0.1-1
 - Update to 1.0.1 (#593250).
 


More information about the scm-commits mailing list