commit ghc-x509-store for openSUSE:Factory

Hello community, here is the log from the commit of package ghc-x509-store for openSUSE:Factory checked in at 2017-08-31 21:01:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-x509-store (Old) and /work/SRC/openSUSE:Factory/.ghc-x509-store.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-x509-store" Thu Aug 31 21:01:49 2017 rev:6 rq:513541 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-x509-store/ghc-x509-store.changes 2016-11-05 21:26:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-x509-store.new/ghc-x509-store.changes 2017-08-31 21:01:50.186121767 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:05:37 UTC 2017 - psimons@suse.com + +- Update to version 1.6.3. + +------------------------------------------------------------------- Old: ---- x509-store-1.6.2.tar.gz New: ---- x509-store-1.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-x509-store.spec ++++++ --- /var/tmp/diff_new_pack.QRLE1d/_old 2017-08-31 21:01:51.873884632 +0200 +++ /var/tmp/diff_new_pack.QRLE1d/_new 2017-08-31 21:01:51.897881260 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-x509-store # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name x509-store Name: ghc-%{pkg_name} -Version: 1.6.2 +Version: 1.6.3 Release: 0 Summary: X.509 collection accessing and storing methods License: BSD-3-Clause ++++++ x509-store-1.6.2.tar.gz -> x509-store-1.6.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/x509-store-1.6.2/x509-store.cabal new/x509-store-1.6.3/x509-store.cabal --- old/x509-store-1.6.2/x509-store.cabal 2016-10-03 09:36:19.000000000 +0200 +++ new/x509-store-1.6.3/x509-store.cabal 2017-07-21 19:18:36.000000000 +0200 @@ -1,5 +1,5 @@ Name: x509-store -Version: 1.6.2 +version: 1.6.3 Description: X.509 collection accessing and storing methods for certificate, crl, exception list License: BSD3 License-file: LICENSE @@ -11,9 +11,10 @@ Category: Data stability: experimental Homepage: http://github.com/vincenthz/hs-certificate -Cabal-Version: >=1.8 +Cabal-Version: >= 1.10 Library + Default-Language: Haskell2010 Build-Depends: base >= 3 && < 5 , bytestring , mtl @@ -24,7 +25,7 @@ , asn1-types >= 0.3 && < 0.4 , asn1-encoding >= 0.9 && < 0.10 , cryptonite - , x509 >= 1.6 && < 1.7 + , x509 >= 1.6 Exposed-modules: Data.X509.CertificateStore Data.X509.File Data.X509.Memory
participants (1)
-
root@hilbert.suse.de