Accepting request 315784 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/315784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=31
This commit is contained in:
commit
320b92e071
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7
|
||||
size 450076
|
3
orc-0.4.24.tar.xz
Normal file
3
orc-0.4.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b
|
||||
size 455880
|
11
orc.changes
11
orc.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 22:03:42 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.4.24:
|
||||
+ Only reuse constants of the same size and value.
|
||||
+ Fix reading of .orc files with Windows line endings on Windows.
|
||||
+ Fix out of bounds array access in the tests.
|
||||
+ Remove duplicate code path in orcc.
|
||||
+ Put a limit to the memcpy test.
|
||||
+ Fix mmap leak on error path.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 27 17:29:20 UTC 2015 - normand@linux.vnet.ibm.com
|
||||
|
||||
|
4
orc.spec
4
orc.spec
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: orc
|
||||
Version: 0.4.23
|
||||
Version: 0.4.24
|
||||
Release: 0
|
||||
Summary: The Oil Runtime Compiler
|
||||
License: BSD-3-Clause
|
||||
@ -94,7 +94,7 @@ rm -rf %{buildroot}%{_libdir}/orc
|
||||
# Remove libtool archives
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
# Temp disable check on i586 until we have sorted out the i586 fails with upstream
|
||||
# Temp disable check on i586 until we have sorted out the i586 fails with upstream (last tested with 0.4.24)
|
||||
# disable also for ppc64le as many changes required in orcprogram-altivec.c
|
||||
%check
|
||||
%ifnarch %{arm} || %{ix86} || ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user