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 2023-12-05 17:03:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yesod-core (Old) and /work/SRC/openSUSE:Factory/.ghc-yesod-core.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yesod-core" Tue Dec 5 17:03:55 2023 rev:19 rq:1130928 version:1.6.25.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yesod-core/ghc-yesod-core.changes 2023-11-23 21:43:08.513002331 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-yesod-core.new.25432/ghc-yesod-core.changes 2023-12-05 17:04:19.739608642 +0100 @@ -1,0 +2,8 @@ +Tue Nov 28 22:04:33 UTC 2023 - Peter Simons <[email protected]> + +- Update yesod-core to version 1.6.25.1. + ## 1.6.25.1 + + * Export the options that were created in 1.6.25.0 [#1825](https://github.com/yesodweb/yesod/pull/1825) + +------------------------------------------------------------------- Old: ---- yesod-core-1.6.25.0.tar.gz New: ---- yesod-core-1.6.25.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yesod-core.spec ++++++ --- /var/tmp/diff_new_pack.8In3l5/_old 2023-12-05 17:04:20.507636952 +0100 +++ /var/tmp/diff_new_pack.8In3l5/_new 2023-12-05 17:04:20.507636952 +0100 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.25.0 +Version: 1.6.25.1 Release: 0 Summary: Creation of type-safe, RESTful web applications License: MIT ++++++ yesod-core-1.6.25.0.tar.gz -> yesod-core-1.6.25.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-core-1.6.25.0/ChangeLog.md new/yesod-core-1.6.25.1/ChangeLog.md --- old/yesod-core-1.6.25.0/ChangeLog.md 2023-10-25 19:04:19.000000000 +0200 +++ new/yesod-core-1.6.25.1/ChangeLog.md 2023-11-28 23:04:27.000000000 +0100 @@ -1,5 +1,9 @@ # ChangeLog for yesod-core +## 1.6.25.1 + +* Export the options that were created in 1.6.25.0 [#1825](https://github.com/yesodweb/yesod/pull/1825) + ## 1.6.25.0 * Add an options structure that allows the user to set which instances will be derived for a routes structure. [#1819](https://github.com/yesodweb/yesod/pull/1819) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-core-1.6.25.0/src/Yesod/Core/Dispatch.hs new/yesod-core-1.6.25.1/src/Yesod/Core/Dispatch.hs --- old/yesod-core-1.6.25.0/src/Yesod/Core/Dispatch.hs 2023-08-23 18:39:25.000000000 +0200 +++ new/yesod-core-1.6.25.1/src/Yesod/Core/Dispatch.hs 2023-11-28 23:04:27.000000000 +0100 @@ -10,12 +10,22 @@ , parseRoutesFile , parseRoutesFileNoCheck , mkYesod + , mkYesodOpts , mkYesodWith -- ** More fine-grained , mkYesodData + , mkYesodDataOpts , mkYesodSubData + , mkYesodSubDataOpts , mkYesodDispatch + , mkYesodDispatchOpts , mkYesodSubDispatch + -- *** Route generation options + , RouteOpts + , defaultOpts + , setEqDerived + , setShowDerived + , setReadDerived -- *** Helpers , defaultGen , getGetMaxExpires diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-core-1.6.25.0/src/Yesod/Core/Internal/TH.hs new/yesod-core-1.6.25.1/src/Yesod/Core/Internal/TH.hs --- old/yesod-core-1.6.25.0/src/Yesod/Core/Internal/TH.hs 2023-10-25 19:04:19.000000000 +0200 +++ new/yesod-core-1.6.25.1/src/Yesod/Core/Internal/TH.hs 2023-11-28 23:04:27.000000000 +0100 @@ -35,6 +35,12 @@ , subTopDispatch , instanceD + + , RouteOpts + , defaultOpts + , setEqDerived + , setShowDerived + , setReadDerived ) where diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-core-1.6.25.0/yesod-core.cabal new/yesod-core-1.6.25.1/yesod-core.cabal --- old/yesod-core-1.6.25.0/yesod-core.cabal 2023-10-25 19:04:19.000000000 +0200 +++ new/yesod-core-1.6.25.1/yesod-core.cabal 2023-11-28 23:04:27.000000000 +0100 @@ -1,5 +1,5 @@ name: yesod-core -version: 1.6.25.0 +version: 1.6.25.1 license: MIT license-file: LICENSE author: Michael Snoyman <[email protected]>
