Accepting request 607896 from devel:languages:haskell

Update ghc-tagsoup to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tagsoup?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:14:16 +00:00 committed by Git OBS Bridge
commit 36f2e80016
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update tagsoup to version 0.14.6.
* Fix up source positions on bogus <! markers
* Fix up source positions on bogus <? markers
* #71, fix up source positions on bogus comments
* #70, fix up source positions on comments
* #66, make sure positions are correct for lone & characters
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-tagsoup
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,9 @@
%global pkg_name tagsoup
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.14.1
Version: 0.14.6
Release: 0
Summary: Parsing and extracting information from (possibly malformed) HTML/XML documents
License: BSD-3-Clause
@ -30,6 +31,13 @@ BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-time-devel
%endif
%description
TagSoup is a library for parsing HTML/XML. It supports the HTML 5
@ -59,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache
@ -66,7 +77,7 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGES.txt README.md

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:028be660a864e0918f99f90471caea72af2bfbf8a64a423e181b2b29f9c64aeb
size 44031

3
tagsoup-0.14.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b4ed4db1428e859389d628dd5755074f659a424ec49934ec53e44b0fc6a63fb
size 43982