Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-xml-hamlet for openSUSE:Factory 
checked in at 2025-12-05 16:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xml-hamlet (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-xml-hamlet"

Fri Dec  5 16:56:03 2025 rev:7 rq:1321143 version:0.5.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-xml-hamlet/ghc-xml-hamlet.changes    
2023-04-04 21:25:15.550841160 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new.1939/ghc-xml-hamlet.changes  
2025-12-05 16:56:51.072923201 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 21:02:18 UTC 2025 - Peter Simons <[email protected]>
+
+- Update xml-hamlet to version 0.5.0.3.
+  Upstream has not updated the file "ChangeLog.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  xml-hamlet-0.5.0.2.tar.gz

New:
----
  xml-hamlet-0.5.0.3.tar.gz

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

Other differences:
------------------
++++++ ghc-xml-hamlet.spec ++++++
--- /var/tmp/diff_new_pack.9Dy86B/_old  2025-12-05 16:56:52.828996621 +0100
+++ /var/tmp/diff_new_pack.9Dy86B/_new  2025-12-05 16:56:52.828996621 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-xml-hamlet
 #
-# Copyright (c) 2023 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
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.5.0.2
+Version:        0.5.0.3
 Release:        0
 Summary:        Hamlet-style quasiquoter for XML content
 License:        BSD-3-Clause

++++++ xml-hamlet-0.5.0.2.tar.gz -> xml-hamlet-0.5.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-hamlet-0.5.0.2/Text/Hamlet/XMLParse.hs 
new/xml-hamlet-0.5.0.3/Text/Hamlet/XMLParse.hs
--- old/xml-hamlet-0.5.0.2/Text/Hamlet/XMLParse.hs      2021-11-29 
07:26:08.000000000 +0100
+++ new/xml-hamlet-0.5.0.3/Text/Hamlet/XMLParse.hs      2001-09-09 
03:46:40.000000000 +0200
@@ -22,7 +22,9 @@
 data Result v = Error String | Ok v
     deriving (Show, Eq, Read, Data, Typeable)
 instance Monad Result where
-    return = Ok
+#if !MIN_VERSION_base(4,8,0)
+    return = pure
+#endif
     Error s >>= _ = Error s
     Ok v >>= f = f v
 #if MIN_VERSION_base(4,13,0)
@@ -32,7 +34,7 @@
 instance Functor Result where
     fmap = liftM
 instance Applicative Result where
-    pure = return
+    pure = Ok
     (<*>) = ap
 
 data Content = ContentRaw String
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-hamlet-0.5.0.2/xml-hamlet.cabal 
new/xml-hamlet-0.5.0.3/xml-hamlet.cabal
--- old/xml-hamlet-0.5.0.2/xml-hamlet.cabal     2021-11-29 11:34:06.000000000 
+0100
+++ new/xml-hamlet-0.5.0.3/xml-hamlet.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 Cabal-version:       >=1.10
 Name:                xml-hamlet
-Version:             0.5.0.2
+Version:             0.5.0.3
 Synopsis:            Hamlet-style quasiquoter for XML content
 Homepage:            http://www.yesodweb.com/
 License:             BSD3
@@ -18,7 +18,7 @@
   Other-modules:       Text.Hamlet.XMLParse
   
   Build-depends:       base                       >= 4.12     && < 5
-                     , shakespeare                >= 1.0      && < 2.2
+                     , shakespeare                >= 1.0      && < 2.3
                      , xml-conduit                >= 1.0
                      , text                       >= 0.10
                      , template-haskell

Reply via email to