update to 0.2.18

This commit is contained in:
Jens Petersen 2015-01-20 21:53:08 +09:00
parent 961981345a
commit acc7b5ccd9
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
d7c7bc4c64139bc9fb1deb6b54d26840 simple-sendfile-0.2.11.tar.gz
41c63f15f8f452984643bcec8d6ac721 simple-sendfile-0.2.18.tar.gz