From 5f525711554d18af89d67923fc6053401fcca7d4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 18:57:07 +0900 Subject: [PATCH] update to 0.9.1 --- .gitignore | 1 + ghc-http-types.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5363fc3..217f2f2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-http-types.spec b/ghc-http-types.spec index 4d7d378..7267213 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -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 - 0.9.1-1 +- update to 0.9.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.8.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index febe247..4cb7203 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -378b68fe5d599a387be577e84da7597a http-types-0.8.5.tar.gz +80c6ba409125f2ec5ed51b94e7621d7d http-types-0.9.1.tar.gz