Hello community,

here is the log from the commit of package ghc-unix-compat for openSUSE:Factory 
checked in at 2019-08-13 20:44:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unix-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-unix-compat.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unix-compat"

Tue Aug 13 20:44:49 2019 rev:13 rq:723078 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unix-compat/ghc-unix-compat.changes  
2019-06-19 21:13:06.362783642 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unix-compat.new.9556/ghc-unix-compat.changes    
    2019-08-13 20:44:52.103052016 +0200
@@ -1,0 +2,6 @@
+Sat Aug 10 02:01:15 UTC 2019 - psim...@suse.com
+
+- Update unix-compat to version 0.5.2.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  unix-compat-0.5.1.tar.gz
  unix-compat.cabal

New:
----
  unix-compat-0.5.2.tar.gz

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

Other differences:
------------------
++++++ ghc-unix-compat.spec ++++++
--- /var/tmp/diff_new_pack.Od3DVR/_old  2019-08-13 20:44:54.639051284 +0200
+++ /var/tmp/diff_new_pack.Od3DVR/_new  2019-08-13 20:44:54.683051272 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name unix-compat
 Name:           ghc-%{pkg_name}
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        Portable POSIX-compatibility layer
 License:        BSD-3-Clause
 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
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unix-devel
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ unix-compat-0.5.1.tar.gz -> unix-compat-0.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-compat-0.5.1/cbits/HsUnixCompat.c 
new/unix-compat-0.5.2/cbits/HsUnixCompat.c
--- old/unix-compat-0.5.1/cbits/HsUnixCompat.c  2018-08-23 02:44:16.000000000 
+0200
+++ new/unix-compat-0.5.2/cbits/HsUnixCompat.c  2001-09-09 03:46:40.000000000 
+0200
@@ -2,7 +2,7 @@
 
 #ifdef SOLARIS
 #include <sys/mkdev.h>
-#elif defined(__GLIBC__)
+#elif defined(__linux__)
 #include <sys/sysmacros.h>
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-compat-0.5.1/unix-compat.cabal 
new/unix-compat-0.5.2/unix-compat.cabal
--- old/unix-compat-0.5.1/unix-compat.cabal     2018-08-23 02:44:16.000000000 
+0200
+++ new/unix-compat-0.5.2/unix-compat.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,12 +1,12 @@
 name:           unix-compat
-version:        0.5.1
+version:        0.5.2
 synopsis:       Portable POSIX-compatibility layer.
 description:    This package provides portable implementations of parts
                 of the unix package. This package re-exports the unix
                 package when available. When it isn't available,
                 portable implementations are used.
 
-homepage:       http://github.com/jystic/unix-compat
+homepage:       http://github.com/jacobstanley/unix-compat
 license:        BSD3
 license-file:   LICENSE
 author:         Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
@@ -17,7 +17,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/jystic/unix-compat.git
+  location: git://github.com/jacobstanley/unix-compat.git
 
 flag old-time
   description: build against old-time package


Reply via email to