Hello community,
here is the log from the commit of package ghc-range-set-list for
openSUSE:Factory checked in at 2017-09-15 22:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-range-set-list (Old)
and /work/SRC/openSUSE:Factory/.ghc-range-set-list.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-range-set-list"
Fri Sep 15 22:08:12 2017 rev:3 rq:525260 version:0.1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-range-set-list/ghc-range-set-list.changes
2017-07-11 08:25:40.260923197 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-range-set-list.new/ghc-range-set-list.changes
2017-09-15 22:08:12.250775335 +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-range-set-list.spec ++++++
--- /var/tmp/diff_new_pack.Yv2cOt/_old 2017-09-15 22:08:12.790699266 +0200
+++ /var/tmp/diff_new_pack.Yv2cOt/_new 2017-09-15 22:08:12.794698702 +0200
@@ -23,8 +23,8 @@
Release: 0
Summary: Memory efficient sets with ranges of elements
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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
@@ -33,7 +33,6 @@
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-semigroups-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-quickcheck-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}
@@ -75,11 +74,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