Package Release Info

ghc-tagsoup-0.14.7-bp151.2.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-tagsoup
ghc-tagsoup-devel

Change Logs

Version: 0.14.7-bp151.1.10
* Wed Oct 10 2018 psimons@suse.com
- Update tagsoup to version 0.14.7.
  0.14.7, released 2018-09-18
    [#75], escape single quote (') characters as '
    [#72], update some dead URLs
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 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
Version: 0.14.1-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Feb 27 2017 psimons@suse.com
- Update to version 0.14.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.14 revision 0 with cabal2obs.
Version: 0.13.8-3.1
* Mon Jan 11 2016 mimi.vx@gmail.com
- update to 0.13.8
  * add parse/render functions directly to the Tree module
* Sun Jan 10 2016 mimi.vx@gmail.com
- update to 0.13.7
  * make sure upper case &#X works in lookupEntity
* Thu Dec 24 2015 mimi.vx@gmail.com
- update to 0.13.6
  * some named entities require a trailing semicolon (e.g. mid)
* Wed Nov 04 2015 mimi.vx@gmail.com
- update to 0.13.5
  * add isTagComment function
* Thu Apr 23 2015 mimi.vx@gmail.com
- update to 0.13.3
  * #562, treat <script> specially as per HTML5
  * #616, extend to all HTML5 entities
  * Optimise lookupNamedEntity
  * Replace escapeXMLChar with escapeXML
  * Change all Entity functions to return String, not Int or Char
* Mon Oct 21 2013 sbahling@suse.com
- spec file: Add %defattr(-,root,root,-) to %files devel section
* Tue May 14 2013 peter.trommler@ohm-hochschule.de
- new cabal-rpm spec file template
  * no macros spanning multiple spec file sections
* Wed Oct 03 2012 peter.trommler@ohm-hochschule.de
- update to 0.12.8 from upstream (no changelog)
* Thu Jun 07 2012 peter.trommler@ohm-hochschule.de
- cabal2spec 0.25.5 spec file template
* Fri Jan 20 2012 herbert@graeber-clan.de
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
Version: 0.13.10-6.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.13.10 revision 0 with cabal2obs.
* Sat May 07 2016 mimi.vx@gmail.com
- update to 0.13.10
  * improve the Haddock documentation
  * fix some > 16bit HTML entities
* Wed Mar 16 2016 mimi.vx@gmail.com
- update to 0.13.9
  * fix a space leak
  * fix the demo examples
  * make IsString a superclass of StringLike
  * make flattenTree O(n) instead of O(n^2)