Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-asn1-encoding for
openSUSE:Factory checked in at 2021-03-10 08:54:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-asn1-encoding (Old)
and /work/SRC/openSUSE:Factory/.ghc-asn1-encoding.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-asn1-encoding"
Wed Mar 10 08:54:29 2021 rev:17 rq:877613 version:0.9.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-asn1-encoding/ghc-asn1-encoding.changes
2020-12-22 11:34:45.481215980 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-asn1-encoding.new.2378/ghc-asn1-encoding.changes
2021-03-10 08:56:33.870846201 +0100
@@ -1,0 +2,6 @@
+Sun Feb 14 21:13:58 UTC 2021 - [email protected]
+
+- Update asn1-encoding to version 0.9.6 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-asn1-encoding.spec ++++++
--- /var/tmp/diff_new_pack.IB66Aq/_old 2021-03-10 08:56:34.482846833 +0100
+++ /var/tmp/diff_new_pack.IB66Aq/_new 2021-03-10 08:56:34.486846838 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-asn1-encoding
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
License: BSD-3-Clause
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-asn1-types-devel
BuildRequires: ghc-bytestring-devel
++++++ asn1-encoding.cabal ++++++
--- /var/tmp/diff_new_pack.IB66Aq/_old 2021-03-10 08:56:34.530846883 +0100
+++ /var/tmp/diff_new_pack.IB66Aq/_new 2021-03-10 08:56:34.530846883 +0100
@@ -1,6 +1,6 @@
Name: asn1-encoding
Version: 0.9.6
-x-revision: 1
+x-revision: 2
Synopsis: ASN1 data reader and writer in RAW, BER and DER forms
Description:
ASN1 data reader and writer in raw form with supports for high level forms
of ASN1 (BER, and DER).
@@ -29,7 +29,7 @@
Data.ASN1.Serialize
Data.ASN1.Get
Build-Depends: base >= 4.7 && < 5
- , bytestring < 0.11
+ , bytestring
, hourglass >= 0.2.6
, asn1-types >= 0.3.0 && < 0.4
ghc-options: -Wall -fwarn-tabs