From c3904c5beca9d80ea940e23e80af8aa2de1cba0692c5b3c39df384d5a4724cb0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 28 Jan 2025 10:11:51 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-filepath-bytestring revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-filepath-bytestring?expand=0&rev=33 --- filepath-bytestring-1.5.2.0.0.tar.gz | 3 --- filepath-bytestring-1.5.2.0.2.tar.gz | 3 +++ ghc-filepath-bytestring.changes | 16 ++++++++++++++++ ghc-filepath-bytestring.spec | 5 ++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 filepath-bytestring-1.5.2.0.0.tar.gz create mode 100644 filepath-bytestring-1.5.2.0.2.tar.gz diff --git a/filepath-bytestring-1.5.2.0.0.tar.gz b/filepath-bytestring-1.5.2.0.0.tar.gz deleted file mode 100644 index 5db0022..0000000 --- a/filepath-bytestring-1.5.2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c3f2cc8d7c5859c0e1ad6984a985b9866538d878b11e0a9c527b4a4a356131 -size 26393 diff --git a/filepath-bytestring-1.5.2.0.2.tar.gz b/filepath-bytestring-1.5.2.0.2.tar.gz new file mode 100644 index 0000000..08fbe6c --- /dev/null +++ b/filepath-bytestring-1.5.2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74c79c1e90a0ed4e35a7aed45c2a8abf243c6dd5ebc8fc38492480756fcc4e7 +size 26473 diff --git a/ghc-filepath-bytestring.changes b/ghc-filepath-bytestring.changes index 60c58ac..cf4317a 100644 --- a/ghc-filepath-bytestring.changes +++ b/ghc-filepath-bytestring.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 20 23:43:32 UTC 2025 - Peter Simons + +- Update filepath-bytestring to version 1.5.2.0.2. + filepath-bytestring (1.5.2.0.2) unstable; urgency=medium + + * Relax bounds to allow base-4.20 (ghc 9.10.1). + + -- Joey Hess Mon, 20 Jan 2025 19:42:24 -0400 + + filepath-bytestring (1.5.2.0.1) unstable; urgency=medium + + * Relax bounds on filepath to all versions for which test suite passes. + + -- Joey Hess Mon, 20 Jan 2025 14:06:54 -0400 + ------------------------------------------------------------------- Tue Nov 6 14:36:38 UTC 2024 - Peter Simons diff --git a/ghc-filepath-bytestring.spec b/ghc-filepath-bytestring.spec index 45eec6b..7547d6a 100644 --- a/ghc-filepath-bytestring.spec +++ b/ghc-filepath-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-filepath-bytestring # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.5.2.0.0 +Version: 1.5.2.0.2 Release: 0 Summary: Library for manipulating RawFilePaths in a cross platform way License: BSD-3-Clause @@ -92,7 +92,6 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} -cabal-tweak-dep-ver base '< 4.20' '< 5' %build %ghc_lib_build