SHA256
1
0
forked from pool/llvm
llvm/lldb.changes
Martin Pluskal b4b09af30a Accepting request 422275 from home:Ronis_BR
- Add a symlink of liblldb file to %{python_sitearch}/_lldb.so.
  Otherwise, `import lldb` will fail with the message:
    ImportError: No module named _lldb

OBS-URL: https://build.opensuse.org/request/show/422275
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=464
2016-08-26 14:25:13 +00:00

76 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
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