Hello community,

here is the log from the commit of package ghc-unix-compat for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-unix-compat (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-unix-compat.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unix-compat"

Wed Feb 19 18:41:59 2020 rev:13 rq:771511 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-unix-compat/ghc-unix-compat.changes        
2020-01-15 15:02:43.449819460 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-unix-compat.new.26092/ghc-unix-compat.changes 
    2020-02-19 18:42:00.122261073 +0100
@@ -1,0 +2,16 @@
+Fri Nov  8 16:15:06 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Sat Aug 10 02:01:15 UTC 2019 - [email protected]
+
+- Update unix-compat to version 0.5.2.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
+Tue Jun 11 14:29:20 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-unix-compat.spec ++++++
--- /var/tmp/diff_new_pack.yapcIj/_old  2020-02-19 18:42:00.446261752 +0100
+++ /var/tmp/diff_new_pack.yapcIj/_new  2020-02-19 18:42:00.450261760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unix-compat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
 
 %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
 BuildRequires:  ghc-Cabal-devel
@@ -36,7 +35,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}

++++++ 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