Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hspec-discover for openSUSE:Factory checked in at 2023-01-28 18:44:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hspec-discover (Old) and /work/SRC/openSUSE:Factory/.hspec-discover.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hspec-discover" Sat Jan 28 18:44:43 2023 rev:26 rq:1061643 version:2.10.9 Changes: -------- --- /work/SRC/openSUSE:Factory/hspec-discover/hspec-discover.changes 2023-01-18 13:11:38.221040895 +0100 +++ /work/SRC/openSUSE:Factory/.hspec-discover.new.32243/hspec-discover.changes 2023-01-28 18:53:32.377416234 +0100 @@ -1,0 +2,6 @@ +Fri Jan 27 12:38:22 UTC 2023 - Peter Simons <[email protected]> + +- Update hspec-discover to version 2.10.9. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- hspec-discover-2.10.8.tar.gz New: ---- hspec-discover-2.10.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hspec-discover.spec ++++++ --- /var/tmp/diff_new_pack.fAAayJ/_old 2023-01-28 18:53:32.745418319 +0100 +++ /var/tmp/diff_new_pack.fAAayJ/_new 2023-01-28 18:53:32.749418341 +0100 @@ -1,7 +1,7 @@ # # spec file for package hspec-discover # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name hspec-discover %bcond_with tests Name: %{pkg_name} -Version: 2.10.8 +Version: 2.10.9 Release: 0 Summary: Automatically discover and run Hspec tests License: MIT @@ -40,7 +40,7 @@ %description Automatically discover and run Hspec tests -<http://hspec.github.io/hspec-discover.html>. +<https://hspec.github.io/hspec-discover.html>. %package -n ghc-%{name} Summary: Haskell %{name} library ++++++ hspec-discover-2.10.8.tar.gz -> hspec-discover-2.10.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.10.8/LICENSE new/hspec-discover-2.10.9/LICENSE --- old/hspec-discover-2.10.8/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2012-2022 Simon Hengel <[email protected]> +Copyright (c) 2012-2023 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.10.8/hspec-discover.cabal new/hspec-discover-2.10.9/hspec-discover.cabal --- old/hspec-discover-2.10.8/hspec-discover.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/hspec-discover.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,25 +1,25 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0. +-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: hspec-discover -version: 2.10.8 +version: 2.10.9 license: MIT license-file: LICENSE -copyright: (c) 2012-2022 Simon Hengel +copyright: (c) 2012-2023 Simon Hengel author: Simon Hengel <[email protected]> maintainer: Simon Hengel <[email protected]> build-type: Simple category: Testing stability: experimental bug-reports: https://github.com/hspec/hspec/issues -homepage: http://hspec.github.io/ +homepage: https://hspec.github.io/ synopsis: Automatically discover and run Hspec tests description: Automatically discover and run Hspec tests . - <http://hspec.github.io/hspec-discover.html> + <https://hspec.github.io/hspec-discover.html> extra-source-files: version.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Config.hs new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Config.hs --- old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Config.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Config.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ -- | -- /NOTE:/ This module is not meant for public consumption. For user --- documentation look at http://hspec.github.io/hspec-discover.html. +-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Config ( Config (..) , defaultConfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Run.hs new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Run.hs --- old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Run.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Run.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ -- | A preprocessor that finds and combines specs. -- -- /NOTE:/ This module is not meant for public consumption. For user --- documentation look at http://hspec.github.io/hspec-discover.html. +-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Run ( run @@ -149,7 +149,7 @@ mkModule :: [String] -> String mkModule = intercalate "." . reverse --- See `Cabal.Distribution.ModuleName` (http://git.io/bj34) +-- See `Cabal.Distribution.ModuleName` (https://git.io/bj34) isValidModuleName :: String -> Bool isValidModuleName [] = False isValidModuleName (c:cs) = isUpper c && all isValidModuleChar cs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Sort.hs new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Sort.hs --- old/hspec-discover-2.10.8/src/Test/Hspec/Discover/Sort.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/src/Test/Hspec/Discover/Sort.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ -- | -- /NOTE:/ This module is not meant for public consumption. For user --- documentation look at http://hspec.github.io/hspec-discover.html. +-- documentation look at https://hspec.github.io/hspec-discover.html. module Test.Hspec.Discover.Sort ( sortNaturallyBy , NaturalSortKey diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-discover-2.10.8/version.yaml new/hspec-discover-2.10.9/version.yaml --- old/hspec-discover-2.10.8/version.yaml 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-discover-2.10.9/version.yaml 2001-09-09 03:46:40.000000000 +0200 @@ -1 +1 @@ -&version 2.10.8 +&version 2.10.9
