update to 2.0.9

This commit is contained in:
Jens Petersen 2016-06-26 17:45:36 +09:00
parent ef61859b4b
commit 6e7cb608d4
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/shakespeare-1.0.5.1.tar.gz
/shakespeare-1.2.1.1.tar.gz
/shakespeare-2.0.1.1.tar.gz
/shakespeare-2.0.9.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name shakespeare
@ -8,8 +9,8 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 2.0.1.1
Release: 5%{?dist}
Version: 2.0.9
Release: 1%{?dist}
Summary: Toolkit for compile-time interpolated templates
License: MIT
@ -28,12 +29,13 @@ BuildRequires: ghc-directory-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-system-fileio-devel
BuildRequires: ghc-system-filepath-devel
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-hspec-devel
@ -86,6 +88,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -102,13 +106,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc ChangeLog.md
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 2.0.9-1
- update to 2.0.9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
ce467e51d0257bb98da1864d39fd815b shakespeare-2.0.1.1.tar.gz
fc2a4ab74a7a75b27593254ded421076 shakespeare-2.0.9.tar.gz