Hello community, here is the log from the commit of package ghc-network-info for openSUSE:Factory checked in at 2015-07-08 06:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-02 10:05:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-network-info.new/ghc-network-info.changes 2015-07-08 06:59:51.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 6 12:42:07 UTC 2015 - [email protected] + +- update to 0.2.0.7 + +------------------------------------------------------------------- Old: ---- network-info-0.2.0.6.tar.gz New: ---- network-info-0.2.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-network-info.spec ++++++ --- /var/tmp/diff_new_pack.uwux6O/_old 2015-07-08 06:59:52.000000000 +0200 +++ /var/tmp/diff_new_pack.uwux6O/_new 2015-07-08 06:59:52.000000000 +0200 @@ -19,7 +19,7 @@ %global pkg_name network-info Name: ghc-network-info -Version: 0.2.0.6 +Version: 0.2.0.7 Release: 0 Summary: Access the local computer's basic network configuration License: BSD-3-Clause ++++++ network-info-0.2.0.6.tar.gz -> network-info-0.2.0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/network-info-0.2.0.6/cbits/network-unix.c new/network-info-0.2.0.7/cbits/network-unix.c --- old/network-info-0.2.0.6/cbits/network-unix.c 2015-05-26 03:48:46.000000000 +0200 +++ new/network-info-0.2.0.7/cbits/network-unix.c 2015-07-03 02:10:36.000000000 +0200 @@ -32,6 +32,10 @@ # include <net/pfvar.h> #endif +#ifdef __DragonFly__ +# include <net/pf/pfvar.h> +#endif + #include "network.h" #include "common.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/network-info-0.2.0.6/network-info.cabal new/network-info-0.2.0.7/network-info.cabal --- old/network-info-0.2.0.6/network-info.cabal 2015-05-26 03:48:46.000000000 +0200 +++ new/network-info-0.2.0.7/network-info.cabal 2015-07-03 02:10:36.000000000 +0200 @@ -1,5 +1,5 @@ name: network-info -version: 0.2.0.6 +version: 0.2.0.7 synopsis: Access the local computer's basic network configuration description: This library provides simple read-only access to the
