From 609ebcace8daa782c8648d3c836ae1ef18213b9e6c0190d533ea2bfce6607235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:50 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base16-bytestring revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base16-bytestring?expand=0&rev=47 --- base16-bytestring-1.0.1.0.tar.gz | 3 --- base16-bytestring-1.0.2.0.tar.gz | 3 +++ ghc-base16-bytestring.changes | 8 ++++++++ ghc-base16-bytestring.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 base16-bytestring-1.0.1.0.tar.gz create mode 100644 base16-bytestring-1.0.2.0.tar.gz diff --git a/base16-bytestring-1.0.1.0.tar.gz b/base16-bytestring-1.0.1.0.tar.gz deleted file mode 100644 index 38e2771..0000000 --- a/base16-bytestring-1.0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c70a4b58be53d36971bd7361ba300f82a5d5ebf7f50e1a2d7bfc8838bdd6fa -size 7256 diff --git a/base16-bytestring-1.0.2.0.tar.gz b/base16-bytestring-1.0.2.0.tar.gz new file mode 100644 index 0000000..5fd983e --- /dev/null +++ b/base16-bytestring-1.0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5a91143ef0e22157536093ec8e59d226a68220ec89378d5dcaeea86472c784 +size 7219 diff --git a/ghc-base16-bytestring.changes b/ghc-base16-bytestring.changes index 2449c8d..7b54d67 100644 --- a/ghc-base16-bytestring.changes +++ b/ghc-base16-bytestring.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 1 08:26:56 UTC 2021 - psimons@suse.com + +- Update base16-bytestring to version 1.0.2.0. + # 1.0.2.0 + + * Support sized primitive types in GHC 9.2 ([#16](https://github.com/haskell/base16-bytestring/pull/16) - thanks Bodigrim!) + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index d0e02e4..223bf38 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base16-bytestring # -# 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 @@ -19,7 +19,7 @@ %global pkg_name base16-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.1.0 +Version: 1.0.2.0 Release: 0 Summary: RFC 4648-compliant Base16 encodings for ByteStrings License: BSD-3-Clause