Hello community,
here is the log from the commit of package ghc-haskell-src-exts-simple for
openSUSE:Factory checked in at 2017-09-15 21:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haskell-src-exts-simple (Old)
and /work/SRC/openSUSE:Factory/.ghc-haskell-src-exts-simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haskell-src-exts-simple"
Fri Sep 15 21:47:26 2017 rev:2 rq:524728 version:1.19.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-haskell-src-exts-simple/ghc-haskell-src-exts-simple.changes
2017-04-12 18:06:41.798721843 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-haskell-src-exts-simple.new/ghc-haskell-src-exts-simple.changes
2017-09-15 21:47:27.590168792 +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-haskell-src-exts-simple.spec ++++++
--- /var/tmp/diff_new_pack.LHZDz0/_old 2017-09-15 21:47:28.194083718 +0200
+++ /var/tmp/diff_new_pack.LHZDz0/_new 2017-09-15 21:47:28.198083155 +0200
@@ -22,13 +22,12 @@
Release: 0
Summary: A simplified view on the haskell-src-exts AST
License: MIT
-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-haskell-src-exts-devel
BuildRequires: ghc-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides a shim for haskell-src-exts (HSE), exposing the same AST
@@ -38,7 +37,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}
@@ -64,11 +63,9 @@
%ghc_pkg_recache
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%changelog