Hello community,
here is the log from the commit of package ghc-cassava-megaparsec for
openSUSE:Factory checked in at 2017-09-19 16:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cassava-megaparsec (Old)
and /work/SRC/openSUSE:Factory/.ghc-cassava-megaparsec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cassava-megaparsec"
Tue Sep 19 16:30:30 2017 rev:2 rq:526710 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-cassava-megaparsec/ghc-cassava-megaparsec.changes
2017-04-12 18:05:31.452668341 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cassava-megaparsec.new/ghc-cassava-megaparsec.changes
2017-09-19 16:31:40.672908933 +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-cassava-megaparsec.spec ++++++
--- /var/tmp/diff_new_pack.45b78M/_old 2017-09-19 16:31:41.168838681 +0200
+++ /var/tmp/diff_new_pack.45b78M/_new 2017-09-19 16:31:41.172838114 +0200
@@ -23,8 +23,8 @@
Release: 0
Summary: Megaparsec parser of CSV files that plays nicely with Cassava
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
Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
@@ -35,7 +35,6 @@
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-hspec-megaparsec-devel
@@ -46,7 +45,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}
@@ -76,11 +75,9 @@
%ghc_pkg_recache
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc LICENSE.md
%files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%changelog