Hello community,

here is the log from the commit of package ghc-unix-time for openSUSE:Factory 
checked in at 2018-05-30 12:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unix-time (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-unix-time.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unix-time"

Wed May 30 12:15:26 2018 rev:6 rq:607915 version:0.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes      
2017-09-15 22:21:54.982876839 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new/ghc-unix-time.changes 
2018-05-30 12:27:46.453298768 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update unix-time to version 0.3.8.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  unix-time-0.3.7.tar.gz

New:
----
  unix-time-0.3.8.tar.gz

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

Other differences:
------------------
++++++ ghc-unix-time.spec ++++++
--- /var/tmp/diff_new_pack.00vK93/_old  2018-05-30 12:27:47.025278690 +0200
+++ /var/tmp/diff_new_pack.00vK93/_new  2018-05-30 12:27:47.029278549 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unix-time
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %global pkg_name unix-time
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.7
+Version:        0.3.8
 Release:        0
 Summary:        Unix time parser/formatter and utilities
 License:        BSD-3-Clause
@@ -72,7 +72,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 

++++++ unix-time-0.3.7.tar.gz -> unix-time-0.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.3.7/Data/UnixTime/Sys.hsc 
new/unix-time-0.3.8/Data/UnixTime/Sys.hsc
--- old/unix-time-0.3.7/Data/UnixTime/Sys.hsc   2016-09-06 04:46:51.000000000 
+0200
+++ new/unix-time-0.3.8/Data/UnixTime/Sys.hsc   2018-02-26 02:38:36.000000000 
+0100
@@ -21,7 +21,7 @@
     c_gettimeofday :: Ptr CTimeVal -> Ptr CTimeZone -> IO CInt
 
 -- |
--- Getting 'UnixTime' from OS.
+-- Get current 'UnixTime' from OS.
 
 getUnixTime :: IO UnixTime
 getUnixTime = allocaBytes (#const sizeof(struct timeval)) $ \ p_timeval -> do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.3.7/unix-time.cabal 
new/unix-time-0.3.8/unix-time.cabal
--- old/unix-time-0.3.7/unix-time.cabal 2016-09-06 04:46:51.000000000 +0200
+++ new/unix-time-0.3.8/unix-time.cabal 2018-02-26 02:38:36.000000000 +0100
@@ -1,5 +1,5 @@
 Name:                   unix-time
-Version:                0.3.7
+Version:                0.3.8
 Author:                 Kazu Yamamoto <k...@iij.ad.jp>
 Maintainer:             Kazu Yamamoto <k...@iij.ad.jp>
 License:                BSD3
@@ -27,6 +27,7 @@
                       , old-time
                       , binary
   C-Sources:            cbits/conv.c
+  include-dirs:         cbits
 
 Test-Suite doctest
   Type:                 exitcode-stdio-1.0


Reply via email to