update to 2.0.6

This commit is contained in:
Jens Petersen 2015-09-30 14:47:19 +09:00
parent e7e4f12284
commit c85a94172c
3 changed files with 12 additions and 11 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.6.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: 2.0.1.1
Release: 4%{?dist}
Version: 2.0.6
Release: 1%{?dist}
Summary: Toolkit for compile-time interpolated templates
License: MIT
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
@ -28,8 +25,6 @@ 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-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
@ -87,6 +82,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -103,13 +100,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Wed Sep 30 2015 Jens Petersen <petersen@redhat.com> - 2.0.6-1
- update to 2.0.6
* Tue Sep 8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.1.1-4
- Rebuild (aarch64 hashes)

View File

@ -1 +1 @@
ce467e51d0257bb98da1864d39fd815b shakespeare-2.0.1.1.tar.gz
add068cd76dc782165dbe0975581bf06 shakespeare-2.0.6.tar.gz