Package Release Info

gnome-code-assistance-3.16.1-9.56

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gnome-code-assistance

Change Logs

* Mon Jan 06 2020 mgorse@suse.com
- Add vala-0.46.patch: build against vala 0.46 (boo#1158384).
* Fri Oct 19 2018 msrb@suse.com
- Resubmit to SP1 to rebuild with updated llvm. (fate#325696)
* Fri Dec 15 2017 dimstar@opensuse.org
- Fix some rpmlint warnings:
  + env-script-interpreter: Replace (using sed) /usr/bin/env FOO
    hasbangs.
  + empty-%post/postun: disable the scripts on suse_version > 1320:
    %glib2_gsettings_schema_post/post are no longer needed as the
    %functionality is covered by file triggers.
* Mon Dec 04 2017 dimstar@opensuse.org
- Add Add-vala-0.40-support.patch: Fix build with vala 0.40, taken
  from git.
* Tue Aug 08 2017 jengelh@inai.de
- Fix RPM group. Trim future visions from descriptions.
* Thu Jul 20 2017 zaitor@opensuse.org
- Add 0005-Add-vala-0.38-support.patch: Fix build with vala 0.38,
  patch taken from git.
* Fri Mar 03 2017 dimstar@opensuse.org
- Add 0001-Add-libvala-0.36-support.patch and
  0003-Fix-compilation-with-vala-0.36.patch: Fix build with
  vala 0.36, patches taken from git.
- Add libtool Buildrequires and call to autoreconf, as above patch
  touches the build system.
- Replace pkgconfig(libvala-0.34) BuildRequires with libvala-devel:
  we do not want to change the version every 6 months any longer.
* Fri Sep 16 2016 dimstar@opensuse.org
- Build using vala 0.34:
  + Replace pkgconfig(libvala-0.32) BuildRequires with
    pkgconfig(libvala-0.34).
* Tue Jul 05 2016 zaitor@opensuse.org
- Update to version 3.16.1:
  + Fix compatibility with sass 3.4.22.
  + Support vala 0.34.
  + Fix crash when pylint is not available.
  + Update javascript dependencies.
- Stop passing sed, libvala-0.32 is now supported by upstream.
- Drop gca-python-fix-crash-when-missing-pylint.patch: Fixed
  upstream.
* Wed Mar 30 2016 zaitor@opensuse.org
- Prepare for libvala-0.32 via sed replacement.
- Following above change, replace pkgconfig(libvala-0.30) for
  pkgconfig(libvala-0.32) BuildRequires.
- Add gca-python-fix-crash-when-missing-pylint.patch: Fix crash
  when pylint is not available. Patch from upstream git.