Hello community,
here is the log from the commit of package ghc-circle-packing for
openSUSE:Factory checked in at 2017-07-06 00:02:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-circle-packing (Old)
and /work/SRC/openSUSE:Factory/.ghc-circle-packing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-circle-packing"
Thu Jul 6 00:02:19 2017 rev:2 rq:508017 version:0.1.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-circle-packing/ghc-circle-packing.changes
2016-09-25 14:38:03.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-circle-packing.new/ghc-circle-packing.changes
2017-07-06 00:02:20.955176506 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:36 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.6.
+
+-------------------------------------------------------------------
Old:
----
circle-packing-0.1.0.5.tar.gz
New:
----
circle-packing-0.1.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-circle-packing.spec ++++++
--- /var/tmp/diff_new_pack.HFKrGV/_old 2017-07-06 00:02:22.067019873 +0200
+++ /var/tmp/diff_new_pack.HFKrGV/_new 2017-07-06 00:02:22.071019310 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-circle-packing
#
-# 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
@@ -18,11 +18,11 @@
%global pkg_name circle-packing
Name: ghc-%{pkg_name}
-Version: 0.1.0.5
+Version: 0.1.0.6
Release: 0
Summary: Simple heuristic for packing discs of varying radii in a circle
License: BSD-3-Clause
-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
@@ -57,15 +57,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ circle-packing-0.1.0.5.tar.gz -> circle-packing-0.1.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/circle-packing-0.1.0.5/circle-packing.cabal
new/circle-packing-0.1.0.6/circle-packing.cabal
--- old/circle-packing-0.1.0.5/circle-packing.cabal 2016-01-29
10:57:12.000000000 +0100
+++ new/circle-packing-0.1.0.6/circle-packing.cabal 2017-06-21
01:36:10.000000000 +0200
@@ -1,5 +1,5 @@
name: circle-packing
-version: 0.1.0.5
+version: 0.1.0.6
synopsis: Simple heuristic for packing discs of varying radii in a
circle
description: Given a number of circles with their radii, this packags
tries to arrange them tightly, without overlap and
forming a
@@ -44,9 +44,7 @@
library
exposed-modules: Optimisation.CirclePacking
- build-depends: base == 4.2.* || == 4.3.* || == 4.4.* ||
- == 4.5.* || == 4.6.* || == 4.7.* ||
- == 4.8.* || == 4.9.*
+ build-depends: base >= 4.2 && < 4.11
ghc-options: -Wall
source-repository head