Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-ech-config for openSUSE:Factory 
checked in at 2026-06-10 15:59:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ech-config (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ech-config.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ech-config"

Wed Jun 10 15:59:36 2026 rev:2 rq:1358362 version:0.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ech-config/ghc-ech-config.changes    
2025-07-31 17:46:02.971777431 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ech-config.new.2375/ghc-ech-config.changes  
2026-06-10 16:00:44.903602589 +0200
@@ -1,0 +2,6 @@
+Sun Mar  8 12:38:46 UTC 2026 - Peter Simons <[email protected]>
+
+- Update ech-config to version 0.0.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  ech-config.cabal

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

Other differences:
------------------
++++++ ghc-ech-config.spec ++++++
--- /var/tmp/diff_new_pack.MmDDbR/_old  2026-06-10 16:00:47.431707355 +0200
+++ /var/tmp/diff_new_pack.MmDDbR/_new  2026-06-10 16:00:47.431707355 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ech-config
 #
-# Copyright (c) 2025 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
@@ -25,6 +25,7 @@
 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-base-devel
 BuildRequires:  ghc-base-prof
@@ -70,6 +71,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ ech-config.cabal ++++++
cabal-version:      >=1.10
name:               ech-config
version:            0.0.1
x-revision: 1
license:            BSD3
license-file:       LICENSE
maintainer:         [email protected]
author:             Kazu Yamamoto
synopsis:           Config for TLS Encrypted Client Hello
description:
    Config types for TLS Encrypted Client Hello to glue DNS and TLS

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

flag devel
    description: Development commands
    default:     False

library
    exposed-modules:    Network.TLS.ECH.Config
    default-language:   Haskell2010
    default-extensions: Strict StrictData
    ghc-options:        -Wall
    build-depends:
        base >=4.7 && <5,
        base16-bytestring,
        bytestring,
        filepath,
        network-byte-order >= 0.1.7

executable ech-gen
    main-is:            ech-gen.hs
    hs-source-dirs:     util
    default-language:   Haskell2010
    default-extensions: Strict StrictData
    ghc-options:        -Wall -threaded -rtsopts
    build-depends:
        base >=4.9 && <5,
        bytestring,
        base64-bytestring,
        ech-config,
        hpke

    if flag(devel)

    else
        buildable: False

source-repository head
    type:     git
    location: https://github.com/haskell-tls/hs-tls
    subdir:   tls

Reply via email to