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 2025-03-25 22:12:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pango (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pango.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pango"

Tue Mar 25 22:12:10 2025 rev:7 rq:1255897 version:0.13.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pango/ghc-pango.changes      2024-07-22 
17:17:33.872226272 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pango.new.2696/ghc-pango.changes    
2025-03-25 22:21:16.176636049 +0100
@@ -1,0 +2,6 @@
+Thu Mar 20 08:44:47 UTC 2025 - Peter Simons <[email protected]>
+
+- Update pango to version 0.13.12.0.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  pango-0.13.11.0.tar.gz

New:
----
  pango-0.13.12.0.tar.gz

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

Other differences:
------------------
++++++ ghc-pango.spec ++++++
--- /var/tmp/diff_new_pack.a8jO74/_old  2025-03-25 22:21:16.636655142 +0100
+++ /var/tmp/diff_new_pack.a8jO74/_new  2025-03-25 22:21:16.640655308 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pango
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name pango
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.13.11.0
+Version:        0.13.12.0
 Release:        0
 Summary:        Binding to the Pango text rendering engine
 License:        LGPL-2.1-only

++++++ pango-0.13.11.0.tar.gz -> pango-0.13.12.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-0.13.11.0/Graphics/Rendering/Pango/Layout.chs 
new/pango-0.13.12.0/Graphics/Rendering/Pango/Layout.chs
--- old/pango-0.13.11.0/Graphics/Rendering/Pango/Layout.chs     2001-09-09 
03:46:40.000000000 +0200
+++ new/pango-0.13.12.0/Graphics/Rendering/Pango/Layout.chs     2001-09-09 
03:46:40.000000000 +0200
@@ -356,11 +356,20 @@
 --   a word if it is the only one on this line and it exceeds the
 --   specified width.
 --
+#if PANGO_VERSION_CHECK(1,56,0)
+{#enum PangoWrapMode as LayoutWrapMode
+  {underscoreToCase,
+  PANGO_WRAP_WORD as WrapWholeWords,
+  PANGO_WRAP_CHAR as WrapAnywhere,
+  PANGO_WRAP_WORD_CHAR as WrapPartialWords,
+  PANGO_WRAP_NONE as WrapNowhere}#}
+#else
 {#enum PangoWrapMode as LayoutWrapMode
   {underscoreToCase,
   PANGO_WRAP_WORD as WrapWholeWords,
   PANGO_WRAP_CHAR as WrapAnywhere,
   PANGO_WRAP_WORD_CHAR as WrapPartialWords}#}
+#endif
 
 -- | Set how this paragraph is wrapped.
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-0.13.11.0/Setup.hs new/pango-0.13.12.0/Setup.hs
--- old/pango-0.13.11.0/Setup.hs        2001-09-09 03:46:40.000000000 +0200
+++ new/pango-0.13.12.0/Setup.hs        2001-09-09 03:46:40.000000000 +0200
@@ -13,6 +13,9 @@
 import Distribution.Version ( Version(..) )
 import Distribution.Verbosity
 import Distribution.Simple.Utils hiding (die)
+#if MIN_VERSION_Cabal(3,14,0)
+import Distribution.Utils.Path ( getSymbolicPath )
+#endif
 import System.FilePath
 import System.Exit (die)
 
@@ -49,7 +52,11 @@
     , "#define PANGO_VERSION_MICRO " ++ show micro
     ]
   where
+#if MIN_VERSION_Cabal(3,14,0)
+    targetDir  = getSymbolicPath . autogenPackageModulesDir $ lbi
+#else
     targetDir  = autogenPackageModulesDir lbi
+#endif
     targetFile = targetDir </> "hspangoversion.h"
 
 writeVersionHeaderFile _ _ version =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-0.13.11.0/pango.cabal 
new/pango-0.13.12.0/pango.cabal
--- old/pango-0.13.11.0/pango.cabal     2001-09-09 03:46:40.000000000 +0200
+++ new/pango-0.13.12.0/pango.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:  2.2
 Name:           pango
-Version:        0.13.11.0
+Version:        0.13.12.0
 License:        LGPL-2.1-only
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -16,7 +16,7 @@
                 either with Cairo to output text in PDF, PS or other
                 documents or with Gtk+ to display text on-screen.
 Category:       Graphics
-Tested-With:    GHC == 9.10.1, GHC == 9.8.2, GHC == 9.6.6, GHC == 9.4.8, GHC 
== 9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, 
GHC==8.2.2, GHC==8.0.2
+Tested-With:    GHC == 9.12.2, GHC == 9.10.1, GHC == 9.8.4, GHC == 9.6.6, GHC 
== 9.4.8, GHC == 9.2.8, GHC==9.0.2, GHC==8.10.7
 extra-source-files: template-hsc-gtk2hs.h
                     hspango.h
                     hierarchy.list
@@ -40,12 +40,12 @@
 
 custom-setup
   setup-depends: base >= 4.8 && <5,
-                 Cabal >= 2.2 && < 3.13,
+                 Cabal >= 3.0 && < 3.15,
                  filepath >= 1.3 && < 1.6,
                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
-        build-depends:  base >= 4 && < 5,
+        build-depends:  base >= 4.8 && < 5,
                         array < 0.6,
                         containers < 0.8,
                         directory < 1.4,

Reply via email to