Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-boring for openSUSE:Factory checked in at 2022-10-13 15:41:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-boring (Old) and /work/SRC/openSUSE:Factory/.ghc-boring.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-boring" Thu Oct 13 15:41:17 2022 rev:3 rq:1008441 version:0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-boring/ghc-boring.changes 2022-02-11 23:10:34.351147795 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-boring.new.2275/ghc-boring.changes 2022-10-13 15:41:20.458643726 +0200 @@ -1,0 +2,6 @@ +Sun Aug 21 10:46:30 UTC 2022 - Peter Simons <[email protected]> + +- Update boring to version 0.2 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-boring.spec ++++++ --- /var/tmp/diff_new_pack.xyqiOm/_old 2022-10-13 15:41:20.914644617 +0200 +++ /var/tmp/diff_new_pack.xyqiOm/_new 2022-10-13 15:41:20.918644625 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-boring # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-tagged-devel ++++++ boring.cabal ++++++ --- /var/tmp/diff_new_pack.xyqiOm/_old 2022-10-13 15:41:20.958644703 +0200 +++ /var/tmp/diff_new_pack.xyqiOm/_new 2022-10-13 15:41:20.958644703 +0200 @@ -1,6 +1,6 @@ name: boring version: 0.2 -x-revision: 1 +x-revision: 2 synopsis: Boring and Absurd types description: * @Boring@ types are isomorphic to @()@. @@ -31,8 +31,9 @@ || ==8.6.5 || ==8.8.4 || ==8.10.7 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.4 + || ==9.4.1 source-repository head type: git @@ -51,7 +52,7 @@ library exposed-modules: Data.Boring build-depends: - base >=4.5 && <4.17 + base >=4.5 && <4.18 , transformers >=0.3 && <0.7 if impl(ghc <7.6)
