update to 1.12.4.1

This commit is contained in:
Jens Petersen 2015-01-26 11:58:39 +09:00
parent 5b94d3b284
commit c57e840af6
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/pandoc-types-1.10.tar.gz
/pandoc-types-1.12.3.1.tar.gz
/pandoc-types-1.12.3.3.tar.gz
/pandoc-types-1.12.4.1.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name pandoc-types
Name: ghc-%{pkg_name}
Version: 1.12.3.3
Release: 3%{?dist}
Version: 1.12.4.1
Release: 1%{?dist}
Summary: Types for representing a structured document
License: GPLv2+
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
@ -17,6 +17,7 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-generics-devel
BuildRequires: ghc-syb-devel
# End cabal-rpm deps
@ -69,6 +70,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Jan 26 2015 Jens Petersen <petersen@redhat.com> - 1.12.4.1-1
- update to 1.12.4.1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5a5076fdf259de1d28c7a951bd6402a6 pandoc-types-1.12.3.3.tar.gz
62cea7ac92a53a4023b9e849cf99792b pandoc-types-1.12.4.1.tar.gz