Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-old-time for openSUSE:Factory checked in at 2023-12-21 23:38:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-old-time (Old) and /work/SRC/openSUSE:Factory/.ghc-old-time.new.1840 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-old-time" Thu Dec 21 23:38:15 2023 rev:14 rq:1134296 version:1.1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-old-time/ghc-old-time.changes 2023-04-04 21:22:04.117757005 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-old-time.new.1840/ghc-old-time.changes 2023-12-21 23:38:26.526162822 +0100 @@ -1,0 +2,9 @@ +Mon Dec 11 08:39:16 UTC 2023 - Peter Simons <[email protected]> + +- Update old-time to version 1.1.0.4. + ## 1.1.0.4 *Dec 2023* + + * Add `build-tools: hsc2hs` to `old-time.cabal` for compilation with GHC 8. + Fixes [issue #12](https://github.com/haskell/old-time/issues/12) + +------------------------------------------------------------------- Old: ---- old-time-1.1.0.3.tar.gz old-time.cabal New: ---- old-time-1.1.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-old-time.spec ++++++ --- /var/tmp/diff_new_pack.SvuHtS/_old 2023-12-21 23:38:27.314191559 +0100 +++ /var/tmp/diff_new_pack.SvuHtS/_new 2023-12-21 23:38:27.318191705 +0100 @@ -19,13 +19,12 @@ %global pkg_name old-time %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.1.0.3 +Version: 1.1.0.4 Release: 0 Summary: Time library License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -68,7 +67,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ old-time-1.1.0.3.tar.gz -> old-time-1.1.0.4.tar.gz ++++++ ++++ 4369 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/old-time-1.1.0.3/changelog.md new/old-time-1.1.0.4/changelog.md --- old/old-time-1.1.0.3/changelog.md 2014-11-21 11:44:17.000000000 +0100 +++ new/old-time-1.1.0.4/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,10 @@ # Changelog for [`old-time` package](http://hackage.haskell.org/package/old-time) +## 1.1.0.4 *Dec 2023* + + * Add `build-tools: hsc2hs` to `old-time.cabal` for compilation with GHC 8. + Fixes [issue #12](https://github.com/haskell/old-time/issues/12) + ## 1.1.0.3 *Nov 2014* * Decoupled from GHC distribution diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/old-time-1.1.0.3/include/HsTimeConfig.h.in new/old-time-1.1.0.4/include/HsTimeConfig.h.in --- old/old-time-1.1.0.3/include/HsTimeConfig.h.in 2014-11-21 11:44:17.000000000 +0100 +++ new/old-time-1.1.0.4/include/HsTimeConfig.h.in 2001-09-09 03:46:40.000000000 +0200 @@ -23,12 +23,12 @@ /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -85,10 +85,13 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This + macro is obsolete. */ #undef TIME_WITH_SYS_TIME /* Define to 1 if your <sys/time.h> declares `struct tm'. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/old-time-1.1.0.3/old-time.cabal new/old-time-1.1.0.4/old-time.cabal --- old/old-time-1.1.0.3/old-time.cabal 2014-11-21 11:44:17.000000000 +0100 +++ new/old-time-1.1.0.4/old-time.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,14 +1,14 @@ +cabal-version: >=1.10 name: old-time -version: 1.1.0.3 +version: 1.1.0.4 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -maintainer: [email protected] +maintainer: https://github.com/haskell/old-time bug-reports: https://github.com/haskell/old-time/issues synopsis: Time library category: System build-type: Configure -cabal-Version: >=1.10 description: This package provides the old time library. . @@ -16,6 +16,20 @@ <http://hackage.haskell.org/package/time time library> is recommended. +tested-with: + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 + GHC == 7.8.4 + extra-source-files: aclocal.m4 changelog.md @@ -53,7 +67,9 @@ HsTime.h build-depends: - base >= 4.7 && < 4.9, + base >= 4.7 && < 5, old-locale == 1.0.* + build-tools: hsc2hs + ghc-options: -Wall
