Update to 1.1.0 and fix static file inclusion.
This commit is contained in:
parent
174fbcd890
commit
807b0e360a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
yasm-1.0.1.tar.gz
|
yasm-1.0.1.tar.gz
|
||||||
|
yasm-1.1.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2174fc3b6b74de07667f42d47514c336 yasm-1.0.1.tar.gz
|
8392e5f2235c2c2a981e1a633f2698cb yasm-1.1.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Modular Assembler
|
Summary: Modular Assembler
|
||||||
Name: yasm
|
Name: yasm
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# See COPYING for the detail, there is quite a lot!
|
# See COPYING for the detail, there is quite a lot!
|
||||||
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
|
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
|
Summary: Header files and static libraries for the yasm Modular Assembler
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Provides: %{name}-static = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
|
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
|
%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
|
* Sun May 23 2010 Matthias Saou <http://freshrpms.net/> 1.0.1-1
|
||||||
- Update to 1.0.1 (#593250).
|
- Update to 1.0.1 (#593250).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user