Changelog for
rust-lldb-1.26.0-1.fc26.x86_64.rpm :
* Thu May 10 2018 Josh Stone
- 1.26.0-1- Update to 1.26.0.
* Mon Apr 16 2018 Dan Callaghan - 1.25.0-3- Add cargo, rls, and analysis
* Tue Apr 10 2018 Josh Stone - 1.25.0-2- Filter codegen-backends from Provides too.
* Thu Mar 29 2018 Josh Stone - 1.25.0-1- Update to 1.25.0.
* Thu Mar 01 2018 Josh Stone - 1.24.1-1- Update to 1.24.1.
* Wed Feb 21 2018 Josh Stone - 1.24.0-3- Backport a rebuild fix for rust#48308.
* Mon Feb 19 2018 Josh Stone - 1.24.0-2- rhbz1546541: drop full-bootstrap; cmp libs before symlinking.- Backport pr46592 to fix local_rebuild bootstrapping.- Backport pr48362 to fix relative/absolute libdir.
* Thu Feb 15 2018 Josh Stone - 1.24.0-1- Update to 1.24.0.
* Mon Feb 12 2018 Iryna Shcherbina - 1.23.0-4- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Tue Feb 06 2018 Josh Stone - 1.23.0-3- Use full-bootstrap to work around a rebuild issue.- Patch binaryen for GCC 8
* Thu Feb 01 2018 Igor Gnatenko - 1.23.0-2- Switch to %ldconfig_scriptlets
* Mon Jan 08 2018 Josh Stone - 1.23.0-1- Update to 1.23.0.
* Thu Nov 23 2017 Josh Stone - 1.22.1-1- Update to 1.22.1.
* Thu Oct 12 2017 Josh Stone - 1.21.0-1- Update to 1.21.0.
* Mon Sep 11 2017 Josh Stone - 1.20.0-2- ABI fixes for ppc64 and s390x.
* Thu Aug 31 2017 Josh Stone - 1.20.0-1- Update to 1.20.0.- Add a rust-src subpackage.
* Thu Jul 20 2017 Josh Stone - 1.19.0-1- Update to 1.19.0.
* Thu Jun 08 2017 Josh Stone - 1.18.0-1- Update to 1.18.0.
* Mon May 08 2017 Josh Stone - 1.17.0-2- Move shared libraries back to libdir and symlink in rustlib
* Thu Apr 27 2017 Josh Stone - 1.17.0-1- Update to 1.17.0.
* Mon Mar 20 2017 Josh Stone - 1.16.0-2- Make rust-lldb arch-specific to deal with lldb deps
* Thu Mar 16 2017 Josh Stone - 1.16.0-1- Update to 1.16.0.- Use rustbuild instead of the old makefiles.- Update bootstrapping to include rust-std and cargo.- Add a rust-lldb subpackage.
* Thu Feb 09 2017 Josh Stone - 1.15.1-1- Update to 1.15.1.- Require rust-rpm-macros for new crate packaging.- Keep shared libraries under rustlib/, only debug-stripped.- Merge and clean up conditionals for epel7.
* Fri Dec 23 2016 Josh Stone - 1.14.0-2- Rebuild without bootstrap binaries.
* Thu Dec 22 2016 Josh Stone - 1.14.0-1- Update to 1.14.0.- Rewrite bootstrap logic to target specific arches.- Bootstrap ppc64, ppc64le, s390x. (thanks to Sinny Kumari for testing!)
* Thu Nov 10 2016 Josh Stone - 1.13.0-1- Update to 1.13.0.- Use hardening flags for linking.- Split the standard library into its own package- Centralize rustlib/ under /usr/lib/ for multilib integration.
* Thu Oct 20 2016 Josh Stone - 1.12.1-1- Update to 1.12.1.
* Fri Oct 14 2016 Josh Stone - 1.12.0-7- Rebuild with LLVM 3.9.- Add ncurses-devel for llvm-config\'s -ltinfo.
* Thu Oct 13 2016 Josh Stone - 1.12.0-6- Rebuild with llvm-static, preparing for 3.9
* Fri Oct 07 2016 Josh Stone - 1.12.0-5- Rebuild with fixed eu-strip (rhbz1380961)
* Fri Oct 07 2016 Josh Stone - 1.12.0-4- Rebuild without bootstrap binaries.
* Thu Oct 06 2016 Josh Stone - 1.12.0-3- Bootstrap aarch64.- Use jemalloc\'s MALLOC_CONF to work around #36944.- Apply pr36933 to really disable armv7hl NEON.
* Sat Oct 01 2016 Josh Stone - 1.12.0-2- Protect .rustc from rpm stripping.
* Fri Sep 30 2016 Josh Stone - 1.12.0-1- Update to 1.12.0.- Always use --local-rust-root, even for bootstrap binaries.- Remove the rebuild conditional - the build system now figures it out.- Let minidebuginfo do its thing, since metadata is no longer a note.- Let rust build its own compiler-rt builtins again.
* Sat Sep 03 2016 Josh Stone - 1.11.0-3- Rebuild without bootstrap binaries.
* Fri Sep 02 2016 Josh Stone - 1.11.0-2- Bootstrap armv7hl, with backported no-neon patch.
* Wed Aug 24 2016 Josh Stone - 1.11.0-1- Update to 1.11.0.- Drop the backported patches.- Patch get-stage0.py to trust existing bootstrap binaries.- Use libclang_rt.builtins from compiler-rt, dodging llvm-static issues.- Use --local-rust-root to make sure the right bootstrap is used.
* Sat Aug 13 2016 Josh Stone 1.10.0-4- Rebuild without bootstrap binaries.
* Fri Aug 12 2016 Josh Stone - 1.10.0-3- Initial import into Fedora (#1356907), bootstrapped- Format license text as suggested in review.- Note how the tests already run in parallel.- Undefine _include_minidebuginfo, because it duplicates \".note.rustc\".- Don\'t let checks fail the whole build.- Note that -doc can\'t be noarch, as rpmdiff doesn\'t allow variations.
* Tue Jul 26 2016 Josh Stone - 1.10.0-2- Update -doc directory ownership, and mark its licenses.- Package and declare licenses for libbacktrace and hoedown.- Set bootstrap_base as a global.- Explicitly require python2.
* Thu Jul 14 2016 Josh Stone - 1.10.0-1- Initial package, bootstrapped