Update to 1.1.0 and fix static file inclusion.

This commit is contained in:
Matthias Saou 2010-08-15 12:43:41 +02:00
parent 174fbcd890
commit 807b0e360a
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
yasm-1.0.1.tar.gz
yasm-1.1.0.tar.gz

View File

@ -1 +1 @@
2174fc3b6b74de07667f42d47514c336 yasm-1.0.1.tar.gz
8392e5f2235c2c2a981e1a633f2698cb yasm-1.1.0.tar.gz

View File

@ -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).