Compare commits

...

17 Commits
rawhide ... f26

Author SHA1 Message Date
Josh Stone ab11518d50 Merge branch 'master' into f26 2018-05-10 17:47:18 -07:00
Josh Stone 5394db1a4f Merge branch 'master' into f26 2018-03-29 18:16:59 -07:00
Josh Stone 959c9b522f Merge branch 'master' into f26 2018-03-01 20:55:41 -08:00
Josh Stone e3a51c1d5a Merge branch 'master' into f26 2018-02-19 21:37:14 -08:00
Josh Stone be2a3f6831 f26 doesn't have python2-lldb 2018-02-16 11:27:50 -08:00
Josh Stone 06e6c95761 Merge branch 'master' into f26 2018-02-16 11:26:56 -08:00
Josh Stone 1d776de27e Merge branch 'master' into f26 2018-01-09 10:56:57 -08:00
Josh Stone 3cc227eb39 try debug_package 2017-11-28 14:51:16 -08:00
Josh Stone 125b4d1d6d disable all debuginfo on arm f26 2017-11-28 10:21:11 -08:00
Josh Stone 3a691f8818 Merge branch 'master' into f26 2017-11-27 21:13:45 -08:00
Josh Stone a1d45aa676 Merge branch 'master' into f26 2017-10-12 16:15:16 -07:00
Josh Stone 406c533d1f Merge branch 'master' into f26 2017-09-11 12:22:04 -07:00
Josh Stone c3bbdbfdce Merge branch 'master' into f26 2017-08-31 20:58:45 -07:00
Josh Stone d3829b8f73 Merge branch 'master' into f26 2017-07-21 14:36:14 -07:00
Josh Stone 34589b5e29 Merge branch 'master' into f26 2017-06-08 21:18:36 -07:00
Josh Stone 7c962388bf Merge branch 'master' into f26 2017-04-27 16:10:20 -07:00
Josh Stone 989c07ab79 Make rust-lldb arch-specific to deal with lldb deps 2017-03-20 17:41:56 -07:00
1 changed files with 6 additions and 15 deletions

View File

@ -256,7 +256,7 @@ Summary: LLDB pretty printers for Rust
#BuildArch: noarch
Requires: lldb
Requires: python2-lldb
Requires: python-lldb
Requires: %{name}-debugger-common = %{rustc_version}-%{release}
%description lldb
@ -435,7 +435,10 @@ export LIBGIT2_SYS_USE_PKG_CONFIG=1
%ifarch %{arm}
# full debuginfo is exhausting memory; just do libstd for now
# https://github.com/rust-lang/rust/issues/45854
%define enable_debuginfo --enable-debuginfo --enable-debuginfo-only-std --disable-debuginfo-tools --disable-debuginfo-lines
#define enable_debuginfo --enable-debuginfo --enable-debuginfo-only-std --disable-debuginfo-tools --disable-debuginfo-lines
# but f26 rpm doesn't like having some binaries with and without debuginfo, so disable it all :(
%define enable_debuginfo --disable-debuginfo --disable-debuginfo-only-std --disable-debuginfo-tools --disable-debuginfo-lines
%global debug_package %{nil}
%else
%define enable_debuginfo --enable-debuginfo --disable-debuginfo-only-std --enable-debuginfo-tools --disable-debuginfo-lines
%endif
@ -695,15 +698,6 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
- Update to 1.20.0.
- Add a rust-src subpackage.
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Jul 24 2017 Josh Stone <jistone@redhat.com> - 1.19.0-2
- Use find-debuginfo.sh --keep-section .rustc
* Thu Jul 20 2017 Josh Stone <jistone@redhat.com> - 1.19.0-1
- Update to 1.19.0.
@ -716,12 +710,9 @@ 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.