SHA256
1
0
forked from pool/orc

96 Commits

Author SHA256 Message Date
4f0bbd5ed5 Accepting request 1189074 from multimedia:libs
- Update to version 0.4.39:
  - Security: Fix error message printing buffer overflow leading
    to possible code execution in orcc with specific input files
    (CVE-2024-40897). This only affects developers and CI
    environments using orcc, not users of liborc (boo#1228184)
  - div255w: fix off-by-one error in the implementations
  - x86: only run AVX detection if xgetbv is available
  - x86: fix AVX detection by implementing the check recommended
    by Intel
  - Only enable JIT compilation on Apple arm64 if running on macOS,
    fixes crashes on iOS
  - Fix potential crash in emulation mode if logging is enabled
  - Handle undefined TARGET_OS_OSX correctly
  - orconce: Fix typo in GCC __sync-based implementation
  - orconce: Fix usage of __STDC_NO_ATOMICS__
  - Fix build with MSVC 17.10 + C11
  - Support stack unwinding on Windows
  - Major opcode and instruction set code clean-ups and refactoring
  - Refactor allocation and chunk initialization of code regions
  - Fall back to emulation on Linux if JIT support is not
    available, e.g. because of SELinux sandboxing or noexec
    mounting)

OBS-URL: https://build.opensuse.org/request/show/1189074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=47
2024-07-24 13:33:10 +00:00
23e2df63b5 Accepting request 1155727 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1155727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=46
2024-03-06 22:04:03 +00:00
64b32eda96 Accepting request 1155569 from home:alarrosa:branches:multimedia:libs
- Backport patch from SLE
- Add relax-tests.patch to increase test timeouts to 2 minutes,
  also limit the max value for memcpy_speed.c test bsc#1130085
- Enable tests

OBS-URL: https://build.opensuse.org/request/show/1155569
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=86
2024-03-06 16:48:45 +00:00
745661b7ba Accepting request 1154981 from home:alarrosa:branches:multimedia:libs
- version update to 0.4.38
  0.4.38
  ======
  - x86: account for XSAVE when checking for AVX support, fixing
    usage on hardened linux kernels where AVX support has been
    disabled (L. E. Segovia)
  - neon: Use the real intrinsics for divf and sqrtf
    (L. E. Segovia)
  - orc.m4 for autotools is no longer shipped. If anyone still uses
    it they can copy it into their source tree (Tim-Philipp Müller)

OBS-URL: https://build.opensuse.org/request/show/1154981
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=85
2024-03-05 17:40:05 +00:00
0fe324f312 Accepting request 1146779 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1146779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=45
2024-02-15 19:59:33 +00:00
1a0a2b8eb5 Accepting request 1146760 from home:pgajdos
- version update to 0.4.37
  0.4.37
  ======
  - enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
  - orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge)
  - MMX backend fixes (L. E. Segovia, Jorge Zapata)
  - testsuite: Build fixes for Clang (L. E. Segovia)
  - testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia)
  - orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué)
  - macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)
  0.4.36
  ======
  - Only use AVX / AVX2 instructions on CPUs that support both AVX and AVX2
    (fixes crash on machines that only support AVX) (L. E. Segovia)
  0.4.35
  ======
  - Add support for AVX / AVX2 (L. E. Segovia)
  - SSE backend improvements (L. E. Segovia)
  - New `orf` and `andf` opcodes for bitwise AND and OR for single precision floats (Jorge Zapata)
  - Add support for `convwf`, int16 to float conversion (Jorge Zapata)
  - Allow backend selection through ORC_TARGET environment variable (L. E. Segovia)
  - Documentation improvements (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
  - orconce: Use Win32 once implementation with MSVC (Seungha Yang, L. E. Segovia)
  - orcc: add --binary option to output raw machine code for functions (L. E. Segovia)
  - orcprofile: Implement Windows high-resolution timestamp for MSVC
    to allow benchmarking on MSVC builds (L. E. Segovia)

OBS-URL: https://build.opensuse.org/request/show/1146760
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=83
2024-02-15 10:33:20 +00:00
612cff3ebb Accepting request 1091414 from multimedia:libs
- Update to version 0.4.34
  + Thread-safety improvements around orc codemem
    allocation/freeing
  + Add orc_parse_code() with more detailed error reporting
  + Implement Orc function lazy initialization correctly via atomic
    operations
  + orc program parser fixes and improvements
  + build fixes and compiler warning fixes
  + coverity and clang scan-build static code analysis fixes
  + meson: Do not always generate static library for test library
  + ci improvements

OBS-URL: https://build.opensuse.org/request/show/1091414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=44
2023-06-09 18:37:02 +00:00
be08f59daf tweak .changes2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=81
2023-06-08 10:00:47 +00:00
269340082d tweak .changes
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=80
2023-06-08 09:59:56 +00:00
ed6345a354 Accepting request 1091275 from home:pgajdos
- version update to 0.4.34
  + Thread-safety improvements around orc codemem allocation/freeing
    (Seungha Yang)
  + Add orc_parse_code() with more detailed error reporting (Francesco Romani)
  + Implement Orc function lazy initialization correctly via atomic operations
    (Sebastian Dröge)
  + orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
  + build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
    Sebastian Dröge)
  + coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
  + meson: Do not always generate static library for test library (Jeremy Bicha)
  + ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)

OBS-URL: https://build.opensuse.org/request/show/1091275
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=79
2023-06-08 09:57:57 +00:00
c08bfe7f1c Accepting request 1037153 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1037153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=43
2022-11-23 08:47:40 +00:00
b055a89dfe Accepting request 1037103 from home:dimstar:Factory
- Update to version 0.4.33:
  + Add support for aarch64 (64-bit ARM) architecture.
  + aarch32: Implement loadupdb instruction used e.g. for video
    pixel format packing/unpacking/conversions.
  + neon: Fix unsigned only implementation of loadoffb, loadoffw
    and loadoffl.
  + neon: Fix testsuite not passing on arm CPUs.
  + orccodemem: Fix use-after-free in error paths.
  + orccpu-powerpc: Fix build with kernel < 4.11.
  + Add support for macOS Hardened Runtime.
  + Enable only SSE and MMX backends for Windows.
  + Fix ORC_RESTRICT definition for MSVC.
  + pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for
    static-only builds.

OBS-URL: https://build.opensuse.org/request/show/1037103
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=77
2022-11-21 17:03:38 +00:00
a9e082a21c Accepting request 863760 from multimedia:libs
- Update to version 0.4.32:
  + Add support for JIT code generation in Universal Windows
    Platform apps.
  + Minor Meson build system fixes and improvements.

OBS-URL: https://build.opensuse.org/request/show/863760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=42
2021-01-19 15:00:33 +00:00
90f94cc7a5 Fix spelling and style in .changes
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=75
2021-01-16 22:33:52 +00:00
1a61ffadbb Accepting request 863718 from home:dirkmueller:branches:multimedia:libs
- udpate to 0.4.32:
  - Add support for JIT code generation in Universal Windows Platform apps
  - Minor Meson build system fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/863718
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=74
2021-01-16 22:32:29 +00:00
a296dbb390 Accepting request 761683 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/761683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=41
2020-01-10 17:40:26 +00:00
51edd5ce3f Accepting request 761616 from home:dimstar:Factory
- Update to version 0.4.31:
  + Fix OrcTargetPowerPCFlags enum typedef to revert API change on
    macOS/iOS.
  + Fixes for various PowerPC issues.
  + Enable flush-to-zero mode for float programs on ARM/neon.
  + Fix some opcodes to support x2/x4 processing on PowerPC.

OBS-URL: https://build.opensuse.org/request/show/761616
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=72
2020-01-07 18:16:09 +00:00
08a747be12 Accepting request 729787 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/729787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=40
2019-09-19 13:47:48 +00:00
25dd4652eb Accepting request 729406 from home:iznogood:branches:multimedia:libs
- Update to version 0.4.30:
  + Don't always generate static library but default to shared-only
  + Work around false positives in Microsoft UWP certification kit
  + Add endbr32/endbr64 instructions on x86/x86-64 for indirect
    branch tracking
  + Fix gtk-doc build when orc is used as a meson subproject
  + Switch float comparison in tests to ULP method to fix spurious
    failures
  + Fix flushing of ARM icache when using dual map
  + Use float constants/parameters when testing float opcodes
  + Add support for Hygon Dhyana processor
  + Fix PPC/PPC64 CPU family detection
  + Add little-endian PPC support
  + Fix compiler warnings with clang
  + Mark exec mapping writable in debug mode for allowing
    breakpoints
  + Various codegen refactorings
  + autotools support has been dropped in favour of Meson as build
    system.
  + Fix PPC CPU feature detection and add support for VSX/v2.07
  + Add double/int64 support for PPC
- No longer remove static file in install section, no longer needed
  as it's not built by default anymore.

OBS-URL: https://build.opensuse.org/request/show/729406
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=70
2019-09-10 10:36:25 +00:00
585113c9f0 Accepting request 700967 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/700967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=39
2019-05-07 21:11:11 +00:00
Tomáš Chvátal
782731e982 Accepting request 700475 from home:iznogood:branches:multimedia:libs
- Update to version 0.4.29:
  + PowerPC: Support ELFv2 ABI (A. Wilcox) and ppc64le.
  + Mips backend: only enable if the DSPr2 ASE is present.
  + Windows and MSVC build fixes.
  + orccpu-arm: Allow 'cpuinfo' fallback on non-android.
  + pkg-config file for orc-test library.
  + orcc: add --decorator command line argument to add function
    decorators in header files.
  + meson:
    - Make orcc detectable from other subprojects.
    - Add options to disable tests, docs, benchmarks, examples,
      tools, etc.
    - Misc. other fixes.
- Pass orc-test=disabled, examples=disabled and tests=disabled to
  meson, and drop meson_tests. Tests consistantly fails on the
  buildservice and consistantly succedes when building locally,
  hence trying to build them on the obs is pointless.

OBS-URL: https://build.opensuse.org/request/show/700475
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=68
2019-05-06 07:48:19 +00:00
ce3cb77cad Accepting request 544013 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/544013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=38
2017-11-23 08:33:54 +00:00
OBS User mrdocs
ef77c99d38 Accepting request 543968 from home:Zaitor:branches:multimedia:libs
- Update to version 0.4.28:
  + Numerous undefined behaviour fixes.
  + Ability to disable tests.
  + Fix meson dist behaviour.

OBS-URL: https://build.opensuse.org/request/show/543968
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=66
2017-11-21 03:16:18 +00:00
0c20f78735 Accepting request 520823 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/520823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=37
2017-09-13 19:42:01 +00:00
Bjørn Lie
6ab1fb01b4 Accepting request 520822 from home:dimstar:Factory
Switch to meson, fixes build fail in :G

OBS-URL: https://build.opensuse.org/request/show/520822
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=64
2017-09-04 14:25:11 +00:00
fff26f8160 Accepting request 511061 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/511061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=36
2017-07-21 20:42:02 +00:00
OBS User mrdocs
813f1328ef Accepting request 511020 from home:Zaitor:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/511020
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=62
2017-07-18 03:28:45 +00:00
99be79a887 Accepting request 457153 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/457153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=35
2017-02-18 23:58:37 +00:00
Ismail Dönmez
3610e09fb9 Accepting request 457060 from home:Zaitor:branches:multimedia:libs
Tweak

OBS-URL: https://build.opensuse.org/request/show/457060
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=60
2017-02-14 19:52:50 +00:00
7690306fa0 Accepting request 424274 from multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/424274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=34
2016-09-05 19:16:44 +00:00
Bjørn Lie
f7dcaee773 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=59 2016-09-01 14:44:37 +00:00
Bjørn Lie
823de47588 Accepting request 424092 from home:Zaitor:branches:multimedia:libs
Resub, actually have all the changes I bragged about in .changes...

OBS-URL: https://build.opensuse.org/request/show/424092
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=58
2016-09-01 14:43:07 +00:00
6b6a094532 Accepting request 366762 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/366762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=33
2016-03-09 14:15:19 +00:00
Ismail Dönmez
fbbc89ae18 Accepting request 366627 from home:Zaitor:branches:multimedia:libs
New rel

OBS-URL: https://build.opensuse.org/request/show/366627
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=56
2016-03-05 19:56:09 +00:00
2920da14c0 Accepting request 334705 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/334705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=32
2015-10-14 14:38:55 +00:00
ce11f7ac6c Accepting request 334669 from devel:ARM:Factory
- disable testsuite on aarch64

OBS-URL: https://build.opensuse.org/request/show/334669
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=54
2015-09-29 06:47:54 +00:00
Stephan Kulow
320b92e071 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
2015-07-19 09:44:31 +00:00
1e99c959fe Accepting request 315757 from home:Zaitor:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/315757
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=52
2015-07-10 07:56:42 +00:00
1d0898b12d Accepting request 288266 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/288266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=30
2015-03-03 10:12:20 +00:00
37674682f8 Accepting request 288116 from home:michel_mno:branches:multimedia:libs
- disable make check for ppc64le archi
  would need changes in orcprogram-altivec.c
  and define of HAVE_POWERPC

OBS-URL: https://build.opensuse.org/request/show/288116
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=50
2015-03-01 08:20:47 +00:00
483651316e Accepting request 266616 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/266616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=29
2014-12-31 10:22:02 +00:00
73007d59db Accepting request 266438 from home:Zaitor:branches:multimedia:libs
New stable update.

Note: If acked by a factory-maintaner, could you please supersede sr#241975 that was declined long ago?

OBS-URL: https://build.opensuse.org/request/show/266438
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=48
2014-12-29 09:26:03 +00:00
Stephan Kulow
4bfbff935d Accepting request 256940 from multimedia:libs
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/256940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=28
2014-10-19 17:27:26 +00:00
9584217746 Accepting request 254858 from home:dimstar:branches:multimedia:libs
Fix SLE

OBS-URL: https://build.opensuse.org/request/show/254858
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=46
2014-10-09 14:10:52 +00:00
f7ce9b76c0 Break branch of Olaf.. just because it's pissing me off
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=45
2014-10-09 13:41:38 +00:00
Stephan Kulow
322eaf8d6d Accepting request 251858 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/251858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=27
2014-10-01 09:21:59 +00:00
84f80b319a Accepting request 251838 from home:Zaitor:branches:multimedia:libs
Disable testsuite for i586 as we are still seeeing random fails for it on that arch.

OBS-URL: https://build.opensuse.org/request/show/251838
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=43
2014-09-24 16:49:08 +00:00
Stephan Kulow
734da00811 Accepting request 249940 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/249940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=26
2014-09-20 13:49:51 +00:00
2fbc6df05f Accepting request 249928 from home:Zaitor:branches:multimedia:libs
Update - should also take care of the failing for i586 issue

OBS-URL: https://build.opensuse.org/request/show/249928
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=41
2014-09-17 12:04:07 +00:00
Ismail Dönmez
bf126dd1f2 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=40
2014-07-16 08:34:33 +00:00
Ismail Dönmez
d4e77e982a - Update to version 0.4.21
+ Fix memory leaks
  + Fix list corruption when splitting code memory chunks,
    causing crashes when allocating a lot of code memory and trying
    to free it later
  + Various compiler warnings, coverity warnings and static code
    analysis fixes
  + Documentation fix for mulhsw, mulhuw
- Add orc-disable-test-limits.patch to disable test-limits test,
  it only works on x86-64

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=39
2014-07-04 13:49:07 +00:00
Tomáš Chvátal
e46f9b10d3 Accepting request 212002 from multimedia:libs
Maintenance release:

- Update to version 0.4.18:
  + Important bugfix in reading constants from bytecode.
  + Documentation and code cleanup.
  + Fix cache flushing on iOS. (forwarded request 211896 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/212002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=24
2013-12-23 11:34:51 +00:00
Cristian Morales Vega
a65a15f0cf Accepting request 211896 from home:Zaitor:branches:multimedia:libs
Maintenance release:

- Update to version 0.4.18:
  + Important bugfix in reading constants from bytecode.
  + Documentation and code cleanup.
  + Fix cache flushing on iOS.

OBS-URL: https://build.opensuse.org/request/show/211896
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=37
2013-12-22 13:28:54 +00:00
Stephan Kulow
5dac1e1425 Accepting request 175834 from multimedia:libs
Update to 0.4.17 (forwarded request 175783 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/175834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=22
2013-05-16 14:14:47 +00:00
d5e70642e9 Accepting request 175783 from home:dimstar:branches:multimedia:libs
Update to 0.4.17

OBS-URL: https://build.opensuse.org/request/show/175783
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=35
2013-05-16 07:54:55 +00:00
Stephan Kulow
41dd472078 Accepting request 134868 from multimedia:libs
- ppc64.patch: Add support for PowerPC64
- altivec.patch: Fix altivec implementation of cmpltf and cmplef operations
- Reenable check on ppc and ppc64 (forwarded request 134801 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/134868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=20
2012-09-23 15:08:01 +00:00
Ismail Dönmez
8346b24416 Accepting request 134801 from home:AndreasSchwab:ff
- ppc64.patch: Add support for PowerPC64
- altivec.patch: Fix altivec implementation of cmpltf and cmplef operations
- Reenable check on ppc and ppc64

OBS-URL: https://build.opensuse.org/request/show/134801
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=33
2012-09-18 13:09:39 +00:00
Stephan Kulow
2ec123b5c0 Accepting request 108484 from multimedia:libs
- Disable check on ARM

OBS-URL: https://build.opensuse.org/request/show/108484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=18
2012-03-09 20:24:53 +00:00
Ismail Dönmez
00d85f12c1 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=31
2012-03-08 11:57:02 +00:00
Ismail Dönmez
565194fe1f Accepting request 108412 from home:Guillaume_G:branches:multimedia:libs
Fix build for ARM by disabling make check (same is already done for ppc and ppc64)

OBS-URL: https://build.opensuse.org/request/show/108412
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=30
2012-03-07 18:58:09 +00:00
Stephan Kulow
433660b531 Accepting request 102473 from multimedia:libs
- Fix license to be BSD-3-Clause 

- disable check on ppc ppc64

OBS-URL: https://build.opensuse.org/request/show/102473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=17
2012-02-03 09:25:02 +00:00
Ismail Dönmez
87e1aa20b4 - Fix license to be BSD-3-Clause
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=27
2012-02-02 12:28:26 +00:00
Ismail Dönmez
f5020ecdd3 Accepting request 102352 from home:k0da:ppc
- disable check on ppc ppc64

OBS-URL: https://build.opensuse.org/request/show/102352
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=26
2012-02-01 11:30:20 +00:00
Ruediger Oertel
fccb3cc167 Accepting request 86501 from multimedia:libs
Update to 0.4.16 (forwarded request 86383 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/86501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=15
2011-10-04 16:14:13 +00:00
Ismail Dönmez
d0b3fe32da Accepting request 86383 from home:vuntz:branches:multimedia:libs
Update to 0.4.16

OBS-URL: https://build.opensuse.org/request/show/86383
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=24
2011-10-04 09:35:21 +00:00
4e35489dfb Accepting request 68604 from home:computersalat:devel:MM
update to 0.4.13

OBS-URL: https://build.opensuse.org/request/show/68604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=23
2011-04-28 14:18:17 +00:00
166218a5b6 Autobuild autoformatter for 55244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=13
2010-12-10 15:06:18 +00:00
ba7b9932d2 Accepting request 55244 from multimedia:libs
Accepted submit request 55244 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=12
2010-12-10 15:06:12 +00:00
Cristian Rodríguez
4849212872 Accepting request 55230 from home:elvigia:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/55230
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=21
2010-12-08 18:44:00 +00:00
OBS User autobuild
32aa07cb91 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=11 2010-10-18 14:52:58 +00:00
OBS User buildservice-autocommit
329da8867d Updating link to change in openSUSE:Factory/orc revision 11.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=c3f10a58fe5baadb93a51008f16005e4
2010-10-18 14:52:58 +00:00
Ruediger Oertel
428a51c76d Accepting request 50894 from multimedia:libs
Accepted submit request 50894 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/50894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=10
2010-10-18 14:50:19 +00:00
Vincent Untz
ada71c7b75 Accepting request 50893 from home:vuntz:branches:multimedia:libs
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/50893
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=19
2010-10-18 08:29:55 +00:00
OBS User autobuild
b0e4d13373 Accepting request 50142 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 50142 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/50142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=9
2010-10-11 10:12:43 +00:00
OBS User buildservice-autocommit
d5082a83c8 Updating link to change in openSUSE:Factory/orc revision 9.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=e2c0607057f43eb6b01b6d833061e9ce
2010-10-11 10:12:43 +00:00
OBS User autobuild
5eeb301ecb Accepting request 50142 from multimedia:libs
checked in (request 50142)

OBS-URL: https://build.opensuse.org/request/show/50142
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=18
2010-10-11 10:12:41 +00:00
Vincent Untz
b8f077163f Accepting request 50137 from home:vuntz:branches:multimedia:libs
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/50137
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=17
2010-10-09 09:38:55 +00:00
OBS User autobuild
3219ee0db4 Accepting request 47709 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 47709 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/47709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=8
2010-09-13 09:48:54 +00:00
OBS User buildservice-autocommit
982c39e9c6 Updating link to change in openSUSE:Factory/orc revision 8.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=fa213689237fb30a7c9723db36b9015d
2010-09-13 09:48:54 +00:00
OBS User autobuild
9e144116b6 Accepting request 47709 from multimedia:libs
checked in (request 47709)

OBS-URL: https://build.opensuse.org/request/show/47709
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=16
2010-09-13 09:48:51 +00:00
Vincent Untz
ffe7624022 Accepting request 47292 from home:vuntz:branches:multimedia:libs
ok

OBS-URL: https://build.opensuse.org/request/show/47292
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=15
2010-09-06 14:46:32 +00:00
OBS User autobuild
9257c2dad8 Accepting request 46715 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 46715 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=7
2010-09-03 11:42:43 +00:00
OBS User buildservice-autocommit
198549cfdf Updating link to change in openSUSE:Factory/orc revision 7.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=c0da04cd932ac195e604e617bb88185e
2010-09-03 11:42:43 +00:00
OBS User autobuild
790ab59334 Accepting request 46715 from multimedia:libs
checked in (request 46715)

OBS-URL: https://build.opensuse.org/request/show/46715
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=14
2010-09-03 11:42:42 +00:00
Vincent Untz
ec9f91dd88 Accepting request 46714 from home:vuntz:branches:multimedia:libs
Copy from home:vuntz:branches:multimedia:libs/orc via accept of submit request 46714 revision 3.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/46714
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=13
2010-08-30 20:43:41 +00:00
OBS User autobuild
37a71521bc Accepting request 46316 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 46316 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=6
2010-08-27 13:23:28 +00:00
OBS User buildservice-autocommit
a4853fb2d8 Updating link to change in openSUSE:Factory/orc revision 6.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=fa51e244e22609c2dc7d7238cb5273e9
2010-08-27 13:23:28 +00:00
OBS User autobuild
28732c3511 Accepting request 46316 from multimedia:libs
checked in (request 46316)

OBS-URL: https://build.opensuse.org/request/show/46316
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=12
2010-08-27 13:23:27 +00:00
Vincent Untz
518f6e56b7 Accepting request 46308 from home:vuntz:branches:multimedia:libs
Copy from home:vuntz:branches:multimedia:libs/orc via accept of submit request 46308 revision 2.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/46308
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=11
2010-08-26 10:46:35 +00:00
OBS User autobuild
1bc7e37378 Accepting request 44758 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 44758 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/44758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=5
2010-08-09 00:20:19 +00:00
OBS User buildservice-autocommit
51d35135f5 Updating link to change in openSUSE:Factory/orc revision 5.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=266162354c6fe0b99ffc3bec0cbed7de
2010-08-09 00:20:19 +00:00
OBS User autobuild
e5227d8b0f Accepting request 44758 from multimedia:libs
checked in (request 44758)

OBS-URL: https://build.opensuse.org/request/show/44758
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=10
2010-08-09 00:20:18 +00:00
Vincent Untz
4575940ca4 Accepting request 44757 from home:vuntz:branches:multimedia:libs
Copy from home:vuntz:branches:multimedia:libs/orc via accept of submit request 44757 revision 5.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/44757
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=9
2010-08-06 16:22:45 +00:00
OBS User autobuild
f89191a3cc Accepting request 40647 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 40647 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/40647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=2
2010-05-31 16:18:27 +00:00
OBS User autobuild
20138a503b Accepting request 40647 from multimedia:libs
checked in (request 40647)

OBS-URL: https://build.opensuse.org/request/show/40647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=8
2010-05-31 16:18:26 +00:00
OBS User autobuild
0349dac426 Accepting request 36732 from multimedia:libs
Copy from multimedia:libs/orc based on submit request 36732 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/36732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=1
2010-04-07 23:09:47 +00:00

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a55a98d4772567aa3faed8fb84d540c3db77eaba16d3e2e10b044fbc9228668d
size 227152