3.9.0-24.svn20140818r14303
- Update to upstream svn r14303 - Move fake libgcc into shared to not break post-regtest-checks. - autogen.sh execution no longer needed in %%build.
This commit is contained in:
parent
8b92ba40e7
commit
7d04832936
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/valgrind-3.9.0-svn20140715r14165.tar.bz2
|
/valgrind-3.9.0-svn20140715r14165.tar.bz2
|
||||||
/valgrind-3.9.0-svn20140718r14176.tar.bz2
|
/valgrind-3.9.0-svn20140718r14176.tar.bz2
|
||||||
/valgrind-3.9.0-svn20140809r14250.tar.bz2
|
/valgrind-3.9.0-svn20140809r14250.tar.bz2
|
||||||
|
/valgrind-3.9.0-svn20140818r14303.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2e09a7493a88843e14a2a1d9b236053c valgrind-3.9.0-svn20140809r14250.tar.bz2
|
0e0da98712afd323abcda952e3cdd3ab valgrind-3.9.0-svn20140818r14303.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%{?scl:%scl_package valgrind}
|
%{?scl:%scl_package valgrind}
|
||||||
|
|
||||||
%define svn_date 20140809
|
%define svn_date 20140818
|
||||||
%define svn_rev 14250
|
%define svn_rev 14303
|
||||||
|
|
||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 23.svn%{?svn_date}r%{?svn_rev}%{?dist}
|
Release: 24.svn%{?svn_date}r%{?svn_rev}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -84,9 +84,6 @@ BuildRequires: %{?scl_prefix}binutils
|
|||||||
# gdbserver_tests/filter_make_empty uses ps in test
|
# gdbserver_tests/filter_make_empty uses ps in test
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
|
|
||||||
# ppc64le needs to regenerate auto* files.
|
|
||||||
BuildRequires: autoconf automake
|
|
||||||
|
|
||||||
%{?scl:Requires:%scl_runtime}
|
%{?scl:Requires:%scl_runtime}
|
||||||
|
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} aarch64
|
ExclusiveArch: %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} aarch64
|
||||||
@ -179,9 +176,6 @@ cp none/tests/ppc32/test_isa_2_06_part2.c none/tests/ppc64/test_isa_2_06_part2.c
|
|||||||
cp none/tests/ppc32/test_isa_2_06_part3.c none/tests/ppc64/test_isa_2_06_part3.c
|
cp none/tests/ppc32/test_isa_2_06_part3.c none/tests/ppc64/test_isa_2_06_part3.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# The ppc64le patches touch a lot of auto* files. Lets just regenerate.
|
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
# We need to use the software collection compiler and binutils if available.
|
# We need to use the software collection compiler and binutils if available.
|
||||||
# The configure checks might otherwise miss support for various newer
|
# The configure checks might otherwise miss support for various newer
|
||||||
# assembler instructions.
|
# assembler instructions.
|
||||||
@ -190,10 +184,10 @@ cp none/tests/ppc32/test_isa_2_06_part3.c none/tests/ppc64/test_isa_2_06_part3.c
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
%if %{build_multilib}
|
%if %{build_multilib}
|
||||||
# Ugly hack - libgcc 32-bit package might not be installed
|
# Ugly hack - libgcc 32-bit package might not be installed
|
||||||
mkdir -p libgcc/32
|
mkdir -p shared/libgcc/32
|
||||||
ar r libgcc/32/libgcc_s.a
|
ar r shared/libgcc/32/libgcc_s.a
|
||||||
ar r libgcc/libgcc_s_32.a
|
ar r shared/libgcc/libgcc_s_32.a
|
||||||
CC="gcc -B `pwd`/libgcc/"
|
CC="gcc -B `pwd`/shared/libgcc/"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Old openmpi-devel has version depended paths for mpicc.
|
# Old openmpi-devel has version depended paths for mpicc.
|
||||||
@ -341,6 +335,11 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2014 Mark Wielaard <mjw@redhat.com> - 3.9.0-24.svn20140818r14303
|
||||||
|
- Update to upstream svn r14303
|
||||||
|
- Move fake libgcc into shared to not break post-regtest-checks.
|
||||||
|
- autogen.sh execution no longer needed in %%build.
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.9.0-23.svn20140809r14250
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.9.0-23.svn20140809r14250
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user