Hello community,

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

Package is "ghc-diagrams-svg"

Thu Jul  6 00:02:25 2017 rev:2 rq:508020 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-diagrams-svg/ghc-diagrams-svg.changes        
2017-05-16 14:38:46.144966178 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-diagrams-svg.new/ghc-diagrams-svg.changes   
2017-07-06 00:02:26.638375879 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:34 UTC 2017 - [email protected]
+
+- Update to version 1.4.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  diagrams-svg.cabal

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

Other differences:
------------------
++++++ ghc-diagrams-svg.spec ++++++
--- /var/tmp/diff_new_pack.5VGsvI/_old  2017-07-06 00:02:27.214294746 +0200
+++ /var/tmp/diff_new_pack.5VGsvI/_new  2017-07-06 00:02:27.214294746 +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:  ghc-Cabal-devel
 BuildRequires:  ghc-JuicyPixels-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -76,6 +77,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ diagrams-svg.cabal ++++++
Name:                diagrams-svg
Version:             1.4.1
x-revision: 1
Synopsis:            SVG backend for diagrams drawing EDSL.
Homepage:            http://projects.haskell.org/diagrams/
License:             BSD3
License-file:        LICENSE
Extra-source-files:  README.md, CHANGELOG.md
Author:              Felipe Lessa, Deepak Jois
Maintainer:          [email protected]
Bug-reports:         http://github.com/diagrams/diagrams-svg/issues
Stability:           Experimental
Category:            Graphics
Build-type:          Simple
Cabal-version:       >=1.10
Tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Description:         This package provides a modular backend for rendering
                     diagrams created with the diagrams EDSL to SVG
                     files.  It uses @lucid-svg@ to be a native
                     Haskell backend, making it suitable for use on
                     any platform.
                     .
                     The package provides the following modules:
                     .
                     * "Diagrams.Backend.SVG.CmdLine" - if you're
                       just getting started with diagrams, begin here.
                     .
                     * "Diagrams.Backend.SVG" - look at this next.
                       The general API for the SVG backend.
                     .
                     Additional documentation can be found in the
                     README file distributed with the source tarball or
                     viewable on GitHub:
                     
<https://github.com/diagrams/diagrams-svg/blob/master/README.md>.
Source-repository head
  type:     git
  location: http://github.com/diagrams/diagrams-svg

Library
  Exposed-modules:     Diagrams.Backend.SVG
                       Diagrams.Backend.SVG.CmdLine
  Other-modules:       Graphics.Rendering.SVG
  Hs-source-dirs:      src
  Build-depends:       base                 >= 4.3   && < 4.11
                     , filepath
                     , mtl                  >= 1     && < 2.3
                     , bytestring           >= 0.9   && < 1.0
                     , base64-bytestring    >= 1     && < 1.1
                     , colour
                     , diagrams-core        >= 1.4   && < 1.5
                     , diagrams-lib         >= 1.4   && < 1.5
                     , monoid-extras        >= 0.3   && < 0.5
                     , svg-builder          >= 0.1   && < 0.2
                     , text                 >= 0.11  && < 1.3
                     , JuicyPixels          >= 3.1.5 && < 3.3
                     , split                >= 0.1.2 && < 0.3
                     , containers           >= 0.3   && < 0.6
                     , lens                 >= 4.0   && < 4.16
                     , hashable             >= 1.1   && < 1.3
                     , optparse-applicative >= 0.13  && < 0.14
                     , semigroups           >= 0.13  && < 0.19
  if impl(ghc < 7.6)
    build-depends:     ghc-prim

  Ghc-options:         -Wall

  Default-language:  Haskell2010

Reply via email to