Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-crypton-x509 for
openSUSE:Factory checked in at 2026-06-10 15:58:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypton-x509 (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypton-x509.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-x509"
Wed Jun 10 15:58:55 2026 rev:4 rq:1358351 version:1.7.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-crypton-x509/ghc-crypton-x509.changes
2024-06-11 18:28:43.319617635 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-crypton-x509.new.2375/ghc-crypton-x509.changes
2026-06-10 15:59:46.625187511 +0200
@@ -1,0 +2,6 @@
+Sat Mar 7 05:14:39 UTC 2026 - Peter Simons <[email protected]>
+
+- Update crypton-x509 to version 1.7.7 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
crypton-x509.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypton-x509.spec ++++++
--- /var/tmp/diff_new_pack.23ajxU/_old 2026-06-10 15:59:47.785235584 +0200
+++ /var/tmp/diff_new_pack.23ajxU/_new 2026-06-10 15:59:47.789235750 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-crypton-x509
#
-# Copyright (c) 2024 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
@@ -26,6 +26,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-asn1-encoding-devel
BuildRequires: ghc-asn1-encoding-prof
@@ -91,6 +92,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ crypton-x509.cabal ++++++
Name: crypton-x509
version: 1.7.7
x-revision: 1
Description: X509 reader and writer. please see README
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <[email protected]>
Author: Vincent Hanquez <[email protected]>
Maintainer: Kazu Yamamoto <[email protected]>
Synopsis: X509 reader and writer
Build-Type: Simple
Category: Data
stability: experimental
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
Cabal-Version: >= 1.10
Library
Default-Language: Haskell2010
Build-Depends: base >= 4.7 && < 5
, bytestring
, memory
, transformers >= 0.4
, containers
, hourglass
, pem >= 0.1
, asn1-types >= 0.3.1 && < 0.4
, asn1-encoding >= 0.9 && < 0.10
, asn1-parse >= 0.9.3 && < 0.10
, crypton >= 0.24 && <1.1
Exposed-modules: Data.X509
Data.X509.EC
Other-modules: Data.X509.Internal
Data.X509.CertificateChain
Data.X509.AlgorithmIdentifier
Data.X509.DistinguishedName
Data.X509.Cert
Data.X509.PublicKey
Data.X509.PrivateKey
Data.X509.Ext
Data.X509.ExtensionRaw
Data.X509.CRL
Data.X509.OID
Data.X509.Signed
ghc-options: -Wall
Test-Suite test-x509
Default-Language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: Tests
Main-is: Tests.hs
Build-Depends: base >= 3 && < 5
, bytestring
, mtl
, tasty
, tasty-quickcheck
, hourglass
, asn1-types
, crypton-x509
, crypton
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
source-repository head
type: git
location: https://github.com/kazu-yamamoto/crypton-certificate
subdir: x509