From 4f5100657600116b566daea8130112e21904cec5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 12:33:05 +0800 Subject: [PATCH] update to 1.7.5 --- .gitignore | 1 + ghc-x509.spec | 7 +++++-- sources | 2 +- x509-1.7.3.cabal => x509-1.7.5.cabal | 11 ++++------- 4 files changed, 11 insertions(+), 10 deletions(-) rename x509-1.7.3.cabal => x509-1.7.5.cabal (90%) diff --git a/.gitignore b/.gitignore index 5b3ccc7..559314e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /x509-1.7.2.tar.gz /x509-1.7.3.tar.gz +/x509-1.7.5.tar.gz diff --git a/ghc-x509.spec b/ghc-x509.spec index cb28619..d1f19f5 100644 --- a/ghc-x509.spec +++ b/ghc-x509.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.7.3 -Release: 6%{?dist} +Version: 1.7.5 +Release: 1%{?dist} Summary: X509 reader and writer License: BSD @@ -97,6 +97,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 21 2019 Jens Petersen - 1.7.5-1 +- update to 1.7.5 + * Sun Feb 17 2019 Jens Petersen - 1.7.3-6 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index 9f20cb4..9ba6458 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (x509-1.7.3.tar.gz) = 6b445a69af8a9ba1a24f1ee0324b850a36b664a8ffb77d3b3de5ebd0d74b1bf458229c2d7f7bff52013666b34ad3b3088a01621fe35b4cd9f285795e8093cb87 +SHA512 (x509-1.7.5.tar.gz) = e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537 diff --git a/x509-1.7.3.cabal b/x509-1.7.5.cabal similarity index 90% rename from x509-1.7.3.cabal rename to x509-1.7.5.cabal index cd95040..d4ad794 100644 --- a/x509-1.7.3.cabal +++ b/x509-1.7.5.cabal @@ -1,7 +1,7 @@ Name: x509 -version: 1.7.3 +version: 1.7.5 x-revision: 1 -Description: X509 reader and writer +Description: X509 reader and writer. please see README License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez @@ -15,11 +15,8 @@ Homepage: http://github.com/vincenthz/hs-certificate Cabal-Version: >= 1.10 Library - -- Could not find module 'Data.Proxy' - build-depends: base >=4.7 - Default-Language: Haskell2010 - Build-Depends: base >= 3 && < 5 + Build-Depends: base >= 4.7 && < 5 , bytestring , memory , mtl @@ -29,7 +26,7 @@ Library , asn1-types >= 0.3.1 && < 0.4 , asn1-encoding >= 0.9 && < 0.10 , asn1-parse >= 0.9.3 && < 0.10 - , cryptonite >= 0.8 + , cryptonite >= 0.24 Exposed-modules: Data.X509 Data.X509.EC Other-modules: Data.X509.Internal