Hello community,

here is the log from the commit of package ghc-system-fileio for 
openSUSE:Factory checked in at 2018-10-25 08:18:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-system-fileio (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-system-fileio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-system-fileio"

Thu Oct 25 08:18:54 2018 rev:2 rq:642897 version:0.3.16.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-system-fileio/ghc-system-fileio.changes      
2018-07-24 17:12:00.574496745 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-system-fileio.new/ghc-system-fileio.changes 
2018-10-25 08:19:03.207999411 +0200
@@ -1,0 +2,10 @@
+Thu Oct  4 09:42:56 UTC 2018 - psim...@suse.com
+
+- Update system-fileio to version 0.3.16.4.
+  # Changelog for system-fileio
+
+  ## 0.3.16.4
+
+  * Fix for Win32 2.6 and above 
[#21](https://github.com/fpco/haskell-filesystem/pull/21)
+
+-------------------------------------------------------------------

Old:
----
  system-fileio-0.3.16.3.tar.gz

New:
----
  system-fileio-0.3.16.4.tar.gz

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

Other differences:
------------------
++++++ ghc-system-fileio.spec ++++++
--- /var/tmp/diff_new_pack.na0RSn/_old  2018-10-25 08:19:03.775999161 +0200
+++ /var/tmp/diff_new_pack.na0RSn/_new  2018-10-25 08:19:03.779999159 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name system-fileio
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.16.3
+Version:        0.3.16.4
 Release:        0
 Summary:        Consistent filesystem interaction across GHC versions 
(deprecated)
 License:        MIT

++++++ system-fileio-0.3.16.3.tar.gz -> system-fileio-0.3.16.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/system-fileio-0.3.16.3/ChangeLog.md 
new/system-fileio-0.3.16.4/ChangeLog.md
--- old/system-fileio-0.3.16.3/ChangeLog.md     2015-05-12 09:50:19.000000000 
+0200
+++ new/system-fileio-0.3.16.4/ChangeLog.md     2018-09-05 10:05:54.000000000 
+0200
@@ -1,3 +1,9 @@
+# Changelog for system-fileio
+
+## 0.3.16.4
+
+* Fix for Win32 2.6 and above 
[#21](https://github.com/fpco/haskell-filesystem/pull/21)
+
 ## 0.3.16.2
 
 * withHANDLE (Win32) now works on directories 
[#8](https://github.com/fpco/haskell-filesystem/issues/8) 
[#10](https://github.com/fpco/haskell-filesystem/pull/10)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/system-fileio-0.3.16.3/lib/Filesystem.hs 
new/system-fileio-0.3.16.4/lib/Filesystem.hs
--- old/system-fileio-0.3.16.3/lib/Filesystem.hs        2015-05-12 
09:50:19.000000000 +0200
+++ new/system-fileio-0.3.16.4/lib/Filesystem.hs        2018-09-05 
10:04:45.000000000 +0200
@@ -170,7 +170,11 @@
 #ifdef CABAL_OS_WINDOWS
        let old' = encodeString old in
        let new' = encodeString new in
+#if MIN_VERSION_Win32(2,6,0)
+       Win32.moveFileEx old' (Just new') Win32.mOVEFILE_REPLACE_EXISTING
+#else
        Win32.moveFileEx old' new' Win32.mOVEFILE_REPLACE_EXISTING
+#endif
 #else
        withFilePath old $ \old' ->
        withFilePath new $ \new' ->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/system-fileio-0.3.16.3/system-fileio.cabal 
new/system-fileio-0.3.16.4/system-fileio.cabal
--- old/system-fileio-0.3.16.3/system-fileio.cabal      2015-05-12 
09:50:19.000000000 +0200
+++ new/system-fileio-0.3.16.4/system-fileio.cabal      2018-09-05 
10:05:45.000000000 +0200
@@ -1,5 +1,5 @@
 name: system-fileio
-version: 0.3.16.3
+version: 0.3.16.4
 license: MIT
 license-file: license.txt
 author: John Millikin <jmilli...@gmail.com>


Reply via email to