Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-base64-bytestring-type for
openSUSE:Factory checked in at 2021-03-10 08:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base64-bytestring-type (Old)
and /work/SRC/openSUSE:Factory/.ghc-base64-bytestring-type.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-base64-bytestring-type"
Wed Mar 10 08:54:33 2021 rev:3 rq:877617 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-base64-bytestring-type/ghc-base64-bytestring-type.changes
2020-12-22 11:35:37.565268469 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-base64-bytestring-type.new.2378/ghc-base64-bytestring-type.changes
2021-03-10 08:56:38.310850784 +0100
@@ -1,0 +2,6 @@
+Sun Feb 21 12:48:07 UTC 2021 - [email protected]
+
+- Update base64-bytestring-type to version 1.0.1 revision 8.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-base64-bytestring-type.spec ++++++
--- /var/tmp/diff_new_pack.DueMfr/_old 2021-03-10 08:56:38.818851309 +0100
+++ /var/tmp/diff_new_pack.DueMfr/_new 2021-03-10 08:56:38.822851313 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-base64-bytestring-type
#
-# 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/7.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-aeson-devel
++++++ base64-bytestring-type.cabal ++++++
--- /var/tmp/diff_new_pack.DueMfr/_old 2021-03-10 08:56:38.854851346 +0100
+++ /var/tmp/diff_new_pack.DueMfr/_new 2021-03-10 08:56:38.854851346 +0100
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: base64-bytestring-type
version: 1.0.1
-x-revision: 7
+x-revision: 8
synopsis: A newtype around ByteString, for base64 encoding
description:
A newtype around ByteString, for base64 encoding.
@@ -23,7 +23,8 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.2
+ || ==8.10.4
+ || ==9.0.1
extra-source-files:
README.md
@@ -57,7 +58,7 @@
-- boot libraries
-- https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory
build-depends:
- base >=4.7.0.0 && <4.15
+ base >=4.7.0.0 && <4.16
, binary >=0.7.1.0 && <0.10
, bytestring >=0.10.4.0 && <0.11
, deepseq >=1.3.0.2 && <1.5
@@ -117,5 +118,5 @@
-- other dependencies
build-depends:
- tasty >=1.2.1 && <1.4
+ tasty >=1.2.1 && <1.5
, tasty-quickcheck >=0.10 && <0.11