Compare commits

...

11 Commits
rawhide ... f24

Author SHA1 Message Date
Josh Stone 0d8e00b74f Merge branch 'master' into f24 2017-06-08 21:38:01 -07:00
Josh Stone b892ece078 Merge branch 'master' into f24 2017-04-27 16:15:13 -07:00
Josh Stone 29d6c436c1 Make rust-lldb arch-specific to deal with lldb deps 2017-03-20 17:45:02 -07:00
Josh Stone 9b1fe950d8 Merge branch 'master' into f24 2017-03-20 17:44:22 -07:00
Josh Stone f767dac7ad Merge branch 'master' into f24 2017-03-16 13:02:38 -07:00
Josh Stone 00c8cb2c71 Require newer LLVM to get Mips symbols (#1422930) 2017-02-16 13:13:41 -08:00
Josh Stone b4661d6779 Merge branch 'master' into f25 2017-02-10 11:28:38 -08:00
Josh Stone 81600e2ef0 Rebuild without bootstrap binaries. 2017-01-04 10:12:27 -08:00
Josh Stone 597f7acd8f Merge branch 'master' into f25 2017-01-03 14:16:15 -08:00
Josh Stone 006a65cf16 Merge branch 'master' into f25 2016-11-12 11:56:37 -08:00
Josh Stone 295edce951 Merge branch 'master' into f25 2016-10-21 23:10:22 -07:00
1 changed files with 13 additions and 26 deletions

View File

@ -169,6 +169,10 @@ Requires: %{name}-std-static%{?_isa} = %{version}-%{release}
# https://github.com/rust-lang/rust/issues/11937
Requires: gcc
# An LLVM update added the Mips target, which rustc happily uses...
# https://bugzilla.redhat.com/show_bug.cgi?id=1422930
Requires: llvm-libs%{?_isa} >= 3.8.1-2
# ALL Rust libraries are private, because they don't keep an ABI.
%global _privatelibs lib.*-[[:xdigit:]]*[.]so.*
%global __provides_exclude ^(%{_privatelibs})$
@ -453,31 +457,31 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
* Thu Apr 27 2017 Josh Stone <jistone@redhat.com> - 1.17.0-1
- Update to 1.17.0.
* Mon Mar 20 2017 Josh Stone <jistone@redhat.com> - 1.16.0-3
* Mon Mar 20 2017 Josh Stone <jistone@redhat.com> - 1.16.0-2
- Make rust-lldb arch-specific to deal with lldb deps
* Fri Mar 17 2017 Josh Stone <jistone@redhat.com> - 1.16.0-2
- Limit rust-lldb arches
* Thu Mar 16 2017 Josh Stone <jistone@redhat.com> - 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 <jistone@redhat.com> - 1.15.1-1
* Thu Feb 16 2017 Josh Stone <jistone@redhat.com> - 1.15.1-1.1
- Require newer LLVM to get Mips symbols (#1422930)
* Fri Feb 10 2017 Josh Stone <jistone@redhat.com> - 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 <jistone@redhat.com> - 1.14.0-2
* Wed Jan 04 2017 Josh Stone <jistone@redhat.com> - 1.14.0-2
- Rebuild without bootstrap binaries.
* Thu Dec 22 2016 Josh Stone <jistone@redhat.com> - 1.14.0-1
* Tue Jan 03 2017 Josh Stone <jistone@redhat.com> - 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!)
- Bootstrap aarch64, ppc64, ppc64le, s390x.
* Thu Nov 10 2016 Josh Stone <jistone@redhat.com> - 1.13.0-1
- Update to 1.13.0.
@ -487,24 +491,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
* Thu Oct 20 2016 Josh Stone <jistone@redhat.com> - 1.12.1-1
- Update to 1.12.1.
* Fri Oct 14 2016 Josh Stone <jistone@redhat.com> - 1.12.0-7
- Rebuild with LLVM 3.9.
- Add ncurses-devel for llvm-config's -ltinfo.
* Thu Oct 13 2016 Josh Stone <jistone@redhat.com> - 1.12.0-6
- Rebuild with llvm-static, preparing for 3.9
* Fri Oct 07 2016 Josh Stone <jistone@redhat.com> - 1.12.0-5
- Rebuild with fixed eu-strip (rhbz1380961)
* Fri Oct 07 2016 Josh Stone <jistone@redhat.com> - 1.12.0-4
- Rebuild without bootstrap binaries.
* Thu Oct 06 2016 Josh Stone <jistone@redhat.com> - 1.12.0-3
- Bootstrap aarch64.
- Use jemalloc's MALLOC_CONF to work around #36944.
- Apply pr36933 to really disable armv7hl NEON.
- Merge package changes from rawhide.
* Sat Oct 01 2016 Josh Stone <jistone@redhat.com> - 1.12.0-2
- Protect .rustc from rpm stripping.