Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-http-client-tls for 
openSUSE:Factory checked in at 2025-04-02 21:05:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-client-tls"

Wed Apr  2 21:05:35 2025 rev:26 rq:1266536 version:0.3.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes  
2024-11-02 16:12:48.797833706 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1907/ghc-http-client-tls.changes
        2025-04-02 21:05:39.089055442 +0200
@@ -1,0 +2,6 @@
+Wed Mar 26 11:01:34 UTC 2025 - Peter Simons <psim...@suse.com>
+
+- Update http-client-tls to version 0.3.6.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  http-client-tls.cabal

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

Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.E7Vle7/_old  2025-04-02 21:05:41.097135600 +0200
+++ /var/tmp/diff_new_pack.E7Vle7/_new  2025-04-02 21:05:41.101135760 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-http-client-tls
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # 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 @@
 License:        MIT
 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-base-devel
 BuildRequires:  ghc-base-prof
@@ -99,6 +100,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ http-client-tls.cabal ++++++
name:                http-client-tls
version:             0.3.6.4
x-revision: 1
synopsis:            http-client backend using the connection package and tls 
library
description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<https://www.stackage.org/package/http-client-tls>.
homepage:            https://github.com/snoyberg/http-client
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          mich...@snoyman.com
category:            Network
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md
                     ChangeLog.md

library
  exposed-modules:     Network.HTTP.Client.TLS
  other-extensions:    ScopedTypeVariables
  build-depends:       base >= 4.10 && < 5
                     , data-default
                     , http-client >= 0.7.11
                     , crypton-connection
                     , network
                     , tls >= 2.1.2
                     , bytestring
                     , case-insensitive
                     , transformers
                     , http-types
                     , crypton
                     , memory
                     , exceptions
                     , containers
                     , text
                     , network-uri
  default-language:    Haskell2010
  ghc-options:         -Wall

test-suite spec
  main-is:             Spec.hs
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  default-language:    Haskell2010
  build-depends:       base
                     , hspec
                     , http-client
                     , http-client-tls
                     , http-types
                     , crypton-connection

benchmark benchmark
  main-is:             Bench.hs
  type:                exitcode-stdio-1.0
  hs-source-dirs:      bench
  default-language:    Haskell2010
  build-depends:       base
                     , gauge
                     , http-client
                     , http-client-tls

Reply via email to