osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-xml-conduit revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=22
This commit is contained in:
parent
7db4a768d5
commit
96c5fa4bc1
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 27 13:13:59 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update xml-conduit to version 1.9.1.0.
|
||||
## 1.9.1
|
||||
|
||||
* `]` characters inside doctype are now correctly handled
|
||||
* Entity expansion loops are now detected and avoided
|
||||
* Add field `psEntityExpansionSizeLimit` in `ParseSettings` to limit the length of an entity expansion; set to 8192 characters by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-xml-conduit
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name xml-conduit
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.9.0.0
|
||||
Version: 1.9.1.0
|
||||
Release: 0
|
||||
Summary: Pure-Haskell utilities for dealing with XML with the conduit package
|
||||
License: MIT
|
||||
@ -30,6 +30,7 @@ BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-blaze-html-devel
|
||||
BuildRequires: ghc-blaze-markup-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-cabal-doctest-devel
|
||||
BuildRequires: ghc-conduit-devel
|
||||
BuildRequires: ghc-conduit-extra-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cb4b8c3571dc044d0001e35f2c3e3a28f591bb6bb4a5ef7ee59207444d8a7dc
|
||||
size 40139
|
3
xml-conduit-1.9.1.0.tar.gz
Normal file
3
xml-conduit-1.9.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aa5d99020763642537a80067bbc6001828d855c0686c19eb3815b5c7a7ae029
|
||||
size 42089
|
Loading…
x
Reference in New Issue
Block a user