Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-syb for openSUSE:Factory checked in at 2023-04-04 21:23:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-syb (Old) and /work/SRC/openSUSE:Factory/.ghc-syb.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-syb" Tue Apr 4 21:23:34 2023 rev:25 rq:1076060 version:0.7.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-syb/ghc-syb.changes 2022-10-13 15:43:20.486878039 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-syb.new.19717/ghc-syb.changes 2023-04-04 21:23:56.066390935 +0200 @@ -1,0 +2,19 @@ +Thu Mar 30 17:08:28 UTC 2023 - Peter Simons <[email protected]> + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Sat Mar 18 23:19:55 UTC 2023 - Peter Simons <[email protected]> + +- Update syb to version 0.7.2.3. + Upstream has renamed and modified the change log file(s) in this + release. Unfortunately, the automatic updater cannot reliable + determine relevant entries for this release. + +------------------------------------------------------------------- +Sat Mar 18 22:44:00 UTC 2023 - Peter Simons <[email protected]> + +- Update syb to version 0.7.2.2 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- Old: ---- syb-0.7.2.2.tar.gz New: ---- syb-0.7.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-syb.spec ++++++ --- /var/tmp/diff_new_pack.B9Tppm/_old 2023-04-04 21:23:56.822395217 +0200 +++ /var/tmp/diff_new_pack.B9Tppm/_new 2023-04-04 21:23:56.826395239 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-syb # -# Copyright (c) 2022 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,22 +17,29 @@ %global pkg_name syb +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.2.2 +Version: 0.7.2.3 Release: 0 Summary: Scrap Your Boilerplate 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 ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-containers-devel +BuildRequires: ghc-containers-prof BuildRequires: ghc-mtl-devel +BuildRequires: ghc-mtl-prof BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-hunit-prof +BuildRequires: ghc-tasty-prof %endif %description @@ -52,6 +59,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} @@ -74,6 +97,11 @@ %license LICENSE %files devel -f %{name}-devel.files -%doc ChangeLog README.md +%doc Changelog.md 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 ++++++ syb-0.7.2.2.tar.gz -> syb-0.7.2.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syb-0.7.2.2/ChangeLog new/syb-0.7.2.3/ChangeLog --- old/syb-0.7.2.2/ChangeLog 2001-09-09 03:46:40.000000000 +0200 +++ new/syb-0.7.2.3/ChangeLog 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -2022-09-17 Sergey Vinokurov <[email protected]> - - * 0.7.2.2: Compatibility with GHC 9.4 - -2021-01-20 Sergey Vinokurov <[email protected]> - - * 0.7.2.1: Update cabal version - -2021-01-18 Sergey Vinokurov <[email protected]> - - * 0.7.2: Add compatibility with GHC 9, switch to tasty for tests, - fix tests on GHCJS - -2019-06-15 Sergey Vinokurov <[email protected]> - - * 0.7.1: Define recursive traversals in two parts, non-recursive - wrapper and recursive local helper to facilitate inlining and - avoid passing the same argument to all recursive calls diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syb-0.7.2.2/Changelog.md new/syb-0.7.2.3/Changelog.md --- old/syb-0.7.2.2/Changelog.md 1970-01-01 01:00:00.000000000 +0100 +++ new/syb-0.7.2.3/Changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -0,0 +1,14 @@ +# 0.7.2.3 +- Compatibility with `mtl` 2.3 and GHC 9.6 + +# 0.7.2.2 +- Compatibility with GHC 9.4 + +# 0.7.2.1 +- Update cabal version + +# 0.7.2 +- Add compatibility with GHC 9, switch to tasty for tests, fix tests on GHCJS + +# 0.7.1 +- Define recursive traversals in two parts, non-recursive wrapper and recursive local helper to facilitate inlining and avoid passing the same argument to all recursive calls diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syb-0.7.2.2/syb.cabal new/syb-0.7.2.3/syb.cabal --- old/syb-0.7.2.2/syb.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/syb-0.7.2.3/syb.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: syb -version: 0.7.2.2 +version: 0.7.2.3 license: BSD3 license-file: LICENSE author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes @@ -19,10 +19,26 @@ stability: provisional build-type: Simple cabal-version: >= 1.10 -tested-with: GHC==8.10.3, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 +tested-with: + GHC == 9.6.1 + GHC == 9.4.4 + GHC == 9.2.7 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 + GHC == 7.8.4 + GHC == 7.6.3 + GHC == 7.4.2 + GHC == 7.2.2 + GHC == 7.0.4 extra-source-files: README.md, - ChangeLog + Changelog.md source-repository head type: git @@ -32,22 +48,22 @@ hs-source-dirs: src default-language: Haskell98 build-depends: base >= 4.0 && < 5.0 - exposed-modules: Data.Generics, - Data.Generics.Basics, - Data.Generics.Instances, - Data.Generics.Aliases, - Data.Generics.Schemes, - Data.Generics.Text, - Data.Generics.Twins, - Data.Generics.Builders, - - Generics.SYB, - Generics.SYB.Basics, - Generics.SYB.Instances, - Generics.SYB.Aliases, - Generics.SYB.Schemes, - Generics.SYB.Text, - Generics.SYB.Twins, + exposed-modules: Data.Generics + Data.Generics.Basics + Data.Generics.Instances + Data.Generics.Aliases + Data.Generics.Schemes + Data.Generics.Text + Data.Generics.Twins + Data.Generics.Builders + + Generics.SYB + Generics.SYB.Basics + Generics.SYB.Instances + Generics.SYB.Aliases + Generics.SYB.Schemes + Generics.SYB.Text + Generics.SYB.Twins Generics.SYB.Builders if impl(ghc < 6.12) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syb-0.7.2.2/tests/Tree.hs new/syb-0.7.2.3/tests/Tree.hs --- old/syb-0.7.2.2/tests/Tree.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/syb-0.7.2.3/tests/Tree.hs 2001-09-09 03:46:40.000000000 +0200 @@ -11,10 +11,12 @@ import Test.Tasty.HUnit +import Control.Monad (guard) import Control.Monad.Reader import Data.Generics import Data.Maybe import Data.Tree + import CompanyDatatypes
