update to 0.1.0.5

This commit is contained in:
Jens Petersen 2015-01-20 17:10:54 +09:00
parent 7452da09e9
commit ce14dd49bd
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/mime-types-0.1.0.4.tar.gz
/mime-types-0.1.0.5.tar.gz

View File

@ -2,17 +2,14 @@
%global pkg_name mime-types
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.1.0.4
Version: 0.1.0.5
Release: 1%{?dist}
Summary: Basic mime-type handling types and functions
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
@ -23,7 +20,8 @@ BuildRequires: ghc-text-devel
# End cabal-rpm deps
%description
Basic mime-type handling types and functions.
API docs and the README are available at
<http://www.stackage.org/package/mime-types>.
%package devel
@ -63,8 +61,12 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.1.0.5-1
- update to 0.1.0.5
* Wed Jun 25 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0.4-1
- spec file generated by cabal-rpm-0.8.11.1

View File

@ -1 +1 @@
7c798f7a6129cd0c4ca60c0b40e87490 mime-types-0.1.0.4.tar.gz
343e1b90e0b047c0bfd08e7c308b6f21 mime-types-0.1.0.5.tar.gz