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 2021-03-28 11:54:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-filepath-bytestring (Old)
and /work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-filepath-bytestring"
Sun Mar 28 11:54:15 2021 rev:4 rq:881303 version:1.4.2.1.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-filepath-bytestring/ghc-filepath-bytestring.changes
2020-12-22 11:39:27.833500545 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-filepath-bytestring.new.2401/ghc-filepath-bytestring.changes
2021-03-28 11:55:49.408195331 +0200
@@ -1,0 +2,11 @@
+Thu Mar 18 10:48:54 UTC 2021 - [email protected]
+
+- Update filepath-bytestring to version 1.4.2.1.7.
+ filepath-bytestring (1.4.2.1.7) unstable; urgency=medium
+
+ * Relax QuickCheck bounds to allow 2.14.
+ * Relax base bounds so it will build with ghc 9.0.1.
+
+ -- Joey Hess <[email protected]> Wed, 17 Mar 2021 08:11:27 -0400
+
+-------------------------------------------------------------------
Old:
----
filepath-bytestring-1.4.2.1.6.tar.gz
New:
----
filepath-bytestring-1.4.2.1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-filepath-bytestring.spec ++++++
--- /var/tmp/diff_new_pack.H8oZTe/_old 2021-03-28 11:55:49.876195745 +0200
+++ /var/tmp/diff_new_pack.H8oZTe/_new 2021-03-28 11:55:49.876195745 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-filepath-bytestring
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name filepath-bytestring
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.4.2.1.6
+Version: 1.4.2.1.7
Release: 0
Summary: Library for manipulating RawFilePaths in a cross platform way
License: BSD-3-Clause
++++++ filepath-bytestring-1.4.2.1.6.tar.gz ->
filepath-bytestring-1.4.2.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/filepath-bytestring-1.4.2.1.6/CHANGELOG
new/filepath-bytestring-1.4.2.1.7/CHANGELOG
--- old/filepath-bytestring-1.4.2.1.6/CHANGELOG 2020-01-02 21:26:40.000000000
+0100
+++ new/filepath-bytestring-1.4.2.1.7/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,10 @@
+filepath-bytestring (1.4.2.1.7) unstable; urgency=medium
+
+ * Relax QuickCheck bounds to allow 2.14.
+ * Relax base bounds so it will build with ghc 9.0.1.
+
+ -- Joey Hess <[email protected]> Wed, 17 Mar 2021 08:11:27 -0400
+
filepath-bytestring (1.4.2.1.6) unstable; urgency=medium
* Added makeValid. All functions from filepath are now implemented.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/filepath-bytestring-1.4.2.1.6/filepath-bytestring.cabal
new/filepath-bytestring-1.4.2.1.7/filepath-bytestring.cabal
--- old/filepath-bytestring-1.4.2.1.6/filepath-bytestring.cabal 2020-01-02
21:26:40.000000000 +0100
+++ new/filepath-bytestring-1.4.2.1.7/filepath-bytestring.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
-cabal-version: >= 1.18
+cabal-version: 1.18
name: filepath-bytestring
-version: 1.4.2.1.6
+version: 1.4.2.1.7
-- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
license: BSD3
license-file: LICENSE
@@ -49,7 +49,7 @@
System.FilePath.Windows.ByteString
build-depends:
- base >= 4 && < 4.15,
+ base >= 4 && < 4.16,
bytestring
if os(Windows)
build-depends: utf8-string
@@ -72,7 +72,7 @@
filepath-bytestring,
base,
bytestring,
- QuickCheck >= 2.7 && < 2.14,
+ 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