From 72b28328972779230b585f8de0873c15bbd4aaf51e9763f7fe45462c10564502 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:24 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tar revision:22, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=59 --- ghc-tar.changes | 6 ++++++ ghc-tar.spec | 4 ++-- tar.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-tar.changes b/ghc-tar.changes index f734795..f28420f 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 4 00:58:44 UTC 2022 - Peter Simons + +- Update tar to version 0.5.1.1 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Tue Sep 7 08:14:44 UTC 2021 - psimons@suse.com diff --git a/ghc-tar.spec b/ghc-tar.spec index 81d29a1..c49a966 100644 --- a/ghc-tar.spec +++ b/ghc-tar.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tar # -# 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: Reading, writing and manipulating ".tar" archive files 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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel diff --git a/tar.cabal b/tar.cabal index d67ce1d..461b9b0 100644 --- a/tar.cabal +++ b/tar.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tar version: 0.5.1.1 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENSE @@ -42,7 +42,7 @@ flag old-bytestring library - build-depends: base >= 4 && < 4.17, + build-depends: base >= 4 && < 4.18, filepath < 1.5, array < 0.6, containers >= 0.2 && < 0.7,