Stephan Kulow
e8c7f16b43
Accepting request 120651 from devel:tools
...
Fix build loop (forwarded request 120599 from vuntz)
OBS-URL: https://build.opensuse.org/request/show/120651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=64
2012-05-11 07:47:01 +00:00
571e009277
Accepting request 120599 from home:vuntz:branches:devel:tools
...
Fix build loop
OBS-URL: https://build.opensuse.org/request/show/120599
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=68
2012-05-10 21:50:06 +00:00
Stephan Kulow
36445490d5
Accepting request 115809 from devel:tools
...
Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue
See https://bugs.kde.org/show_bug.cgi?id=290719 (forwarded request 115750 from worldcitizen)
OBS-URL: https://build.opensuse.org/request/show/115809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=63
2012-05-03 09:01:18 +00:00
Stephan Kulow
c4f1e8524c
Accepting request 115750 from home:worldcitizen:branches:devel:tools
...
Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue
See https://bugs.kde.org/show_bug.cgi?id=290719
OBS-URL: https://build.opensuse.org/request/show/115750
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=66
2012-04-27 09:25:20 +00:00
Stephan Kulow
bad832544c
Accepting request 98400 from devel:tools
...
- fix build against glibc 2.15
OBS-URL: https://build.opensuse.org/request/show/98400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=62
2011-12-31 16:20:27 +00:00
7dff673bf1
- fix build against glibc 2.15
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=63
2011-12-29 08:33:12 +00:00
Stephan Kulow
876ece59f0
Accepting request 96986 from devel:tools
...
no armv5 support
OBS-URL: https://build.opensuse.org/request/show/96986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=61
2011-12-21 13:59:24 +00:00
278790f912
exclusive armv7
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=60
2011-12-19 06:55:25 +00:00
Stephan Kulow
20c0a9ab4e
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=60
2011-12-06 18:11:17 +00:00
OBS User buildservice-autocommit
bdc5142552
Updating link to change in openSUSE:Factory/valgrind revision 60.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=28b3e02f66fc716e87fee84008af4e60
2011-12-06 18:11:17 +00:00
Stephan Kulow
de248f9f1a
Accepting request 94527 from devel:tools
...
add automake to buildrequires (forwarded request 94471 from coolo)
OBS-URL: https://build.opensuse.org/request/show/94527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=59
2011-12-02 12:23:06 +00:00
0c161b4eaa
Accepting request 94471 from home:coolo:removeautomake
...
add automake to buildrequires
OBS-URL: https://build.opensuse.org/request/show/94471
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=58
2011-11-30 13:18:34 +00:00
Stephan Kulow
ef0f0daaac
Accepting request 90879 from devel:tools
...
- update to 3.7.0 (bnc#724215):
* Support for IBM z/Architecture (s390x) running Linux. Valgrind can
analyse 64-bit programs running on z/Architecture. Most user space
instructions up to and including z10 are supported.
See README.s390 for more details.
* Support for the IBM Power ISA 2.06 (Power7 instructions)
* Further solidification of support for SSE 4.2 in 64-bit mode
* Memcheck:
* - reduction of memory use in some circumstances
* - improved handling of freed memory for finding more errors
* - fix of a longstanding bug that could cause false negatives
* Helgrind:
* - Helgrind: performance improvements and major memory use reductions
* GDB server: Valgrind now has an embedded GDB server. That means it
is possible to control a Valgrind run from GDB, doing all the usual
things that GDB can do (single stepping, breakpoints, examining
data, etc). Tool-specific functionality is also available.
* Over 160 bugs have been fixed.
OBS-URL: https://build.opensuse.org/request/show/90879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=58
2011-11-10 15:07:16 +00:00
d20eaba077
fix build
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=55
2011-11-09 21:32:50 +00:00
986d98e892
- update to 3.7.0 (bnc#724215):
...
* Support for IBM z/Architecture (s390x) running Linux. Valgrind can
analyse 64-bit programs running on z/Architecture. Most user space
instructions up to and including z10 are supported.
See README.s390 for more details.
* Support for the IBM Power ISA 2.06 (Power7 instructions)
* Further solidification of support for SSE 4.2 in 64-bit mode
* Memcheck:
* - reduction of memory use in some circumstances
* - improved handling of freed memory for finding more errors
* - fix of a longstanding bug that could cause false negatives
* Helgrind:
* - Helgrind: performance improvements and major memory use reductions
* GDB server: Valgrind now has an embedded GDB server. That means it
is possible to control a Valgrind run from GDB, doing all the usual
things that GDB can do (single stepping, breakpoints, examining
data, etc). Tool-specific functionality is also available.
* Over 160 bugs have been fixed.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=54
2011-11-09 19:07:31 +00:00
Stephan Kulow
683ad0093f
Accepting request 89284 from devel:tools
...
- fix build on ppc (32bit) (forwarded request 89219 from oertel)
OBS-URL: https://build.opensuse.org/request/show/89284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=57
2011-10-25 15:17:41 +00:00
e5117a83d1
Accepting request 89219 from home:oertel:branches:openSUSE:Factory
...
- fix build on ppc (32bit)
OBS-URL: https://build.opensuse.org/request/show/89219
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=52
2011-10-25 13:16:31 +00:00
Stephan Kulow
37f750ecfd
Accepting request 88545 from devel:tools
...
- Support Linux kernel 3.x (bnc#724215)
OBS-URL: https://build.opensuse.org/request/show/88545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=55
2011-10-19 11:41:32 +00:00
64f6bc794b
- Support Linux kernel 3.x (bnc#724215)
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=49
2011-10-18 14:24:03 +00:00
Lars Vogdt
feff208ec9
Accepting request 87440 from devel:tools
...
Make valgrind compile on ARM. (forwarded request 87239 from algraf)
OBS-URL: https://build.opensuse.org/request/show/87440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=54
2011-10-12 14:17:04 +00:00
f9c2383985
Accepting request 87239 from home:algraf:branches:devel:tools
...
Make valgrind compile on ARM.
OBS-URL: https://build.opensuse.org/request/show/87239
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=47
2011-10-11 19:13:19 +00:00
Lars Vogdt
b76b8935b0
Accepting request 86112 from devel:tools
...
- enable build on %%arm
- require the right version of glibc at runtime (part of fix for bnc#700362)
32bit code on 64bit archs (bnc#705405)
OBS-URL: https://build.opensuse.org/request/show/86112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=53
2011-10-03 07:25:15 +00:00
55d1d12ffe
osc copypac from project:openSUSE:Factory:ARM package:valgrind revision:2
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=44
2011-10-02 19:05:40 +00:00
443850146c
typo fix
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=43
2011-08-25 07:35:01 +00:00
e5aa72d754
32bit code on 64bit archs (bnc#705405)
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=42
2011-08-24 15:54:42 +00:00
9916f6f8a3
remove comment
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=41
2011-08-24 15:53:57 +00:00
59b44e5be7
fix glibc requirement
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=40
2011-08-23 22:53:39 +00:00
097746aeda
typo fix
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=39
2011-08-23 15:09:06 +00:00
e5dd8709e1
- require the right version of glibc at runtime (part of fix for bnc#700362)
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=38
2011-08-23 15:08:51 +00:00
Sascha Peilicke
746f8e594f
Autobuild autoformatter for 79358
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=52
2011-08-22 09:15:41 +00:00
OBS User buildservice-autocommit
d30b214a86
Updating link to change in openSUSE:Factory/valgrind revision 52.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=884061ab794680e3ec852ab46a6695c8
2011-08-22 09:15:41 +00:00
Sascha Peilicke
7de0e743b2
Accepting request 79358 from devel:tools
...
- fix build against glibc 2.14
- require the right version of glibc at runtime
OBS-URL: https://build.opensuse.org/request/show/79358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=51
2011-08-22 09:15:33 +00:00
4315dffa30
- fix build against glibc 2.14
...
- require the right version of glibc at runtime
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=36
2011-08-19 17:24:56 +00:00
Sascha Peilicke
f117509913
Autobuild autoformatter for 75579
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=50
2011-07-07 12:14:15 +00:00
OBS User buildservice-autocommit
dfbe4a1826
Updating link to change in openSUSE:Factory/valgrind revision 50.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=40abd0df2002336400749c534fe46521
2011-07-07 12:14:15 +00:00
Sascha Peilicke
2264122999
Accepting request 75579 from devel:tools
...
Handle Linux kernel 3.x (forwarded request 75421 from a_jaeger)
OBS-URL: https://build.opensuse.org/request/show/75579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=49
2011-07-07 12:13:54 +00:00
73ce4746ab
Accepting request 75421 from home:a_jaeger:branches:openSUSE:Factory
...
Handle Linux kernel 3.x
OBS-URL: https://build.opensuse.org/request/show/75421
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=34
2011-07-06 19:47:20 +00:00
Sascha Peilicke
1c97602ab0
Autobuild autoformatter for 74346
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=48
2011-06-23 09:40:04 +00:00
OBS User buildservice-autocommit
60a6e2f24d
Updating link to change in openSUSE:Factory/valgrind revision 48.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=52cc26125f00a4515aacf56e2437478e
2011-06-23 09:40:04 +00:00
Sascha Peilicke
e198cf8f5b
Accepting request 74346 from devel:tools
...
- fix merge error
OBS-URL: https://build.opensuse.org/request/show/74346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=47
2011-06-23 09:39:53 +00:00
b860e0d1a1
- fix merge error
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=32
2011-06-22 18:54:28 +00:00
Sascha Peilicke
2b5c3bd293
Autobuild autoformatter for 74116
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=46
2011-06-20 07:31:16 +00:00
OBS User buildservice-autocommit
c99e09d69a
Updating link to change in openSUSE:Factory/valgrind revision 46.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=bddd5b5aafe0541097588e2081ac4d0e
2011-06-20 07:31:16 +00:00
Sascha Peilicke
c3203b95f8
Accepting request 74116 from devel:tools
...
- Improve Valgrind POWER6 and POWER7/P7 support (bnc#700358)
OBS-URL: https://build.opensuse.org/request/show/74116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=45
2011-06-20 07:31:07 +00:00
6e317f48d4
remove unneeded patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=30
2011-06-19 08:23:49 +00:00
f062078a7c
- Improve Valgrind POWER6 and POWER7/P7 support (bnc#700358)
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=29
2011-06-18 17:10:50 +00:00
Sascha Peilicke
23e3685841
Autobuild autoformatter for 70871
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=44
2011-05-23 09:59:22 +00:00
OBS User buildservice-autocommit
8137db9595
Updating link to change in openSUSE:Factory/valgrind revision 44.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=3adfd3a44d936a2d742fc968298b7ea7
2011-05-23 09:59:22 +00:00
Sascha Peilicke
aec1156334
Accepting request 70871 from devel:tools
...
- revert removal for gcc-32bit requirement, breaks valgrinding
32bit code on 64bit archs
This has been removed 2010/Oct/21. The missing dependency is
detected by configure ("checking for 32 bit build support... no")
but this is not fatal when only running 64bit on 64bit archs. (forwarded request 70449 from StefanBruens)
OBS-URL: https://build.opensuse.org/request/show/70871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=43
2011-05-23 09:59:14 +00:00
10058aafd5
Accepting request 70449 from home:StefanBruens:branches:devel:tools
...
- revert removal for gcc-32bit requirement, breaks valgrinding
32bit code on 64bit archs
This has been removed 2010/Oct/21. The missing dependency is
detected by configure ("checking for 32 bit build support... no")
but this is not fatal when only running 64bit on 64bit archs.
OBS-URL: https://build.opensuse.org/request/show/70449
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=27
2011-05-20 20:11:09 +00:00