update to 0.2.18
This commit is contained in:
parent
961981345a
commit
acc7b5ccd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/simple-sendfile-0.2.4.tar.gz
|
||||
/simple-sendfile-0.2.8.tar.gz
|
||||
/simple-sendfile-0.2.11.tar.gz
|
||||
/simple-sendfile-0.2.18.tar.gz
|
||||
|
@ -4,17 +4,14 @@
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
# no useful debuginfo for Haskell packages without C sources
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.11
|
||||
Release: 6%{?dist}
|
||||
Version: 0.2.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform sendfile system call
|
||||
|
||||
License: BSD
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -25,10 +22,11 @@ BuildRequires: ghc-unix-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-conduit-devel
|
||||
BuildRequires: ghc-conduit-extra-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-network-conduit-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -85,6 +83,9 @@ files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.2.18-1
|
||||
- update to 0.2.18
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user