Hello community, here is the log from the commit of package ghc-asn1-types for openSUSE:Factory checked in at 2020-05-11 13:33:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-asn1-types (Old) and /work/SRC/openSUSE:Factory/.ghc-asn1-types.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-asn1-types" Mon May 11 13:33:11 2020 rev:10 rq:801000 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-asn1-types/ghc-asn1-types.changes 2019-12-27 13:51:29.052578372 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-asn1-types.new.2738/ghc-asn1-types.changes 2020-05-11 13:35:03.828326457 +0200 @@ -1,0 +2,6 @@ +Wed May 6 06:54:10 UTC 2020 - [email protected] + +- Update asn1-types to version 0.3.4. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- asn1-types-0.3.3.tar.gz New: ---- asn1-types-0.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-asn1-types.spec ++++++ --- /var/tmp/diff_new_pack.vAS6kh/_old 2020-05-11 13:35:04.432327723 +0200 +++ /var/tmp/diff_new_pack.vAS6kh/_new 2020-05-11 13:35:04.436327731 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-asn1-types # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 asn1-types Name: ghc-%{pkg_name} -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: ASN.1 types License: BSD-3-Clause ++++++ asn1-types-0.3.3.tar.gz -> asn1-types-0.3.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asn1-types-0.3.3/Data/ASN1/Types/String.hs new/asn1-types-0.3.4/Data/ASN1/Types/String.hs --- old/asn1-types-0.3.3/Data/ASN1/Types/String.hs 2019-06-23 15:26:50.000000000 +0200 +++ new/asn1-types-0.3.4/Data/ASN1/Types/String.hs 2020-03-24 21:06:01.000000000 +0100 @@ -123,7 +123,7 @@ , toCont (e `shiftR` 6) , toCont e] | otherwise = error "not a valid value" - toCont v = fromIntegral (0xc0 .&. (v .&. 0x3f)) + toCont v = fromIntegral (0x80 .|. (v .&. 0x3f)) decodeASCII :: ByteString -> String decodeASCII = BC.unpack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asn1-types-0.3.3/asn1-types.cabal new/asn1-types-0.3.4/asn1-types.cabal --- old/asn1-types-0.3.3/asn1-types.cabal 2019-06-23 15:55:10.000000000 +0200 +++ new/asn1-types-0.3.4/asn1-types.cabal 2020-03-24 21:32:33.000000000 +0100 @@ -1,5 +1,5 @@ Name: asn1-types -Version: 0.3.3 +Version: 0.3.4 Description: ASN.1 standard types License: BSD3 License-file: LICENSE
