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 2024-06-11 18:27:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypton-x509 (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypton-x509.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-x509"
Tue Jun 11 18:27:59 2024 rev:3 rq:1179749 version:1.7.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-crypton-x509/ghc-crypton-x509.changes
2024-05-14 13:39:23.648845805 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-crypton-x509.new.19518/ghc-crypton-x509.changes
2024-06-11 18:28:43.319617635 +0200
@@ -1,0 +2,6 @@
+Thu May 30 02:19:42 UTC 2024 - Peter Simons <[email protected]>
+
+- Update crypton-x509 to version 1.7.7.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
crypton-x509-1.7.6.tar.gz
crypton-x509.cabal
New:
----
crypton-x509-1.7.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypton-x509.spec ++++++
--- /var/tmp/diff_new_pack.IaR4Ej/_old 2024-06-11 18:28:44.083645517 +0200
+++ /var/tmp/diff_new_pack.IaR4Ej/_new 2024-06-11 18:28:44.087645663 +0200
@@ -20,13 +20,12 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.7.6
+Version: 1.7.7
Release: 0
Summary: X509 reader and writer
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/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-asn1-encoding-devel
BuildRequires: ghc-asn1-encoding-prof
@@ -59,8 +58,6 @@
BuildRequires: ghc-tasty-prof
BuildRequires: ghc-tasty-quickcheck-devel
BuildRequires: ghc-tasty-quickcheck-prof
-BuildRequires: ghc-x509-devel
-BuildRequires: ghc-x509-prof
%endif
%description
@@ -94,7 +91,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ crypton-x509-1.7.6.tar.gz -> crypton-x509-1.7.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/crypton-x509-1.7.6/crypton-x509.cabal
new/crypton-x509-1.7.7/crypton-x509.cabal
--- old/crypton-x509-1.7.6/crypton-x509.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/crypton-x509-1.7.7/crypton-x509.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,5 @@
Name: crypton-x509
-version: 1.7.6
+version: 1.7.7
Description: X509 reader and writer. please see README
License: BSD3
License-file: LICENSE
@@ -10,7 +10,7 @@
Build-Type: Simple
Category: Data
stability: experimental
-Homepage: http://github.com/vincenthz/hs-certificate
+Homepage: https://github.com/kazu-yamamoto/crypton-certificate
Cabal-Version: >= 1.10
Library
@@ -54,7 +54,7 @@
, tasty-quickcheck
, hourglass
, asn1-types
- , x509
+ , crypton-x509
, crypton
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures