diff --git a/.gitignore b/.gitignore index 559314e..850d24c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /x509-1.7.2.tar.gz /x509-1.7.3.tar.gz /x509-1.7.5.tar.gz +/x509-1.7.6.tar.gz diff --git a/ghc-x509.spec b/ghc-x509.spec index eea557b..65aabe5 100644 --- a/ghc-x509.spec +++ b/ghc-x509.spec @@ -1,14 +1,14 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.0.12 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name x509 %global pkgver %{pkg_name}-%{version} -%bcond_with tests +%bcond_without tests Name: ghc-%{pkg_name} -Version: 1.7.5 -Release: 12%{?dist} +Version: 1.7.6 +Release: 1%{?dist} Summary: X509 reader and writer License: BSD @@ -123,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Tue Jun 07 2022 Jens Petersen - 1.7.6-1 +- https://hackage.haskell.org/package/x509-1.7.6/changelog + * Thu Jan 20 2022 Fedora Release Engineering - 1.7.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 9ba6458..2aafcca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (x509-1.7.5.tar.gz) = e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537 +SHA512 (x509-1.7.6.tar.gz) = 5f6ef17af8901a3855d321d050b3fc1a95f58a4af52c62b244b07c63a6a48474150e8200adbdd2f048ede36d1eacf6c99315b2ef15d7710aa8e73467c900ab4e diff --git a/x509-1.7.5.cabal b/x509-1.7.6.cabal similarity index 93% rename from x509-1.7.5.cabal rename to x509-1.7.6.cabal index c4f103d..a0f2f5e 100644 --- a/x509-1.7.5.cabal +++ b/x509-1.7.6.cabal @@ -1,65 +1,64 @@ -Name: x509 -version: 1.7.5 -x-revision: 1 -Description: X509 reader and writer. please see README -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: Vincent Hanquez -Synopsis: X509 reader and writer -Build-Type: Simple -Category: Data -stability: experimental -Homepage: http://github.com/vincenthz/hs-certificate -Cabal-Version: >= 1.10 - -Library - Default-Language: Haskell2010 - Build-Depends: base >= 4.7 && < 5 - , bytestring - , memory - , mtl - , 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 - , cryptonite >= 0.24 - 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 - , x509 - , cryptonite - ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures - -source-repository head - type: git - location: git://github.com/vincenthz/hs-certificate - subdir: x509 +Name: x509 +version: 1.7.6 +Description: X509 reader and writer. please see README +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez +Author: Vincent Hanquez +Maintainer: Vincent Hanquez +Synopsis: X509 reader and writer +Build-Type: Simple +Category: Data +stability: experimental +Homepage: http://github.com/vincenthz/hs-certificate +Cabal-Version: >= 1.10 + +Library + Default-Language: Haskell2010 + Build-Depends: base >= 3 && < 5 + , bytestring + , memory + , mtl + , 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 + , cryptonite >= 0.24 + 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 + , x509 + , cryptonite + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + +source-repository head + type: git + location: git://github.com/vincenthz/hs-certificate + subdir: x509