Hello community,

here is the log from the commit of package ghc-path-io for openSUSE:Factory 
checked in at 2020-10-27 19:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-path-io (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-path-io.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-path-io"

Tue Oct 27 19:03:03 2020 rev:20 rq:844308 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-path-io/ghc-path-io.changes  2020-10-23 
15:14:31.254139261 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-path-io.new.3463/ghc-path-io.changes        
2020-10-27 19:03:15.542931573 +0100
@@ -1,0 +2,8 @@
+Fri Oct 23 19:25:51 UTC 2020 - psim...@suse.com
+
+- Update path-io to version 1.6.2.
+  ## Path IO 1.6.2
+
+  * Fixed a bug in the `findFilesWith` and based on it `findFiles` functions.
+
+-------------------------------------------------------------------

Old:
----
  path-io-1.6.1.tar.gz

New:
----
  path-io-1.6.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-path-io.spec ++++++
--- /var/tmp/diff_new_pack.bSGZSa/_old  2020-10-27 19:03:16.298932123 +0100
+++ /var/tmp/diff_new_pack.bSGZSa/_new  2020-10-27 19:03:16.298932123 +0100
@@ -19,7 +19,7 @@
 %global pkg_name path-io
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.6.1
+Version:        1.6.2
 Release:        0
 Summary:        Interface to ‘directory’ package for users of ‘path’
 License:        BSD-3-Clause

++++++ path-io-1.6.1.tar.gz -> path-io-1.6.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-io-1.6.1/CHANGELOG.md 
new/path-io-1.6.2/CHANGELOG.md
--- old/path-io-1.6.1/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
+++ new/path-io-1.6.2/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,7 @@
+## Path IO 1.6.2
+
+* Fixed a bug in the `findFilesWith` and based on it `findFiles` functions.
+
 ## Path IO 1.6.1
 
 * Fixed a space leak in `walkDirAccum`. [Issue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-io-1.6.1/Path/IO.hs new/path-io-1.6.2/Path/IO.hs
--- old/path-io-1.6.1/Path/IO.hs        2001-09-09 03:46:40.000000000 +0200
+++ new/path-io-1.6.2/Path/IO.hs        2001-09-09 03:46:40.000000000 +0200
@@ -1242,7 +1242,7 @@
 findFilesWith _ [] _ = return []
 findFilesWith f (d : ds) file = do
   bfile <- (</> file) <$> makeAbsolute d
-  exist <- doesFileExist file
+  exist <- doesFileExist bfile
   b <- if exist then f bfile else return False
   if b
     then (bfile :) <$> findFilesWith f ds file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-io-1.6.1/path-io.cabal 
new/path-io-1.6.2/path-io.cabal
--- old/path-io-1.6.1/path-io.cabal     2001-09-09 03:46:40.000000000 +0200
+++ new/path-io-1.6.2/path-io.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            path-io
-version:         1.6.1
+version:         1.6.2
 license:         BSD3
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpo...@gmail.com>


Reply via email to