Revisions of transfig

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 544416 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 36)
- Added patches
  * fig2dev-3.2.6a-RGBFILE.patch to let rgb.txt be located via
    environment variable FIG2DEV_RGBFILE
  * fig2dev-3.2.6a-man-typo.patch to fix simple typo in manual page
  * fig2dev-3.2.6a-input-sanitizing.patch to do some input
    sanitizing when reading FIG files (bsc#1069257, CVE-2017-16899)
  * fig2dev-3.2.6a-style-overflow.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 454942 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 35)
- Fix now failing download source service, that is don't do this

- Update to fig2dev version 3.2.6a (Patchlevel 6a (January 2017))
  NEW FEATURES:
    o Distribute transfig.pdf. No need to build it from the TeX sources.
    o Enable reproducible build for svg output.
    o Set the creator to fig2dev, not to the path by which fig2dev is
      invoked.
  BUGS FIXED:
    Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
    o The svg output now produces correct patterns and pie-wege arcs.
      Property names instead of style attributes are used. Hollow arrow
      heads are really hollow, not filled with white. In the PostScript
      output, this might also clip a bit of the filling underneath an arrow.
    o tikz output: Re-use \dimen \XFigu if it is already defined. Ticket #3.
    o tikz output: A pattern in an object with line width zero and the
      stroke color equal to the fill color would produce a white fill.
      The tikz output now does not try to be smart and puts a pattern, even
      if the result is equal to a solid fill. Ticket #1.
    o pict2e output: Standalone tex-files always include color.sty. #2.
    o pict2e output: A pattern with stroke color equal to fill color is
      rendered as a solid fill.
    o Compiles when gnu iconv and standard iconv are present.

- Update to fig2dev version 3.2.6 (the successor of transfig)
  o Add compile switch --enable-versioning and script update-version_m4,
    to create version string from source control system
  o tikz output: Support -G (grid) option. Make \XFigwidth and \XFigheight
    only scale coordinates, not line widths; Do not set unnecessarily
    \color{black} on text.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 33)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 210385 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 32)
- Update to transfig version 3.2.5e
  * HTML map output was limited to 100 links.
    Fix by Jan van Dijk
  * Updated for compatibility to PNG 1.5
    From Matthias Scheler
  * Was adding "showpage" command when producing bitmap formats from intermediate EPS.
    This produced "illegal" PNG and JPEG files with extra, blank image.
  * Maximum width of included image in PS/EPS output increased from 8192 to 16384
  * Precision of some PIC objects increased from %.2f to %.3f
  * Double close of output file when ghostscript fails. Original bug report from
    https://bugzilla.redhat.com/728825
- Change out patch sets to fit 3.2.5e
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 31)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 162890 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 30)
- Add Source URL, see https://en.opensuse.org/SourceUrls 

- Use original patches from Debian (forwarded request 162752 from namtrac)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 154913 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 29)
- User original patches from Debian

- Add xfig.3.2.5b-mediaboxrealnb.dif to fix regarding pdf import,
  reported by Loic Le Guyader compare with Debian bug #530898
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 28)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 138798 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 27)
- Update to transfig version 3.2.5d
  * made PostScript output DSC 3.0 compliant to work with CUPS 
    patch from Ian Dall (see https://bugzilla.redhat.com/558380)
  * Changed STOCK_LAST from 17 to 19 in fig2dev/dev/genemf.c
  * Questionable copy of one data type to another in genemf.c
  * Changed definition of command for short slanted lines in genlatex.c
  * Added check for existance of arrows in SVG line generator
  * Removed %%Page: directive from included JPEG files in PostScript/EPS output
  * bound.c was passing pointers to int instead of double to arc_tangent
  * put_msg function uses proper varargs now
  * Option for debug comments in GBX output is "yes" or "no", not "on" or "off"
  * Added help (-h)  info for GBX output
  * In version 1.4 of the PNG library dither was removed so fig2dev now uses
    quantize when importing PNG images with palettes
  * put_msg was declared twice (fig2dev/dev/genemf.c)
  * Added xlink namespace for images in SVG export
  * SVG output for imported images didn't form href link properly
  * New PSTricks driver from Gene Ressler (see man fig2dev for info)
  * transfig command was hardwired for "tex" for "make all" directive and
    removing files with "make clean" directive in creating Makefile
  * -a option added to PostScript and PICTeX languages to NOT include user's
    login name in output
  * Gerber (RS-247-X for CAD drawings for printed circuits) export language from Edward Gr
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128835 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 26)
- Add missed fonts
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 127472 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 25)
- Make it build with latest TeXLive 2012 with new package layout
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 24)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 23)
replace license with spdx.org variant
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 22)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 21)
Autobuild autoformatter for 74797
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 74797 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 20)
-Add URL due bnc#676463
autobuild's avatar autobuild committed (revision 19)
11.4 source split
autobuild's avatar autobuild committed (revision 18)
release number sync
Displaying revisions 21 - 40 of 57
openSUSE Build Service is sponsored by