Hello community,
here is the log from the commit of package ghc-tasty-fail-fast for
openSUSE:Factory checked in at 2017-09-15 22:16:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-fail-fast (Old)
and /work/SRC/openSUSE:Factory/.ghc-tasty-fail-fast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-fail-fast"
Fri Sep 15 22:16:37 2017 rev:2 rq:525480 version:0.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-fail-fast/ghc-tasty-fail-fast.changes
2017-04-12 18:09:21.936079004 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-tasty-fail-fast.new/ghc-tasty-fail-fast.changes
2017-09-15 22:16:38.387472085 +0200
@@ -1,0 +2,5 @@
+Thu Aug 3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-tasty-fail-fast.spec ++++++
--- /var/tmp/diff_new_pack.7jKFUy/_old 2017-09-15 22:16:39.751279972 +0200
+++ /var/tmp/diff_new_pack.7jKFUy/_new 2017-09-15 22:16:39.755279408 +0200
@@ -23,8 +23,8 @@
Release: 0
Summary: Adds the ability to fail a tasty test suite on first test
failure
License: BSD-3-Clause
-Group: Development/Languages/Other
-Url: https://hackage.haskell.org/package/%{pkg_name}
+Group: Development/Libraries/Haskell
+URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
@@ -32,7 +32,6 @@
BuildRequires: ghc-stm-devel
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-tasty-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-directory-devel
BuildRequires: ghc-tasty-golden-devel
@@ -50,7 +49,7 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Other
+Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
@@ -79,11 +78,9 @@
%ghc_pkg_recache
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
%doc README.md changelog.md
%changelog