Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-fgl for openSUSE:Factory checked 
in at 2025-12-30 12:01:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-fgl (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-fgl.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-fgl"

Tue Dec 30 12:01:33 2025 rev:12 rq:1324742 version:5.8.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-fgl/ghc-fgl.changes  2025-08-03 
13:38:15.281551537 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-fgl.new.1928/ghc-fgl.changes        
2025-12-30 12:01:59.588573851 +0100
@@ -1,0 +2,6 @@
+Mon Dec 22 10:17:36 UTC 2025 - Peter Simons <[email protected]>
+
+- Update fgl to version 5.8.3.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-fgl.spec ++++++
--- /var/tmp/diff_new_pack.K8KNpf/_old  2025-12-30 12:02:00.440608839 +0100
+++ /var/tmp/diff_new_pack.K8KNpf/_new  2025-12-30 12:02:00.440608839 +0100
@@ -26,7 +26,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/1.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-array-prof
@@ -53,6 +53,8 @@
 Original website can be found at
 <http://web.engr.oregonstate.edu/~erwig/fgl/haskell>.
 
+Now without braces in cabal file.
+
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Requires:       %{name} = %{version}-%{release}

++++++ fgl.cabal ++++++
--- /var/tmp/diff_new_pack.K8KNpf/_old  2025-12-30 12:02:00.484610646 +0100
+++ /var/tmp/diff_new_pack.K8KNpf/_new  2025-12-30 12:02:00.488610810 +0100
@@ -1,6 +1,6 @@
 name:          fgl
 version:       5.8.3.0
-x-revision: 1
+x-revision: 2
 license:       BSD3
 license-file:  LICENSE
 author:        Martin Erwig, Ivan Lazar Miljenovic
@@ -8,11 +8,13 @@
 category:      Data Structures, Graphs
 synopsis:      Martin Erwig's Functional Graph Library
 
-description:   {
-An inductive representation of manipulating graph data structures.
-.
-Original website can be found at 
<http://web.engr.oregonstate.edu/~erwig/fgl/haskell>.
-}
+description:
+    An inductive representation of manipulating graph data structures.
+    .
+    Original website can be found at 
<http://web.engr.oregonstate.edu/~erwig/fgl/haskell>.
+    .
+    Now without braces in cabal file.
+
 cabal-version: >= 1.10
 build-type:    Simple
 extra-source-files:
@@ -27,12 +29,11 @@
     type:         git
     location:     https://github.com/haskell/fgl.git
 
-flag containers042 {
+flag containers042
     manual:  False
     default: True
-}
 
-library {
+library
     default-language: Haskell98
 
     exposed-modules:
@@ -84,9 +85,7 @@
 
     ghc-options:      -Wall
 
-}
-
-test-suite fgl-tests {
+test-suite fgl-tests
     default-language: Haskell98
 
     type:             exitcode-stdio-1.0
@@ -111,9 +110,7 @@
     if impl(ghc >= 8.0)
       ghc-options:    -Wall -Wno-star-is-type
 
-}
-
-benchmark fgl-benchmark {
+benchmark fgl-benchmark
     if flag(containers042)
         buildable:    True
     else
@@ -135,6 +132,4 @@
                     , deepseq
 
     ghc-options:      -Wall
-
-}
 

Reply via email to