Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-text-ansi for openSUSE:Factory 
checked in at 2026-06-10 16:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-ansi (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-text-ansi"

Wed Jun 10 16:07:16 2026 rev:6 rq:1358448 version:0.3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-ansi/ghc-text-ansi.changes      
2025-03-10 18:04:49.377311944 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.2375/ghc-text-ansi.changes    
2026-06-10 16:11:15.701743070 +0200
@@ -1,0 +2,6 @@
+Mon Mar 23 15:32:30 UTC 2026 - Peter Simons <[email protected]>
+
+- Update text-ansi to version 0.3.0.1 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-text-ansi.spec ++++++
--- /var/tmp/diff_new_pack.AwJF8H/_old  2026-06-10 16:11:18.693867065 +0200
+++ /var/tmp/diff_new_pack.AwJF8H/_new  2026-06-10 16:11:18.709867727 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-ansi
 #
-# Copyright (c) 2025 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/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

++++++ text-ansi.cabal ++++++
--- /var/tmp/diff_new_pack.AwJF8H/_old  2026-06-10 16:11:19.037881321 +0200
+++ /var/tmp/diff_new_pack.AwJF8H/_new  2026-06-10 16:11:19.077882978 +0200
@@ -1,62 +1,62 @@
-cabal-version: 2.2
-
-author: Mitchell Dalvi Rosen, Travis Staton
-bug-reports: https://github.com/awkward-squad/text-ansi/issues
-build-type: Simple
-category: Data
-copyright: (c) 2018-2025 Mitchell Dalvi Rosen, Travis Staton
-homepage: https://github.com/awkward-squad/text-ansi
-license-file: LICENSE
-license: BSD-3-Clause
-maintainer: Mitchell Dalvi Rosen <[email protected]>, Travis Staton 
<[email protected]>
-name: text-ansi
-synopsis: Text styling for ANSI terminals.
-tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1
-version: 0.3.0.1
-x-revision: 2
-
-description:
-  Text styling for ANSI terminals using SGR codes, as defined by the
-  
<https://www.ecma-international.org/publications-and-standards/standards/ecma-48
 ECMA-48>
-  standard.
-  .
-  Supports foreground\/background color, bold\/faint intensity, italic,
-  single\/double underline, strikethrough, frame, encircle, and overline escape
-  sequences. Some styles may not work on your terminal.
-  .
-  Also features terminal detection, so redirecting styled output to a file will
-  automatically strip the ANSI escape sequences.
-
-extra-source-files:
-  CHANGELOG.md
-  README.md
-
-source-repository head
-  type: git
-  location: git://github.com/awkward-squad/text-ansi.git
-
-library
-  build-depends:
-    base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
-    text >= 1.0 && < 2.2,
-    text-builder-linear ^>= 0.1.1,
-  default-language:
-    Haskell2010
-  exposed-modules:
-    String.ANSI
-    Text.ANSI
-    Text.Builder.ANSI
-    Text.Lazy.Builder.ANSI
-  ghc-options:
-    -Weverything
-    -Wno-implicit-prelude
-    -Wno-missing-import-lists
-    -Wno-missing-local-signatures
-    -Wno-unsafe
-  if impl(ghc >= 8.10)
-    ghc-options:
-      -Wno-missing-safe-haskell-mode
-      -Wno-prepositive-qualified-module
-  hs-source-dirs:
-    src
+cabal-version: 2.2
+
+author: Mitchell Dalvi Rosen, Travis Staton
+bug-reports: https://github.com/awkward-squad/text-ansi/issues
+build-type: Simple
+category: Data
+copyright: (c) 2018-2025 Mitchell Dalvi Rosen, Travis Staton
+homepage: https://github.com/awkward-squad/text-ansi
+license-file: LICENSE
+license: BSD-3-Clause
+maintainer: Mitchell Dalvi Rosen <[email protected]>, Travis Staton 
<[email protected]>
+name: text-ansi
+synopsis: Text styling for ANSI terminals.
+tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1
+version: 0.3.0.1
+x-revision: 3
+
+description:
+  Text styling for ANSI terminals using SGR codes, as defined by the
+  
<https://www.ecma-international.org/publications-and-standards/standards/ecma-48
 ECMA-48>
+  standard.
+  .
+  Supports foreground\/background color, bold\/faint intensity, italic,
+  single\/double underline, strikethrough, frame, encircle, and overline escape
+  sequences. Some styles may not work on your terminal.
+  .
+  Also features terminal detection, so redirecting styled output to a file will
+  automatically strip the ANSI escape sequences.
+
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+source-repository head
+  type: git
+  location: git://github.com/awkward-squad/text-ansi.git
+
+library
+  build-depends:
+    base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21 
|| ^>= 4.22,
+    text >= 1.0 && < 2.2,
+    text-builder-linear ^>= 0.1.1,
+  default-language:
+    Haskell2010
+  exposed-modules:
+    String.ANSI
+    Text.ANSI
+    Text.Builder.ANSI
+    Text.Lazy.Builder.ANSI
+  ghc-options:
+    -Weverything
+    -Wno-implicit-prelude
+    -Wno-missing-import-lists
+    -Wno-missing-local-signatures
+    -Wno-unsafe
+  if impl(ghc >= 8.10)
+    ghc-options:
+      -Wno-missing-safe-haskell-mode
+      -Wno-prepositive-qualified-module
+  hs-source-dirs:
+    src
 

Reply via email to