Hello community,

here is the log from the commit of package ghc-network-info for 
openSUSE:Factory checked in at 2015-10-19 22:53:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-network-info (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-network-info.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-network-info"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-network-info/ghc-network-info.changes        
2015-07-08 06:59:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network-info.new/ghc-network-info.changes   
2015-10-20 00:07:10.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Oct 18 13:58:33 UTC 2015 - mimi...@gmail.com
+
+- update to 0.2.0.8 
+
+-------------------------------------------------------------------

Old:
----
  network-info-0.2.0.7.tar.gz

New:
----
  network-info-0.2.0.8.tar.gz

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

Other differences:
------------------
++++++ ghc-network-info.spec ++++++
--- /var/tmp/diff_new_pack.tMR88h/_old  2015-10-20 00:07:11.000000000 +0200
+++ /var/tmp/diff_new_pack.tMR88h/_new  2015-10-20 00:07:11.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name network-info
 
 Name:           ghc-network-info
-Version:        0.2.0.7
+Version:        0.2.0.8
 Release:        0
 Summary:        Access the local computer's basic network configuration
 License:        BSD-3-Clause

++++++ network-info-0.2.0.7.tar.gz -> network-info-0.2.0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-info-0.2.0.7/network-info.cabal 
new/network-info-0.2.0.8/network-info.cabal
--- old/network-info-0.2.0.7/network-info.cabal 2015-07-03 02:10:36.000000000 
+0200
+++ new/network-info-0.2.0.8/network-info.cabal 2015-10-15 13:18:56.000000000 
+0200
@@ -1,5 +1,5 @@
 name:           network-info
-version:        0.2.0.7
+version:        0.2.0.8
 synopsis:       Access the local computer's basic network configuration
 
 description:    This library provides simple read-only access to the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-info-0.2.0.7/src/Network/Info.hsc 
new/network-info-0.2.0.8/src/Network/Info.hsc
--- old/network-info-0.2.0.7/src/Network/Info.hsc       2015-07-03 
02:10:36.000000000 +0200
+++ new/network-info-0.2.0.8/src/Network/Info.hsc       2015-10-15 
13:18:56.000000000 +0200
@@ -29,8 +29,6 @@
 foreign import ccall unsafe "c_get_network_interfaces"
         c_get_network_interfaces :: Ptr NetworkInterface -> CInt -> IO CInt
 
-#let alignment t = "%lu", (unsigned long)offsetof(struct {char x__; t (y__); 
}, y__)
-
 
 ----------------------------------------------------------------------
 -- Network interfaces
@@ -46,7 +44,7 @@
     } deriving (Show)
 
 instance Storable NetworkInterface where
-    alignment _ = #alignment struct network_interface
+    alignment _ = #const offsetof(struct {char x__; struct network_interface 
(y__); }, y__)
     sizeOf _    = #size struct network_interface
     peek ptr    = do
         name <- peekCWString $ (#ptr struct network_interface, name) ptr


Reply via email to