diff --git a/filepath-bytestring-1.4.100.3.2.tar.gz b/filepath-bytestring-1.4.100.3.2.tar.gz deleted file mode 100644 index fe0295f..0000000 --- a/filepath-bytestring-1.4.100.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78558153d9c3ea64acfdd15c1596f0415331efb3915938e62916a503d7fdd0fd -size 26239 diff --git a/filepath-bytestring-1.5.2.0.0.tar.gz b/filepath-bytestring-1.5.2.0.0.tar.gz new file mode 100644 index 0000000..5db0022 --- /dev/null +++ b/filepath-bytestring-1.5.2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c3f2cc8d7c5859c0e1ad6984a985b9866538d878b11e0a9c527b4a4a356131 +size 26393 diff --git a/ghc-filepath-bytestring.changes b/ghc-filepath-bytestring.changes index 36ee031..60c58ac 100644 --- a/ghc-filepath-bytestring.changes +++ b/ghc-filepath-bytestring.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 6 14:36:38 UTC 2024 - Peter Simons + +- Update filepath-bytestring to version 1.5.2.0.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/filepath-bytestring-1.5.2.0.0/src/CHANGELOG + ------------------------------------------------------------------- Mon Jul 29 23:41:34 UTC 2024 - Peter Simons diff --git a/ghc-filepath-bytestring.spec b/ghc-filepath-bytestring.spec index 32fb333..45eec6b 100644 --- a/ghc-filepath-bytestring.spec +++ b/ghc-filepath-bytestring.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.100.3.2 +Version: 1.5.2.0.0 Release: 0 Summary: Library for manipulating RawFilePaths in a cross platform way License: BSD-3-Clause @@ -31,6 +31,8 @@ BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-filepath-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-unix-devel BuildRequires: ghc-unix-prof @@ -38,8 +40,6 @@ ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof -BuildRequires: ghc-filepath-devel -BuildRequires: ghc-filepath-prof %endif %description @@ -92,6 +92,7 @@ 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