Accepting request 642906 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/642906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-x509?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2018-10-25 06:19:28 +00:00 committed by Git OBS Bridge
commit ea086b2c8e
5 changed files with 77 additions and 74 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 10 19:23:53 UTC 2018 - psimons@suse.com
- Update x509 to version 1.7.4.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Wed Jul 18 14:26:48 UTC 2018 - psimons@suse.com

View File

@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global pkg_name x509
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.7.3
Version: 1.7.4
Release: 0
Summary: X509 reader and writer
License: BSD-3-Clause
@ -45,7 +45,7 @@ BuildRequires: ghc-tasty-quickcheck-devel
%endif
%description
X509 reader and writer.
X509 reader and writer. please see README.
%package devel
Summary: Haskell %{pkg_name} library development files

View File

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

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

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

View File

@ -1,7 +1,7 @@
Name: x509
version: 1.7.3
version: 1.7.4
x-revision: 1
Description: X509 reader and writer
Description: X509 reader and writer. please see README
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
@ -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