Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-filepath-bytestring for
openSUSE:Factory checked in at 2026-06-10 15:59:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-filepath-bytestring (Old)
and /work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-filepath-bytestring"
Wed Jun 10 15:59:51 2026 rev:16 rq:1358366 version:1.5.2.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-filepath-bytestring/ghc-filepath-bytestring.changes
2025-08-06 14:35:21.281224040 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.2375/ghc-filepath-bytestring.changes
2026-06-10 16:01:23.285193135 +0200
@@ -1,0 +2,9 @@
+Mon Apr 20 13:54:17 UTC 2026 - Peter Simons <[email protected]>
+
+- Update filepath-bytestring to version 1.5.2.0.5.
+ 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.5/src/CHANGELOG
+
+-------------------------------------------------------------------
Old:
----
filepath-bytestring-1.5.2.0.3.tar.gz
New:
----
filepath-bytestring-1.5.2.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-filepath-bytestring.spec ++++++
--- /var/tmp/diff_new_pack.X5wH12/_old 2026-06-10 16:01:24.677250822 +0200
+++ /var/tmp/diff_new_pack.X5wH12/_new 2026-06-10 16:01:24.681250988 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-filepath-bytestring
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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.3
+Version: 1.5.2.0.5
Release: 0
Summary: Library for manipulating RawFilePaths in a cross platform way
License: BSD-3-Clause
++++++ filepath-bytestring-1.5.2.0.3.tar.gz ->
filepath-bytestring-1.5.2.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/filepath-bytestring-1.5.2.0.3/CHANGELOG
new/filepath-bytestring-1.5.2.0.5/CHANGELOG
--- old/filepath-bytestring-1.5.2.0.3/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
+++ new/filepath-bytestring-1.5.2.0.5/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,16 @@
+filepath-bytestring (1.5.2.0.5) unstable; urgency=medium
+
+ * Allow base bundled with GHC 9.14.1
+
+ -- Joey Hess <[email protected]> Mon, 20 Apr 2026 09:53:42 -0400
+
+filepath-bytestring (1.5.2.0.4) unstable; urgency=medium
+
+ * Allow filepath-bytestring 1.5.5.0 bundled by GHC 9.12.4
+ * Allow QuickCheck 2.16.*, 2.17.*, 2.18.*
+
+ -- Joey Hess <[email protected]> Mon, 16 Mar 2026 15:57:55 -0400
+
filepath-bytestring (1.5.2.0.3) unstable; urgency=medium
* Relax bounds to allow QuickCheck-2.15
@@ -65,7 +78,7 @@
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,
+ cannot contain NUL, this behavior change 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/filepath-bytestring-1.5.2.0.3/filepath-bytestring.cabal
new/filepath-bytestring-1.5.2.0.5/filepath-bytestring.cabal
--- old/filepath-bytestring-1.5.2.0.3/filepath-bytestring.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/filepath-bytestring-1.5.2.0.5/filepath-bytestring.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: filepath-bytestring
-version: 1.5.2.0.3
+version: 1.5.2.0.5
-- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
license: BSD3
license-file: LICENSE
@@ -37,7 +37,7 @@
source-repository head
type: git
- location: git://git.joeyh.name/haskell-filepath-bytestring.git
+ location: https://git.joeyh.name/git/haskell-filepath-bytestring.git
library
default-language: Haskell2010
@@ -53,9 +53,9 @@
System.FilePath.Windows.ByteString
build-depends:
- base >= 4 && < 4.22,
+ base >= 4 && < 4.23,
bytestring >= 0.11.3.0,
- filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.4.0
+ filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0
if os(Windows)
build-depends: utf8-string
else
@@ -77,7 +77,7 @@
filepath-bytestring,
base,
bytestring >= 0.11.2.0,
- QuickCheck >= 2.7 && < 2.16,
+ QuickCheck >= 2.7 && < 2.19,
-- Versions of filepath that are equivalent to this
-- library, for quickcheck equivalence tests.
filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0