update to 0.9.1

This commit is contained in:
Jens Petersen 2016-06-23 18:57:07 +09:00
parent fe1799bdaf
commit 5f52571155
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/http-types-0.7.3.0.1.tar.gz
/http-types-0.8.0.tar.gz
/http-types-0.8.5.tar.gz
/http-types-0.9.1.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.8.5
Release: 3%{?dist}
Version: 0.9.1
Release: 1%{?dist}
Summary: Generic HTTP types for Haskell
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
@ -59,6 +56,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -75,14 +74,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 README
%doc CHANGELOG README
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.9.1-1
- update to 0.9.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
378b68fe5d599a387be577e84da7597a http-types-0.8.5.tar.gz
80c6ba409125f2ec5ed51b94e7621d7d http-types-0.9.1.tar.gz