summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Remove unused upgrade scriptsubmit/tizen_5.0/20181101.000006submit/tizen/20180719.063101accepted/tizen/unified/20180720.060729accepted/tizen/5.0/unified/20181102.024640accepted/tizen_5.0_unifiedShinwoo Kim2-20/+0
The upgrade script was for updrading to 3.0 from 2.4. So it is not necessary on tizen branch. Change-Id: I65d782d1b469f5ed0846b2241397a32131767af4
2018-06-21fontconfig: fix smack issue from /opt/share/fonts, ~/.fonts/, ~/.fontconfigsubmit/tizen/20180628.080817accepted/tizen/unified/20180629.154141Youngbok Shin2-2/+8
Change-Id: Ia43e2119b95c02882cbb83baf8ddfffbac1215bd
2018-04-03fontconfig: upgrade to 2.13.0submit/tizen/20180404.084838submit/tizen/20180404.045219submit/tizen/20180403.101617accepted/tizen/unified/20180405.005216Youngbok Shin1-2/+6
It needs freetype2 >= 2.9.0, gettext-tools >= 0.19.8, libuuid-devel packages. Because of version of the above packages, it does not work on Tizen 4.0. Change-Id: Ia43ceedac836622cf2e8ca8f389a6da7f999a11d
2018-04-03Merge branch 'upstream' into tizenYoungbok Shin621-11307/+21867
2018-04-03Revert "Add a condition to FcCacheOffsetsValid() for detecting empty data of ↵Youngbok Shin1-10/+0
cache" This reverts commit 995fff208e528f7dc99fbd9c4f736b0b0695c9ec.
2018-04-03Imported Upstream version 2.13.0upstream/2.13.0Youngbok Shin621-11312/+21879
2017-10-13Add a condition to FcCacheOffsetsValid() for detecting empty data of cachesubmit/tizen/20171020.120936accepted/tizen/unified/20171025.075138Youngbok Shin1-0/+10
This patch was suggested by Akira TAGOH in the following bug report. https://bugs.freedesktop.org/show_bug.cgi?id=103237 I made TIZEN_ONLY comments because it is not applied in upstream yet. @tizen_fix Change-Id: I261a3ae2f6abc37173a861a7cbef48ba68a19fb9
2017-10-11Fix FcCacheOffsetsValid()Akira TAGOH1-5/+12
Validation fails when the FcValueList contains more than font->num. this logic was wrong because font->num contains a number of the elements in FcPatternElt but FcValue in FcValueList. This corrects 7a4a5bd7. Patch from Tobias Stoeckmann Change-Id: I4d14746892a0426b7096810bf30128bf69829417
2017-08-11Apply ASLR to executable files.tizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170828.100005submit/tizen/20170816.060215accepted/tizen/unified/20170821.051118accepted/tizen/4.0/unified/20170828.222341Bowon Ryu8-0/+24
Change-Id: Ifb2218d6483dbce2c90ff58b0d09db70516a2a70 Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2017-04-25Using %license macro to install license file instead of using manual command.tizen_4.0.m1_releasesubmit/tizen_4.0/20170811.094300submit/tizen/20170519.132143accepted/tizen/unified/20170519.200900accepted/tizen/4.0/unified/20170816.013415Woochan Lee1-3/+1
Change-Id: Ie33e579a353cc3bdb66870e6c7567b5b2e32b879
2016-12-29fix build break caused by changing upgrade script namesubmit/tizen_unified/20170308.100412submit/tizen/20170103.012719submit/tizen/20170102.091821accepted/tizen/wearable/20170103.051203accepted/tizen/unified/20170309.035549accepted/tizen/tv/20170103.051126accepted/tizen/mobile/20170103.051008accepted/tizen/ivi/20170103.051252accepted/tizen/common/20170102.152327accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonShinwoo Kim1-2/+2
Change-Id: I782c70bf644772fa542a8585c3aa14e1baccb568
2016-12-29Change script name following numbering policyShinwoo Kim1-0/+0
Change-Id: I2e9e3061adb55e6973859a62f3068c746a4931b7
2016-12-29fontconfig: skip creation cache files at the package installationYoungbok Shin1-3/+3
This patch is made for fixing smack issues for fontconfig system cache. Change-Id: Ia441d877270d29cbd67ad37e0afbc35af258b178
2016-12-29Make system cache folder in the post field of installationYoungbok Shin2-5/+6
Change-Id: I89c268c2f6822cd45d4a71d4ae91c9c541cfeb97
2016-11-17Apply smack label on system cacheYoungbok Shin1-0/+3
Initial smack label of system fontconfig cache is "_". It can cause smack deny error if there a request to rewrite the cache. Change-Id: I35f178ac4e07bdbecffcf177441464fc0db3571c
2016-11-17Apply smack label for /opt/share/fonts pathYoungbok Shin1-0/+3
The path is for downloadable fonts. Change-Id: If4153c7e37d22afb0992350179d2c1f44cbc571c
2016-10-11Add a font path for download fontssubmit/tizen_3.0_common/20161104.104000submit/tizen_3.0/20161028.092423submit/tizen_3.0/20161028.062323submit/tizen/20161019.092255accepted/tizen/wearable/20161019.141730accepted/tizen/tv/20161019.141646accepted/tizen/mobile/20161019.141607accepted/tizen/ivi/20161019.141808accepted/tizen/common/20161019.145813accepted/tizen/3.0/wearable/20161028.150838accepted/tizen/3.0/tv/20161028.143509accepted/tizen/3.0/mobile/20161028.143125accepted/tizen/3.0/ivi/20161028.151312accepted/tizen/3.0/common/20161114.110542Youngbok Shin1-1/+1
It allows to access fonts from "/opt/share/fonts". Change-Id: Ia8519a489f3495451939810b083d4f543db3bd43
2016-09-23Remove chown, chmod for fontconfig cache pathsubmit/tizen_3.0_wearable/20161015.000002submit/tizen_3.0_tv/20161015.000002submit/tizen_3.0_mobile/20161015.000002submit/tizen_3.0_ivi/20161010.000002submit/tizen/20160927.065504accepted/tizen/wearable/20160927.231016accepted/tizen/tv/20160927.230944accepted/tizen/mobile/20160927.230900accepted/tizen/ivi/20160927.231040accepted/tizen/common/20160927.152733accepted/tizen/3.0/wearable/20161015.082806accepted/tizen/3.0/tv/20161016.004633accepted/tizen/3.0/mobile/20161015.033202accepted/tizen/3.0/ivi/20161011.044152Youngbok Shin2-3/+0
It caused side effect on performance of all of applications. Change-Id: I952ae0491544dda438ddb3e5566a7d01e37f6be6
2016-09-20Merge "Revert smack label changes and change owner of fontconfig cache ↵submit/tizen/20160921.091905accepted/tizen/wearable/20160922.042040accepted/tizen/tv/20160922.042033accepted/tizen/mobile/20160922.042230accepted/tizen/ivi/20160922.042141accepted/tizen/common/20160921.162913Youngbok Shin2-2/+4
files" into tizen
2016-09-20Revert smack label changes and change owner of fontconfig cache filesYoungbok Shin2-2/+4
Change-Id: I39d399c1955d465036c1c8bf381d14c06bf1610a
2016-09-12Add a script to upgrade from 2.4 to 3.0submit/tizen/20160920.023107submit/tizen/20160912.091121accepted/tizen/wearable/20160920.052128accepted/tizen/tv/20160920.052108accepted/tizen/mobile/20160920.052055accepted/tizen/ivi/20160920.052144accepted/tizen/common/20160912.181716Shinwoo Kim2-0/+20
Change-Id: I62e943ff1d54336f3b249da97b7593889e7a78ed
2016-08-22update to 2.12.1submit/tizen/20160830.061831submit/tizen/20160826.022749submit/tizen/20160825.120929submit/tizen/20160825.083555accepted/tizen/wearable/20160830.235551accepted/tizen/tv/20160830.235541accepted/tizen/mobile/20160830.235500accepted/tizen/ivi/20160830.235628accepted/tizen/common/20160825.152124Youngbok Shin1-1/+1
2016-08-22Merge branch 'upstream' into tizenYoungbok Shin296-5365/+12369
2016-08-22Imported Upstream version 2.12.1upstream/2.12.1Youngbok Shin296-5365/+12369
2016-07-22smack: Change smack label for cacheYoungbok Shin1-1/+1
It should be accessible for all of processes. Change-Id: I6693a9a26df964326dd8c8f91a9c62de30f54f78
2016-05-23Apply "User::App::Shared" smack label to /opt/var/cache/fontconfigsubmit/tizen/20160523.100314submit/tizen/20160523.040849accepted/tizen/wearable/20160524.004606accepted/tizen/tv/20160524.004656accepted/tizen/mobile/20160524.004621accepted/tizen/ivi/20160524.004722accepted/tizen/common/20160525.155347Youngbok Shin2-8/+10
The fontconfig cache should be accessible by application. It fixes an issue from org.tizen.tv-viewer application. Change-Id: I340e95d977fb5c9817a3c5af6ec20ca2ddd9ef97
2016-03-14Skip making fontconfig cache folder for userssubmit/tizen/20160314.084709accepted/tizen/wearable/20160315.002725accepted/tizen/tv/20160315.002706accepted/tizen/mobile/20160315.002648accepted/tizen/ivi/20160315.002741accepted/tizen/common/20160316.155623Youngbok Shin1-10/+13
It was a legacy code from Tizen 2.4 Change-Id: Ia9428025fc10ec147ecca41ffee500f6a381408e
2016-03-08Apply tizen-platform-config macrosYoungbok Shin1-41/+42
Change-Id: I77f4a1383fea4e692044afb3c678f4e2e5890bc7
2015-11-03Remove unnecessary .gbs.conf filesubmit/tizen_ivi/20160217.000005submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151103.102451submit/tizen/20151103.071309accepted/tizen/ivi/20160218.024747Jaeun Choi1-3/+0
Change-Id: I0b67f459781dbf76762c9ca45dda9f1fa139d2ee
2015-11-03Update spec fileJaeun Choi1-33/+72
Change-Id: I99560bf9cd09aefab77173a0080271f528523bd5
2015-10-28Merge branch 'upstream' into tizenJaeun Choi540-6505/+164259
Change-Id: Ia295154d2b5ff3ad93d213160f5f3f6e3dc7505a
2015-10-28Imported Upstream version 2.11.93upstream/2.11.93Jaeun Choi570-20590/+26948
Change-Id: I0625d1bfdedbfcb7cbf279d779d33468e0a775b0
2015-08-11Label /var/cache/fontconfig with "System::Shared", transmutabletizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150812.115136accepted/tizen/wearable/20150813.012249accepted/tizen/tv/20150813.012238accepted/tizen/mobile/20150813.012231tizen_3.0.m1_tvtizen_3.0.m1_mobileRafal Krypa1-1/+3
Make sure that all font caches are readable by User domain. Until now the directory was labaled with "_" and the cache files with either "_" or "System". Files with the latter label couldn't be accessed by User domain. Change-Id: I2c482622ba896cede9e049734d33ac92f03b30a3 Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
2014-12-16packaging: Bump to version 2.11.1tizen_3.0_ivi_releasesubmit/tizen_wearable/20150128.000000submit/tizen_wearable/20150127.000001submit/tizen_tv/20150320.000001submit/tizen_mobile/20150302.000000submit/tizen_mobile/20150223.000000submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150129.000000submit/tizen_ivi/20141225.222222submit/tizen_common/20141222.094800accepted/tizen/wearable/20150129.005759accepted/tizen/tv/20150324.014508accepted/tizen/mobile/20150304.131052accepted/tizen/ivi/20141225.103512accepted/tizen/common/20141223.083531tizen_3.0_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonKévin THIERRY2-10/+13
Use upstream git repo instead of pristine-tar. Change-Id: I777ede3a2d2527dbc478a54a0813806abd1cbdae Bug-Tizen: TC-1818 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org> Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-11-07resetting manifest requested domain to floorAlexandru Cornea2-0/+9
2014-11-07Fixed package groupsAnas Nashif2-1/+4
2014-11-07Update to 2.10.91Anas Nashif1-0/+3
2014-11-07Update to 2.10.91Anas Nashif1-1/+1
2014-11-07Update to 2.10.2Anas Nashif1-3/+3
2014-11-07fixed filesAnas Nashif1-1/+2
2014-11-07add packagingAnas Nashif2-5/+7
2014-11-07add packagingAnas Nashif1-0/+101
2014-03-24Bump version to 2.11.12.11.1Akira TAGOH3-4/+57
2014-03-24Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before ↵Akira TAGOH1-24/+24
AC_USE_SYSTEM_EXTENSIONS Call AC_USE_SYSTEM_EXTENSIONS before LT_INIT
2014-03-18Add README describes the criteria to add/modify the orthography filesAkira TAGOH1-0/+28
https://bugs.freedesktop.org/show_bug.cgi?id=73461
2014-03-18Bug 73291 - poppler does not show fl ligatureAkira TAGOH1-0/+6
commented out substitutions for TeX Gyre Termes font until the broken font are fixed. https://bugs.freedesktop.org/show_bug.cgi?id=73291
2014-03-07Update doc to include the version info of `since when'Akira TAGOH8-4/+19
Version section was getting confused to the API's availability, even though it was the version the doc was genereated. So moving it into the footer and added @SINCE@ field in the data.
2014-03-05Fallback to lstat() in case the filesystem doesn't support d_type in struct ↵Akira TAGOH1-7/+5
dirent
2014-02-06Fix incompatible API on AIX with random_r and initstate_rAkira TAGOH1-11/+24
https://bugs.freedesktop.org/show_bug.cgi?id=74603
2014-02-06Add missing #include <sys/statvfs.h> in fcstat.cAkira TAGOH2-1/+4
https://bugs.freedesktop.org/show_bug.cgi?id=74602