Hello community,
here is the log from the commit of package ghc-rasterific-svg for
openSUSE:Factory checked in at 2017-06-21 13:55:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rasterific-svg (Old)
and /work/SRC/openSUSE:Factory/.ghc-rasterific-svg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rasterific-svg"
Wed Jun 21 13:55:51 2017 rev:2 rq:504676 version:0.3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rasterific-svg/ghc-rasterific-svg.changes
2017-05-16 14:42:04.261130440 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-rasterific-svg.new/ghc-rasterific-svg.changes
2017-06-21 13:55:52.010582619 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:32 UTC 2017 - [email protected]
+
+- Update to version 0.3.2.1 revision 1.
+
+-------------------------------------------------------------------
New:
----
rasterific-svg.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-rasterific-svg.spec ++++++
--- /var/tmp/diff_new_pack.iKPbTz/_old 2017-06-21 13:55:53.390387984 +0200
+++ /var/tmp/diff_new_pack.iKPbTz/_new 2017-06-21 13:55:53.394387420 +0200
@@ -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: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-FontyFruity-devel
@@ -65,6 +66,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ rasterific-svg.cabal ++++++
-- Initial svg.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: rasterific-svg
version: 0.3.2.1
x-revision: 1
synopsis: SVG renderer based on Rasterific.
description: SVG renderer that will let you render svg-tree parsed
SVG file to a JuicyPixel image or Rasterific Drawing.
license: BSD3
license-file: LICENSE
author: Vincent Berthoux
maintainer: Vincent Berthoux
-- copyright:
extra-source-files: changelog.md, README.md
category: Graphics, Svg
build-type: Simple
cabal-version: >=1.10
Source-Repository head
Type: git
Location: git://github.com/Twinside/rasterific-svg.git
Source-Repository this
Type: git
Location: git://github.com/Twinside/rasterific-svg.git
Tag: v0.3.2.1
library
hs-source-dirs: src
default-language: Haskell2010
Ghc-options: -O3 -Wall
-- -auto-all
exposed-modules: Graphics.Rasterific.Svg
other-modules: Graphics.Rasterific.Svg.RenderContext
, Graphics.Rasterific.Svg.PathConverter
, Graphics.Rasterific.Svg.MeshConverter
, Graphics.Rasterific.Svg.RasterificRender
, Graphics.Rasterific.Svg.RasterificTextRendering
build-depends: base >= 4.5 && < 5
, directory
, bytestring >= 0.10
, filepath
, binary >= 0.7
, scientific >= 0.3
, JuicyPixels >= 3.2 && < 3.3
, containers >= 0.5
, Rasterific >= 0.7 && < 0.8
, FontyFruity >= 0.5.2.1 && < 0.6
, svg-tree >= 0.6 && < 0.7
, lens >= 4.5 && < 5
, linear >= 1.20
, vector >= 0.10
, text >= 1.2
, transformers >= 0.3 && < 0.6
, mtl >= 2.1 && < 2.3
, primitive
Executable svgrender
default-language: Haskell2010
hs-source-dirs: exec-src
Main-Is: svgrender.hs
Ghc-options: -O3 -Wall
Build-Depends: base >= 4.6
, optparse-applicative >= 0.11 && < 0.15
, directory >= 1.0
, bytestring
, rasterific-svg
, Rasterific
, JuicyPixels
, filepath
, FontyFruity
, svg-tree