Hello community, here is the log from the commit of package hspec-discover for openSUSE:Factory checked in at 2018-07-24 17:23:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hspec-discover (Old) and /work/SRC/openSUSE:Factory/.hspec-discover.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hspec-discover" Tue Jul 24 17:23:40 2018 rev:6 rq:623905 version:2.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hspec-discover/hspec-discover.changes 2018-05-30 12:28:58.874721734 +0200 +++ /work/SRC/openSUSE:Factory/.hspec-discover.new/hspec-discover.changes 2018-07-24 17:23:43.647402885 +0200 @@ -1,0 +2,18 @@ +Wed Jul 18 14:26:50 UTC 2018 - [email protected] + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Tue Jul 17 19:30:59 UTC 2018 - [email protected] + +- Update hspec-discover to version 2.5.5. + Upstream does not provide a change log file. + +------------------------------------------------------------------- +Fri Jul 13 14:31:52 UTC 2018 - [email protected] + +- Update hspec-discover to version 2.5.4. + Upstream does not provide a change log file. + +------------------------------------------------------------------- @@ -41 +58,0 @@ - Old: ---- hspec-discover-2.5.0.tar.gz New: ---- hspec-discover-2.5.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hspec-discover.spec ++++++ --- /var/tmp/diff_new_pack.QocOCL/_old 2018-07-24 17:23:44.163403544 +0200 +++ /var/tmp/diff_new_pack.QocOCL/_new 2018-07-24 17:23:44.163403544 +0200 @@ -19,7 +19,7 @@ %global pkg_name hspec-discover %bcond_with tests Name: %{pkg_name} -Version: 2.5.0 +Version: 2.5.5 Release: 0 Summary: Automatically discover and run Hspec tests License: MIT ++++++ hspec-discover-2.5.0.tar.gz -> hspec-discover-2.5.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.5.0/LICENSE new/hspec-discover-2.5.5/LICENSE --- old/hspec-discover-2.5.0/LICENSE 2018-03-14 10:17:49.000000000 +0100 +++ new/hspec-discover-2.5.5/LICENSE 2018-07-16 22:34:28.000000000 +0200 @@ -1,6 +1,4 @@ -Copyright (c) 2011-2017 Simon Hengel <[email protected]> -Copyright (c) 2011-2012 Trystan Spangler <[email protected]> -Copyright (c) 2011-2011 Greg Weber <[email protected]> +Copyright (c) 2012-2018 Simon Hengel <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.5.0/hspec-discover.cabal new/hspec-discover-2.5.5/hspec-discover.cabal --- old/hspec-discover-2.5.0/hspec-discover.cabal 2018-03-14 10:17:49.000000000 +0100 +++ new/hspec-discover-2.5.5/hspec-discover.cabal 2018-07-16 22:34:28.000000000 +0200 @@ -1,16 +1,19 @@ --- This file has been generated from package.yaml by hpack version 0.19.0. +cabal-version: >= 1.10 + +-- This file has been generated from package.yaml by hpack version 0.29.5. -- -- see: https://github.com/sol/hpack +-- +-- hash: f1e6b9e6a90c282a862d4fe8deff4269fd94d1d71f6d3f307f6e622f97b0d756 name: hspec-discover -version: 2.5.0 +version: 2.5.5 license: MIT license-file: LICENSE -copyright: (c) 2012-2017 Simon Hengel +copyright: (c) 2012-2018 Simon Hengel author: Simon Hengel <[email protected]> maintainer: Simon Hengel <[email protected]> build-type: Simple -cabal-version: >= 1.10 category: Testing stability: experimental bug-reports: https://github.com/hspec/hspec/issues @@ -19,7 +22,6 @@ description: Automatically discover and run Hspec tests . <http://hspec.github.io/hspec-discover.html> - extra-source-files: test-data/empty-dir/Foo/Bar/Baz/.placeholder test-data/nested-spec/Foo/Bar/BazSpec.hs @@ -75,10 +77,10 @@ Test.Hspec.Discover.SortSpec Paths_hspec_discover build-depends: - base ==4.* + QuickCheck >=2.7 + , base ==4.* , directory , filepath , hspec-discover , hspec-meta >=2.3.2 - , QuickCheck >= 2.7 default-language: Haskell2010
