Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tls-session-manager for 
openSUSE:Factory checked in at 2026-06-22 17:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tls-session-manager (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tls-session-manager"

Mon Jun 22 17:44:06 2026 rev:12 rq:1361103 version:0.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-tls-session-manager/ghc-tls-session-manager.changes
  2026-06-10 16:13:20.294906250 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new.1956/ghc-tls-session-manager.changes
        2026-06-22 17:44:38.469727135 +0200
@@ -1,0 +2,8 @@
+Wed Apr  1 00:50:53 UTC 2026 - Peter Simons <[email protected]>
+
+- Update tls-session-manager to version 0.1.0 revision 1.
+  ## 0.1.0
+
+  * Using "ram" instead of "memory"
+
+-------------------------------------------------------------------

Old:
----
  tls-session-manager-0.0.9.tar.gz

New:
----
  tls-session-manager-0.1.0.tar.gz
  tls-session-manager.cabal

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

Other differences:
------------------
++++++ ghc-tls-session-manager.spec ++++++
--- /var/tmp/diff_new_pack.e2P0g8/_old  2026-06-22 17:44:39.489762887 +0200
+++ /var/tmp/diff_new_pack.e2P0g8/_new  2026-06-22 17:44:39.493763027 +0200
@@ -19,12 +19,13 @@
 %global pkg_name tls-session-manager
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.0.9
+Version:        0.1.0
 Release:        0
 Summary:        In-memory TLS session DB and session ticket
 License:        BSD-3-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-auto-update-devel
 BuildRequires:  ghc-auto-update-prof
@@ -36,10 +37,10 @@
 BuildRequires:  ghc-clock-prof
 BuildRequires:  ghc-crypto-token-devel
 BuildRequires:  ghc-crypto-token-prof
-BuildRequires:  ghc-memory-devel
-BuildRequires:  ghc-memory-prof
 BuildRequires:  ghc-psqueues-devel
 BuildRequires:  ghc-psqueues-prof
+BuildRequires:  ghc-ram-devel
+BuildRequires:  ghc-ram-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-serialise-devel
 BuildRequires:  ghc-serialise-prof
@@ -80,6 +81,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tls-session-manager-0.0.9.tar.gz -> tls-session-manager-0.1.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tls-session-manager-0.0.9/ChangeLog.md 
new/tls-session-manager-0.1.0/ChangeLog.md
--- old/tls-session-manager-0.0.9/ChangeLog.md  2001-09-09 03:46:40.000000000 
+0200
+++ new/tls-session-manager-0.1.0/ChangeLog.md  2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,9 @@
 # ChangeLog for tls-session-manager
 
+## 0.1.0
+
+* Using "ram" instead of "memory"
+
 ## 0.0.9
 
 * Providing newSessionTicketManager' to kill the manager.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tls-session-manager-0.0.9/tls-session-manager.cabal 
new/tls-session-manager-0.1.0/tls-session-manager.cabal
--- old/tls-session-manager-0.0.9/tls-session-manager.cabal     2001-09-09 
03:46:40.000000000 +0200
+++ new/tls-session-manager-0.1.0/tls-session-manager.cabal     2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               tls-session-manager
-version:            0.0.9
+version:            0.1.0
 license:            BSD3
 license-file:       LICENSE
 maintainer:         [email protected]
@@ -24,11 +24,11 @@
         auto-update >= 0.2.2 && < 0.3,
         bytestring >= 0.10 && < 0.13,
         clock >= 0.8 && < 0.9,
-        crypto-token >= 0.1.2 && < 0.2,
-        memory >= 0.18.0 && < 0.19,
+        crypto-token >= 0.2.0 && < 0.3,
         psqueues >= 0.2 && < 0.3,
+        ram,
         serialise >= 0.2 && < 0.3,
-        tls >= 2.0 && < 2.3
+        tls >= 2.3 && < 2.4
 
     if impl(ghc >=8)
         default-extensions: Strict StrictData

++++++ tls-session-manager.cabal ++++++
cabal-version:      >=1.10
name:               tls-session-manager
version:            0.1.0
x-revision: 1
license:            BSD3
license-file:       LICENSE
maintainer:         [email protected]
author:             Kazu Yamamoto
synopsis:           In-memory TLS session DB and session ticket
description:
    TLS session manager with limitation, automatic pruning, energy saving and 
replay resistance and session ticket manager

category:           Web
build-type:         Simple
extra-source-files: ChangeLog.md

library
    exposed-modules:  Network.TLS.SessionManager
                      Network.TLS.SessionTicket
    other-modules:    Network.TLS.Imports
    default-language: Haskell2010
    ghc-options:      -Wall
    build-depends:
        base >=4.7 && <5,
        auto-update >= 0.2.2 && < 0.3,
        bytestring >= 0.10 && < 0.13,
        clock >= 0.8 && < 0.9,
        crypto-token >= 0.2.0 && < 0.3,
        psqueues >= 0.2 && < 0.3,
        ram,
        serialise >= 0.2 && < 0.3,
        tls >= 2.3 && < 2.5

    if impl(ghc >=8)
        default-extensions: Strict StrictData

Reply via email to