diff --git a/ghc-x509.changes b/ghc-x509.changes index 553a33c..d9e9370 100644 --- a/ghc-x509.changes +++ b/ghc-x509.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 03:03:22 UTC 2017 - psimons@suse.com + +- Update to version 1.7.2 revision 1. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-x509.spec b/ghc-x509.spec index 1bb0815..c01e818 100644 --- a/ghc-x509.spec +++ b/ghc-x509.spec @@ -19,11 +19,11 @@ %global pkg_name x509 %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: X509 reader and writer License: BSD-3-Clause -Group: Development/Languages/Haskell +Group: Development/Libraries/Haskell 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 diff --git a/x509-1.7.1.tar.gz b/x509-1.7.1.tar.gz deleted file mode 100644 index 6814085..0000000 --- a/x509-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f96566b0c1ef8843f055f2cf8d2111c989498fdbcf6dcde286f816655ff8e467 -size 17085 diff --git a/x509-1.7.2.tar.gz b/x509-1.7.2.tar.gz new file mode 100644 index 0000000..850794e --- /dev/null +++ b/x509-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0315a9e2bbfb2b3b6746b83cde901c0cc6aca5a3983f129c6f1cbe0ee0ce7b +size 18304 diff --git a/x509.cabal b/x509.cabal index d778f74..aa78cf3 100644 --- a/x509.cabal +++ b/x509.cabal @@ -1,5 +1,5 @@ Name: x509 -version: 1.7.1 +version: 1.7.2 x-revision: 1 Description: X509 reader and writer License: BSD3 @@ -26,8 +26,9 @@ Library , asn1-types >= 0.3.1 && < 0.4 , asn1-encoding >= 0.9 && < 0.10 , asn1-parse >= 0.9.3 && < 0.10 - , cryptonite + , cryptonite >= 0.8 Exposed-modules: Data.X509 + Data.X509.EC Other-modules: Data.X509.Internal Data.X509.CertificateChain Data.X509.AlgorithmIdentifier