update to 0.2.25
This commit is contained in:
parent
5286acf66c
commit
d6ad7be86f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/simple-sendfile-0.2.8.tar.gz
|
||||
/simple-sendfile-0.2.11.tar.gz
|
||||
/simple-sendfile-0.2.18.tar.gz
|
||||
/simple-sendfile-0.2.25.tar.gz
|
||||
|
@ -1,3 +1,4 @@
|
||||
# generated by cabal-rpm-0.9.11
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name simple-sendfile
|
||||
@ -5,8 +6,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.18
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform sendfile system call
|
||||
|
||||
License: BSD
|
||||
@ -60,6 +61,8 @@ files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
@ -76,13 +79,16 @@ files.
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.2.25-1
|
||||
- update to 0.2.25
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user