Hello community,

here is the log from the commit of package ghc-force-layout for 
openSUSE:Factory checked in at 2017-07-06 00:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-force-layout (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-force-layout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-force-layout"

Thu Jul  6 00:02:34 2017 rev:3 rq:508023 version:0.4.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-force-layout/ghc-force-layout.changes        
2016-11-10 13:24:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-force-layout.new/ghc-force-layout.changes   
2017-07-06 00:02:54.938389074 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:36 UTC 2017 - [email protected]
+
+- Update to version 0.4.0.6 revision 1.
+
+-------------------------------------------------------------------

New:
----
  force-layout.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-force-layout.spec ++++++
--- /var/tmp/diff_new_pack.Y0Rc35/_old  2017-07-06 00:02:57.817983406 +0200
+++ /var/tmp/diff_new_pack.Y0Rc35/_new  2017-07-06 00:02:57.817983406 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-force-layout
 #
-# 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
@@ -25,6 +25,7 @@
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-class-devel
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ force-layout.cabal ++++++
name:                force-layout
version:             0.4.0.6
x-revision: 1
synopsis:            Simple force-directed layout
description:         Simulation engine for doing simple force-based layout,
                     /e.g./ for trees or graphs.  See the diagrams-contrib 
package
                     for usage examples.
license:             BSD3
license-file:        LICENSE
author:              Brent Yorgey
maintainer:          [email protected]
bug-reports:         https://github.com/diagrams/force-layout/issues
copyright:           (c) 2011 Brent Yorgey
category:            Physics
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  CHANGELOG.md
tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
source-repository head
  type:     git
  location: git://github.com/diagrams/force-layout.git

library
  exposed-modules:     Physics.ForceLayout
  build-depends:       base >= 4.2 && < 4.11,
                       linear >= 1.10 && < 1.21,
                       lens >= 3.0 && < 4.16,
                       containers >=0.4 && < 0.6,
                       data-default-class >= 0.0.1 && < 0.2
  hs-source-dirs:      src
  default-language:    Haskell2010

Reply via email to