update to 0.2.1.0

This commit is contained in:
Jens Petersen 2016-06-23 12:29:31 +09:00
parent f3c4d314a9
commit 9f1941f632
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/blaze-textual-0.2.0.6.tar.gz /blaze-textual-0.2.0.6.tar.gz
/blaze-textual-0.2.0.8.tar.gz /blaze-textual-0.2.0.8.tar.gz
/blaze-textual-0.2.0.9.tar.gz /blaze-textual-0.2.0.9.tar.gz
/blaze-textual-0.2.1.0.tar.gz

View File

@ -4,17 +4,14 @@
%bcond_with tests %bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.2.0.9 Version: 0.2.1.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Fast rendering of common datatypes Summary: Fast rendering of common datatypes
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -60,6 +57,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install %install
%ghc_lib_install %ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check %check
%if %{with tests} %if %{with tests}
@ -76,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files %files -f %{name}.files
%doc LICENSE %license LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
@ -84,6 +83,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.2.1.0-1
- update to 0.2.1.0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.9-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
6a23f9930667193826240494b55096e0 blaze-textual-0.2.0.9.tar.gz 504711c399f9279d8b7563befa4d363a blaze-textual-0.2.1.0.tar.gz