Hello community,
here is the log from the commit of package hspec-discover for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/hspec-discover (Old)
and /work/SRC/openSUSE:Leap:15.2/.hspec-discover.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hspec-discover"
Wed Feb 19 18:42:30 2020 rev:13 rq:771548 version:2.7.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/hspec-discover/hspec-discover.changes
2020-01-15 15:11:27.158107876 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.hspec-discover.new.26092/hspec-discover.changes
2020-02-19 18:42:30.894325570 +0100
@@ -1,0 +2,11 @@
+Fri Nov 8 16:15:20 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Sat Mar 30 03:03:23 UTC 2019 - [email protected]
+
+- Update hspec-discover to version 2.7.1.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
hspec-discover-2.7.0.tar.gz
New:
----
hspec-discover-2.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hspec-discover.spec ++++++
--- /var/tmp/diff_new_pack.bKLcq5/_old 2020-02-19 18:42:31.194326199 +0100
+++ /var/tmp/diff_new_pack.bKLcq5/_new 2020-02-19 18:42:31.198326207 +0100
@@ -19,11 +19,10 @@
%global pkg_name hspec-discover
%bcond_with tests
Name: %{pkg_name}
-Version: 2.7.0
+Version: 2.7.1
Release: 0
Summary: Automatically discover and run Hspec tests
License: MIT
-Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{name}
Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: chrpath
@@ -43,14 +42,12 @@
%package -n ghc-%{name}
Summary: Haskell %{name} library
-Group: System/Libraries
%description -n ghc-%{name}
This package provides the Haskell %{name} shared library.
%package -n ghc-%{name}-devel
Summary: Haskell %{name} library development files
-Group: Development/Libraries/Haskell
Requires: ghc-%{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
++++++ hspec-discover-2.7.0.tar.gz -> hspec-discover-2.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hspec-discover-2.7.0/hspec-discover.cabal
new/hspec-discover-2.7.1/hspec-discover.cabal
--- old/hspec-discover-2.7.0/hspec-discover.cabal 2019-01-17
15:24:31.000000000 +0100
+++ new/hspec-discover-2.7.1/hspec-discover.cabal 2019-03-29
13:56:49.000000000 +0100
@@ -4,10 +4,10 @@
--
-- see: https://github.com/sol/hpack
--
--- hash: c807743dbb02895b782bcaa4305a329683e545740f282a88d562df976194f83e
+-- hash: 9b44a2b69e59bf10ff6d4877ff4484732ed37786a4021fc8b09a8032a9e28664
name: hspec-discover
-version: 2.7.0
+version: 2.7.1
license: MIT
license-file: LICENSE
copyright: (c) 2012-2019 Simon Hengel