SHA256
1
0
forked from pool/freetype2

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
This commit is contained in:
OBS User mrdocs
2010-12-08 12:07:58 +00:00
committed by Git OBS Bridge
parent 1b3c9f4276
commit e3508cd4d6
14 changed files with 148 additions and 39 deletions

View File

@@ -47,6 +47,9 @@ Patch201: use_unix.diff
Patch1000: bnc628213_1797.diff
Source1000: bnc628213_test.otf
Source1004: bnc629447_sigsegv31.ttf
Source1013: bnc633938_badbdf.0
Patch1015: bnc641580_CVE-2010-3311.diff
Source1015: bug-641580_CVE-2010-3311.cff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -87,6 +90,10 @@ pushd ../ft2demos-%{version}
#%patch1011 -p1
#%patch1012 -p1
popd
# bnc633938_CVE-2010-3053.diff
#%patch1013 -p1
# bnc641580_CVE-2010-3311.diff
%patch1015 -p1
find . -name CVS -type d | xargs rm -rf
find . -name ".cvsignore" | xargs rm -f
@@ -120,6 +127,8 @@ popd
%check
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1000}
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1004} |& grep -v "couldn't load font resource" && echo "should fail"
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1013} |& grep -v "couldn't load font resource" && echo "should fail"
$RPM_BUILD_ROOT/usr/bin/ftbench -c 1 %{S:1015} |& grep -v "couldn't load font resource" && echo "should fail"
%clean