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 2025-07-02 12:07:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unix-time (Old) and /work/SRC/openSUSE:Factory/.ghc-unix-time.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unix-time" Wed Jul 2 12:07:53 2025 rev:26 rq:1288005 version:0.4.17 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes 2024-11-02 16:12:51.089928860 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new.7067/ghc-unix-time.changes 2025-07-02 12:08:29.112170787 +0200 @@ -1,0 +2,9 @@ +Sun Jun 15 22:40:45 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update unix-time to version 0.4.17. + ## v0.4.17 + + * Fix MinGW64 linker error + [#67](https://github.com/kazu-yamamoto/unix-time/pull/67) + +------------------------------------------------------------------- Old: ---- unix-time-0.4.16.tar.gz New: ---- unix-time-0.4.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unix-time.spec ++++++ --- /var/tmp/diff_new_pack.PQfCwK/_old 2025-07-02 12:08:29.928204846 +0200 +++ /var/tmp/diff_new_pack.PQfCwK/_new 2025-07-02 12:08:29.928204846 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-unix-time # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.16 +Version: 0.4.17 Release: 0 Summary: Unix time parser/formatter and utilities License: BSD-3-Clause ++++++ unix-time-0.4.16.tar.gz -> unix-time-0.4.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.4.16/ChangeLog.md new/unix-time-0.4.17/ChangeLog.md --- old/unix-time-0.4.16/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/unix-time-0.4.17/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,10 @@ # ChangeLog for unix-time +## v0.4.17 + +* Fix MinGW64 linker error + [#67](https://github.com/kazu-yamamoto/unix-time/pull/67) + ## v0.4.16 * Make `tzset` optional. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.4.16/cbits/win_patch.h new/unix-time-0.4.17/cbits/win_patch.h --- old/unix-time-0.4.16/cbits/win_patch.h 2001-09-09 03:46:40.000000000 +0200 +++ new/unix-time-0.4.17/cbits/win_patch.h 2001-09-09 03:46:40.000000000 +0200 @@ -118,8 +118,10 @@ #if HAVE__ISBLANK_L #define isblank_l _isblank_l +#ifndef _isblank_l // Needed to avoid -Wimplicit-function-declaration warnings int _isblank_l(int c, _locale_t loc); +#endif #else int isblank_l( int c, _locale_t _loc); #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.4.16/unix-time.cabal new/unix-time-0.4.17/unix-time.cabal --- old/unix-time-0.4.16/unix-time.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/unix-time-0.4.17/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.16 +version: 0.4.17 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <k...@iij.ad.jp>