Hello community, here is the log from the commit of package ghc-silently for openSUSE:Leap:15.2 checked in at 2020-02-19 18:41:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-silently (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-silently.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-silently" Wed Feb 19 18:41:12 2020 rev:13 rq:771450 version:1.2.5.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-silently/ghc-silently.changes 2020-01-15 15:02:37.517816366 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-silently.new.26092/ghc-silently.changes 2020-02-19 18:41:12.930190645 +0100 @@ -1,0 +2,11 @@ +Fri Nov 8 16:14:45 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Mon Jul 22 02:02:22 UTC 2019 - [email protected] + +- Update silently to version 1.2.5.1. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- silently-1.2.5.tar.gz New: ---- silently-1.2.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-silently.spec ++++++ --- /var/tmp/diff_new_pack.ekNKV2/_old 2020-02-19 18:41:13.206190983 +0100 +++ /var/tmp/diff_new_pack.ekNKV2/_new 2020-02-19 18:41:13.210190989 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-silently # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,11 +19,10 @@ %global pkg_name silently %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.5 +Version: 1.2.5.1 Release: 0 Summary: Prevent or capture writing to stdout and other handles License: BSD-3-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -40,7 +39,6 @@ %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} ++++++ silently-1.2.5.tar.gz -> silently-1.2.5.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/silently-1.2.5/silently.cabal new/silently-1.2.5.1/silently.cabal --- old/silently-1.2.5/silently.cabal 2015-07-21 05:54:43.000000000 +0200 +++ new/silently-1.2.5.1/silently.cabal 2019-07-21 06:25:46.000000000 +0200 @@ -1,5 +1,5 @@ name: silently -version: 1.2.5 +version: 1.2.5.1 cabal-version: >= 1.8 build-type: Simple license: BSD3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/silently-1.2.5/src/System/IO/Silently.hs new/silently-1.2.5.1/src/System/IO/Silently.hs --- old/silently-1.2.5/src/System/IO/Silently.hs 2015-07-21 05:54:43.000000000 +0200 +++ new/silently-1.2.5.1/src/System/IO/Silently.hs 2019-07-21 06:24:45.000000000 +0200 @@ -26,7 +26,7 @@ mNullDevice :: Maybe FilePath #ifdef WINDOWS -mNullDevice = Just "NUL" +mNullDevice = Just "\\\\.\\NUL" #elif UNIX mNullDevice = Just "/dev/null" #else
