Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-persistent-template for openSUSE:Factory checked in at 2021-03-28 11:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old) and /work/SRC/openSUSE:Factory/.ghc-persistent-template.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-template" Sun Mar 28 11:56:01 2021 rev:29 rq:881543 version:2.9.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes 2020-12-22 11:44:17.977758149 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-persistent-template.new.2401/ghc-persistent-template.changes 2021-03-28 11:57:50.860302866 +0200 @@ -1,0 +2,6 @@ +Tue Mar 23 08:32:38 UTC 2021 - psim...@suse.com + +- Update persistent-template to version 2.9.1.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- persistent-template.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-persistent-template.spec ++++++ --- /var/tmp/diff_new_pack.ly99Hu/_old 2021-03-28 11:57:51.592303515 +0200 +++ /var/tmp/diff_new_pack.ly99Hu/_new 2021-03-28 11:57:51.596303518 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-persistent-template # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ License: MIT 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-bytestring-devel @@ -63,6 +64,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ persistent-template.cabal ++++++ name: persistent-template version: 2.9.1.0 x-revision: 1 license: MIT license-file: LICENSE author: Michael Snoyman <mich...@snoyman.com> maintainer: Michael Snoyman <mich...@snoyman.com>, Greg Weber <g...@gregweber.info> synopsis: Type-safe, non-relational, multi-backend persistence. description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent-template>. category: Database, Yesod stability: Stable cabal-version: >= 1.10 build-type: Simple homepage: http://www.yesodweb.com/book/persistent bug-reports: https://github.com/yesodweb/persistent/issues extra-source-files: test/main.hs ChangeLog.md README.md library build-depends: base >= 4.10 && < 5 , persistent >= 2.11 && < 3 , aeson >= 1.0 && < 1.6 , bytestring >= 0.10 , containers , http-api-data >= 0.3.7 , monad-control >= 1.0 && < 1.1 , monad-logger , path-pieces , template-haskell >= 2.11 && < 2.17 , text >= 1.2 , th-lift-instances >= 0.1.14 && < 0.2 , transformers >= 0.5 && < 0.6 , unordered-containers exposed-modules: Database.Persist.TH ghc-options: -Wall default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test other-modules: TemplateTestImports , SharedPrimaryKeyTest , SharedPrimaryKeyTestImported , OverloadedLabelTest ghc-options: -Wall build-depends: base >= 4.10 && < 5 , persistent , persistent-template , aeson , bytestring , hspec >= 2.4 , QuickCheck , text default-language: Haskell2010 source-repository head type: git location: git://github.com/yesodweb/persistent.git benchmark persistent-th-bench ghc-options: -O2 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: bench build-depends: base , persistent , persistent-template , criterion , deepseq , deepseq-generics , file-embed , text , template-haskell other-modules: Models default-language: Haskell2010