Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm-vim-plugins-9.0.1-lp152.1.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: llvm-vim-plugins Distribution: openSUSE Leap 15.2
Version: 9.0.1 Vendor: openSUSE
Release: lp152.1.1 Build date: Sat May 30 05:19:04 2020
Group: Productivity/Text/Editors Build host: lamb60
Size: 72 Source RPM: llvm-9.0.1-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.llvm.org/
Summary: Vim plugins for LLVM
This package contains vim plugins for LLVM like syntax highlighting.

This package is a dummy package that depends on the version of
llvm-vim-plugins that openSUSE currently supports.  Packages that
don't require a specific LLVM version should depend on this.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception OR NCSA

Changelog

* Wed Jan 29 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Drop llvm-emacs-plugins since its content has moved to clang.
* Fri Dec 20 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 9.0.1.
    * This release contains bug-fixes for the LLVM 9.0.0 release.
      This release is API and ABI compatible with 9.0.0.
  - Update README.packaging: we don't provide revision numbers any
    longer, because upstream has moved from Subversion to git.
* Sun Sep 22 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 9.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html
  - Change License to "Apache-2.0 WITH LLVM-exception".
    (https://llvm.org/foundation/relicensing/)
  - Offer separate packages for the documentation of llvm and clang,
    recommend them for the main package: they are not required for
    development, but actually useful for working with the non-devel
    packages.
  - Recommend editor plugins not just for llvm-devel.
  - Make lldb recommend python3-lldb (it contains pretty printers).
* Sat Jul 20 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 8.0.1.
    * This release contains bug-fixes for the LLVM 8.0.0 release.
      This release is API and ABI compatible with 8.0.0.
  - Offer llvm-gold even when we don't use gold for linking.
* Mon Jun 10 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Change some groups:
    * devel packages in Development/Libraries,
    * clang in Development/Languages/C and C++,
    * the gold plugin in Development/Tools/Building.
  - Add some URLs.
  - Update packaging guidelines: the minor version is always 0 since
    LLVM 4, and the subpackage is now llvmX instead of llvmX_Y.
* Mon Mar 18 2019 msrb@suse.com
  - Update to llvm 8.0.0
    * For details, see the release notes:
      https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html
      https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html
      https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
      https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html
* Tue Feb 12 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Remove ppc from Exclude field in spec file
  - Allow use of Gold linker to be conditional
  - Disable Gold linker on ppc
* Mon Jan 14 2019 msrb@suse.com
  - Update to llvm 7.0.1
    * This release contains bug-fixes for the LLVM 7.0.0 release.
      This release is API and ABI compatible with 7.0.0.
* Thu Aug 09 2018 msrb@suse.com
  - Update to llvm 7.0.0
    * For details, see the release notes:
      https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
      https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
      https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
      https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html
* Wed Jul 25 2018 msrb@suse.com
  - Update to version 6.0.1
    * This release contains bug-fixes for the LLVM 6.0.0 release. It
      is API and ABI compatible with 6.0.0.
* Wed Jul 18 2018 msrb@suse.com
  - Add ExcludeArch mirroring the ones in llvm6. (bnc#1101598)
* Wed May 30 2018 kbabioch@suse.com
  - spec-cleaner and https:// usage
* Thu Mar 29 2018 msrb@suse.com
  - Update to version 6.0.0.
    * Added polly
    * Notable changes:
    - Retpoline Spectre variant 2 mitigation
    - GlobalISel by default for AArch64 at -O0
    - improved scheduling on several x86 micro-architectures
    - Clang defaults to -std=gnu++14 instead of -std=gnu++98
    - support for some upcoming C++2a features
    - improved optimizations, new compiler warnings, many bug
      fixes, and more.
* Mon Mar 19 2018 msrb@suse.com
  - Build lldb and python3-lldb metapackages if and only if the real
    packages are built. Fixes build on Leap 42.3.
* Wed Jan 24 2018 msrb@suse.com
  - Remove clang-devel-static.
* Mon Jan 08 2018 msrb@suse.com
  - Add missing %files for lld.
* Fri Jan 05 2018 msrb@suse.com
  - Update to version 5.0.1
    * This release contains bug-fixes for the LLVM 5.0.0 release.
    * This release is API and ABI compatible with 5.0.0.
* Thu Jan 04 2018 msrb@suse.com
  - Add lld package.
    * LLD is new since llvm5.
* Wed Dec 13 2017 msrb@suse.com
  - Rename python-lldb to python3-lldb to match the renamed package
    in llvm4 and llvm5 after switch to python3. Fix its dependency.
* Wed Dec 13 2017 msrb@suse.com
  - Update to version 5.0.0
    * See:
      + http://llvm.org/releases/5.0.0/docs/ReleaseNotes.html
      + http://llvm.org/releases/5.0.0/tools/clang/docs/ReleaseNotes.html
      + http://llvm.org/releases/5.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
* Mon Oct 09 2017 msrb@suse.com
  - Add clang-devel-static package.
    * Requires clang4-devel-static that was added to llvm4 package.
* Tue Jun 27 2017 idonmez@suse.com
  - Update to version 4.0.1
    * Minor bugfixes
* Wed Mar 29 2017 idonmez@suse.com
  - Update to version 4.0.0
    * See:
      + http://llvm.org/releases/4.0.0/docs/ReleaseNotes.html
      + http://llvm.org/releases/4.0.0/tools/clang/docs/ReleaseNotes.html
      + http://llvm.org/releases/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
* Wed Dec 21 2016 idonmez@suse.com
  - Update to version 3.9.1
    * See:
      + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html
      + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html
      + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html
* Fri Dec 02 2016 toddrme2178@gmail.com
  - Update to version 3.9.0
    * See:
      + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html
      + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html
      + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    * Fix the following patches:
      + arm_suse_support.diff
      + assume-opensuse.patch
      + clang-resourcedirs.patch
      + default-to-i586.patch
      + glibc-2.23-libcxx.patch
      + glibc-2.24-libcxx.patch
      + lldb-add-pthread-dl-libs.patch
      + lldb-cmake.patch
      + llvm-fix-find-gcc5-install.patch
      + llvm-remove-clang-only-flags.patch
      + revert-cmake-soname.patch
      + set-revision.patch
    * Remove upstream-included patch:
      + llvm-nonvoid-return.patch
    * Remove patch for removed files:
      + glibc-2.23-libcxx.patch
  - Backport upstream patches:
    * clang-fix-substitutions-abi_tag.patch
    * clang-incomplete-field-types.patch
    * llvm-install-CheckAtomic.patch
  - Add clang%{_sonum}-include-fixer subpackage and associated
    libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel
    subpackages.
  - Add sanstats to llvm binary list.
* Fri Oct 07 2016 toddrme2178@gmail.com
  - Improve README.packaging.
* Thu Oct 06 2016 idonmez@suse.com
  - Remove unneeded emacs-nox dependency.
* Wed Oct 05 2016 idonmez@suse.com
  - BuildIgnore emacs and vim to avoid cycles.
* Fri Sep 09 2016 toddrme2178@gmail.com
  - Split out llvm and lldb into a version-specific package.
  - Turn this package into a wrapper around the version-specific
    packages.
  - Remove patches:
    * default-to-i586.patch
    * assume-opensuse.patch
    * glibc-2.23-libcxx.patch
    * arm_suse_support.diff
    * llvm-remove-clang-only-flags.patch
    * clang-resourcedirs.patch
    * lldb-add-pthread-dl-libs.patch
    * llvm-nonvoid-return.patch
    * glibc-2.24-libcxx.patch
    * revert-cmake-soname.patch
    * set-revision.patch
    * lldb-cmake.patch
    * D15067.id41365.diff
    * llvm-fix-find-gcc5-install.patch
* Wed Sep 07 2016 tchvatal@suse.com
  - Sort a bit with spec-cleaner
  - Remove the latest switch for now, things should be either coinstallable
    or not, we don't need to bother around with compilation like this
* Wed Aug 31 2016 toddrme2178@gmail.com
  - Update to llvm 3.8.1
    * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and
      http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html
  - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8)
  - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable
    to control the name instead of hard-coding it.
  - Use bcond_with and bcond_without to enable/disable build options
    instead of hard-coding them.
  - Put buildrequires as requires in -devel packages to avoid linker errors
    when building packages against the -devel packages.
  - Add ffi support (disabled by default).
  - Add oprofile support (disabled by default).
  - Add valgrind support (disabled by default).
  - Link cmake files to the normal cmake file directory to allow autodetection
    of cmake interfaces.
  - Remove unused lldb components from main spec file.
  - Split llvm python bindings into own subpackage.
  - Split emacs plugin into own subpackage
  - Move additional vim plugins into vim plugins package
  - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages
  - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since
    they aren't architecture-specific.
  - Make packages besides llvm, llvm-clang, and the shared libraries conflict
    with other versions.  This will be important when multiple LLVM versions
    are supported.
  - Various spec file cleanups
  - Rebase patches:
    * arm_suse_support.diff
    * assume-opensuse.patch
    * clang-resourcedirs.patch
    * default-to-i586.patch
    * glibc-2.23-libcxx.patch
    * glibc-2.24-libcxx.patch
    * lldb-add-pthread-dl-libs.patch
    * lldb-cmake.patch
    * llvm-fix-find-gcc5-install.patch
    * llvm-nonvoid-return.patch
    * llvm-remove-clang-only-flags.patch
    * revert-cmake-soname.patch
    * set-revision.patch
* Fri Aug 26 2016 tchvatal@suse.com
  - Start conversion to use cmake macros with now introduced
    compatibility for ninja
  - Reduce number of threads if we don't have enough memory
  - Add patch for the nonvoid returns:
    * llvm-nonvoid-return.patch
* Thu Jul 28 2016 normand@linux.vnet.ibm.com
  - for ppc64le set memory to 4GB in _constraints file
    (failure in Factory:PowerPC)
* Wed Jul 13 2016 schwab@suse.de
  - glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24
* Wed May 18 2016 ronisbr@gmail.com
  - Build LLDB separated from LLVM.
  - Re-enable python bindings for the LLDB API.
* Wed May 18 2016 idonmez@suse.com
  - Disable libcxx/lldb/openmp for SLE fate#319582
* Mon Apr 25 2016 idonmez@suse.com
  - Update rpmlintrc to whitelist libLTO.so
* Mon Apr 11 2016 idonmez@suse.com
  - Re-enable glibc-2.23 patch for Tumbleweed
* Sun Apr 10 2016 dmueller@suse.com
  - fix arm_suse_support.diff for armv6hl
  - adjust compile flags for llvm on armv6hl (fixes Mesa build)
* Mon Apr 04 2016 idonmez@suse.com
  - Update llvm-remove-clang-only-flags.patch to remove
    - Wcovered-switch-default flag for gcc compatibility.
* Wed Mar 16 2016 idonmez@suse.com
  - Use gcc for stage1 bootstrap
  - Add back libstdc++-devel dependency for clang since libc++ is
    only available for x86-64 atm.
* Thu Mar 10 2016 idonmez@suse.com
  - Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually
    hits the Factory.
* Tue Mar 08 2016 idonmez@suse.com
  - Update to llvm 3.8.0
    * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and
      http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html
  - Fold lldb build into llvm and disable python support
  - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch
    and cmake-host-triple.patch
  - Add revert-cmake-soname.patch to fix soname handling
* Wed Mar 02 2016 idonmez@suse.com
  - Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23
* Sat Oct 03 2015 mimi.vx@gmail.com
  -  Remove FFI support because its fragile
* Sun Sep 27 2015 idonmez@suse.com
  - Enable OpenMP for x86, x86_64, ppc64 and ppc64le
* Mon Sep 14 2015 idonmez@suse.com
  - Enable all targets on x86, x86_64
* Wed Sep 02 2015 idonmez@suse.com
  - Update to version 3.7.0
    * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html
  - Merge aarch64-suse-support.patch into arm_suse_support.diff
  - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch
  - Remove llvm-fix-parsearmarch.patch, upstream.
* Tue May 26 2015 ro@suse.de
  - fix build on s390x (one typo in ifarch and one change in filelist)
* Mon May 25 2015 idonmez@suse.com
  - Update to version 3.6.1
    * No changelog upstream
* Fri Apr 24 2015 idonmez@suse.com
  - Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.
* Mon Mar 02 2015 idonmez@suse.com
  - Update to version 3.6.0
    * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html
  - Add python-xml dependency for regression tests
  - Removed the following patches, fixed upstream:
    * arm-remove-xfails.diff
    * libcxx-libdir.patch
    * llvm-config-lib64.patch
    * llvm-fix-intrusiverefcntptr.patch
* Fri Feb 20 2015 rguenther@suse.com
  - Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools
    with GCC 5.
  - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.
* Wed Jan 28 2015 idonmez@suse.com
  - Add a gcc dependency for clang, this is heavyweight but we need
    libgcc_s which comes with the gcc package (bnc#893359)
* Fri Dec 12 2014 idonmez@suse.com
  - Conditionalize libcxx{abi} build on build_libcxx variable
  - Turn libc++.so into an ldscript so it links to libc++abi
    automatically.
* Tue Oct 21 2014 dmueller@suse.com
  - fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)

Files

/usr/share/doc/packages/llvm-vim-plugins
/usr/share/doc/packages/llvm-vim-plugins/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024