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 2024-05-20 18:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-assoc (Old) and /work/SRC/openSUSE:Factory/.ghc-assoc.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-assoc" Mon May 20 18:15:38 2024 rev:11 rq:1175264 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-assoc/ghc-assoc.changes 2023-10-12 11:40:48.442231199 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-assoc.new.1880/ghc-assoc.changes 2024-05-20 18:17:06.738314382 +0200 @@ -1,0 +2,8 @@ +Sun May 12 21:27:10 UTC 2024 - Peter Simons <[email protected]> + +- Update assoc to version 1.1.1. + ## 1.1.1 + + - Drop support for GHC prior GHC-8.6.5 + +------------------------------------------------------------------- Old: ---- assoc-1.1.tar.gz assoc.cabal New: ---- assoc-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-assoc.spec ++++++ --- /var/tmp/diff_new_pack.38bdtP/_old 2024-05-20 18:17:07.154329528 +0200 +++ /var/tmp/diff_new_pack.38bdtP/_new 2024-05-20 18:17:07.154329528 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-assoc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,16 @@ %global pkg_name assoc %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.1 +Version: 1.1.1 Release: 0 Summary: Swap and assoc: Symmetric and Semigroupy Bifunctors 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-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros -BuildRequires: ghc-tagged-devel -BuildRequires: ghc-tagged-prof ExcludeArch: %{ix86} %description @@ -67,7 +64,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ assoc-1.1.tar.gz -> assoc-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/assoc-1.1/CHANGELOG.md new/assoc-1.1.1/CHANGELOG.md --- old/assoc-1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/assoc-1.1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +## 1.1.1 + +- Drop support for GHC prior GHC-8.6.5 + ## 1.1 - Depend on `bifunctor-classes-compat` only. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/assoc-1.1/assoc.cabal new/assoc-1.1.1/assoc.cabal --- old/assoc-1.1/assoc.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/assoc-1.1.1/assoc.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ -cabal-version: 1.12 +cabal-version: 3.0 name: assoc -version: 1.1 -license: BSD3 +version: 1.1.1 +license: BSD-3-Clause license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors category: Data @@ -17,30 +17,22 @@ 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 + GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.7 - || ==9.4.4 - || ==9.6.1 - , GHCJS ==8.4 + || ==9.2.8 + || ==9.4.8 + || ==9.6.5 + || ==9.8.2 + || ==9.10.1 source-repository head type: git location: https://github.com/phadej/assoc.git flag tagged - default: True + default: False manual: True description: You can disable the use of the `tagged` package using `-f-tagged`. @@ -50,13 +42,10 @@ library default-language: Haskell2010 hs-source-dirs: src - build-depends: base >=4.3 && <4.19 + build-depends: base >=4.12 && <4.21 if flag(tagged) - build-depends: tagged >=0.8.6 && <0.9 - - if !impl(ghc >=8.0) - build-depends: bifunctor-classes-compat >=0.1 && <0.2 + build-depends: tagged >=0.8.8 && <0.9 exposed-modules: Data.Bifunctor.Assoc
