update to 1.12.3.1
This commit is contained in:
parent
14550cb829
commit
f81e713c55
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/pandoc-types-1.9.0.2.tar.gz
|
||||
/pandoc-types-1.9.1.tar.gz
|
||||
/pandoc-types-1.10.tar.gz
|
||||
/pandoc-types-1.12.3.1.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global pkg_name pandoc-types
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.10
|
||||
Release: 3%{?dist}
|
||||
Version: 1.12.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Types for representing a structured document
|
||||
|
||||
License: GPLv2+
|
||||
@ -14,6 +14,8 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-syb-devel
|
||||
# End cabal-rpm deps
|
||||
@ -66,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-1
|
||||
- update to 1.12.3.1
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user