Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-generically for openSUSE:Factory
checked in at 2024-05-28 17:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generically (Old)
and /work/SRC/openSUSE:Factory/.ghc-generically.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generically"
Tue May 28 17:28:50 2024 rev:5 rq:1177132 version:0.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generically/ghc-generically.changes
2023-11-23 21:43:08.184990249 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-generically.new.24587/ghc-generically.changes
2024-05-28 17:29:42.305953507 +0200
@@ -1,0 +2,6 @@
+Thu May 16 11:22:04 UTC 2024 - Peter Simons <[email protected]>
+
+- Update generically to version 0.1.1 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generically.spec ++++++
--- /var/tmp/diff_new_pack.xAWFQ8/_old 2024-05-28 17:29:43.321990660 +0200
+++ /var/tmp/diff_new_pack.xAWFQ8/_new 2024-05-28 17:29:43.325990807 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-generically
#
-# 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
@@ -25,7 +25,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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ generically.cabal ++++++
--- /var/tmp/diff_new_pack.xAWFQ8/_old 2024-05-28 17:29:43.357991977 +0200
+++ /var/tmp/diff_new_pack.xAWFQ8/_new 2024-05-28 17:29:43.361992123 +0200
@@ -1,43 +1,43 @@
-cabal-version: 1.12
-name: generically
-version: 0.1.1
-x-revision: 2
-synopsis: Generically newtype to use with DerivingVia
-description:
- This is a compatibility package as @Generically@ and @Generically1@ newtypes
- are available since @base-4.17@ in 'GHC.Generics'.
-
-bug-reports: https://github.com/haskell-compat/generically/issues
-author: Oleg Grenrus
-maintainer: Oleg Grenrus <[email protected]>
-copyright: 2022 Oleg Grenrus
-license: BSD3
-license-file: LICENSE
-category: Generics
-build-type: Simple
-extra-source-files: CHANGELOG.md
-tested-with:
- GHC ==8.0.2
- || ==8.2.2
- || ==8.4.4
- || ==8.6.5
- || ==8.8.4
- || ==8.10.7
- || ==9.0.2
- || ==9.2.8
- || ==9.4.7
- || ==9.6.3
- || ==9.8.1
-
-source-repository head
- type: git
- location: https://github.com/haskell-compat/generically.git
-
-library
- default-language: Haskell2010
- build-depends: base >=4.9 && <4.20
- if impl(ghc >= 9.4) && !impl(ghc >= 9.6)
- build-depends: base-orphans >=0.8.8 && <0.10
- hs-source-dirs: src
- exposed-modules: GHC.Generics.Generically
+cabal-version: 1.12
+name: generically
+version: 0.1.1
+x-revision: 3
+synopsis: Generically newtype to use with DerivingVia
+description:
+ This is a compatibility package as @Generically@ and @Generically1@ newtypes
+ are available since @base-4.17@ in 'GHC.Generics'.
+
+bug-reports: https://github.com/haskell-compat/generically/issues
+author: Oleg Grenrus
+maintainer: Oleg Grenrus <[email protected]>
+copyright: 2022 Oleg Grenrus
+license: BSD3
+license-file: LICENSE
+category: Generics
+build-type: Simple
+extra-source-files: CHANGELOG.md
+tested-with:
+ GHC ==8.0.2
+ || ==8.2.2
+ || ==8.4.4
+ || ==8.6.5
+ || ==8.8.4
+ || ==8.10.7
+ || ==9.0.2
+ || ==9.2.8
+ || ==9.4.7
+ || ==9.6.3
+ || ==9.8.1
+
+source-repository head
+ type: git
+ location: https://github.com/haskell-compat/generically.git
+
+library
+ default-language: Haskell2010
+ build-depends: base >=4.9 && <4.21
+ if impl(ghc >= 9.4) && !impl(ghc >= 9.6)
+ build-depends: base-orphans >=0.8.8 && <0.10
+ hs-source-dirs: src
+ exposed-modules: GHC.Generics.Generically