Commit Graph

52 Commits

Author SHA256 Message Date
85cf8ea0ab Accepting request 1155113 from home:dimstar:Factory
- Add 642d8a3db6d4bc0e70b429622fdf01ecb09c4c10.patch: Fix build
  with gettext 0.22.

OBS-URL: https://build.opensuse.org/request/show/1155113
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=92
2024-03-06 09:18:40 +00:00
Hillwood Yang
87ec20a165 Accepting request 1154724 from home:qzhao:branches:M17N
Add fontforge-CVE-2024-25081-CVE-2024-25082.patch Backporting 216eb14b from upstream, Fix splinefont shell command injection. (CVE-2024-25081 CVE-2024-25082 bsc#1220404 bsc#1220405)

OBS-URL: https://build.opensuse.org/request/show/1154724
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=91
2024-03-05 05:50:50 +00:00
64323a1933 Accepting request 1150687 from home:dimstar:rpm4.20:f
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150687
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=89
2024-02-26 08:44:56 +00:00
Marguerite Su
dfd9cd3208 Accepting request 1134992 from home:MargueriteSu:branches:M17N
- drop fix-sphinx-doc.patch, upstream fixed

OBS-URL: https://build.opensuse.org/request/show/1134992
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=87
2023-12-24 14:25:37 +00:00
f242fd5d22 Accepting request 1070257 from home:dirkmueller:Factory
- update to 20230101:
  * Display the block name for reserved code points
  * Don't respond to wheel scrolls for buttons/tabsets
  * gfilechooser.c: fix behaviour when changing file type
  * Better control-drag handling for line-adjacent points
  * Fix resolution of program root
  * Fix missed nonextcp edit
  * Support ToUnicode extraction from PDFs for Type3 fonts
  * Add resource file and Windows application manifest
  * Fix name extraction for Type3 fonts from pdfs
  * cmake: Install fonttools and pycontrib
  * Fix InfoPlist.strings file name.
  * Fix normalisation of absolute paths
  * Handle non-array cm transforms while reading graphics stream
    from PDFs
  * Fix rect extraction from graphics stream for type3 fonts
  * Change which lookup types are suggested for jamo features
  * Better line handling in simplify
  * Use 'cmap' for Adobe-Identity-0 CID fonts
  * Fix ChangeGlyph calcluations relative to new nonext/prevcp
    conventions
  * Docs composite glyph
  * FVSplineFontPieceMeal: Check that the clut is present before
    applying conversion
  * Expand the lists of languages and scripts
  * Add flags to Python font.transform()
  * Support setting SplineChar width from importOutlines.
  * Undefine "extended" macro temporarily on GNU Hurd
  * Define PATH_MAX and MAXPATHLEN for GNU/Hurd compatibility
  * Fix Ascent & Descent Importing from SVG Font

OBS-URL: https://build.opensuse.org/request/show/1070257
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=85
2023-03-10 07:41:43 +00:00
3e8a4c8d81 Accepting request 963369 from home:dirkmueller:Factory
- update to 20220308:
  * Overhauled resource/appearance management
  * Merge/Simplify improvements 
  * Updated Unicode support to Unicode 14.0.0
  * Add Points Of Inflection / Balance / Harmonize
  * Language system tag list/script range/feature list updates
  * You can now substitute glyph(s) by NULL
  * Reserved Font Names no longer written by default when adding SIL OFL to a font
  * UFO include path is altered, please update your fonts if needed
  * FontForge is now compiled with -Wall by default
  * Cidmaps are now bundled
- drop fix-return-statement.patch. obsolete

OBS-URL: https://build.opensuse.org/request/show/963369
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=83
2022-03-23 07:54:01 +00:00
Dr. Werner Fink
2b156396f5 Accepting request 873998 from home:dirkmueller:Factory
- update to 20201107:
  * This release falls on the 20th anniversary of the first release of
    FontForge back in 2000. It brings a wide range of minor tweaks and bug
    fixes for the user interface and file format handlers and a special splash
    screen to commemorate the big day
- fix-glossary.patch, support-sphinx3.patch: drop (upstream)
- remove get-source.sh: the binaries that needed to be repackaged
  are no longer in the upstream release tarball
- fix-return-statement.patch: refresh against new release

OBS-URL: https://build.opensuse.org/request/show/873998
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=81
2021-02-22 07:16:46 +00:00
Dr. Werner Fink
f06a4edac9 Accepting request 818037 from home:alarrosa:branches:M17N
- Add patch to support transforming bitmap glyphs from python
  with one of the predefined transformations in fontforge.
  * add-bitmap-transform-support.patch
  (boo#1169444)

- add support-sphinx3.patch and fix-glossary.patch to allow
  gh#fontforge/fontforge#4269
  gh#fontforge/fontforge#4284

OBS-URL: https://build.opensuse.org/request/show/818037
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=79
2020-07-01 07:05:44 +00:00
b19cb6a35b Accepting request 808855 from home:bnavigator:branches:M17N
This package fails in Factory:Staging:E because of new Sphinx 3

- add support-sphinx3.patch and fix-glossary.patch to allow 
  python-Sphinx >= 3
  gh#fontforge/fontforge#4269 
  gh#fontforge/fontforge#4284

OBS-URL: https://build.opensuse.org/request/show/808855
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=77
2020-05-27 06:29:08 +00:00
Marguerite Su
7f433e441d Accepting request 796116 from home:alarrosa:branches:M17N
* Fixes use-after-free (heap) in the SFD_GetFontMetaData()
    function and fix NULL pointer dereference in the
    SFDGetSpiros() and SFD_AssignLookups() function(bnc#1160220,
    bnc#1160236, CVE-2020-5395, CVE-2020-5496).

OBS-URL: https://build.opensuse.org/request/show/796116
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=75
2020-04-22 08:42:58 +00:00
Dr. Werner Fink
e6d72c9358 Accepting request 794956 from home:alarrosa:branches:M17N
- Update to version 20200314:
  * FontForge now has much improved stroke expansion functionality.
    The main change is that it actually works most of the time. New
    features include support for arbitrary convex nibs and the
    miter-clip and arc join styles from SVG 2. All functionality is
    accessible from the Python and native APIs.
  * Remove overlap handles certain important edge cases better.
  * The Python API now has a function called genericGlyphChange
    that matches the "Change Glyph" command in the GUI. See #4133
    for more details.
  * The Python API now has functions for getting Unicode script and
    for interrogating glyph boundaries.
  * One can now use text flags (rather than just numerical flags)
    when opening a font file via the Python API.
  * UFO import now outputs the note field properly.
  * SVG import is much more robust.
  * We have dropped most gnulib and autotools logic in favor of
    CMake, which dramatically simplifies the build system and just
    as dramatically improves build time.
  * As part of the switch to CMake, per the deprecation of
    Python 2, and per the lack of objections to the proposal on
    the mailing list, we have dropped support for building
    FontForge with Python 2 support. The non-build-system Python 2
    code remains, but it is neither tested nor maintained nor
    supported and is likely to follow a trajectory of decay and
    then removal.
  * Documentation is now rendered in Sphinx, which makes
    maintenance and improvement easier.
  * Translations now happen on crowdin, which makes contributions
    easier.

OBS-URL: https://build.opensuse.org/request/show/794956
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=74
2020-04-20 16:12:31 +00:00
4e53f86f2a Accepting request 744183 from home:mimi_vx:branches:M17N
- add python38_config.patch to build with python-3.8
- spec-cleaned

OBS-URL: https://build.opensuse.org/request/show/744183
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=72
2019-11-04 08:53:40 +00:00
Fuminobu Takeyama
03cb09676c Accepting request 725040 from home:pgajdos
- version update to 20190801 [bsc#1145185]
  * Bugfixes
  * Added Croatian translation
  * Added user decompositions
  * New graphic for the splash/about screen
  * Images embedded in SFDs are now serialised as PNGs
  * Both the Windows and Mac builds are now built with Python 3 instead of Python 2.
  * The minimum supported version for the Mac build is now MacOS Sierra (10.12)
  * FontForge no longer uses gnulib
  * collab support has been removed
  * Complete GDK support, enabled by default on Windows and Macintosh, from @jtanx.
  * Enhanced UFO 3 support, with separate import/export paths for UFO 2 and UFO 3,
    from @frank-trampe. See the technical bulletin here for more information.
  * Improved feature file support, from @skef and @khaledhosny.
  * WOFF2 support, from @jtanx.
  * Unicode 12.1.0 support, from @JoesCat.
  * Extended Python interfaces, from @skef.
- modified patches
  % fontforge-version.patch (refreshed)
- deleted patches
  - reproducible.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/725040
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=70
2019-08-21 13:21:39 +00:00
OBS User mrdocs
c2fc62a232 Accepting request 626785 from home:bmwiedemann:reproducible
- Add reproducible.patch to override font build dates (boo#1047218)
- repack sources to .xz since we have to repack already

OBS-URL: https://build.opensuse.org/request/show/626785
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=68
2018-08-03 03:17:57 +00:00
OBS User mrdocs
de7023ebd7 Accepting request 561651 from openSUSE:Factory:Staging:O
- switch to python 3
- updated to 20161005 [bsc#1014793]: 
  * This release introduces a new icon set, new functionality for 
    custom icon selection graphics, support for GlyphOrderAndAliasDB 
    files, and support for Unicode 9.0.
  * It also fixes a number of small bugs relating to certain bitmap
    typefaces, stroke expansion, handling of CID ranges, and the 
    user interface.
- removed upstreamed patches:
  - propagate-creation-and-modification-times-to-ttf.patch
  - fontforge-eof-crash.patch
- do not crash on invalid input data (when eof reached) [bsc#963023]
  + fontforge-eof-crash.patch
- updated to 20150824: This fixes a few bugs, including some in 
  U. F. O. kerning classes and FreeType rasterization, and adds 
  a Korean translation.
- updated to 20150430: this release includes a few bug fixes, 
  performance enhancements, and refreshed icons.
- download uthash when get-source.sh
- fontforge --version now returns fontforge release version
  + fontforge-version.patch
- also repackage the broken gnulib links to fix build with 
  newer libtool
- repack source [bnc#926061]
- updated to 20150330:
  * fixes a few crashes, enhances round-tripping of information in 
    certain file formats, and fixes some bad logic
  * adds support for fine point adjustment
  * etc. see https://github.com/fontforge/fontforge/releases
    for details
- remove %requires_ge libpng16-16 as it seems fontforge is not so 
  picky anymore
- doc is generated
- remove pfaedit compat
- removed patches (upstreamed or not needed):
  - fontforge-fixgiflib.patch
  - fontforge-arraysubscript.patch
  - fontforge-fdleak.patch
  - fontforge-libpng.diff
  - fontforge-docdir.patch
  - fontforge-python-module-name.diff
- added propagate-creation-and-modification-times-to-ttf.patch from
  debian's reproducible build project to get reproducible font builds
- Cleanup BuildRequires, in particular do not use legacy
  metapackage xorg-x11-devel
- Update fontforge-fixgiflib.patch to support giflib7-5.1
- fixed linking against libpng (1.5, 1.6) [bnc#867041]
  * added fontforge-libpng.diff
  * removed libpng14-dynamic.diff
- spec file cleanup
  * call spec-cleaner
  * fontforge-20090622-fdleak.patch renamed to fontforge-fdleak.patch
  * docdir.patch renamed to fontforge-docdir.patch
- fontforge-arraysubscript.patch: Fix invalid array subscript
- Put documentation into a separate subpackage
- Spruce of description of fontforge-devel a bit
- File list simplification/exactness
- add fontforge-fixgiflib.patch to fix build with giflib 5.0.5
- use %requires_eq rather than %requires_ge (exact version)
- %requires_ge libpng16-16 to avoid 
  'Application built with libpng-1.5.14 but running with 1.6.1'
  warning when running fontforge
- Build with cairo and pango support
- Update to 20120731b
  * see included changelog.html for details
  * removed obsolete fontforge.py27.diff
  * removed obsolete fontforge-missing-closedir.diff 
  * removed obsolete libpng14.diff 
- remove call to suse_update_config (very old work around)
- Make rpmlint more happy.
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- updated to 20110222:
  * Did a lot of work to improve the accuracy in remove overlap.
  * Fix various error messages. 
  * Remove some obsolete documentation. 
  * Technical fixes to stroking code. 
  * Add a miterlimit to stroking code.
  * FontForge was using the wrong MIME type for svg files. 
    W3C has changed it and it's now "image/svg+xml" not 
    "image/svg-xml" or "image/svg".
  * etc. on 
    http://fontforge.sourceforge.net/changelog.html
  * libpng14.diff and fontforge.py27.diff kept but not needed yet
- adapt to python 2.7
- fix build with older distros before libpng 1.4
- compile with libpng 1.4
- Updated to 20090923
- Enabled Python bindings
- fontforge-20090622-1.6: missing call to closedir  [bnc#543458]
- fix -devel package dependencies 
- fix missing closedir() (bnc#525022)
- updated to version 20090622
  lots of changes.  See changelog.html for details
- remove "la" files and static libraries
- add missing freetype2-devel dependency to -devel package
- bnc#246804: update to 20080429 (needed to build recent versions
  of the DejaVu fonts and freefont).
- fix typo
- update to 20080203 (bugfix release, fixes also bnc#363014).
- create -devel sub-package.
- update to 20070723 (user interace redesigned, many bugfixes).
- add ldconfig post scripts.
- remove executable flags from documentation.
- remove DOS line-endings from documentation.
- remove BuildPreRequires 
- Bugzilla #242363: uninitialized variable.
- update to 20061220.
- remove fontforge-strncat.patch,
  bugzilla-221210-locale-variable-used-before-set.patch,
  bugzilla-225616-local-variable-used-before-set.patch
  (included upstream).
- fix bugzilla #231126: "array subscript out of range".
- update to 20061025.
  • fontimage program has been added.
- fix bugzilla #225616 ("local variable used before set").
- Bugzilla #221210: "local variable used before set"
- fix permissions on icon file
- fix gcc warning for strncat 
- update to 20061014.
  remove bugzilla-203490-local-variable-used-before-set.patch
  (included upstream).
- Fix Bugzilla #211543 ("array subscript out of range).
- Fix invalid operation (like x = x++;)
- fix bugzilla #203490: "local variable used before set".
- add Japanese documentation.
- update to 20060822.
  remove bugzilla-197499-local-variable-used-before-set.patch
  (included upstream).
- Bugzilla 197499: "local variable used before set".
- update to 20060715.
  fixes a crash when building freefont.
- Bugzilla #158759: "locale variable used before set".
  (already fixed in latest upstream version).
- Bugzilla #153958: "array subscript out of range".
  (already fixed in latest upstream version).
- converted neededforbuild to BuildRequires
- fix capitalization of .desktop GenericName entry
- update to 20050803.
  cannot update documentation because the download link for the
  documentation is currently dead.
- update to 20050502.
- all .html and .png files should have mode 644.
- fix fontforge.desktop file (thanks to
  Thomas Schraitle<thomas.schraitle@suse.de>).
- install icon 
- fixed file list
- rename: PfaEdit -> fontforge (has been renamed upstream).
- update to 20040808.
- use no-strict-aliasing
- update to 040224.
- build as user
- make it build on older distributions.
- update to 030817.
- add desktop file.
- update binaries and documentation to 030512
- add .so and .la file to file list
- add "freetype2 freetype2-devel" to neededforbuild
- update binaries and documentation to 030211
- update to 021105
- use x-devel-packages instead of xf86 in # neededforbuild
- use dynamic linking
- update to 021021 and update documentation to 020910.
- update to version 020724
- include documentation, remove cidmaps.tar.bz2 and use updated
  cidmaps.tgz from the documentation tar ball
- changed neededforbuild <libpng> to <libpng-devel-packages>
- update to version 020121.
- updated cidmaps.tar.bz2
- adapted for SuSE, version 010905
- My first attempt at rpm, updated to 10 May sources
- Removed (unused) dynamic library files
- Upgraded from 220401 to 280401.
- Upgraded from 190401 to 220401.
- Upgraded from 020401 to 190401.
- Upgraded from 210301 to 020401.
- Initial release

OBS-URL: https://build.opensuse.org/request/show/561651
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=66
2018-01-04 17:56:57 +00:00
29c3d65eb9 - updated to 20170731
* This incorporates a large number of adjustments and fixes.

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=64
2017-12-18 10:48:24 +00:00
5b7621a270 - updated to 20161005 [bsc#1014793]:
* This release introduces a new icon set, new functionality for 
    custom icon selection graphics, support for GlyphOrderAndAliasDB 
    files, and support for Unicode 9.0.
  * It also fixes a number of small bugs relating to certain bitmap
    typefaces, stroke expansion, handling of CID ranges, and the 
    user interface.
- removed upstreamed patches:
  - propagate-creation-and-modification-times-to-ttf.patch
  - fontforge-eof-crash.patch

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=62
2016-12-09 14:50:30 +00:00
dd8e6dedab - do not crash on invalid input data (when eof reached) [bsc#963023]
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=60
2016-01-26 10:35:54 +00:00
ac74b169c8 - do not crash on invalid input data (when eof reached)
+ fontforge-eof-crash.patch

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=58
2016-01-26 08:12:16 +00:00
a6f853fbf1 - updated to 20150824: This fixes a few bugs, including some in
U. F. O. kerning classes and FreeType rasterization, and adds 
  a Korean translation.

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=56
2015-12-16 14:04:46 +00:00
5f42e728c4 + fontforge-version.patch
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=54
2015-05-11 11:47:07 +00:00
03aeaea848 - updated to 20150430: this release includes a few bug fixes,
performance enhancements, and refreshed icons.
- download uthash when get-source.sh
- fontforge --version now returns fontforge release version

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=52
2015-05-11 11:24:38 +00:00
Stephan Kulow
8e6b5e3c4a Accepting request 304929 from home:coolo:branches:openSUSE:Factory
- also repackage the broken gnulib links to fix build with 
  newer libtool

OBS-URL: https://build.opensuse.org/request/show/304929
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=50
2015-05-01 15:49:29 +00:00
a60b5afecd - repack source [bnc#926061]
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=47
2015-04-20 07:12:01 +00:00
369414dd88 - updated to 20150330:
* fixes a few crashes, enhances round-tripping of information in 
    certain file formats, and fixes some bad logic
  * adds support for fine point adjustment
  * etc. see https://github.com/fontforge/fontforge/releases
    for details
- remove %requires_ge libpng16-16 as it seems fontforge is not so 
  picky anymore
- doc is generated
- remove pfaedit compat
- removed patches (upstreamed or not needed):
  - fontforge-fixgiflib.patch
  - fontforge-arraysubscript.patch
  - fontforge-fdleak.patch
  - fontforge-libpng.diff
  - fontforge-docdir.patch
  - fontforge-python-module-name.diff

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=44
2015-03-31 10:09:37 +00:00
779e0cfc3d Accepting request 284148 from home:coolo:branches:openSUSE:Factory
- added propagate-creation-and-modification-times-to-ttf.patch from
  debian's reproducible build project to get reproducible font builds

OBS-URL: https://build.opensuse.org/request/show/284148
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=41
2015-02-05 10:53:14 +00:00
Marguerite Su
78256a725e Accepting request 253717 from home:elvigia:branches:M17N
- Cleanup BuildRequires, in particular do not use legacy
  metapackage xorg-x11-devel

OBS-URL: https://build.opensuse.org/request/show/253717
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=39
2014-10-04 07:29:42 +00:00
Stephan Kulow
0058156a0c Accepting request 235928 from home:jengelh:branches:devel:libraries:c_c++
- Update fontforge-fixgiflib.patch to support giflib7-5.1

OBS-URL: https://build.opensuse.org/request/show/235928
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=37
2014-06-01 08:15:56 +00:00
8cf3b71501 - fixed linking against libpng (1.5, 1.6) [bnc#867041]
* added fontforge-libpng.diff
  * removed libpng14-dynamic.diff
- spec file cleanup
  * call spec-cleaner
  * fontforge-20090622-fdleak.patch renamed to fontforge-fdleak.patch
  * docdir.patch renamed to fontforge-docdir.patch

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=34
2014-03-17 08:00:57 +00:00
OBS User mrdocs
cbf967fa56 Accepting request 225215 from home:AndreasSchwab:f
- fontforge-arraysubscript.patch: Fix invalid array subscript

OBS-URL: https://build.opensuse.org/request/show/225215
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=32
2014-03-10 00:48:41 +00:00
Marguerite Su
30c05c7441 Accepting request 206851 from home:jengelh:branches:M17N
- Put documentation into a separate subpackage

OBS-URL: https://build.opensuse.org/request/show/206851
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=29
2013-11-14 09:08:28 +00:00
Marguerite Su
7ab0d51489 Accepting request 197971 from home:coolo:branches:openSUSE:Factory
- add fontforge-fixgiflib.patch to fix build with giflib 5.0.5

OBS-URL: https://build.opensuse.org/request/show/197971
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=27
2013-09-09 09:05:33 +00:00
5bbd64076a - use %requires_eq rather than %requires_ge (exact version)
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=25
2013-04-16 12:18:14 +00:00
3f73b4947e - %requires_ge libpng16-16 to avoid
'Application built with libpng-1.5.14 but running with 1.6.1'
  warning when running fontforge

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=24
2013-04-16 12:07:14 +00:00
OBS User mrdocs
dd5701e1d6 Accepting request 147149 from home:Dmitry_R:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/147149
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=22
2013-01-04 20:14:22 +00:00
Stephan Kulow
353ecae0b3 Accepting request 97689 from home:coolo:removeautoconf
- remove call to suse_update_config (very old work around)

OBS-URL: https://build.opensuse.org/request/show/97689
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=20
2011-12-22 15:17:15 +00:00
6799258910 - Make rpmlint more happy.
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=17
2011-10-03 07:56:08 +00:00
5d4aa6e207 Accepting request 83536 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

OBS-URL: https://build.opensuse.org/request/show/83536
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=16
2011-10-03 06:42:42 +00:00
Sascha Peilicke
e866520393 Accepting request 74670 from M17N
- updated to 20110222:
  * Did a lot of work to improve the accuracy in remove overlap.
  * Fix various error messages. 
  * Remove some obsolete documentation. 
  * Technical fixes to stroking code. 
  * Add a miterlimit to stroking code.
  * FontForge was using the wrong MIME type for svg files. 
    W3C has changed it and it's now "image/svg+xml" not 
    "image/svg-xml" or "image/svg".
  * etc. on 
    http://fontforge.sourceforge.net/changelog.html
  * libpng14.diff and fontforge.py27.diff kept but not needed yet

OBS-URL: https://build.opensuse.org/request/show/74670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=20
2011-06-28 07:20:37 +00:00
OBS User autobuild
02c7d8c398 Accepting request 47220 from M17N
Copy from M17N/fontforge based on submit request 47220 from user coolo

OBS-URL: https://build.opensuse.org/request/show/47220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=18
2010-09-06 15:49:46 +00:00
OBS User autobuild
cea51f0960 Accepting request 37319 from M17N
Copy from M17N/fontforge based on submit request 37319 from user coolo

OBS-URL: https://build.opensuse.org/request/show/37319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=15
2010-04-08 10:33:18 +00:00
OBS User autobuild
c66b88128d Accepting request 23973 from M17N
Copy from M17N/fontforge based on submit request 23973 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/23973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=13
2009-11-10 09:30:19 +00:00
OBS User unknown
adbdb0e180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=11 2009-07-27 20:41:00 +00:00
OBS User unknown
0028b48b37 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=10 2009-01-22 00:54:39 +00:00
OBS User unknown
c8e3de0702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=8 2008-05-26 17:02:38 +00:00
OBS User unknown
c5810dd4cf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=7 2008-02-29 09:19:41 +00:00
OBS User unknown
d1220cbbcc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=6 2008-02-28 00:55:19 +00:00
OBS User unknown
bfae8280f5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=5 2007-08-02 22:15:05 +00:00
OBS User unknown
f54eb7c1e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=4 2007-07-24 23:51:36 +00:00
OBS User unknown
39334fb612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=3 2007-02-06 23:46:16 +00:00