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 2026-06-10 15:59:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generically (Old)
and /work/SRC/openSUSE:Factory/.ghc-generically.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generically"
Wed Jun 10 15:59:59 2026 rev:7 rq:1358368 version:0.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generically/ghc-generically.changes
2024-11-08 12:05:03.903700652 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-generically.new.2375/ghc-generically.changes
2026-06-10 16:01:41.613952684 +0200
@@ -1,0 +2,6 @@
+Sat Jan 3 15:05:51 UTC 2026 - Peter Simons <[email protected]>
+
+- Update generically to version 0.1.1 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generically.spec ++++++
--- /var/tmp/diff_new_pack.mzUcrD/_old 2026-06-10 16:01:43.130015510 +0200
+++ /var/tmp/diff_new_pack.mzUcrD/_new 2026-06-10 16:01:43.130015510 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-generically
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ generically.cabal ++++++
--- /var/tmp/diff_new_pack.mzUcrD/_old 2026-06-10 16:01:43.166017002 +0200
+++ /var/tmp/diff_new_pack.mzUcrD/_new 2026-06-10 16:01:43.170017167 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: generically
version: 0.1.1
-x-revision: 4
+x-revision: 5
synopsis: Generically newtype to use with DerivingVia
description:
This is a compatibility package as @Generically@ and @Generically1@ newtypes
@@ -35,7 +35,7 @@
library
default-language: Haskell2010
- build-depends: base >=4.9 && <4.22
+ build-depends: base >=4.9 && <4.23
if impl(ghc >= 9.4) && !impl(ghc >= 9.6)
build-depends: base-orphans >=0.8.8 && <0.10
hs-source-dirs: src