Hello community,
here is the log from the commit of package ghc-package-description-remote for
openSUSE:Factory checked in at 2017-04-12 17:34:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-package-description-remote (Old)
and /work/SRC/openSUSE:Factory/.ghc-package-description-remote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-package-description-remote"
Wed Apr 12 17:34:04 2017 rev:2 rq:484198 version:0.2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-package-description-remote/ghc-package-description-remote.changes
2016-11-15 17:55:57.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-package-description-remote.new/ghc-package-description-remote.changes
2017-04-12 18:08:10.786139415 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:24 UTC 2017 - [email protected]
+
+- Improve package description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-package-description-remote.spec ++++++
--- /var/tmp/diff_new_pack.mfxyKI/_old 2017-04-12 18:08:11.622021224 +0200
+++ /var/tmp/diff_new_pack.mfxyKI/_new 2017-04-12 18:08:11.622021224 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-package-description-remote
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,21 +22,19 @@
Release: 0
Summary: Fetches a 'GenericPackageDescription' from Hackage
License: MIT
-Group: System/Libraries
+Group: Development/Languages/Other
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
-# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-lens-aeson-devel
BuildRequires: ghc-lens-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-wreq-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
-Please see README.md.
+Fetches a 'GenericPackageDescription' from Hackage.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -53,15 +51,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache