From 1a61ffadbb2524cf5bd5b26e09e579a644d53cde072f8e36855d67e988f2751e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 16 Jan 2021 22:32:29 +0000 Subject: [PATCH 1/2] 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 --- orc-0.4.31.tar.xz | 3 --- orc-0.4.32.tar.xz | 3 +++ orc.changes | 7 +++++++ orc.spec | 7 +++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 orc-0.4.31.tar.xz create mode 100644 orc-0.4.32.tar.xz diff --git a/orc-0.4.31.tar.xz b/orc-0.4.31.tar.xz deleted file mode 100644 index a4462c8..0000000 --- a/orc-0.4.31.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075 -size 177768 diff --git a/orc-0.4.32.tar.xz b/orc-0.4.32.tar.xz new file mode 100644 index 0000000..a73018f --- /dev/null +++ b/orc-0.4.32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0 +size 180340 diff --git a/orc.changes b/orc.changes index 595de1a..2eba826 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 16 15:27:40 UTC 2021 - Dirk Müller + +- udpate to 0.4.32: + - Add support for JIT code generation in Universal Windows Platform apps + - Minor Meson build system fixes and improvements + ------------------------------------------------------------------- Tue Jan 7 14:01:44 UTC 2020 - Dominique Leuenberger diff --git a/orc.spec b/orc.spec index 3ff8f36..3b2cdc2 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,18 +18,17 @@ Name: orc -Version: 0.4.31 +Version: 0.4.32 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause Group: Productivity/Multimedia/Other URL: https://gitlab.freedesktop.org/gstreamer/orc - Source: https://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz Source99: baselibs.conf - BuildRequires: gtk-doc >= 1.12 BuildRequires: meson >= 0.47.0 +BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) Provides: %{name}-devel = %{version} From 90f94cc7a513723f13e99687b3a4bbbde3dc08dc221904ffbcb9d69809c0439a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 16 Jan 2021 22:33:52 +0000 Subject: [PATCH 2/2] Fix spelling and style in .changes OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=75 --- orc.changes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/orc.changes b/orc.changes index 2eba826..d5b9d61 100644 --- a/orc.changes +++ b/orc.changes @@ -1,9 +1,10 @@ ------------------------------------------------------------------- Sat Jan 16 15:27:40 UTC 2021 - Dirk Müller -- udpate to 0.4.32: - - Add support for JIT code generation in Universal Windows Platform apps - - Minor Meson build system fixes and improvements +- Update to version 0.4.32: + + Add support for JIT code generation in Universal Windows + Platform apps. + + Minor Meson build system fixes and improvements. ------------------------------------------------------------------- Tue Jan 7 14:01:44 UTC 2020 - Dominique Leuenberger