------------------------------------------------------------------- Tue Jul 15 22:19:44 UTC 2025 - Peter Simons - Update xml-conduit to version 1.10.0.1. ## 1.10.0.1 * Fix doctest on GHC 9.12 ## 1.10.0.0 * `rsPretty` is now exported only from the new module `Text.XML.Render.Internal` - Migration path: Import it from its new home. - Since it is now internal, be prepared for it to be changed or removed in some future version. * `prettify` is no longer exported at all. - Migration path: Use `rsPretty = True` in your `RenderSettings` when you finally render the stream instead of inserting the `prettify` combinator into your conduit pipeline. - Same caveat as above about `rsPretty` now being internal - If you require having the prettified version of an XML event stream as a conduit before rendering (we hope this use case occurs rarely if ever), things will be more awkward: - The hack of rendering with `rsPretty = True` and re-parsing might work. - Another hack could be to fork this library and add `prettify` to the export list in `Text.XML.Render.Internal`. - Otherwise, you might need to implement pretty-printing yourself. The source code of `Text.XML.Render.Internal` might be helpful in that case. ------------------------------------------------------------------- Mon Nov 4 09:15:30 UTC 2024 - Peter Simons - Update xml-conduit to version 1.9.1.4. Upstream has not updated the file "ChangeLog.md" since the last release. ------------------------------------------------------------------- Wed Jun 21 10:51:42 UTC 2023 - Peter Simons - Update xml-conduit to version 1.9.1.3. Upstream has not updated the file "ChangeLog.md" since the last release. ------------------------------------------------------------------- Thu Mar 30 17:09:07 UTC 2023 - Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2. ------------------------------------------------------------------- Wed Mar 22 19:25:42 UTC 2023 - Peter Simons - Update xml-conduit to version 1.9.1.2. Upstream has not updated the file "ChangeLog.md" since the last release. ------------------------------------------------------------------- Sun Oct 30 14:50:43 UTC 2022 - Peter Simons - Update xml-conduit to version 1.9.1.1 revision 2. Upstream has revised the Cabal build instructions on Hackage. ------------------------------------------------------------------- Sun May 22 09:54:16 UTC 2022 - Peter Simons - Update xml-conduit to version 1.9.1.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. ------------------------------------------------------------------- Fri Apr 16 11:05:14 UTC 2021 - psimons@suse.com - Update xml-conduit to version 1.9.1.1. ## 1.9.1.1 * Entity declarations with tags inside are now correctly handled * Parser now fails gracefully on malformed entity declarations * Parameter entity declarations are now ignored ------------------------------------------------------------------- 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 - disable %{ix86} build ------------------------------------------------------------------- Tue Aug 18 10:46:43 UTC 2020 - Peter Simons - Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- Tue Jun 16 11:14:54 UTC 2020 - Peter Simons - Re-generate file with latest version of spec-cleaner. ------------------------------------------------------------------- Sun Dec 29 10:27:13 UTC 2019 - psimons@suse.com - Update xml-conduit to version 1.9.0.0. ## 1.9.0 * Remove deprecated functions (`ignoreTag`, `ignoreAllTreesContent`, `takeAllTreesContent`) * Rename `parseText'` into `parseText` * `takeContent` and `ignoreContent` now cover entities * Align behaviour of `take`* and `ignore`* functions ------------------------------------------------------------------- Fri Nov 8 16:15:15 UTC 2019 - Peter Simons - Drop obsolete group attributes. ------------------------------------------------------------------- Tue Nov 27 15:45:54 UTC 2018 - psimons@suse.com - Add xml-conduit at version 1.8.0.1.