Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-dbus for openSUSE:Factory checked in at 2025-01-28 16:41:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-dbus (Old) and /work/SRC/openSUSE:Factory/.ghc-dbus.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-dbus" Tue Jan 28 16:41:05 2025 rev:32 rq:1240775 version:1.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-dbus/ghc-dbus.changes 2025-01-27 20:51:01.796180759 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-dbus.new.2316/ghc-dbus.changes 2025-01-28 16:41:17.211320174 +0100 @@ -1,0 +2,6 @@ +Tue Jan 28 02:12:07 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update dbus to version 1.3.11. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- dbus-1.3.10.tar.gz New: ---- dbus-1.3.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dbus.spec ++++++ --- /var/tmp/diff_new_pack.2mbQ6K/_old 2025-01-28 16:41:17.735341630 +0100 +++ /var/tmp/diff_new_pack.2mbQ6K/_new 2025-01-28 16:41:17.739341794 +0100 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.10 +Version: 1.3.11 Release: 0 Summary: A client library for the D-Bus IPC system License: Apache-2.0 ++++++ dbus-1.3.10.tar.gz -> dbus-1.3.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dbus-1.3.10/dbus.cabal new/dbus-1.3.11/dbus.cabal --- old/dbus-1.3.10/dbus.cabal 2025-01-07 04:27:27.000000000 +0100 +++ new/dbus-1.3.11/dbus.cabal 2025-01-28 02:43:01.000000000 +0100 @@ -1,5 +1,5 @@ name: dbus -version: 1.3.10 +version: 1.3.11 license: Apache-2.0 license-file: license.txt author: John Millikin <j...@john-millikin.com> @@ -100,7 +100,7 @@ , transformers < 0.7 , unix < 2.9 , vector < 0.14 - , xml-conduit >= 1.9.0.0 && < 1.10.0.0 + , xml-conduit >= 1.9.0.0 && < 1.11.0.0 , xml-types < 0.4 exposed-modules: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dbus-1.3.10/lib/DBus/Introspection/Render.hs new/dbus-1.3.11/lib/DBus/Introspection/Render.hs --- old/dbus-1.3.10/lib/DBus/Introspection/Render.hs 2024-10-26 19:44:40.000000000 +0200 +++ new/dbus-1.3.11/lib/DBus/Introspection/Render.hs 2025-01-28 02:59:13.000000000 +0100 @@ -37,7 +37,7 @@ formatXML :: Object -> Maybe String formatXML obj = do xml <- runST $ runMaybeT $ runRender $ runConduit $ - renderRoot obj .| R.renderText (R.def {R.rsPretty = True}) .| sinkLazy + renderRoot obj .| R.renderText R.def .| sinkLazy pure $ TL.unpack xml renderRoot :: MonadThrow m => Object -> ConduitT i Event m ()