Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-network for openSUSE:Factory checked in at 2021-11-11 21:36:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-network (Old) and /work/SRC/openSUSE:Factory/.ghc-network.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-network" Thu Nov 11 21:36:42 2021 rev:29 rq:930344 version:3.1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes 2021-10-12 21:50:32.527973831 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-network.new.1890/ghc-network.changes 2021-11-11 21:37:00.292914158 +0100 @@ -1,0 +2,18 @@ +Sun Oct 10 14:51:22 UTC 2021 - [email protected] + +- Update network to version 3.1.2.5. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/network-3.1.2.5/src/CHANGELOG.md + +------------------------------------------------------------------- +Fri Oct 8 07:37:52 UTC 2021 - [email protected] + +- Update network to version 3.1.2.4. + ## Version 3.1.2.4 + + * Regenerate `configure` script with autoconf-2.69 to temporarily fix broken cabal-3.4.0.0 on Windows. Note that the old one was generated with autoconf-2.71. + [#513](https://github.com/haskell/network/issues/513) + +------------------------------------------------------------------- Old: ---- network-3.1.2.3.tar.gz New: ---- network-3.1.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-network.spec ++++++ --- /var/tmp/diff_new_pack.w3Ivp1/_old 2021-11-11 21:37:01.344914925 +0100 +++ /var/tmp/diff_new_pack.w3Ivp1/_new 2021-11-11 21:37:01.344914925 +0100 @@ -19,7 +19,7 @@ %global pkg_name network %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.1.2.3 +Version: 3.1.2.5 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause ++++++ network-3.1.2.3.tar.gz -> network-3.1.2.5.tar.gz ++++++ ++++ 4726 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/network-3.1.2.3/CHANGELOG.md new/network-3.1.2.5/CHANGELOG.md --- old/network-3.1.2.3/CHANGELOG.md 2021-10-07 03:38:27.000000000 +0200 +++ new/network-3.1.2.5/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,8 @@ +## Version 3.1.2.5 + +* Regenerate `configure` script with autoconf-2.69 to temporarily fix broken cabal-3.4.0.0 on Windows. Note that the old one was generated with autoconf-2.71. + [#513](https://github.com/haskell/network/issues/513) + ## Version 3.1.2.3 * Supporting M1 Mac 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/network-3.1.2.3/configure.ac new/network-3.1.2.5/configure.ac --- old/network-3.1.2.3/configure.ac 2021-10-07 03:38:27.000000000 +0200 +++ new/network-3.1.2.5/configure.ac 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ AC_INIT([Haskell network package], - [3.1.2.3], + [3.1.2.5], [[email protected]], [network]) 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/network-3.1.2.3/include/HsNetworkConfig.h.in new/network-3.1.2.5/include/HsNetworkConfig.h.in --- old/network-3.1.2.3/include/HsNetworkConfig.h.in 2021-10-07 03:38:27.000000000 +0200 +++ new/network-3.1.2.5/include/HsNetworkConfig.h.in 2001-09-09 03:46:40.000000000 +0200 @@ -60,6 +60,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -78,9 +81,6 @@ /* 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 @@ -138,9 +138,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* 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. */ +/* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to empty if `const' does not conform to ANSI C. */ 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/network-3.1.2.3/network.cabal new/network-3.1.2.5/network.cabal --- old/network-3.1.2.3/network.cabal 2021-10-07 03:38:27.000000000 +0200 +++ new/network-3.1.2.5/network.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 1.18 name: network -version: 3.1.2.3 +version: 3.1.2.5 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto, Evan Borden
