Changelog for
lldb4-4.0.1-37.2.x86_64.rpm :
* Mon Jun 26 2017 idonmezAATTsuse.com- Update to version 4.0.1
* No changelog upstream
* Wed May 17 2017 idonmezAATTsuse.com- Add lldb-gcc7.patch to fix build with gcc7
* Thu Mar 30 2017 idonmezAATTsuse.com- Package license file
* Wed Mar 29 2017 idonmezAATTsuse.com- Update to version 4.0.0 + No changelog upstream.- Drop lldb-use-llvm-regex.patch, fixed upstream.
* Fri Feb 03 2017 cgiboudeauxAATTgmx.com- Fix the update-alternatives warning when installing lldb.
* Wed Jan 25 2017 idonmezAATTsuse.com- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.
* Wed Dec 21 2016 idonmezAATTsuse.com- Update to version 3.9.1
* No changelog upstream.
* Wed Sep 28 2016 toddrme2178AATTgmail.com- Update to version 3.9.0- Remove upstream-included patch:
* D15067.id41365.diff- Add upstream-accepted patch:
* lldb-use-llvm-regex.patch
* Fri Sep 23 2016 toddrme2178AATTgmail.com- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting.- Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default.- Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.
* Fri Sep 09 2016 toddrme2178AATTgmail.com- Split the old llvm package into this version-specific package and a wrapper package.- Implement update-alternatives to allow parallel installation of many of the subpackages.- Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library\'s current .so number.- Various fixes to support the above changes.
* Wed Sep 07 2016 tchvatalAATTsuse.com- Sort out with spec-cleaner
* Wed Aug 31 2016 toddrme2178AATTgmail.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
* Wed Aug 31 2016 tchvatalAATTsuse.com- Convert to use %cmake macros
* Thu Aug 25 2016 ronisbrAATTgmail.com- Add a symlink of liblldb file to %{python_sitearch}/_lldb.so. Otherwise, `import lldb` will fail with the message: ImportError: No module named _lldb
* Fri May 20 2016 jengelhAATTinai.de- Set RPM group, drop marketing words from summary in lieu of something useful. Implement shared library guideline.
* Sun May 15 2016 ronisbrAATTgmail.com- Update to version 3.8.0
* No upstream changelog.- Refresh `lldb-cmake.patch`.- Add patch `D15067.id41365.diff` from upstream review system to fix out of tree build (http://reviews.llvm.org/D15067).- Add patch `lldb-add-pthread-dl-libs.patch` to force CMake to add the options `-lpthread` and `-ldl` to the end of linking command. Otherwise, LLDB linking will fail with these errors: undefined reference to symbol \'pthread_setname_npAATTAATTGLIBC_2.12\' undefined reference to symbol \'dladdrAATTAATTGLIBC_2.2.5\'- Run spec-cleaner.- Add `fdupes` to remove duplicated files.
* Wed Sep 02 2015 idonmezAATTsuse.com- Update to version 3.7.0
* No changelog upstream- Refresh lldb-cmake.patch
* Mon Jun 22 2015 idonmezAATTsuse.com- Update lldb-cmake.patch to fix compilation on Factory
* Mon May 25 2015 idonmezAATTsuse.com- Update to version 3.6.1
* No changelog upstream
* Mon Mar 02 2015 idonmezAATTsuse.com- Update to version 3.6.0
* No changelog upstream- Merge lldb-underlink.patch into lldb-cmake.patch- Swich to static library build, shared build is not supported
* Wed Sep 17 2014 idonmezAATTsuse.com- Add BuildRequires on ncurses-devel
* Sat Sep 06 2014 idonmezAATTsuse.com- Update to version 3.5.0
* No changelog upstream- Add lldb-underlink.patch to link to LLVMSupport
* Mon Mar 17 2014 idonmezAATTsuse.com- First release on build.opensuse.org