From 134d9c9362e9764f372b88675b6c67ed9b1301e725db7b13ae9c169f8b06cc7d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Feb 2022 13:44:54 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64 revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64?expand=0&rev=11 --- base64.cabal | 8 ++++---- ghc-base64.changes | 6 ++++++ ghc-base64.spec | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/base64.cabal b/base64.cabal index 7ae9cfc..702a963 100644 --- a/base64.cabal +++ b/base64.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: base64 version: 0.4.2.3 -x-revision: 1 +x-revision: 2 synopsis: A modern RFC 4648-compliant Base64 library description: RFC 4648-compliant Base64 with an eye towards performance and modernity (additional support for RFC 7049 standards) @@ -52,7 +52,7 @@ library Data.ByteString.Base64.Internal.W64.Loop build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , bytestring >=0.10 && <0.12 , deepseq >=1.4.3.0 && <1.4.6.0 , ghc-byteorder ^>=4.11.0.0 @@ -70,7 +70,7 @@ test-suite tasty other-modules: Internal main-is: Main.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base64 , base64-bytestring , bytestring @@ -90,7 +90,7 @@ benchmark bench hs-source-dirs: benchmarks main-is: Base64Bench.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base64 , base64-bytestring , bytestring diff --git a/ghc-base64.changes b/ghc-base64.changes index 5a018dd..da13970 100644 --- a/ghc-base64.changes +++ b/ghc-base64.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:36 UTC 2022 - psimons@suse.com + +- Update base64 to version 0.4.2.3 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Feb 27 13:14:25 UTC 2021 - psimons@suse.com diff --git a/ghc-base64.spec b/ghc-base64.spec index 0619696..9d5094e 100644 --- a/ghc-base64.spec +++ b/ghc-base64.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base64 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 @@ Summary: A modern RFC 4648-compliant Base64 library 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-bytestring-devel BuildRequires: ghc-deepseq-devel