Hello community,

here is the log from the commit of package ghc-html-conduit for 
openSUSE:Factory checked in at 2017-03-20 17:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-html-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-html-conduit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-html-conduit"

Mon Mar 20 17:07:10 2017 rev:3 rq:477450 version:1.2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-html-conduit/ghc-html-conduit.changes        
2016-11-10 13:21:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-html-conduit.new/ghc-html-conduit.changes   
2017-03-20 17:07:11.257992560 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 08:41:02 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  html-conduit.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-html-conduit.spec ++++++
--- /var/tmp/diff_new_pack.9Uil8S/_old  2017-03-20 17:07:12.305844603 +0100
+++ /var/tmp/diff_new_pack.9Uil8S/_new  2017-03-20 17:07:12.309844039 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-html-conduit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ html-conduit.cabal ++++++
Name:                html-conduit
Version:             1.2.1.1
x-revision: 1
Synopsis:            Parse HTML documents using xml-conduit datatypes.
Description:         This package uses tagstream-conduit for its parser. It 
automatically balances mismatched tags, so that there shouldn't be any parse 
failures. It does not handle a full HTML document rendering, such as adding 
missing html and head tags.
Homepage:            https://github.com/snoyberg/xml
License:             MIT
License-file:        LICENSE
Author:              Michael Snoyman
Maintainer:          mich...@snoyman.com
Category:            Web, Text, Conduit
Build-type:          Simple
Extra-source-files:  test/main.hs README.md ChangeLog.md
Cabal-version:       >=1.8

Library
  Exposed-modules:     Text.HTML.DOM
  Build-depends:       base                             >= 4              && < 5
                     , transformers
                     , bytestring
                     , containers
                     , text
                     , resourcet                        >= 0.3            && < 
1.2
                     , conduit                          >= 1.0            && < 
1.3
                     , conduit-extra                    >= 1.1.1
                     , xml-conduit                      >= 1.3            && < 
1.6
                     , tagstream-conduit                >= 0.5.5.3        && < 
0.6
                     , xml-types                        >= 0.3            && < 
0.4

test-suite test
    type: exitcode-stdio-1.0
    main-is: main.hs
    hs-source-dirs: test
    build-depends:          base
                          , hspec >= 1.3
                          , HUnit
                          , xml-conduit
                          , html-conduit
                          , bytestring
                          , containers

source-repository head
  type: git
  location: git://github.com/snoyberg/xml.conduit

Reply via email to