Hello community,
here is the log from the commit of package ghc-xml-conduit-parse for
openSUSE:Factory checked in at 2017-07-05 23:59:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xml-conduit-parse (Old)
and /work/SRC/openSUSE:Factory/.ghc-xml-conduit-parse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-xml-conduit-parse"
Wed Jul 5 23:59:53 2017 rev:2 rq:506855 version:0.3.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-xml-conduit-parse/ghc-xml-conduit-parse.changes
2017-05-10 20:47:50.489503867 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-xml-conduit-parse.new/ghc-xml-conduit-parse.changes
2017-07-05 23:59:54.431817828 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 21:01:49 UTC 2017 - [email protected]
+
+- Update to version 0.3.1.1.
+
+-------------------------------------------------------------------
Old:
----
xml-conduit-parse-0.3.1.0.tar.gz
New:
----
xml-conduit-parse-0.3.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-xml-conduit-parse.spec ++++++
--- /var/tmp/diff_new_pack.V6RcsV/_old 2017-07-05 23:59:55.299695568 +0200
+++ /var/tmp/diff_new_pack.V6RcsV/_new 2017-07-05 23:59:55.299695568 +0200
@@ -19,7 +19,7 @@
%global pkg_name xml-conduit-parse
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.1.0
+Version: 0.3.1.1
Release: 0
Summary: Streaming XML parser based on conduits
License: WTFPL
++++++ xml-conduit-parse-0.3.1.0.tar.gz -> xml-conduit-parse-0.3.1.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/xml-conduit-parse-0.3.1.0/Data/Conduit/Parser/XML/Internal.hs
new/xml-conduit-parse-0.3.1.1/Data/Conduit/Parser/XML/Internal.hs
--- old/xml-conduit-parse-0.3.1.0/Data/Conduit/Parser/XML/Internal.hs
2015-06-22 11:24:23.000000000 +0200
+++ new/xml-conduit-parse-0.3.1.1/Data/Conduit/Parser/XML/Internal.hs
2017-06-17 21:26:45.000000000 +0200
@@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-}
-- | Low-level primitives.
-module Data.Conduit.Parser.XML.Internal where
+module Data.Conduit.Parser.XML.Internal (module
Data.Conduit.Parser.XML.Internal) where
-- {{{ Imports
import Control.Applicative
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xml-conduit-parse-0.3.1.0/xml-conduit-parse.cabal
new/xml-conduit-parse-0.3.1.1/xml-conduit-parse.cabal
--- old/xml-conduit-parse-0.3.1.0/xml-conduit-parse.cabal 2015-07-16
18:54:35.000000000 +0200
+++ new/xml-conduit-parse-0.3.1.1/xml-conduit-parse.cabal 2017-06-17
21:26:45.000000000 +0200
@@ -1,5 +1,5 @@
name: xml-conduit-parse
-version: 0.3.1.0
+version: 0.3.1.1
synopsis: Streaming XML parser based on conduits.
description:
This library provides an alternative, hopefully higher-level implementation
for the parsing part of @xml-conduit@.