commit ghc-plot for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-plot for openSUSE:Factory 
checked in at 2017-09-15 22:05:35

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


Package is "ghc-plot"

Fri Sep 15 22:05:35 2017 rev:3 rq:525188 version:0.2.3.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-plot/ghc-plot.changes2017-05-10 
20:48:35.515150468 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-plot.new/ghc-plot.changes   2017-09-15 
22:05:36.816675020 +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-plot.spec ++
--- /var/tmp/diff_new_pack.TKPVbz/_old  2017-09-15 22:05:37.588566263 +0200
+++ /var/tmp/diff_new_pack.TKPVbz/_new  2017-09-15 22:05:37.588566263 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:A plotting library, exportable as eps/pdf/svg/png or 
renderable with gtk
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-pango-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A package for creating plots, built on top of the Cairo rendering engine.
@@ -65,7 +64,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}
@@ -90,11 +89,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGES README examples
 
 %changelog




commit ghc-plot for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package ghc-plot for openSUSE:Factory 
checked in at 2017-05-10 20:48:31

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


Package is "ghc-plot"

Wed May 10 20:48:31 2017 rev:2 rq:489363 version:0.2.3.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-plot/ghc-plot.changes2017-04-12 
18:08:26.171963909 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-plot.new/ghc-plot.changes   2017-05-10 
20:48:35.515150468 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:37:55 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.7 with cabal2obs.
+
+---

Old:

  plot-0.2.3.6.tar.gz

New:

  plot-0.2.3.7.tar.gz



Other differences:
--
++ ghc-plot.spec ++
--- /var/tmp/diff_new_pack.H4JuVF/_old  2017-05-10 20:48:36.415023490 +0200
+++ /var/tmp/diff_new_pack.H4JuVF/_new  2017-05-10 20:48:36.419022926 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name plot
 Name:   ghc-%{pkg_name}
-Version:0.2.3.6
+Version:0.2.3.7
 Release:0
 Summary:A plotting library, exportable as eps/pdf/svg/png or 
renderable with gtk
 License:BSD-3-Clause

++ plot-0.2.3.6.tar.gz -> plot-0.2.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plot-0.2.3.6/CHANGES new/plot-0.2.3.7/CHANGES
--- old/plot-0.2.3.6/CHANGES2016-09-23 01:18:38.0 +0200
+++ new/plot-0.2.3.7/CHANGES2017-03-24 04:31:13.0 +0100
@@ -132,3 +132,5 @@
 0.2.3.5:
* update for hmatrix 0.17
 
+0.2.3.7:
+   * implement vector functions thanks to alang9 on github
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plot-0.2.3.6/THANKS new/plot-0.2.3.7/THANKS
--- old/plot-0.2.3.6/THANKS 2016-09-23 01:18:38.0 +0200
+++ new/plot-0.2.3.7/THANKS 2017-03-24 04:31:13.0 +0100
@@ -5,3 +5,4 @@
  non-default point size and legend placement/scaling
  * pacak updated for AMP for ghc 7.10
  * pacak - clean up warnings and simplify dependencies
+ * alang9 - implement vector functions
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plot-0.2.3.6/lib/Graphics/Rendering/Plot/Figure/Plot/Data.hs 
new/plot-0.2.3.7/lib/Graphics/Rendering/Plot/Figure/Plot/Data.hs
--- old/plot-0.2.3.6/lib/Graphics/Rendering/Plot/Figure/Plot/Data.hs
2016-09-23 01:18:38.0 +0200
+++ new/plot-0.2.3.7/lib/Graphics/Rendering/Plot/Figure/Plot/Data.hs
2017-03-24 04:31:13.0 +0100
@@ -528,22 +528,26 @@
 toOrdinates :: Ordinate a => [a] -> [Ordinates]
 toOrdinates = map toOrdinate
 
-instance Ordinate Function   where toOrdinate f
 = OrdFunction Lower f Nothing
+instance Ordinate Function   where toOrdinate f
 = OrdFunction Lower (cmap f) Nothing
+instance Ordinate VectorFunction where toOrdinate f
 = OrdFunction Lower f Nothing
 instance Ordinate Series where toOrdinate s
 = OrdPoints Lower (Plain s) Nothing
 instance Ordinate (Series,ErrorSeries)   where toOrdinate (s,e)
 = OrdPoints Lower (Error s (Left e)) Nothing
 instance Ordinate (Series,(ErrorSeries,ErrorSeries)) where toOrdinate 
(s,(l,u)) = OrdPoints Lower (Error s (Right (l,u))) Nothing
 instance Ordinate (MinMaxSeries,(ErrorSeries,ErrorSeries)) where toOrdinate 
(s,(l,u)) = OrdPoints Lower (MinMax s (Just (l,u))) Nothing
-instance Ordinate (Function,AxisSide) where toOrdinate 
(f,ax)   = OrdFunction ax f Nothing
+instance Ordinate (Function,AxisSide) where toOrdinate 
(f,ax)   = OrdFunction ax (cmap f) Nothing
+instance Ordinate (VectorFunction,AxisSide)   where toOrdinate 
(f,ax)   = OrdFunction ax f Nothing
 instance Ordinate (Series,AxisSide)   where toOrdinate 
(s,ax)   = OrdPoints ax (Plain s) Nothing
 instance Ordinate (Series,ErrorSeries,AxisSide)   where toOrdinate 
(s,e,ax) = OrdPoints ax (Error s (Left e)) Nothing
 instance Ordinate (Series,(ErrorSeries,ErrorSeries),AxisSide) where toOrdinate 
(s,(l,u),ax) = OrdPoints ax (Error s (Right (l,u))) Nothing
 instance Ordinate (MinMaxSeries,(ErrorSeries,ErrorSeries),AxisSide) where 
toOrdinate (s,(l,u),ax) = OrdPoints ax (MinMax s (Just (l,u))) Nothing
-instance Ordinate (Function,SeriesLabel) where 
toOrdinate (f,la)   = OrdFunction Lower f (Just la)
+instance Ordinate