Hello community,

here is the log from the commit of package ghc-filelock for openSUSE:Factory 
checked in at 2019-12-27 13:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-filelock (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-filelock.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-filelock"

Fri Dec 27 13:53:34 2019 rev:7 rq:759399 version:0.1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-filelock/ghc-filelock.changes        
2019-05-12 11:35:18.230204547 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-filelock.new.6675/ghc-filelock.changes      
2019-12-27 13:53:37.160665576 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 03:02:44 UTC 2019 - [email protected]
+
+- Update filelock to version 0.1.1.4.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
+Fri Nov  8 16:13:45 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

Old:
----
  filelock-0.1.1.3.tar.gz

New:
----
  filelock-0.1.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-filelock.spec ++++++
--- /var/tmp/diff_new_pack.UjWL6Q/_old  2019-12-27 13:53:37.760665866 +0100
+++ /var/tmp/diff_new_pack.UjWL6Q/_new  2019-12-27 13:53:37.764665868 +0100
@@ -19,11 +19,10 @@
 %global pkg_name filelock
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.1.3
+Version:        0.1.1.4
 Release:        0
 Summary:        Portable interface to file locking (flock / LockFileEx)
 License:        CC0-1.0
-Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -40,7 +39,6 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}

++++++ filelock-0.1.1.3.tar.gz -> filelock-0.1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelock-0.1.1.3/System/FileLock/Internal/Flock.hsc 
new/filelock-0.1.1.4/System/FileLock/Internal/Flock.hsc
--- old/filelock-0.1.1.3/System/FileLock/Internal/Flock.hsc     2001-09-09 
03:46:40.000000000 +0200
+++ new/filelock-0.1.1.4/System/FileLock/Internal/Flock.hsc     1970-01-01 
01:00:00.000000000 +0100
@@ -39,7 +39,11 @@
 
 open :: FilePath -> IO Fd
 open path = do
+#if MIN_VERSION_unix(2,8,0)
+  fd <- openFd path WriteOnly defaultFileFlags
+#else
   fd <- openFd path WriteOnly (Just stdFileMode) defaultFileFlags
+#endif
   -- Ideally, we would open the file descriptor with CLOEXEC enabled, but since
   -- unix 2.8 hasn't been released yet and we want backwards compatibility with
   -- older releases, we set CLOEXEC after opening the file descriptor.  This
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelock-0.1.1.3/filelock.cabal 
new/filelock-0.1.1.4/filelock.cabal
--- old/filelock-0.1.1.3/filelock.cabal 2001-09-09 03:46:40.000000000 +0200
+++ new/filelock-0.1.1.4/filelock.cabal 1970-01-01 01:00:00.000000000 +0100
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                filelock
-version:             0.1.1.3
+version:             0.1.1.4
 synopsis:            Portable interface to file locking (flock / LockFileEx)
 description:         This package provides an interface to Windows and Unix
                      file locking functionalities.


Reply via email to