diff --git a/filepath-bytestring-1.4.2.1.7.tar.gz b/filepath-bytestring-1.4.2.1.7.tar.gz deleted file mode 100644 index 0e3901e..0000000 --- a/filepath-bytestring-1.4.2.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3610968b4f535ac3d072bf02c875eaacbca5181aa8df0ba4276b638125f6aa03 -size 25451 diff --git a/filepath-bytestring-1.4.2.1.8.tar.gz b/filepath-bytestring-1.4.2.1.8.tar.gz new file mode 100644 index 0000000..2b69848 --- /dev/null +++ b/filepath-bytestring-1.4.2.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37827a41da34a2d41501f7cc99721ef5497e1ee61fb78ce12b676a79e5da3963 +size 25871 diff --git a/ghc-filepath-bytestring.changes b/ghc-filepath-bytestring.changes index 57aaa11..4e443f9 100644 --- a/ghc-filepath-bytestring.changes +++ b/ghc-filepath-bytestring.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 12 08:09:40 UTC 2021 - psimons@suse.com + +- Update filepath-bytestring to version 1.4.2.1.8. + filepath-bytestring (1.4.2.1.8) unstable; urgency=medium + + * Faster implementations of encodeFilePath and decodeFilePath. + They are approximately 2x and 3x as fast, respectively. + * encodeFilePath and decodeFilePath used to truncate at the first + NUL. The new implementations do not do this. Since unix filepaths + cannot contain NUL, this behavior change is can't cause any problems, + unless the functions are used for values that are not actually + valid filepaths. + * Support cabal bench to benchmark the library. + + -- Joey Hess Wed, 11 Aug 2021 12:17:15 -0400 + ------------------------------------------------------------------- Thu Mar 18 10:48:54 UTC 2021 - psimons@suse.com diff --git a/ghc-filepath-bytestring.spec b/ghc-filepath-bytestring.spec index 9920fef..e124b9b 100644 --- a/ghc-filepath-bytestring.spec +++ b/ghc-filepath-bytestring.spec @@ -19,7 +19,7 @@ %global pkg_name filepath-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.2.1.7 +Version: 1.4.2.1.8 Release: 0 Summary: Library for manipulating RawFilePaths in a cross platform way License: BSD-3-Clause