osc copypac from project:devel:languages:haskell:lts:9 package:ghc-x509 revision:9, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-x509?expand=0&rev=24
This commit is contained in:
Peter Simons 2017-08-17 14:18:47 +00:00 committed by Git OBS Bridge
parent 66503f2d8a
commit ee6af6862f
5 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f96566b0c1ef8843f055f2cf8d2111c989498fdbcf6dcde286f816655ff8e467
size 17085

3
x509-1.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc0315a9e2bbfb2b3b6746b83cde901c0cc6aca5a3983f129c6f1cbe0ee0ce7b
size 18304

View File

@ -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