update to 0.10.9.1
This commit is contained in:
parent
26ae319ce0
commit
fec8527bf3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/vector-0.7.1.tar.gz
|
||||
/vector-0.9.1.tar.gz
|
||||
/vector-0.10.0.1.tar.gz
|
||||
/vector-0.10.9.1.tar.gz
|
||||
|
||||
@ -2,15 +2,18 @@
|
||||
|
||||
%global pkg_name vector
|
||||
|
||||
# no useful debuginfo for Haskell packages without C sources
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform-2012.4+
|
||||
Version: 0.10.0.1
|
||||
Release: 7%{?dist}
|
||||
# part of haskell-platform
|
||||
Version: 0.10.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient Arrays
|
||||
|
||||
License: BSD
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Patch1: vector-debian-no_ann_without_ghci.patch
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
@ -27,10 +30,11 @@ and immutable), with a powerful loop optimisation framework.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
@ -65,9 +69,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 30 2014 Jens Petersen <petersen@redhat.com> - 0.10.9.1-1
|
||||
- update to 0.10.9.1
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user