Hello community, here is the log from the commit of package ghc-SVGFonts for openSUSE:Factory checked in at 2017-05-17 10:53:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-SVGFonts (Old) and /work/SRC/openSUSE:Factory/.ghc-SVGFonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-SVGFonts" Wed May 17 10:53:14 2017 rev:1 rq:493760 version:1.6.0.1 Changes: -------- New Changes file: --- /dev/null 2017-03-01 00:40:19.279048016 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-SVGFonts.new/ghc-SVGFonts.changes 2017-05-17 10:53:21.983165025 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 12 14:16:40 UTC 2017 - [email protected] + +- Update to version 1.6.0.1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:19:34 UTC 2016 - [email protected] + +- Update to version 1.5.0.1 revision 0 with cabal2obs. + New: ---- SVGFonts-1.6.0.1.tar.gz ghc-SVGFonts.changes ghc-SVGFonts.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-SVGFonts.spec ++++++ # # spec file for package ghc-SVGFonts # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global pkg_name SVGFonts Name: ghc-%{pkg_name} Version: 1.6.0.1 Release: 0 Summary: Fonts from the SVG-Font format License: BSD-3-Clause 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 BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-blaze-markup-devel BuildRequires: ghc-blaze-svg-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-cereal-devel BuildRequires: ghc-cereal-vector-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-diagrams-core-devel BuildRequires: ghc-diagrams-lib-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-split-devel BuildRequires: ghc-text-devel BuildRequires: ghc-tuple-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-xml-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Native font support for the diagrams framework (<http://projects.haskell.org/diagrams/>). Note that this package can be used with any diagrams backend, not just the SVG backend. The SVG-font format is easy to parse and was therefore chosen for a font library completely written in Haskell. You can convert your own font to SVG with <http://fontforge.sourceforge.net/>, or use the included LinLibertine and Bitstream fonts. Features: * Complete implementation of the features that Fontforge produces (though not the complete SVG format) * Kerning (/i.e./ the two characters in "VA" are closer than the characters in "VV") * Unicode * Ligatures * An example that shows how to do text boxes with syntax highlighting using highlighting-kate: <http://hackage.haskell.org/package/highlighting-kate> XML speed issues can be solved by trimming the svg file to only those characters that are used (or maybe binary xml one day). Version 1.0 of this library supports texturing, though this only makes sense in a diagrams backend that does rasterization in Haskell, such as diagrams-rasterific. Example: > # LANGUAGE NoMonomorphismRestriction # > > import Diagrams.Prelude > import Diagrams.Backend.Rasterific.CmdLine > import Graphics.SVGFonts > > main = defaultMain (text' "Hello World") > > text' t = stroke (textSVG t 1) # fc purple # fillRule EvenOdd > text'' t = stroke (textSVG' (TextOpts lin INSIDE_H KERN False 1 1) t) # fillRule EvenOdd > text''' t = (textSVG_ (TextOpts lin INSIDE_H KERN True 1 1) t) # fillRule EvenOdd . %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install %post devel %ghc_pkg_recache %postun devel %ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE %dir %{_datadir}/%{pkg_name}-%{version} %dir %{_datadir}/%{pkg_name}-%{version}/fonts %{_datadir}/%{pkg_name}-%{version}/fonts/*.svg %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc CHANGES.md README.md %changelog
