Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-http-client-restricted for
openSUSE:Factory checked in at 2026-06-22 17:43:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-restricted (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-restricted.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-restricted"
Mon Jun 22 17:43:54 2026 rev:8 rq:1361098 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-http-client-restricted/ghc-http-client-restricted.changes
2023-11-23 21:43:08.228991870 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-restricted.new.1956/ghc-http-client-restricted.changes
2026-06-22 17:44:24.189226617 +0200
@@ -1,0 +2,10 @@
+Wed Jun 17 20:31:01 UTC 2026 - Peter Simons <[email protected]>
+
+- Update http-client-restricted to version 0.1.1.
+ http-client-restricted (0.1.1) unstable; urgency=medium
+
+ * Allow building with http-client-tls 0.4.x
+
+ -- Joey Hess <[email protected]> Wed, 17 Jun 2026 16:28:27 -0400
+
+-------------------------------------------------------------------
Old:
----
http-client-restricted-0.1.0.tar.gz
New:
----
http-client-restricted-0.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-restricted.spec ++++++
--- /var/tmp/diff_new_pack.n93fbs/_old 2026-06-22 17:44:24.997254938 +0200
+++ /var/tmp/diff_new_pack.n93fbs/_new 2026-06-22 17:44:25.001255078 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client-restricted
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name http-client-restricted
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
-Version: 0.1.0
+Version: 0.1.1
Release: 0
Summary: Restricting the servers that http-client will use
License: MIT
++++++ http-client-restricted-0.1.0.tar.gz ->
http-client-restricted-0.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-restricted-0.1.0/CHANGELOG
new/http-client-restricted-0.1.1/CHANGELOG
--- old/http-client-restricted-0.1.0/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
+++ new/http-client-restricted-0.1.1/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,9 @@
+http-client-restricted (0.1.1) unstable; urgency=medium
+
+ * Allow building with http-client-tls 0.4.x
+
+ -- Joey Hess <[email protected]> Wed, 17 Jun 2026 16:28:27 -0400
+
http-client-restricted (0.1.0) unstable; urgency=medium
* Switch from connection to crypton-connection in order to support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/http-client-restricted-0.1.0/Network/HTTP/Client/Restricted.hs
new/http-client-restricted-0.1.1/Network/HTTP/Client/Restricted.hs
--- old/http-client-restricted-0.1.0/Network/HTTP/Client/Restricted.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/http-client-restricted-0.1.1/Network/HTTP/Client/Restricted.hs
2001-09-09 03:46:40.000000000 +0200
@@ -1,11 +1,10 @@
-{- | Restricted `ManagerSettings` for
<https://haskell-lang.org/library/http-client>
- -
- - Copyright 2018 Joey Hess <[email protected]>
- -
- - Portions from http-client-tls Copyright (c) 2013 Michael Snoyman
- -
- - License: MIT
- -}
+-- | Restricted `ManagerSettings` for
<https://haskell-lang.org/library/http-client>
+--
+-- Copyright 2018 Joey Hess <[email protected]>
+--
+-- Portions from http-client-tls Copyright (c) 2013 Michael Snoyman
+--
+-- License: MIT
{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, LambdaCase,
PatternGuards #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/http-client-restricted-0.1.0/http-client-restricted.cabal
new/http-client-restricted-0.1.1/http-client-restricted.cabal
--- old/http-client-restricted-0.1.0/http-client-restricted.cabal
2001-09-09 03:46:40.000000000 +0200
+++ new/http-client-restricted-0.1.1/http-client-restricted.cabal
2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
Name: http-client-restricted
-Version: 0.1.0
+Version: 0.1.1
Cabal-Version: >= 1.10
Maintainer: Joey Hess <[email protected]>
Author: Joey Hess
@@ -28,7 +28,7 @@
Build-Depends:
base >= 4.11.1.0 && < 5.0
, http-client >= 0.7.11 && < 0.8
- , http-client-tls >= 0.3.6 && < 0.4
+ , http-client-tls >= 0.3.6 && < 0.5
, crypton-connection >= 0.3.1
, data-default
, network (>= 3.0.0.0)
@@ -37,4 +37,4 @@
source-repository head
type: git
- location: git://git.joeyh.name/haskell-http-client-restricted.git
+ location: http://git.joeyh.name/git/haskell-http-client-restricted.git