Accepting request 623732 from devel:languages:haskell

- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.

- Update blaze-html to version 0.9.1.1.
  - 0.9.1.1 (2018-06-12)
      * Fix generated source code on Hackage
  - 0.9.1.0
      * Add `u` element to HTML5
      * Add `role` attribute to HTML5
      * Bump HUnit dependency to 1.6
      * Bump QuickCheck dependency to 2.11

* compatibility with ghc-blaze-markup
* dependencies for test framework adjusted
- update to 0.5.1.0 from upstream (no changelog)
- update to 0.5.0.0 from upstream (no changelog)
- required for ghc-rpm-macros 0.90
- added BuildRoof fo SLE_11_SP1/2
- initial packaging

OBS-URL: https://build.opensuse.org/request/show/623732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-html?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2018-07-24 15:13:41 +00:00 committed by Git OBS Bridge
commit 9f97a9f6b7
4 changed files with 31 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:16 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Fri Jul 13 14:32:23 UTC 2018 - psimons@suse.com
- Update blaze-html to version 0.9.1.1.
- 0.9.1.1 (2018-06-12)
* Fix generated source code on Hackage
- 0.9.1.0
* Add `u` element to HTML5
* Add `role` attribute to HTML5
* Bump HUnit dependency to 1.6
* Bump QuickCheck dependency to 2.11
-------------------------------------------------------------------
Wed May 16 13:06:52 UTC 2018 - psimons@suse.com
@ -52,7 +71,7 @@ Sun Nov 9 15:56:26 UTC 2014 - peter.trommler@ohm-hochschule.de
- update to 0.7.0.3
* version bound for text (Haskell Platform 2014.2.0.0)
* compatibility with ghc-blaze-markup
* compatibility with ghc-blaze-markup
-------------------------------------------------------------------
Mon Oct 21 14:45:53 UTC 2013 - sbahling@suse.com
@ -64,31 +83,30 @@ Wed May 15 14:25:47 UTC 2013 - peter.trommler@ohm-hochschule.de
- update to 0.6.1.1 from upstream (no changelog)
* base, keygen, and source elements are considered leaf elements
* dependencies for test framework adjusted
* dependencies for test framework adjusted
-------------------------------------------------------------------
Wed Oct 3 07:20:49 UTC 2012 - peter.trommler@ohm-hochschule.de
- update to 0.5.1.0 from upstream (no changelog)
- update to 0.5.1.0 from upstream (no changelog)
-------------------------------------------------------------------
Wed Jul 4 17:18:33 UTC 2012 - peter.trommler@ohm-hochschule.de
- update to 0.5.0.0 from upstream (no changelog)
- update to 0.5.0.0 from upstream (no changelog)
-------------------------------------------------------------------
Tue Jun 5 16:55:36 UTC 2012 - peter.trommler@ohm-hochschule.de
- cabal2spec 0.25.5 template for spec file
- required for ghc-rpm-macros 0.90
- required for ghc-rpm-macros 0.90
-------------------------------------------------------------------
Fri Mar 16 13:58:23 UTC 2012 - peter.trommler@ohm-hochschule.de
- added BuildRoof fo SLE_11_SP1/2
- added BuildRoof fo SLE_11_SP1/2
-------------------------------------------------------------------
Fri Mar 2 16:19:12 UTC 2012 - peter.trommler@ohm-hochschule.de
- initial packaging
- initial packaging

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-html
#
# 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
@ -19,7 +19,7 @@
%global pkg_name blaze-html
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.9.0.1
Version: 0.9.1.1
Release: 0
Summary: A blazingly fast HTML combinator library for Haskell
License: BSD-3-Clause