Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-assoc for openSUSE:Factory checked in at 2022-10-13 15:40:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-assoc (Old) and /work/SRC/openSUSE:Factory/.ghc-assoc.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-assoc" Thu Oct 13 15:40:55 2022 rev:7 rq:1008430 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-assoc/ghc-assoc.changes 2021-11-11 21:36:08.628876478 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-assoc.new.2275/ghc-assoc.changes 2022-10-13 15:40:57.798599490 +0200 @@ -1,0 +2,6 @@ +Wed Aug 10 19:40:59 UTC 2022 - Peter Simons <[email protected]> + +- Update assoc to version 1.0.2 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-assoc.spec ++++++ --- /var/tmp/diff_new_pack.Mjed17/_old 2022-10-13 15:40:58.378600622 +0200 +++ /var/tmp/diff_new_pack.Mjed17/_new 2022-10-13 15:40:58.382600630 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-assoc # -# 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bifunctors-devel BuildRequires: ghc-rpm-macros ++++++ assoc.cabal ++++++ --- /var/tmp/diff_new_pack.Mjed17/_old 2022-10-13 15:40:58.438600739 +0200 +++ /var/tmp/diff_new_pack.Mjed17/_new 2022-10-13 15:40:58.446600755 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: assoc version: 1.0.2 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors @@ -30,8 +30,9 @@ || ==8.6.5 || ==8.8.4 || ==8.10.4 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.4 + || ==9.4.1 , GHCJS ==8.4 source-repository head @@ -42,7 +43,7 @@ default-language: Haskell2010 hs-source-dirs: src build-depends: - base >=4.3 && <4.17 + base >=4.3 && <4.18 , bifunctors >=5.5.5 && <5.6 , tagged >=0.8.6 && <0.9
