Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-stm-chans for openSUSE:Factory checked in at 2023-04-04 21:23:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-stm-chans (Old) and /work/SRC/openSUSE:Factory/.ghc-stm-chans.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-stm-chans" Tue Apr 4 21:23:29 2023 rev:13 rq:1076056 version:3.0.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-stm-chans/ghc-stm-chans.changes 2021-11-11 21:37:24.092931516 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-stm-chans.new.19717/ghc-stm-chans.changes 2023-04-04 21:23:49.654354625 +0200 @@ -1,0 +2,19 @@ +Thu Mar 30 17:08:26 UTC 2023 - Peter Simons <psim...@suse.com> + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Sun Mar 19 22:35:45 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update stm-chans to version 3.0.0.9. + 3.0.0.9 (2023-03-19): + - Added `Tested-With: GHC == 9.6.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) + 3.0.0.8 (2022-08-28): + - Added `Tested-With: GHC == 9.4.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) + 3.0.0.7 (2021-11-22): + - Added `Tested-With: GHC == 9.2.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) + +------------------------------------------------------------------- Old: ---- stm-chans-3.0.0.6.tar.gz New: ---- stm-chans-3.0.0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-stm-chans.spec ++++++ --- /var/tmp/diff_new_pack.4CoNnt/_old 2023-04-04 21:23:50.354358588 +0200 +++ /var/tmp/diff_new_pack.4CoNnt/_new 2023-04-04 21:23:50.358358612 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-stm-chans # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,20 @@ %global pkg_name stm-chans +%global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 3.0.0.6 +Version: 3.0.0.9 Release: 0 Summary: Additional types of channels for STM 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 BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-stm-devel +BuildRequires: ghc-stm-prof ExcludeArch: %{ix86} %description @@ -42,6 +46,22 @@ %description devel This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} @@ -63,4 +83,9 @@ %files devel -f %{name}-devel.files %doc AUTHORS CHANGELOG README.md +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog ++++++ stm-chans-3.0.0.6.tar.gz -> stm-chans-3.0.0.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stm-chans-3.0.0.6/CHANGELOG new/stm-chans-3.0.0.9/CHANGELOG --- old/stm-chans-3.0.0.6/CHANGELOG 2001-09-09 03:46:40.000000000 +0200 +++ new/stm-chans-3.0.0.9/CHANGELOG 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,12 @@ +3.0.0.9 (2023-03-19): + - Added `Tested-With: GHC == 9.6.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) +3.0.0.8 (2022-08-28): + - Added `Tested-With: GHC == 9.4.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) +3.0.0.7 (2021-11-22): + - Added `Tested-With: GHC == 9.2.1` (didn't actually need to + nudge the upper bound on 'base', because it's already lenient) 3.0.0.6 (2021-10-17): - Removed old __HADDOCK__ hack - Updating stale emails, urls, etc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stm-chans-3.0.0.6/stm-chans.cabal new/stm-chans-3.0.0.9/stm-chans.cabal --- old/stm-chans-3.0.0.6/stm-chans.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/stm-chans-3.0.0.9/stm-chans.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,20 +1,25 @@ +Cabal-Version: 2.2 +-- Cabal >=2.2 is required for: +-- <https://cabal.readthedocs.io/en/latest/cabal-package.html#common-stanzas> +-- Since 2.1, the Cabal-Version must be the absolutely first thing +-- in the file, even before comments. Also, no longer uses ">=". +-- <https://github.com/haskell/cabal/issues/4899> + ---------------------------------------------------------------- --- wren gayle romano <w...@cpan.org> ~ 2021.10.17 +-- wren gayle romano <w...@cpan.org> ~ 2023.03.19 ---------------------------------------------------------------- --- Cabal >=1.10 is required by Hackage. -Cabal-Version: >= 1.10 -Build-Type: Simple - Name: stm-chans -Version: 3.0.0.6 +Version: 3.0.0.9 +Build-Type: Simple Stability: provisional Homepage: https://wrengr.org/software/hackage.html Bug-Reports: https://github.com/wrengr/stm-chans/issues Author: wren gayle romano, Thomas DuBuisson Maintainer: w...@cpan.org -Copyright: Copyright (c) 2011â2021 wren gayle romano -License: BSD3 +Copyright: 2011â2023 wren romano +-- Cabal-2.2 requires us to say "BSD-3-Clause" not "BSD3" +License: BSD-3-Clause License-File: LICENSE Category: Concurrency @@ -33,7 +38,10 @@ GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.3, - GHC ==9.0.1 + GHC ==9.0.1, + GHC ==9.2.4, + GHC ==9.4.4, + GHC ==9.6.1 ---------------------------------------------------------------- Source-Repository head