Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2023-07-19 19:11:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-conduit.new.5570 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-conduit"

Wed Jul 19 19:11:09 2023 rev:30 rq:1099455 version:2.3.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes        
2023-06-22 23:25:52.217783196 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-conduit.new.5570/ghc-http-conduit.changes  
    2023-07-19 19:11:15.428784823 +0200
@@ -1,0 +2,6 @@
+Mon Jul 17 23:04:32 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update http-conduit to version 2.3.8.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  http-conduit.cabal

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

Other differences:
------------------
++++++ ghc-http-conduit.spec ++++++
--- /var/tmp/diff_new_pack.vbzO5n/_old  2023-07-19 19:11:16.512791163 +0200
+++ /var/tmp/diff_new_pack.vbzO5n/_new  2023-07-19 19:11:16.528791257 +0200
@@ -26,6 +26,7 @@
 License:        BSD-2-Clause
 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-aeson-devel
 BuildRequires:  ghc-aeson-prof
@@ -128,6 +129,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ http-conduit.cabal ++++++
cabal-version:   >= 1.10
name:            http-conduit
version:         2.3.8.2
x-revision: 1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <mich...@snoyman.com>
maintainer:      Michael Snoyman <mich...@snoyman.com>
synopsis:        HTTP client package with conduit interface and HTTPS support.
description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<http://www.stackage.org/package/http-conduit>.
category:        Web, Conduit
stability:       Stable
build-type:      Simple
homepage:        https://github.com/snoyberg/http-client
extra-source-files: test/main.hs
                  , test/CookieTest.hs
                  , multipart-example.bin
                  , nyan.gif
                  , certificate.pem
                  , key.pem
                  , README.md
                  , ChangeLog.md

flag aeson
  manual: True
  description: Enable the dependency on aeson
  default: True

library
    default-language: Haskell2010
    build-depends: base                  >= 4.10    && < 5
                 , attoparsec
                 , bytestring            >= 0.9.1.4
                 , transformers          >= 0.2
                 , resourcet             >= 1.1
                 , conduit               >= 1.2
                 , conduit-extra         >= 1.1
                 , http-types            >= 0.7
                 , http-client           >= 0.5.13  && < 0.8
                 , http-client-tls       >= 0.3     && < 0.4
                 , mtl
                 , unliftio-core

    if flag(aeson)
      build-depends: aeson                 >= 0.8     && < 2.2

    if !impl(ghc>=7.9)
      build-depends:   void >= 0.5.5
    exposed-modules: Network.HTTP.Conduit
                     Network.HTTP.Client.Conduit
                     Network.HTTP.Simple
    ghc-options:     -Wall

test-suite test
    default-language: Haskell2010
    main-is: main.hs
    other-modules: CookieTest
    type: exitcode-stdio-1.0
    hs-source-dirs: test

    ghc-options:   -Wall
    cpp-options:   -DDEBUG
    build-depends: base >= 4 && < 5
                 , HUnit
                 , hspec >= 1.3
                 , data-default-class
                 , crypton-connection
                 , warp-tls
                 , tls < 1.5 || >= 1.5.2
                 , time
                 , blaze-builder
                 , bytestring
                 , text
                 , transformers
                 , conduit >= 1.1
                 , utf8-string
                 , case-insensitive
                 , unliftio
                 , wai >= 3.0 && < 3.3
                 , warp >= 3.0.0.2 && < 3.4
                 , wai-conduit
                 , http-types
                 , cookie
                 , http-client
                 , http-conduit
                 , conduit-extra
                 , streaming-commons
                 , temporary
                 , resourcet
                 , network

    if flag(aeson)
      build-depends: aeson

source-repository head
  type:     git
  location: git://github.com/snoyberg/http-client.git

Reply via email to