Hello community, here is the log from the commit of package ghc-hastache for openSUSE:Factory checked in at 2017-06-04 01:53:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hastache (Old) and /work/SRC/openSUSE:Factory/.ghc-hastache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hastache" Sun Jun 4 01:53:42 2017 rev:3 rq:494161 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hastache/ghc-hastache.changes 2016-07-21 08:09:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hastache.new/ghc-hastache.changes 2017-06-04 01:53:45.671635244 +0200 @@ -1,0 +2,5 @@ +Mon Apr 24 12:26:48 UTC 2017 - [email protected] + +- Update to version 0.6.1 revision 5 with cabal2obs. + +------------------------------------------------------------------- Old: ---- 4.cabal New: ---- hastache.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hastache.spec ++++++ --- /var/tmp/diff_new_pack.Ny3B9v/_old 2017-06-04 01:53:46.259552182 +0200 +++ /var/tmp/diff_new_pack.Ny3B9v/_new 2017-06-04 01:53:46.263551617 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hastache # -# 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 @@ -23,11 +23,10 @@ Release: 0 Summary: Haskell implementation of Mustache templates License: BSD-3-Clause -Group: System/Libraries +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/4.cabal -# Begin cabal-rpm deps: +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-blaze-builder-devel @@ -46,12 +45,14 @@ %if %{with tests} BuildRequires: ghc-HUnit-devel %endif -# End cabal-rpm deps %description Haskell implementation of Mustache templates (<http://mustache.github.com/>). -See homepage for examples of usage: <http://github.com/lymar/hastache>. +See homepage for examples of usage: <http://github.com/lymar/hastache> + +In case version constraints need updating please comment +<https://github.com/haskell-infra/hackage-trustees/issues/58 here>. %package devel Summary: Haskell %{pkg_name} library development files @@ -68,22 +69,15 @@ %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal - %build %ghc_lib_build - %install %ghc_lib_install - -%ghc_fix_dynamic_rpath mkReadme - +%ghc_fix_rpath %{pkg_name}-%{version} %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache ++++++ hastache.cabal ++++++ name: hastache version: 0.6.1 x-revision: 5 license: BSD3 license-file: LICENSE category: Text copyright: Sergey S Lymar (c) 2011-2014 author: Sergey S Lymar <[email protected]> maintainer: Daniil Frumin <dan at covariant.me> stability: experimental synopsis: Haskell implementation of Mustache templates cabal-version: >= 1.8 homepage: http://github.com/lymar/hastache bug-reports: http://github.com/lymar/hastache/issues build-type: Simple description: Haskell implementation of Mustache templates (<http://mustache.github.com/>). . See homepage for examples of usage: <http://github.com/lymar/hastache> . In case version constraints need updating please comment <https://github.com/haskell-infra/hackage-trustees/issues/58 here> extra-source-files: tests/partFile tests/RunTest.sh tests/test.hs README.md ChangeLog library exposed-modules: Text.Hastache Text.Hastache.Context -- GHC 7.0 fails on Illegal instance declaration for `Monoid (MuContext m)' build-depends: base >=4.4 && <4.11 , blaze-builder <0.5 , bytestring <0.11 , containers <0.6 , directory <1.4 , filepath <1.5 , ieee754 <0.9 , mtl >=2 && <2.3 , syb <0.8 , text <1.3 , transformers <0.6 other-extensions: CPP, ExistentialQuantification, FlexibleInstances, IncoherentInstances, OverloadedStrings, RankNTypes, ScopedTypeVariables executable mkReadme main-is: mkReadme.hs build-depends: hastache , process < 1.7 -- version constraints inherited from , base , blaze-builder , bytestring , containers , directory , filepath , ieee754 , mtl , syb , text , transformers test-suite test-hastache type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: tests build-depends: hastache , base , directory , mtl , HUnit , text , bytestring , syb source-repository head type: git location: http://github.com/lymar/hastache
