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 2021-03-10 08:54:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-assoc (Old) and /work/SRC/openSUSE:Factory/.ghc-assoc.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-assoc" Wed Mar 10 08:54:29 2021 rev:5 rq:877614 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-assoc/ghc-assoc.changes 2020-12-22 11:34:51.689222237 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-assoc.new.2378/ghc-assoc.changes 2021-03-10 08:56:35.038847407 +0100 @@ -1,0 +2,6 @@ +Mon Feb 15 07:45:39 UTC 2021 - [email protected] + +- Update assoc to version 1.0.2 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- assoc.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-assoc.spec ++++++ --- /var/tmp/diff_new_pack.ty4wK4/_old 2021-03-10 08:56:35.502847886 +0100 +++ /var/tmp/diff_new_pack.ty4wK4/_new 2021-03-10 08:56:35.506847890 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-assoc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bifunctors-devel BuildRequires: ghc-rpm-macros @@ -47,6 +48,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ assoc.cabal ++++++ cabal-version: 1.12 name: assoc version: 1.0.2 x-revision: 1 license: BSD3 license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors category: Data description: Provides generalisations of @swap :: (a,b) -> (b,a)@ and @assoc :: ((a,b),c) -> (a,(b,c))@ to @Bifunctor@s supporting similar operations (e.g. @Either@, @These@). author: Oleg Grenrus <[email protected]> maintainer: Oleg Grenrus <[email protected]> build-type: Simple extra-source-files: CHANGELOG.md tested-with: GHC ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3 , GHCJS ==8.4 source-repository head type: git location: https://github.com/phadej/assoc.git library default-language: Haskell2010 hs-source-dirs: src build-depends: base >=4.3 && <4.16 , bifunctors >=5.5.5 && <5.6 , tagged >=0.8.6 && <0.9 exposed-modules: Data.Bifunctor.Assoc Data.Bifunctor.Swap other-extensions: TypeFamilies
