update to 0.1.1.2

This commit is contained in:
Jens Petersen 2020-02-14 10:52:02 +08:00
parent 64fa184c9b
commit c45aa7c080
4 changed files with 7 additions and 85 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/cheapskate-0.1.1.tar.gz
/cheapskate-0.1.1.1.tar.gz
/cheapskate-0.1.1.2.tar.gz

View File

@ -1,80 +0,0 @@
name: cheapskate
version: 0.1.1.1
x-revision: 1
synopsis: Experimental markdown processor.
description: This is an experimental Markdown processor in pure
Haskell. It aims to process Markdown efficiently and in
the most forgiving possible way. It is designed to deal
with any input, including garbage, with linear
performance. Output is sanitized by default for
protection against XSS attacks.
.
Several markdown extensions are implemented, including
fenced code blocks, significant list start numbers, and
autolinked URLs. See README.markdown for details.
homepage: http://github.com/jgm/cheapskate
license: BSD3
license-file: LICENSE
author: John MacFarlane
maintainer: jgm@berkeley.edu
copyright: (C) 2012-2013 John MacFarlane
category: Text
build-type: Simple
extra-source-files: README.markdown
changelog
man/man1/cheapskate.1
cabal-version: >=1.10
Source-repository head
type: git
location: git://github.com/jgm/cheapskate.git
Flag dingus
Description: Build cheapskate-dingus cgi script.
Default: False
library
hs-source-dirs: .
exposed-modules: Cheapskate
Cheapskate.Parse
Cheapskate.Types
Cheapskate.Html
other-modules: Cheapskate.Util
Cheapskate.Inlines
Cheapskate.ParserCombinators
Paths_cheapskate
build-depends: base >=4.6 && <5,
containers >=0.4 && <0.7,
mtl >=2.1 && <2.3,
text >= 0.9 && < 1.3,
blaze-html >=0.6 && < 0.10,
xss-sanitize >= 0.3 && < 0.4,
data-default >= 0.5 && < 0.8,
syb,
uniplate >= 1.6 && < 1.7,
deepseq
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-do-bind
executable cheapskate
main-is: main.hs
hs-source-dirs: bin
build-depends: base >=4.4 && <5,
cheapskate,
bytestring,
blaze-html >=0.6 && < 0.10,
text >= 0.9 && < 1.3
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-do-bind
executable cheapskate-dingus
main-is: cheapskate-dingus.hs
hs-source-dirs: bin
if flag(dingus)
build-depends: base, aeson, cheapskate, blaze-html,
text, wai-extra, wai >= 0.3, http-types
default-language: Haskell2010
if flag(dingus)
Buildable: True
else
Buildable: False
ghc-options: -Wall -fno-warn-unused-do-bind

View File

@ -5,15 +5,14 @@
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.1.1.1
Release: 4%{?dist}
Version: 0.1.1.2
Release: 1%{?dist}
Summary: Experimental markdown processor
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
@ -80,7 +79,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -129,6 +127,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.1.1.2-1
- update to 0.1.1.2
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (cheapskate-0.1.1.1.tar.gz) = 551fdf43f8ed8e15ed4a5ac1649f319477cc80762a34499eed58c7c77e1f3e2bc0c4f9887aac7632f341e825c202850617d0572fa6cb748104bbf2874dfba353
SHA512 (cheapskate-0.1.1.2.tar.gz) = b671ada413b8bd90f28b008c7bada4b744dedac2c7711090f1148dfa1643f7843f44e56c9a5a99fd0f71ded8393a0095b04fbdf73f70a707698dc9fb76ed1b45