Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-yesod-core for openSUSE:Factory checked in at 2024-03-20 21:14:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yesod-core (Old) and /work/SRC/openSUSE:Factory/.ghc-yesod-core.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yesod-core" Wed Mar 20 21:14:39 2024 rev:20 rq:1157290 version:1.6.25.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yesod-core/ghc-yesod-core.changes 2023-12-05 17:04:19.739608642 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-yesod-core.new.1905/ghc-yesod-core.changes 2024-03-20 21:16:51.531581981 +0100 @@ -1,0 +2,8 @@ +Tue Mar 5 09:25:22 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update yesod-core to version 1.6.25.1 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +- Drop obsolete "drop-dependency-on-empty-attoparsec-aeson-library.patch". + +------------------------------------------------------------------- Old: ---- drop-dependency-on-empty-attoparsec-aeson-library.patch New: ---- yesod-core.cabal BETA DEBUG BEGIN: Old: - Drop obsolete "drop-dependency-on-empty-attoparsec-aeson-library.patch". BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yesod-core.spec ++++++ --- /var/tmp/diff_new_pack.wtEoYb/_old 2024-03-20 21:16:52.375613613 +0100 +++ /var/tmp/diff_new_pack.wtEoYb/_new 2024-03-20 21:16:52.379613763 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-yesod-core # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,10 +26,12 @@ License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Patch1: drop-dependency-on-empty-attoparsec-aeson-library.patch +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-aeson-prof +BuildRequires: ghc-attoparsec-aeson-devel +BuildRequires: ghc-attoparsec-aeson-prof BuildRequires: ghc-auto-update-devel BuildRequires: ghc-auto-update-prof BuildRequires: ghc-base-devel @@ -154,7 +156,8 @@ This package provides the Haskell %{pkg_name} profiling library. %prep -%autosetup -n %{pkg_name}-%{version} -p1 +%autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ yesod-core.cabal ++++++ name: yesod-core version: 1.6.25.1 x-revision: 1 license: MIT license-file: LICENSE author: Michael Snoyman <mich...@snoyman.com> maintainer: Michael Snoyman <mich...@snoyman.com> synopsis: Creation of type-safe, RESTful web applications. description: API docs and the README are available at <http://www.stackage.org/package/yesod-core> category: Web, Yesod stability: Stable cabal-version: >= 1.10 build-type: Simple homepage: http://www.yesodweb.com/ extra-source-files: test/YesodCoreTest.hs test/YesodCoreTest/*.hs test/YesodCoreTest/JsLoaderSites/Bottom.hs test/en.msg test/test.hs test/fixtures/routes_with_line_continuations.yesodroutes ChangeLog.md README.md library default-language: Haskell2010 hs-source-dirs: src build-depends: base >= 4.10 && < 5 , aeson >= 1.0 , attoparsec-aeson >= 2.1 , auto-update , blaze-html >= 0.5 , blaze-markup >= 0.7.1 , bytestring >= 0.10.2 , case-insensitive >= 0.2 , cereal >= 0.3 , clientsession >= 0.9.1 && < 0.10 , conduit >= 1.3 , conduit-extra , containers >= 0.2 , cookie >= 0.4.3 && < 0.6 , deepseq >= 1.3 , entropy , fast-logger >= 2.2 , http-types >= 0.7 , memory , monad-logger >= 0.3.10 && < 0.4 , mtl , parsec >= 2 && < 3.2 , path-pieces >= 0.1.2 && < 0.3 , primitive >= 0.6 , random >= 1.0.0.2 && < 1.3 , resourcet >= 1.2 , shakespeare >= 2.0 , template-haskell >= 2.11 , text >= 0.7 , time >= 1.5 , transformers >= 0.4 , unix-compat , unliftio , unordered-containers >= 0.2 , vector >= 0.9 && < 0.14 , wai >= 3.2 , wai-extra >= 3.0.7 , wai-logger >= 0.2 , warp >= 3.0.2 , word8 exposed-modules: Yesod.Core Yesod.Core.Content Yesod.Core.Dispatch Yesod.Core.Handler Yesod.Core.Json Yesod.Core.Widget Yesod.Core.Internal Yesod.Core.Types Yesod.Core.Unsafe Yesod.Routes.TH.Types other-modules: Yesod.Core.Internal.Session Yesod.Core.Internal.Request Yesod.Core.Class.Handler Yesod.Core.Internal.Util Yesod.Core.Internal.Response Yesod.Core.Internal.Run Yesod.Core.Internal.TH Yesod.Core.Internal.LiteApp Yesod.Core.Class.Yesod Yesod.Core.Class.Dispatch Yesod.Core.Class.Breadcrumbs Yesod.Core.TypeCache Paths_yesod_core Yesod.Routes.TH Yesod.Routes.Class Yesod.Routes.Parse Yesod.Routes.Overlap Yesod.Routes.TH.Dispatch Yesod.Routes.TH.RenderRoute Yesod.Routes.TH.ParseRoute Yesod.Routes.TH.RouteAttrs ghc-options: -Wall -- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443 other-extensions: TemplateHaskell test-suite test-routes default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: RouteSpec.hs hs-source-dirs: test, src other-modules: Hierarchy Yesod.Routes.Class Yesod.Routes.Overlap Yesod.Routes.Parse Yesod.Routes.TH Yesod.Routes.TH.Dispatch Yesod.Routes.TH.ParseRoute Yesod.Routes.TH.RenderRoute Yesod.Routes.TH.RouteAttrs Yesod.Routes.TH.Types -- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443 other-extensions: TemplateHaskell build-depends: base , hspec , containers , bytestring , template-haskell , text , random , path-pieces , HUnit test-suite tests default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test other-modules: YesodCoreTest YesodCoreTest.Auth YesodCoreTest.Cache YesodCoreTest.CleanPath YesodCoreTest.Header YesodCoreTest.Csrf YesodCoreTest.ErrorHandling YesodCoreTest.ErrorHandling.CustomApp YesodCoreTest.Exceptions YesodCoreTest.InternalRequest YesodCoreTest.JsLoader YesodCoreTest.JsLoaderSites.Bottom YesodCoreTest.Json YesodCoreTest.Links YesodCoreTest.LiteApp YesodCoreTest.Media YesodCoreTest.MediaData YesodCoreTest.Meta YesodCoreTest.NoOverloadedStrings YesodCoreTest.NoOverloadedStringsSub YesodCoreTest.ParameterizedSite YesodCoreTest.ParameterizedSite.Compat YesodCoreTest.ParameterizedSite.PolyAny YesodCoreTest.ParameterizedSite.PolyShow YesodCoreTest.RawResponse YesodCoreTest.Redirect YesodCoreTest.Reps YesodCoreTest.RequestBodySize YesodCoreTest.Ssl YesodCoreTest.Streaming YesodCoreTest.StubLaxSameSite YesodCoreTest.StubSslOnly YesodCoreTest.StubStrictSameSite YesodCoreTest.StubUnsecured YesodCoreTest.SubSub YesodCoreTest.SubSubData YesodCoreTest.WaiSubsite YesodCoreTest.Widget YesodCoreTest.YesodTest cpp-options: -DTEST if os(windows) cpp-options: -DWINDOWS build-depends: base , async , bytestring , clientsession , conduit , conduit-extra , containers , cookie >= 0.4.1 && < 0.5 , hspec >= 1.3 , hspec-expectations , http-types , network , random , resourcet , shakespeare , streaming-commons , text , transformers , unliftio , wai >= 3.0 , wai-extra , warp , yesod-core ghc-options: -Wall -threaded other-extensions: TemplateHaskell benchmark widgets default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: bench build-depends: base , blaze-html , bytestring , gauge , shakespeare , text main-is: widget.hs ghc-options: -Wall -O2 source-repository head type: git location: https://github.com/yesodweb/yesod