Commit Graph

59 Commits

Author SHA256 Message Date
ac875b4800 Accepting request 97870 from home:tiwai:branches:M17N
- provide libfreetype.la for older distros; otherwise it breaks
  too many package builds in M17N repo
- fix build on FACTORY by owning aclocal dir

OBS-URL: https://build.opensuse.org/request/show/97870
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=56
2011-12-22 15:57:14 +00:00
OBS User buildservice-autocommit
2f0fc37e92 Updating link to change in openSUSE:Factory/freetype2 revision 44.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=12388dbfba0e0fa658ad90fe64269811
2011-12-06 17:10:14 +00:00
OBS User mrdocs
4934d74218 Accepting request 91434 from home:namtrac:branches:M17N
- Update to version 2.4.8
  * Some vulnerabilities in handling CID-keyed PostScript fonts have
    been fixed; see CVE-2011-3439
  * Chris Liddell contributed a new API, `FT_Get_PS_Font_Value',  to
    retrieve most of the dictionary keys in Type 1 fonts.

- Update to version 2.4.8
  * No changes since 2.4.5

OBS-URL: https://build.opensuse.org/request/show/91434
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=54
2011-11-15 08:39:12 +00:00
OBS User mrdocs
6f7fa34c9f Accepting request 88663 from home:namtrac:branches:M17N
- Update to version 2.4.7
  * Some  vulnerabilities in handling Type 1 fonts  have been fixed;
    see CVE-2011-3256.
  * FreeType  now properly  handles ZapfDingbats  glyph names  while
    constructing a Unicode character map (for fonts which don't have
    one).

- Update to version 2.4.7
  * No changes since 2.4.5

OBS-URL: https://build.opensuse.org/request/show/88663
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=52
2011-10-20 05:45:59 +00:00
OBS User mrdocs
1d808ba641 Accepting request 77963 from home:namtrac:bugfix
- Update to version 2.4.6
  * For TrueType based fonts, the ascender and descender values were
    incorrect sometimes  (off by a pixel if the ppem value was not a
    multiple of 5).   Depending on the use you might now  experience
    a different  layout; the  change should  result in  better, more
    consistent line spacing. 
  * Fix CVE-2011-0226  which causes a  vulnerability while  handling
    Type 1 fonts.
  * BDF fonts  containing  glyphs with negative values  for ENCODING
    were  incorrectly  rejected.  This  bug has  been introduced  in
    FreeType version 2.2.0.
  * The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
  * A new  line join style,  FT_STROKER_LINEJOIN_MITER_FIXED,  has
    been introduced to support PostScript and PDF miter joins.
  * FT_STROKER_LINEJOIN_MITER_VARIABLE  has been introduced  as an
    alias for FT_STROKER_LINEJOIN_MITER.
  * Various stroking glitches has been fixed
  * SFNT bitmap fonts which contain an outline glyph for `.notdef'
    only no longer set the FT_FACE_FLAG_SCALABLE flag.
- Drop bnc704612_othersubr.diff, applied upstream

- Update to version 2.4.6
  * No changes since 2.4.5

OBS-URL: https://build.opensuse.org/request/show/77963
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=50
2011-08-04 08:30:41 +00:00
OBS User buildservice-autocommit
314eb4d413 Updating link to change in openSUSE:Factory/freetype2 revision 39.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=4028d91bb99b8186566f363a12adaab6
2011-08-04 06:59:30 +00:00
OBS User mrdocs
f2264bc497 Accepting request 76760 from home:keichwa:branches:M17N
bnc704612_othersubr

OBS-URL: https://build.opensuse.org/request/show/76760
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=48
2011-07-23 14:32:06 +00:00
1a464d6189 revive clean section for older distros
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=47
2011-07-11 12:20:13 +00:00
6bd9273212 Accepting request 75659 from home:namtrac:branches:M17N
freetype2:

- Clean spec file
- Disable static libraries
- Drop unneeded use_unix.diff
- Disable newly introduced bzip2 support, it seems to create
  problems with subpixel rendering

ft2demos:

- Cleanup spec file
- Drop unneeded use_unix.diff

OBS-URL: https://build.opensuse.org/request/show/75659
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=46
2011-07-11 08:45:49 +00:00
eb1caa070e Accepting request 74498 from home:namtrac:branches:M17N
- Update to version 2.4.5
    * A rendering regression  for second-order Bézier curves  has been
      fixed, introduced in 2.4.3.
    * If autohinting  is not  explicitly disabled,  FreeType now  uses
      the autohinter if  a TrueType based font doesn't  contain native
      hints.
    * The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  has been made
      redundant and  is simply ignored;  this means that FreeType  now
      ignores the global advance width value in TrueType fonts.
    * `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
       a font.
    * Support for PCF files compressed with bzip2 has been contributed
      by Joel  Klinghed.  To  make this  work, the  OS must  provide a
      bzip2 library.
    * Again some fixes to better handle broken fonts.
    * Some improvements to the B/W rasterizer.
    * Fixes to the cache module to improve robustness.
    * Just  Fill Bugs contributed (experimental) code to compute  blue
      zones for CJK Ideographs, improving the alignment of  horizontal
      stems at the top or bottom edges.
- Dropped the following patches:
    * bnc628213_1797.diff (fixed upstream)
    * bnc641580_CVE-2010-3311.diff (fixed upstream)
    * ft2-stream-compat.diff (only needed for SLE8->SLE9 update)
- Add libbz2-devel to BuildRequires to enable bzip2 support

- Update to version 2.4.5
    * The `ftgrid' demo program  can now display  autohinter segments,
      to be toggled on and off with key `s'.

OBS-URL: https://build.opensuse.org/request/show/74498
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=45
2011-06-27 07:15:07 +00:00
af8dad143f Accepting request 65878 from home:ammler:branches:M17N
thanks

OBS-URL: https://build.opensuse.org/request/show/65878
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=44
2011-04-04 14:36:34 +00:00
OBS User buildservice-autocommit
165b81ee9d Updating link to change in openSUSE:Factory/freetype2 revision 37.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=e6cd61ad7482a0a892d7633d56f56624
2011-03-09 16:13:36 +00:00
OBS User mrdocs
f31baf9268 Accepting request 63029 from home:jnweiger:branches:M17N
reviewed OK. Thanks

OBS-URL: https://build.opensuse.org/request/show/63029
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=42
2011-02-28 21:44:10 +00:00
OBS User mrdocs
e3508cd4d6 Accepting request 55068 from home:jnweiger:branches:M17N
looks good thanks for the update

OBS-URL: https://build.opensuse.org/request/show/55068
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=40
2010-12-08 12:07:58 +00:00
OBS User buildservice-autocommit
1b3c9f4276 Updating link to change in openSUSE:Factory/freetype2 revision 32.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=daea7828e83843a0b9362dc1bcc39909
2010-12-07 13:39:36 +00:00
OBS User mrdocs
c47131c727 Accepting request 54821 from home:elvigia:branches:M17N
looks good thanks for the fix

OBS-URL: https://build.opensuse.org/request/show/54821
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=38
2010-12-06 10:49:09 +00:00
OBS User mrdocs
64ec965932 Accepting request 54744 from home:pbleser:branches:M17N
reviewed Ok and forwarded to Factory

OBS-URL: https://build.opensuse.org/request/show/54744
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=36
2010-12-04 22:27:10 +00:00
Stephan Kulow
cf3ce800d7 Accepting request 51658 from home:Fisiu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/51658
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=34
2010-11-01 08:41:59 +00:00
OBS User buildservice-autocommit
2518a636eb Updating link to change in openSUSE:Factory/freetype2 revision 28.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=511721564890c158528fd1cf42ff27eb
2010-08-13 21:59:21 +00:00
OBS User autobuild
0408452f0b Accepting request 45461 from M17N
checked in (request 45461)

OBS-URL: https://build.opensuse.org/request/show/45461
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=33
2010-08-13 21:59:20 +00:00
aa90c88ed1 Accepting request 45460 from home:jnweiger:branches:M17N
Copy from home:jnweiger:branches:M17N/freetype2 via accept of submit request 45460 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/45460
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=32
2010-08-12 10:14:11 +00:00
c63807cfe2 updated to v2.4.2
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=31
2010-08-09 10:50:50 +00:00
db2f6cb2c1 Accepting request 43598 from home:tiwai:branches:M17N
Copy from home:tiwai:branches:M17N/freetype2 via accept of submit request 43598 revision 2.
Request was accepted with message:
ok.

OBS-URL: https://build.opensuse.org/request/show/43598
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=29
2010-07-21 10:18:38 +00:00
OBS User autobuild
07386eb854 Accepting request 41101 from M17N
checked in (request 41101)

OBS-URL: https://build.opensuse.org/request/show/41101
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=28
2010-06-04 12:49:12 +00:00
Stephan Kulow
431967dda5 Accepting request 41099 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/freetype2 via accept of submit request 41099 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/41099
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=27
2010-06-04 12:03:04 +00:00
OBS User buildservice-autocommit
f1062f37d0 Updating link to change in openSUSE:Factory/freetype2 revision 23.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=67067158bdec95403757866b986ad582
2010-04-24 09:38:21 +00:00
OBS User autobuild
76f12b5b7e Accepting request 38649 from M17N
checked in (request 38649)

OBS-URL: https://build.opensuse.org/request/show/38649
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=26
2010-04-24 09:38:20 +00:00
Stephan Kulow
7eb31c623c Accepting request 38646 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/freetype2 via accept of submit request 38646 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38646
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=25
2010-04-24 09:25:42 +00:00
OBS User buildservice-autocommit
b096af1bcc Updating link to change in openSUSE:Factory/freetype2 revision 22.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=a5857f6f97fdc2fd9f282b0ad0f34c1c
2010-04-13 19:27:17 +00:00
OBS User autobuild
fe2e9c805e Accepting request 37248 from M17N
checked in (request 37248)

OBS-URL: https://build.opensuse.org/request/show/37248
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=24
2010-04-13 19:27:16 +00:00
Stephan Kulow
cfec0dfc8e Accepting request 37144 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/freetype2 via accept of submit request 37144 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/37144
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=23
2010-04-07 15:08:02 +00:00
OBS User buildservice-autocommit
21d9d2e2f4 Updating link to change in openSUSE:Factory/freetype2 revision 21.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=7a778e70d41ce81c6ce78c5a0108cb49
2010-04-07 11:16:11 +00:00
OBS User autobuild
c68a99c5f8 Accepting request 36989 from M17N
checked in (request 36989)

OBS-URL: https://build.opensuse.org/request/show/36989
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=22
2010-04-07 11:16:10 +00:00
Stephan Kulow
ecb81035a5 - fix obsoletes/provides
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=21
2010-04-06 05:29:44 +00:00
OBS User buildservice-autocommit
2ba45fdc97 Updating link to change in openSUSE:Factory/freetype2 revision 20.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=875862be62e4d740d2cc9e001a51b376
2010-04-05 23:02:51 +00:00
Stephan Kulow
e73238df6b - leave freetype2 behind and only go with shared library package
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=19
2010-04-05 18:52:50 +00:00
Stephan Kulow
fbe51d3948 Accepting request 36870 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/freetype2 via accept of submit request 36870 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/36870
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=18
2010-04-05 18:23:10 +00:00
OBS User buildservice-autocommit
3147ed888f Updating link to change in openSUSE:Factory/freetype2 revision 19.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=73a03aeb5d0eeb56ffb9940f8c4d089e
2010-04-01 01:04:23 +00:00
OBS User autobuild
545e8e6b5e Accepting request 36463 from M17N
checked in (request 36463)

OBS-URL: https://build.opensuse.org/request/show/36463
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=17
2010-04-01 01:04:22 +00:00
Stephan Kulow
55b52d68e3 - split out shared library policy package
- remove old patches

- update to version 2.3.12:
  brings considerable improvements for b/w rasterizing of hinted
  TrueType fonts at small sizes, see NEWS for more details

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=16
2010-03-31 15:09:00 +00:00
Stephan Kulow
764bc86cf9 - update to version 2.3.12:
brings considerable improvements for b/w rasterizing of hinted 
  TrueType fonts at small sizes, see NEWS for more details
- fixed build without sysvinit in the build system
- disable no longer compiling patch that should be upstream or dead
- updated to version 2.3.8:
    http://www.freetype.org/index2.html#release-freetype-2.3.8

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=15
2010-03-31 14:56:07 +00:00
OBS User buildservice-autocommit
ed5c5d5394 Updating link to change in openSUSE:Factory/freetype2 revision 18.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=920457f565c558b18b327252298786fb
2010-03-18 14:46:29 +00:00
OBS User autobuild
0793356beb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=18 2010-03-18 14:46:29 +00:00
OBS User autobuild
ef0a8c6c7b Accepting request 27735 from M17N
Copy from M17N/freetype2 based on submit request 27735 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=17
2009-12-29 23:17:28 +00:00
OBS User autobuild
a0ded557b1 Accepting request 23974 from M17N
Copy from M17N/freetype2 based on submit request 23974 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/23974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=16
2009-11-10 08:55:12 +00:00
OBS User unknown
e9fca56afc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=14 2009-07-29 15:22:54 +00:00
OBS User unknown
bc5c76dffd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=13 2009-07-10 14:08:36 +00:00
OBS User unknown
de9ab45879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=12 2009-05-06 16:38:43 +00:00
OBS User unknown
206d9d9bdf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=11 2008-12-15 11:30:38 +00:00
OBS User unknown
24485f795c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=10 2008-11-07 14:06:27 +00:00