summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* geany: update to 1.26Andreas Müller2016-03-021-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmathview: fix and unblacklistAndreas Müller2016-03-021-5/+3
| | | | | | | | do_configure_prepend/sed can be removed: configure.ac does not contain 'AM_BINRELOC' anymore. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ne10: fix parsingAndreas Müller2016-02-271-4/+2
| | | | | | | ERROR: ParseError at /home/superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-support/ne10/ne10_1.2.1.bb:41: unparsed line: 'in .text [textrel]' | ETA: 00:00:13 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: Fix QA warning when no binaries are builtMartin Jansa2016-02-271-2/+6
| | | | | | | * without x11 or wayland enabled from DISTRO_FEATURES there is nothing in /usr/bin and this empty directory causes QA error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ne10: add recipeCarlos Rafael Giani2016-02-271-0/+44
| | | | | | | | | Add recipe for the Ne10 library ( http://projectne10.github.io/Ne10/ ). This library provides heavily ARM NEON optimized versions of functions that are commonly used. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efibootmgr: blacklist, depends on blacklisted efivarMartin Jansa2016-02-271-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* toybox: upgrade to 0.7.0Alejandro Joya2016-02-253-392/+34
| | | | | | | | | Change SRC_URI to latest version and update the checksum for package. remove old patch not longer need it to build it and add depedency found for builiding on temporary enviroment like yocto. Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efivar: blacklist until nvme_ioctl.h issues are resolvedMartin Jansa2016-02-251-0/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frameMartin Jansa2016-02-251-2/+4
| | | | | | | * all these are checked by configure.ac with PKG_CHECK_MODULES * add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: Explicitly set EXTRA_OEMAKE as requiredMartin Jansa2016-02-251-0/+2
| | | | | | | | | | | | | | | | | * This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. * Unfortunately the build doesn't fail, it just produces almost empty output and QA warning is shown: WARNING: zsh-5.0.5-r0 do_package: QA Issue: zsh: Files/directories were installed but not shipped in any package: /usr Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. zsh: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsmi: fix the test dump filesJackie Huang2016-02-252-0/+278
| | | | | | | | | These test dump files were generated by smidump 0.4.5 which would not match with the ones generated by 0.4.8, so update them with the ones for 0.4.8. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cpp: Fix build system path in pkgconfig file QA failure.Philip Balister2016-02-252-3/+25
| | | | | | | | * Must remove path from pc.in and stop configure.in from regenerating the file. * Also included some changes requested in earlier review that arrived late. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uim: fix packaging issuesMartin Jansa2016-02-251-1/+2
| | | | | | | | | | | | | | | | | * I'm not sure if these belong to uim-xim or rather uim-gtk2.0/uim-gtk3 but original author obviously doesn't care so I'll follow the uim-candwin-gtk example and put them all in uim-xim * fixes: uim-1.8.6: uim: Files/directories were installed but not shipped in any package: /usr/libexec/uim-candwin-horizontal-gtk /usr/libexec/uim-candwin-gtk3 /usr/libexec/uim-candwin-tbl-gtk3 /usr/libexec/uim-candwin-tbl-gtk /usr/libexec/uim-candwin-horizontal-gtk3 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. uim: 5 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: fold .inc into .bbMartin Jansa2016-02-252-82/+75
| | | | | | | | | | * currently it's broken again ERROR: freerdp-1.2.5+gitrAUTOINC+62da9d28c6-r0 do_package: QA Issue: freerdp: Files/directories were installed but not shipped in any package: /usr/bin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. freerdp: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: fold .inc into .bbMartin Jansa2016-02-252-59/+56
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* concurrencykit: drop trailing continuation character in do_configureMartin Jansa2016-02-251-1/+1
| | | | | | | | * with newer bitbake it parses it differently and task fails: concurrencykit/0.4.3+gitAUTOINC+900d203aa9-r0/temp/run.do_configure.13244: Syntax error: end of file unexpected (expecting "}") Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* msr-tools: Explicitly set EXTRA_OEMAKE as requiredMartin Jansa2016-02-251-0/+2
| | | | | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Without this it fails with: msr-tools-1.3-r0 do_package_qa: QA Issue: Architecture did not match (3 to 62) because it will build for host architecture Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnice, farsight2, pidgin: Blacklist because libnice's nice.pcMartin Jansa2016-02-253-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cppzmq: Bump rev.Philip Balister2016-02-251-1/+1
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zeromq: Update to 4.1.4.Philip Balister2016-02-251-2/+2
| | | | | | | * This resolves a build error due to libsodium update. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* source-han-sans-*-fonts: exclude fontconfig dependency with ↵Martin Jansa2016-02-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS * fixes following errors reported by sstate-diff-machine.sh: === Comparing signatures for task do_package_write_ipk.sigdata between qemux86copy and qemuarm === ERROR: source-han-sans-cn-fonts different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-cn-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-cn-fonts_1.004.bb.do_packagedata'] to ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-cn-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-cn-fonts_1.004.bb.do_packagedata'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash e7fb65be80d659ad30e73c7bad692456 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash 96542b26ecfbce93b84889ee4a2e4746 Hash for dependent task fontconfigfontconfig_2.11.94.bb.do_packagedata changed from e7fb65be80d659ad30e73c7bad692456 to 96542b26ecfbce93b84889ee4a2e4746 ERROR: source-han-sans-jp-fonts different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-jp-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-jp-fonts_1.004.bb.do_packagedata'] to ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-jp-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-jp-fonts_1.004.bb.do_packagedata'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash e7fb65be80d659ad30e73c7bad692456 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash 96542b26ecfbce93b84889ee4a2e4746 Hash for dependent task fontconfigfontconfig_2.11.94.bb.do_packagedata changed from e7fb65be80d659ad30e73c7bad692456 to 96542b26ecfbce93b84889ee4a2e4746 ERROR: source-han-sans-kr-fonts different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-kr-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-kr-fonts_1.004.bb.do_packagedata'] to ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-kr-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-kr-fonts_1.004.bb.do_packagedata'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash e7fb65be80d659ad30e73c7bad692456 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash 96542b26ecfbce93b84889ee4a2e4746 Hash for dependent task fontconfigfontconfig_2.11.94.bb.do_packagedata changed from e7fb65be80d659ad30e73c7bad692456 to 96542b26ecfbce93b84889ee4a2e4746 ERROR: source-han-sans-tw-fonts different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-tw-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-tw-fonts_1.004.bb.do_packagedata'] to ['fontconfigfontconfig_2.11.94.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.5.bb.do_populate_sysroot:virtual:native', 'ttf-fontssource-han-sans-tw-fonts_1.004.bb.do_package', 'ttf-fontssource-han-sans-tw-fonts_1.004.bb.do_packagedata'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash e7fb65be80d659ad30e73c7bad692456 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb.do_packagedata with hash 96542b26ecfbce93b84889ee4a2e4746 Hash for dependent task fontconfigfontconfig_2.11.94.bb.do_packagedata changed from e7fb65be80d659ad30e73c7bad692456 to 96542b26ecfbce93b84889ee4a2e4746 ERROR: 4 errors found in /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1456139140/signatures.qemuarm.do_package_write_ipk.sigdata.log ERROR: 4 issues were found in these recipes: source-han-sans-cn-fonts source-han-sans-jp-fonts source-han-sans-kr-fonts source-han-sans-tw-fonts Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmathview, abiword: BlacklistMartin Jansa2016-02-251-0/+3
| | | | | | * http://errors.yoctoproject.org/Errors/Details/35122/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtinyxml2: drop trailing continuation character in do_compileMartin Jansa2016-02-251-2/+1
| | | | | | | | | | | * with newer bitbake it parses it differently and task fails: http://errors.yoctoproject.org/Errors/Details/35147/ DEBUG: Executing shell function do_compile /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}") WARNING: exit code 2 from a shell command. ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wayland-fits: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tesseract: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cunit: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fakeroot: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* testfloat: Add recipe for version 3aFabio Berton2016-02-253-0/+779
| | | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dt: Add 18.32 recipeOtavio Salvador2016-02-255-0/+234
| | | | | | | | | | This includes the version 18.32; this release has been taken from the Fedora package repository at: http://pkgs.fedoraproject.org/git/rpms/dt.git Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* soci: Fix build when static libs disabledRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xmlstarlet: Disable PARALLEL_MAKERichard Purdie2016-02-251-0/+7
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler-data: Fix to work with changed makeflagsRichard Purdie2016-02-251-1/+1
| | | | | | | Without this, the data is installed into /usr/local and fails QA checks. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Fix to work with disabled static libsRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* minidlna: 1.1.4 -> 1.1.5Baptiste DURAND2016-02-252-6/+4
| | | | | | | Upgrade minidlna from 1.1.4 to 1.1.5 Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fio: Remove --disable-static from EXTRA_OECONFFabio Berton2016-02-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | As of commit OE-Core:773c9e18071d71454473dd81aff911104a2e9bc6 EXTRA_OECONF is appended with the option --disable-static on DISABLE_STATIC variable and this cause the error: DEBUG: Python function sysroot_cleansstate finished DEBUG: Executing shell function do_configure Bad option --disable-static --cpu= Specify target CPU if auto-detect fails --cc= Specify compiler to use --extra-cflags= Specify extra CFLAGS to pass to compiler --build-32bit-win Enable 32-bit build on Windows --build-static Build a static fio --esx Configure build options for esx --enable-gfio Enable building of gtk gfio --disable-numa Disable libnuma even if found --enable-libhdfs Enable hdfs support WARNING: exit code 1 from a shell command. So, we need to disable this option. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lssci: Add packageArmin Kuster2016-02-251-0/+12
| | | | | | | The lsscsi command lists information about SCSI devices in Linux Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-mixer: initial add 2.0.1Andreas Müller2016-02-251-0/+27
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-ttf: update to 2.0.14Andreas Müller2016-02-251-7/+3
| | | | | | | Licence checksum was changed by change of copyright year. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: update to 2.0.11Andreas Müller2016-02-252-65/+7
| | | | | | | | | | * Licence changed to Zlib [1] * patch does not apply anymore and does not seem to miss [1] https://www.libsdl.org/projects/SDL_ttf/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-image: update to 2.0.1Andreas Müller2016-02-251-3/+3
| | | | | | | Licence checksum was changed by change of copyright year. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua: update Libs in lua.pcMaciej Borzecki2016-02-251-2/+1
| | | | | | | | | Update Libs in lua.pc so that pkg-config --libs gives the correct list of libraries for linking. This makes us effectively list the same libraries as Fedora does. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua: use PV for generating Version in lua.pcMaciej Borzecki2016-02-252-2/+4
| | | | | | | | | | Lua was updated to 5.3.2, however lua.pc still has 5.2.2 listed as Version in pkg-config metadata file. Instead of bumping the Version field in lua.pc make sure that we are future proof and update the field automatically with value of ${PV}. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* source-han-sans-tw-fonts: initial add 1.004Andreas Müller2016-02-252-0/+53
| | | | | | | | | | Based on [1-2]. [1] https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/adobe-source-han-sans-fonts [2] http://pkgs.fedoraproject.org/cgit/rpms/adobe-source-han-sans-tw-fonts.git/tree/adobe-source-han-sans-tw-fonts.spec Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* source-han-sans-kr-fonts: initial add 1.004Andreas Müller2016-02-252-0/+53
| | | | | | | | | Based on [1]. [1] https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/adobe-source-han-sans-fonts Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* source-han-sans-jp-fonts: initial add 1.004Andreas Müller2016-02-252-0/+53
| | | | | | | | | Based on [1]. [1] https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/adobe-source-han-sans-fonts Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* source-han-sans-cn-fonts: initial add 1.004Andreas Müller2016-02-252-0/+53
| | | | | | | | | | Based on [1-2]. [1] https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/adobe-source-han-sans-fonts [2] http://pkgs.fedoraproject.org/cgit/rpms/adobe-source-han-sans-cn-fonts.git/tree/adobe-source-han-sans-cn-fonts.spec Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: update to 0.5.3Andreas Müller2016-02-252-33/+4
| | | | | | | | | * we go back to released sources * parts of patch 0002.. were applied - have tried to discuss with project's maintainer without success Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdelta3: Package update to 3.0.11Armin Kuster2016-02-253-91/+4
| | | | | | | | | | | | removed two files as they got accecpted upstream Update SRC_URI to location where this version exists Includes security fix CVE-2014-9765 CVE-2014-9765 xdelta: buffer overflow in main_get_appheader (fixed in 3.0.9 and after) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>