Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cabal-plan for openSUSE:Factory 
checked in at 2025-06-11 16:26:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cabal-plan (Old)
 and      /work/SRC/openSUSE:Factory/.cabal-plan.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cabal-plan"

Wed Jun 11 16:26:50 2025 rev:18 rq:1284549 version:0.7.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cabal-plan/cabal-plan.changes    2025-01-27 
20:50:45.095491285 +0100
+++ /work/SRC/openSUSE:Factory/.cabal-plan.new.19631/cabal-plan.changes 
2025-06-11 16:28:31.233465632 +0200
@@ -1,0 +2,9 @@
+Thu Jun  5 23:21:12 UTC 2025 - Peter Simons <psim...@suse.com>
+
+- Update cabal-plan to version 0.7.6.0.
+  ## 0.7.6.0
+
+  * Use Cabal-syntax-3.12
+  * Support GHC-8.8.4...9.12.2
+
+-------------------------------------------------------------------

Old:
----
  cabal-plan-0.7.5.0.tar.gz

New:
----
  cabal-plan-0.7.6.0.tar.gz

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

Other differences:
------------------
++++++ cabal-plan.spec ++++++
--- /var/tmp/diff_new_pack.1QopJs/_old  2025-06-11 16:28:32.745528707 +0200
+++ /var/tmp/diff_new_pack.1QopJs/_new  2025-06-11 16:28:32.753529041 +0200
@@ -19,7 +19,7 @@
 %global pkg_name cabal-plan
 %global pkgver %{pkg_name}-%{version}
 Name:           %{pkg_name}
-Version:        0.7.5.0
+Version:        0.7.6.0
 Release:        0
 Summary:        Library and utility for processing cabal's plan.json file
 License:        GPL-2.0-or-later

++++++ cabal-plan-0.7.5.0.tar.gz -> cabal-plan-0.7.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-plan-0.7.5.0/ChangeLog.md 
new/cabal-plan-0.7.6.0/ChangeLog.md
--- old/cabal-plan-0.7.5.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
+++ new/cabal-plan-0.7.6.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,10 @@
 # Revision history for `cabal-plan`
 
+## 0.7.6.0
+
+* Use Cabal-syntax-3.12
+* Support GHC-8.8.4...9.12.2
+
 ## 0.7.5.0
 
 * No changes in the library
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-plan-0.7.5.0/cabal-plan.cabal 
new/cabal-plan-0.7.6.0/cabal-plan.cabal
--- old/cabal-plan-0.7.5.0/cabal-plan.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/cabal-plan-0.7.6.0/cabal-plan.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               cabal-plan
-version:            0.7.5.0
+version:            0.7.6.0
 synopsis:           Library and utility for processing cabal's plan.json file
 description:
   This package provides a library (see "Cabal.Plan") for decoding @plan.json@ 
files as
@@ -38,15 +38,15 @@
 category:           Development
 build-type:         Simple
 tested-with:
-  GHC ==8.6.5
-   || ==8.8.4
+  GHC ==8.8.4
    || ==8.10.7
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
-   || ==9.10.1
+   || ==9.6.7
+   || ==9.8.4
+   || ==9.10.2
+   || ==9.12.2
 
 extra-source-files:
   ChangeLog.md
@@ -82,7 +82,7 @@
   exposed-modules:  Cabal.Plan
   build-depends:
     , aeson              ^>=2.2.0.0
-    , base               ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || 
^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || 
^>=4.20.0.0
+    , base               ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || 
^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 || 
^>=4.21.0.0
     , base16-bytestring  ^>=1.0.2.0
     , bytestring         ^>=0.10.8.2 || ^>=0.11.1.0 || ^>=0.12.0.0
     , containers         ^>=0.6.0.1  || ^>=0.7
@@ -125,7 +125,7 @@
       , async                 ^>=2.2.2
       , mtl                   ^>=2.2.2    || ^>=2.3.1
       , optics-core           ^>=0.4
-      , optparse-applicative  ^>=0.18.1.0
+      , optparse-applicative  ^>=0.18.1.0 || ^>=0.19.0.0
       , parsec                ^>=3.1.13
       , process               ^>=1.6.1.0
       , semialign             ^>=1.3
@@ -138,7 +138,7 @@
     if flag(license-report)
       build-depends:
         , cabal-install-parsers  ^>=0.6.2
-        , Cabal-syntax           ^>=3.12.0.0
+        , Cabal-syntax           ^>=3.14.2.0
         , filepath               ^>=1.4.1.2  || ^>=1.5.2.0
         , tar                    ^>=0.6.1.0
         , zlib                   ^>=0.7.1.0

Reply via email to