Hello community, here is the log from the commit of package ghc-yesod-core for openSUSE:Factory checked in at 2017-01-31 12:45:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yesod-core (Old) and /work/SRC/openSUSE:Factory/.ghc-yesod-core.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yesod-core" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yesod-core/ghc-yesod-core.changes 2017-01-12 15:53:22.152404770 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-yesod-core.new/ghc-yesod-core.changes 2017-02-03 17:40:39.427597549 +0100 @@ -1,0 +2,5 @@ +Mon Jan 16 10:00:50 UTC 2017 - [email protected] + +- Update to version 1.4.30 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- yesod-core.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yesod-core.spec ++++++ --- /var/tmp/diff_new_pack.Lvh6jl/_old 2017-02-03 17:40:39.891531883 +0100 +++ /var/tmp/diff_new_pack.Lvh6jl/_new 2017-02-03 17:40:39.891531883 +0100 @@ -1,7 +1,7 @@ # -# spec file for package ghc +# spec file for package ghc-yesod-core # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +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-auto-update-devel @@ -104,6 +105,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -126,6 +128,5 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc ChangeLog.md README.md %changelog ++++++ yesod-core.cabal ++++++ name: yesod-core version: 1.4.30 x-revision: 1 license: MIT license-file: LICENSE author: Michael Snoyman <[email protected]> maintainer: Michael Snoyman <[email protected]> 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.8 build-type: Simple homepage: http://www.yesodweb.com/ extra-source-files: test.hs test/YesodCoreTest.hs test/YesodCoreTest/*.hs test/YesodCoreTest/JsLoaderSites/Bottom.hs test/en.msg test/test.hs ChangeLog.md README.md library build-depends: base >= 4.6 && < 5 , time >= 1.1.4 , wai >= 3.0 , wai-extra >= 3.0.7 , bytestring >= 0.10 , text >= 0.7 , template-haskell , path-pieces >= 0.1.2 && < 0.3 , shakespeare >= 2.0 , blaze-builder >= 0.2.1.4 && < 0.5 , transformers >= 0.2.2 , mtl , clientsession >= 0.9.1 && < 0.10 , random >= 1.0.0.2 && < 1.2 , cereal >= 0.3 , old-locale >= 1.0.0.2 && < 1.1 , containers >= 0.2 , unordered-containers >= 0.2 , monad-control >= 0.3 && < 1.1 , transformers-base >= 0.4 , cookie >= 0.4.2 && < 0.5 , http-types >= 0.7 , case-insensitive >= 0.2 , parsec >= 2 && < 3.2 , directory >= 1 , vector >= 0.9 && < 0.13 , aeson >= 0.5 , fast-logger >= 2.2 , wai-logger >= 0.2 , monad-logger >= 0.3.1 && < 0.4 , conduit >= 1.2 , resourcet >= 0.4.9 && < 1.2 , lifted-base >= 0.1.2 , blaze-html >= 0.5 , blaze-markup >= 0.7.1 , data-default , safe , warp >= 3.0.2 , unix-compat , conduit-extra , exceptions >= 0.6 , deepseq >= 1.3 , deepseq-generics , mwc-random , primitive , word8 , auto-update , semigroups , byteable 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 -- Following line added due to: https://github.com/yesodweb/yesod/issues/545 -- This looks like a GHC bug extensions: MultiParamTypeClasses -- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443 extensions: TemplateHaskell test-suite test-routes type: exitcode-stdio-1.0 main-is: RouteSpec.hs hs-source-dirs: test, . other-modules: Hierarchy -- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443 extensions: TemplateHaskell build-depends: base , hspec , containers , bytestring , template-haskell , text , random , path-pieces , HUnit test-suite tests type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test cpp-options: -DTEST build-depends: base ,hspec >= 1.3 ,hspec-expectations ,clientsession ,wai >= 3.0 ,yesod-core ,bytestring ,text ,http-types , random , blaze-builder ,HUnit ,QuickCheck >= 2 && < 3 ,transformers , conduit , containers , lifted-base , resourcet , network , async , conduit-extra , shakespeare , streaming-commons , wai-extra , mwc-random , cookie >= 0.4.1 && < 0.5 ghc-options: -Wall extensions: TemplateHaskell benchmark widgets type: exitcode-stdio-1.0 hs-source-dirs: bench build-depends: base , criterion , bytestring , text , transformers , yesod-core , blaze-html , shakespeare main-is: widget.hs ghc-options: -Wall -O2 source-repository head type: git location: https://github.com/yesodweb/yesod
