Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-pango for openSUSE:Factory 
checked in at 2023-06-22 23:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pango (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pango.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pango"

Thu Jun 22 23:25:32 2023 rev:3 rq:1094444 version:0.13.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pango/ghc-pango.changes      2023-04-04 
21:22:24.989875198 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pango.new.15902/ghc-pango.changes   
2023-06-22 23:25:59.309819366 +0200
@@ -1,0 +2,6 @@
+Fri May 12 14:39:25 UTC 2023 - Peter Simons <[email protected]>
+
+- Update pango to version 0.13.10.0.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  pango-0.13.8.2.tar.gz

New:
----
  pango-0.13.10.0.tar.gz

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

Other differences:
------------------
++++++ ghc-pango.spec ++++++
--- /var/tmp/diff_new_pack.O6ureh/_old  2023-06-22 23:25:59.785821793 +0200
+++ /var/tmp/diff_new_pack.O6ureh/_new  2023-06-22 23:25:59.789821813 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pango
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.13.8.2
+Version:        0.13.10.0
 Release:        0
 Summary:        Binding to the Pango text rendering engine
 License:        LGPL-2.1-only
@@ -97,7 +97,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver text '>= 0.11.0.6 && < 1.3' '< 5'
 
 %build
 %ghc_lib_build

++++++ pango-0.13.8.2.tar.gz -> pango-0.13.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-0.13.8.2/Graphics/Rendering/Pango/Cairo.chs 
new/pango-0.13.10.0/Graphics/Rendering/Pango/Cairo.chs
--- old/pango-0.13.8.2/Graphics/Rendering/Pango/Cairo.chs       2001-09-09 
03:46:40.000000000 +0200
+++ new/pango-0.13.10.0/Graphics/Rendering/Pango/Cairo.chs      2001-09-09 
03:46:40.000000000 +0200
@@ -70,6 +70,7 @@
 import qualified Graphics.Rendering.Cairo as Cairo
 import Graphics.Rendering.Cairo.Internal (Render(Render))
 import Control.Monad.Reader
+import Control.Monad (liftM)
 
 {# context lib="gdk" prefix="gdk" #}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-0.13.8.2/pango.cabal 
new/pango-0.13.10.0/pango.cabal
--- old/pango-0.13.8.2/pango.cabal      2001-09-09 03:46:40.000000000 +0200
+++ new/pango-0.13.10.0/pango.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 Name:           pango
-Version:        0.13.8.2
+Version:        0.13.10.0
 License:        LGPL-2.1-only
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -39,17 +39,22 @@
   Description:  Enable build with a base library that contains the new 
exception library.
 
 custom-setup
-  setup-depends: base >= 4.6,
-                 Cabal >= 2.0 && < 3.7,
+  setup-depends: base >= 4.6 && <5,
+                 Cabal >= 2.0 && < 3.11,
                  filepath >= 1.3 && < 1.5,
                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
         build-depends:  base >= 4 && < 5,
-                        process, directory, array, containers, pretty, mtl,
+                        array < 0.6,
+                        containers < 0.7,
+                        directory < 1.4,
+                        mtl < 2.4,
+                        process < 1.7,
+                        pretty < 1.2,
                         glib  >= 0.13.0.0 && < 0.14,
                         cairo >= 0.13.0.0 && < 0.14,
-                        text >= 0.11.0.6 && < 1.3
+                        text >= 0.11.0.6 && < 2.1
 
         if flag(new-exception)
           build-depends:  base >= 4

Reply via email to