Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-microlens-th for openSUSE:Factory checked in at 2025-03-17 22:19:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old) and /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-th" Mon Mar 17 22:19:03 2025 rev:17 rq:1253820 version:0.4.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes 2024-12-26 12:23:55.942610937 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.19136/ghc-microlens-th.changes 2025-03-17 22:23:01.768108363 +0100 @@ -1,0 +2,8 @@ +Sat Mar 8 07:05:58 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update microlens-th to version 0.4.3.17. + # 0.4.3.17 + + * Allow building with containers 0.8. + +------------------------------------------------------------------- Old: ---- microlens-th-0.4.3.16.tar.gz New: ---- microlens-th-0.4.3.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-microlens-th.spec ++++++ --- /var/tmp/diff_new_pack.wfdSyZ/_old 2025-03-17 22:23:02.216127112 +0100 +++ /var/tmp/diff_new_pack.wfdSyZ/_new 2025-03-17 22:23:02.216127112 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-microlens-th # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.3.16 +Version: 0.4.3.17 Release: 0 Summary: Automatic generation of record lenses for microlens License: BSD-3-Clause ++++++ microlens-th-0.4.3.16.tar.gz -> microlens-th-0.4.3.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microlens-th-0.4.3.16/CHANGELOG.md new/microlens-th-0.4.3.17/CHANGELOG.md --- old/microlens-th-0.4.3.16/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/microlens-th-0.4.3.17/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +# 0.4.3.17 + +* Allow building with containers 0.8. + # 0.4.3.16 * [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microlens-th-0.4.3.16/microlens-th.cabal new/microlens-th-0.4.3.17/microlens-th.cabal --- old/microlens-th-0.4.3.16/microlens-th.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/microlens-th-0.4.3.17/microlens-th.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: microlens-th -version: 0.4.3.16 +version: 0.4.3.17 synopsis: Automatic generation of record lenses for microlens description: This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens). @@ -42,7 +42,7 @@ -- other-extensions: build-depends: base >=4.5 && <5 , microlens >=0.4.0 && <0.5 - , containers >=0.5 && <0.8 + , containers >=0.5 && <0.9 , transformers , template-haskell >=2.8 && <2.24 , th-abstraction >=0.4.1 && <0.8