llvm/lldb.changes
Ismail Dönmez dc80bb7862 Accepting request 424333 from home:scarabeus_iv:branches:devel:tools:compiler
- Convert to use %cmake macros

- 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

OBS-URL: https://build.opensuse.org/request/show/424333
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=466
2016-09-02 07:08:38 +00:00

81 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 31 10:24:31 UTC 2016 - tchvatal@suse.com
- Convert to use %cmake macros
-------------------------------------------------------------------
Thu Aug 25 16:42:02 UTC 2016 - ronisbr@gmail.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 07:44:49 UTC 2016 - jengelh@inai.de
- Set RPM group, drop marketing words from summary in lieu of
something useful. Implement shared library guideline.
-------------------------------------------------------------------
Sun May 15 17:13:24 UTC 2016 - ronisbr@gmail.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_np@@GLIBC_2.12'
undefined reference to symbol 'dladdr@@GLIBC_2.2.5'
- Run spec-cleaner.
- Add `fdupes` to remove duplicated files.
-------------------------------------------------------------------
Wed Sep 2 08:23:08 UTC 2015 - idonmez@suse.com
- Update to version 3.7.0
* No changelog upstream
- Refresh lldb-cmake.patch
-------------------------------------------------------------------
Mon Jun 22 09:45:33 UTC 2015 - idonmez@suse.com
- Update lldb-cmake.patch to fix compilation on Factory
-------------------------------------------------------------------
Mon May 25 13:59:56 UTC 2015 - idonmez@suse.com
- Update to version 3.6.1
* No changelog upstream
-------------------------------------------------------------------
Mon Mar 2 10:14:22 UTC 2015 - idonmez@suse.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 13:26:34 UTC 2014 - idonmez@suse.com
- Add BuildRequires on ncurses-devel
-------------------------------------------------------------------
Sat Sep 6 14:59:58 UTC 2014 - idonmez@suse.com
- Update to version 3.5.0
* No changelog upstream
- Add lldb-underlink.patch to link to LLVMSupport
-------------------------------------------------------------------
Mon Mar 17 09:02:51 UTC 2014 - idonmez@suse.com
- First release on build.opensuse.org