commit ghc-force-layout for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-force-layout for 
openSUSE:Factory checked in at 2017-09-15 21:40:17

Comparing /work/SRC/openSUSE:Factory/ghc-force-layout (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-force-layout.new (New)


Package is "ghc-force-layout"

Fri Sep 15 21:40:17 2017 rev:4 rq:524532 version:0.4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-force-layout/ghc-force-layout.changes
2017-07-06 00:02:54.938389074 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-force-layout.new/ghc-force-layout.changes   
2017-09-15 21:40:20.854288548 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-force-layout.spec ++
--- /var/tmp/diff_new_pack.xI10mb/_old  2017-09-15 21:40:22.070117245 +0200
+++ /var/tmp/diff_new_pack.xI10mb/_new  2017-09-15 21:40:22.074116681 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Simple force-directed layout
 License:BSD-3-Clause
-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
@@ -32,7 +32,6 @@
 BuildRequires:  ghc-lens-devel
 BuildRequires:  ghc-linear-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Simulation engine for doing simple force-based layout, /e.g./ for trees or
@@ -40,7 +39,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}
@@ -66,11 +65,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
 
 %changelog




commit ghc-force-layout for openSUSE:Factory

2017-07-05 Thread root
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.0 +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 - psim...@suse.com
+
+- 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:  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.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



commit ghc-force-layout for openSUSE:Factory

2016-11-10 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-force-layout.new/ghc-force-layout.changes   
2016-11-10 13:24:24.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.aeLNfZ/_new  2016-11-10 13:24:25.0 +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.0 
+0200
+++ new/force-layout-0.4.0.6/CHANGELOG.md   2016-10-14 23:44:40.0 
+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/LICENSE2016-06-02 23:36:26.0 +0200
+++ new/force-layout-0.4.0.6/LICENSE2016-10-14 23:44:40.0 +0200
@@ -1,4 +1,11 @@
-Copyright (c) 2011, Brent Yorgey
+Copyright (c) 2011-2016, force-layout team:
+
+  Daniel Bergey 
+  Christopher Chalmers 
+  Allan Gardner 
+  Gabor Greif 
+  Jeffrey Rosenbluth 
+  Brent Yorgey 
 
 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.0 
+0200
+++ new/force-layout-0.4.0.6/force-layout.cabal 2016-10-14 23:44:40.0 
+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
@@