Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-unix-time for openSUSE:Factory checked in at 2024-06-17 19:29:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unix-time (Old) and /work/SRC/openSUSE:Factory/.ghc-unix-time.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unix-time" Mon Jun 17 19:29:32 2024 rev:24 rq:1181063 version:0.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes 2024-06-11 18:28:50.263871057 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new.19518/ghc-unix-time.changes 2024-06-17 19:29:52.851101556 +0200 @@ -1,0 +2,6 @@ +Fri Jun 14 00:48:15 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update unix-time to version 0.4.15. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- unix-time-0.4.14.tar.gz New: ---- unix-time-0.4.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unix-time.spec ++++++ --- /var/tmp/diff_new_pack.jZYRbb/_old 2024-06-17 19:29:53.411122052 +0200 +++ /var/tmp/diff_new_pack.jZYRbb/_new 2024-06-17 19:29:53.415122199 +0200 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.14 +Version: 0.4.15 Release: 0 Summary: Unix time parser/formatter and utilities License: BSD-3-Clause ++++++ unix-time-0.4.14.tar.gz -> unix-time-0.4.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.4.14/cbits/win_patch.h new/unix-time-0.4.15/cbits/win_patch.h --- old/unix-time-0.4.14/cbits/win_patch.h 2001-09-09 03:46:40.000000000 +0200 +++ new/unix-time-0.4.15/cbits/win_patch.h 2001-09-09 03:46:40.000000000 +0200 @@ -14,7 +14,7 @@ #include <pthread.h> #if defined(_WIN32) -#include <Windows.h> +#include <windows.h> #endif #if !defined(TM_YEAR_BASE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.4.14/unix-time.cabal new/unix-time-0.4.15/unix-time.cabal --- old/unix-time-0.4.14/unix-time.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/unix-time-0.4.15/unix-time.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 1.18 name: unix-time -version: 0.4.14 +version: 0.4.15 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <k...@iij.ad.jp>