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 2023-06-22 23:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-filepath-bytestring (Old)
and /work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-filepath-bytestring"
Thu Jun 22 23:25:23 2023 rev:8 rq:1094430 version:1.4.2.1.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-filepath-bytestring/ghc-filepath-bytestring.changes
2023-04-04 21:20:13.573116117 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.15902/ghc-filepath-bytestring.changes
2023-06-22 23:25:48.473764102 +0200
@@ -1,0 +2,10 @@
+Tue Jun 20 16:23:05 UTC 2023 - Peter Simons <[email protected]>
+
+- Update filepath-bytestring to version 1.4.2.1.13.
+ filepath-bytestring (1.4.2.1.13) unstable; urgency=medium
+
+ * Relax bounds to allow base-4.18 and filepath-1.4.100.3 (ghc 9.6).
+
+ -- Joey Hess <[email protected]> Tue, 20 Jun 2023 12:22:31 -0400
+
+-------------------------------------------------------------------
Old:
----
filepath-bytestring-1.4.2.1.12.tar.gz
New:
----
filepath-bytestring-1.4.2.1.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-filepath-bytestring.spec ++++++
--- /var/tmp/diff_new_pack.ZZ7vpf/_old 2023-06-22 23:25:48.953766550 +0200
+++ /var/tmp/diff_new_pack.ZZ7vpf/_new 2023-06-22 23:25:48.957766570 +0200
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.4.2.1.12
+Version: 1.4.2.1.13
Release: 0
Summary: Library for manipulating RawFilePaths in a cross platform way
License: BSD-3-Clause
++++++ filepath-bytestring-1.4.2.1.12.tar.gz ->
filepath-bytestring-1.4.2.1.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/filepath-bytestring-1.4.2.1.12/CHANGELOG
new/filepath-bytestring-1.4.2.1.13/CHANGELOG
--- old/filepath-bytestring-1.4.2.1.12/CHANGELOG 2001-09-09
03:46:40.000000000 +0200
+++ new/filepath-bytestring-1.4.2.1.13/CHANGELOG 2001-09-09
03:46:40.000000000 +0200
@@ -1,3 +1,9 @@
+filepath-bytestring (1.4.2.1.13) unstable; urgency=medium
+
+ * Relax bounds to allow base-4.18 and filepath-1.4.100.3 (ghc 9.6).
+
+ -- Joey Hess <[email protected]> Tue, 20 Jun 2023 12:22:31 -0400
+
filepath-bytestring (1.4.2.1.12) unstable; urgency=medium
* Relax bounds to allow base 4.17 (ghc 9.4).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/filepath-bytestring-1.4.2.1.12/filepath-bytestring.cabal
new/filepath-bytestring-1.4.2.1.13/filepath-bytestring.cabal
--- old/filepath-bytestring-1.4.2.1.12/filepath-bytestring.cabal
2001-09-09 03:46:40.000000000 +0200
+++ new/filepath-bytestring-1.4.2.1.13/filepath-bytestring.cabal
2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: filepath-bytestring
-version: 1.4.2.1.12
+version: 1.4.2.1.13
-- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
license: BSD3
license-file: LICENSE
@@ -53,7 +53,7 @@
System.FilePath.Windows.ByteString
build-depends:
- base >= 4 && < 4.18,
+ base >= 4 && < 4.19,
bytestring >= 0.11.2.0
if os(Windows)
build-depends: utf8-string
@@ -79,7 +79,7 @@
QuickCheck >= 2.7 && < 2.15,
-- Versions of filepath that are equvilant to this
-- library, for quickcheck equivilance tests.
- filepath >= 1.4.2 && <= 1.4.2.1
+ filepath >= 1.4.2 && <= 1.4.100.3
benchmark filepath-bench
type: exitcode-stdio-1.0