Hello community, here is the log from the commit of package ghc-tasty for openSUSE:Factory checked in at 2017-05-27 13:15:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tasty (Old) and /work/SRC/openSUSE:Factory/.ghc-tasty.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty" Sat May 27 13:15:39 2017 rev:6 rq:495470 version:0.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tasty/ghc-tasty.changes 2017-03-14 10:06:02.216710786 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tasty.new/ghc-tasty.changes 2017-05-27 13:15:39.950401017 +0200 @@ -1,0 +2,5 @@ +Mon May 8 17:29:55 UTC 2017 - [email protected] + +- Update to version 0.11.2 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- tasty.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tasty.spec ++++++ --- /var/tmp/diff_new_pack.orbNUK/_old 2017-05-27 13:15:40.694295847 +0200 +++ /var/tmp/diff_new_pack.orbNUK/_new 2017-05-27 13:15:40.698295281 +0200 @@ -25,6 +25,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-ansi-terminal-devel BuildRequires: ghc-async-devel @@ -58,6 +59,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ tasty.cabal ++++++ -- Initial tasty.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: tasty version: 0.11.2 x-revision: 1 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden tests, QuickCheck/SmallCheck properties, and any other types of tests into a single test suite. See <http://documentup.com/feuerbach/tasty>. license: MIT license-file: LICENSE author: Roman Cheplyaka <[email protected]> maintainer: Roman Cheplyaka <[email protected]> homepage: http://documentup.com/feuerbach/tasty bug-reports: https://github.com/feuerbach/tasty/issues -- copyright: category: Testing build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 Source-repository head type: git location: git://github.com/feuerbach/tasty.git subdir: core library exposed-modules: Test.Tasty, Test.Tasty.Options, Test.Tasty.Providers, Test.Tasty.Runners Test.Tasty.Ingredients, Test.Tasty.Ingredients.Basic other-modules: Test.Tasty.Parallel, Test.Tasty.Core, Test.Tasty.Options.Core, Test.Tasty.Options.Env, Test.Tasty.Patterns, Test.Tasty.Run, Test.Tasty.Runners.Reducers, Test.Tasty.Runners.Utils, Test.Tasty.CmdLine, Test.Tasty.Ingredients.ConsoleReporter Test.Tasty.Ingredients.ListTests Test.Tasty.Ingredients.IncludingOptions build-depends: base >= 4.5 && < 5, stm >= 2.3 && < 2.5, containers < 0.6, mtl < 2.3, tagged >= 0.5 && < 0.9, regex-tdfa >= 1.1.8.2 && < 1.3, optparse-applicative >= 0.11 && < 0.14, deepseq >= 1.3 && < 1.5, unbounded-delays >= 0.1 && < 0.1.1, async >= 2.0 && < 2.2, ansi-terminal >= 0.6.2 && < 0.7, clock >= 0.4.4.0 && < 0.8 if impl(ghc < 7.6) -- for GHC.Generics build-depends: ghc-prim -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing
