Hello community,

here is the log from the commit of package ghc-force-layout for 
openSUSE:Factory checked in at 2016-11-10 13:24:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-force-layout (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-force-layout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-force-layout"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-force-layout/ghc-force-layout.changes        
2016-11-02 12:32:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-force-layout.new/ghc-force-layout.changes   
2016-11-10 13:24:24.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Oct 17 15:37:39 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0.6 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  force-layout-0.4.0.5.tar.gz

New:
----
  force-layout-0.4.0.6.tar.gz

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

Other differences:
------------------
++++++ ghc-force-layout.spec ++++++
--- /var/tmp/diff_new_pack.aeLNfZ/_old  2016-11-10 13:24:25.000000000 +0100
+++ /var/tmp/diff_new_pack.aeLNfZ/_new  2016-11-10 13:24:25.000000000 +0100
@@ -18,22 +18,20 @@
 
 %global pkg_name force-layout
 Name:           ghc-%{pkg_name}
-Version:        0.4.0.5
+Version:        0.4.0.6
 Release:        0
 Summary:        Simple force-directed layout
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-lens-devel
 BuildRequires:  ghc-linear-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Simulation engine for doing simple force-based layout, /e.g./ for trees or
@@ -53,15 +51,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ force-layout-0.4.0.5.tar.gz -> force-layout-0.4.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/force-layout-0.4.0.5/CHANGELOG.md 
new/force-layout-0.4.0.6/CHANGELOG.md
--- old/force-layout-0.4.0.5/CHANGELOG.md       2016-06-02 23:36:26.000000000 
+0200
+++ new/force-layout-0.4.0.6/CHANGELOG.md       2016-10-14 23:44:40.000000000 
+0200
@@ -1,3 +1,7 @@
+## [v0.4.0.5](https://github.com/diagrams/force-layout/tree/v0.4.0.6) 
(2016-10-14)
+
+- allow `lens-4.15`
+
 ## [v0.4.0.5](https://github.com/diagrams/force-layout/tree/v0.4.0.5) 
(2016-06-02)
 
 - allow `data-default-class-0.1`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/force-layout-0.4.0.5/LICENSE 
new/force-layout-0.4.0.6/LICENSE
--- old/force-layout-0.4.0.5/LICENSE    2016-06-02 23:36:26.000000000 +0200
+++ new/force-layout-0.4.0.6/LICENSE    2016-10-14 23:44:40.000000000 +0200
@@ -1,4 +1,11 @@
-Copyright (c) 2011, Brent Yorgey
+Copyright (c) 2011-2016, force-layout team:
+
+  Daniel Bergey <ber...@teallabs.org>
+  Christopher Chalmers <c.chalm...@me.com>
+  Allan Gardner <mathnerd314.gph...@gmail.com>
+  Gabor Greif <ggr...@gmail.com>
+  Jeffrey Rosenbluth <jeffrey.rosenbl...@gmail.com>
+  Brent Yorgey <byor...@gmail.com>
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/force-layout-0.4.0.5/force-layout.cabal 
new/force-layout-0.4.0.6/force-layout.cabal
--- old/force-layout-0.4.0.5/force-layout.cabal 2016-06-02 23:36:26.000000000 
+0200
+++ new/force-layout-0.4.0.6/force-layout.cabal 2016-10-14 23:44:40.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                force-layout
-version:             0.4.0.5
+version:             0.4.0.6
 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
@@ -7,14 +7,14 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Brent Yorgey
-maintainer:          byor...@cis.upenn.edu
+maintainer:          byor...@gmail.com
 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.1
+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
@@ -23,7 +23,7 @@
   exposed-modules:     Physics.ForceLayout
   build-depends:       base >= 4.2 && < 4.10,
                        linear >= 1.10 && < 1.21,
-                       lens >= 3.0 && < 4.15,
+                       lens >= 3.0 && < 4.16,
                        containers >=0.4 && < 0.6,
                        data-default-class >= 0.0.1 && < 0.2
   hs-source-dirs:      src


Reply via email to