From 807b0e360abb13f3bd9273806de2faa4ee616a53 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Aug 15 2010 10:43:41 +0000 Subject: Update to 1.1.0 and fix static file inclusion. --- 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 1.1.0-1 +- Update to 1.1.0 (#622240). + +* Thu Jul 29 2010 Matthias Saou 1.0.1-2 +- Provide static sub-package from devel (#609626). + * Sun May 23 2010 Matthias Saou 1.0.1-1 - Update to 1.0.1 (#593250).