Hello community,

here is the log from the commit of package ghc-x509 for openSUSE:Factory 
checked in at 2016-10-19 13:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-x509 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-x509.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-x509"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-x509/ghc-x509.changes        2016-07-20 
09:19:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509.new/ghc-x509.changes   2016-10-19 
13:04:51.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:51:53 UTC 2016 - [email protected]
+
+- Update to version 1.6.4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  x509-1.6.3.tar.gz

New:
----
  x509-1.6.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-x509.spec ++++++
--- /var/tmp/diff_new_pack.hJVHAD/_old  2016-10-19 13:04:54.000000000 +0200
+++ /var/tmp/diff_new_pack.hJVHAD/_new  2016-10-19 13:04:54.000000000 +0200
@@ -19,15 +19,14 @@
 %global pkg_name x509
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.6.3
+Version:        1.6.4
 Release:        0
 Summary:        X509 reader and writer
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-asn1-encoding-devel
 BuildRequires:  ghc-asn1-parse-devel
 BuildRequires:  ghc-asn1-types-devel
@@ -44,7 +43,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 X509 reader and writer.
@@ -63,20 +61,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ x509-1.6.3.tar.gz -> x509-1.6.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.6.3/Data/X509/PublicKey.hs 
new/x509-1.6.4/Data/X509/PublicKey.hs
--- old/x509-1.6.3/Data/X509/PublicKey.hs       2015-09-21 22:50:46.000000000 
+0200
+++ new/x509-1.6.4/Data/X509/PublicKey.hs       2016-09-15 22:15:59.000000000 
+0200
@@ -132,7 +132,7 @@
                         }, xs2)
                 _ ->
                     Left $ "fromASN1: X509.PubKey: unknown EC format: " ++ 
show xs
-        | otherwise = error ("unknown public key OID: " ++ show pkalg)
+        | otherwise = Left $ "fromASN1: unknown public key OID: " ++ show pkalg
       where decodeASN1Err format bits xs2 f =
                 case decodeASN1' BER (bitArrayGetData bits) of
                     Left err -> Left ("fromASN1: X509.PubKey " ++ format ++ " 
bitarray cannot be parsed: " ++ show err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.6.3/x509.cabal new/x509-1.6.4/x509.cabal
--- old/x509-1.6.3/x509.cabal   2015-09-21 22:50:46.000000000 +0200
+++ new/x509-1.6.4/x509.cabal   2016-09-15 22:53:01.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                x509
-Version:             1.6.3
+Version:             1.6.4
 Description:         X509 reader and writer
 License:             BSD3
 License-file:        LICENSE


Reply via email to