Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2019-05-07 23:11:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orc (Old)
 and      /work/SRC/openSUSE:Factory/.orc.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orc"

Tue May  7 23:11:11 2019 rev:39 rq:700967 version:0.4.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/orc/orc.changes  2017-11-23 09:34:01.135271441 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new.5148/orc.changes        2019-05-07 
23:11:12.659958327 +0200
@@ -1,0 +2,21 @@
+Sat Apr 20 17:28:10 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  orc-0.4.28.tar.gz

New:
----
  orc-0.4.29.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orc.spec ++++++
--- /var/tmp/diff_new_pack.cxGLvp/_old  2019-05-07 23:11:13.779960422 +0200
+++ /var/tmp/diff_new_pack.cxGLvp/_new  2019-05-07 23:11:13.779960422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package orc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,21 +13,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           orc
-Version:        0.4.28
+Version:        0.4.29
 Release:        0
 Summary:        The Oil Runtime Compiler
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Other
-Url:            http://cgit.freedesktop.org/gstreamer/orc
-Source:         
https://github.com/GStreamer/orc/archive/%{name}-%{version}.tar.gz
+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
+BuildRequires:  meson >= 0.47.0
 BuildRequires:  pkgconfig(glib-2.0)
 Provides:       %{name}-devel = %{version}
 
@@ -61,34 +63,27 @@
 arithmetic operations.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%autosetup -p1
 
 %build
-%meson
+%meson \
+       -Dorc-test=disabled \
+       -Dexamples=disabled \
+       -Dtests=disabled \
+       %{nil}
 %meson_build
 
 %install
 %meson_install
 
-# These are some examples that seem not to make sense to be distributed
-rm -rf %{buildroot}%{_libdir}/orc
-
-# Remove libtool archives
-find %{buildroot} -type f -name "*.la" -delete -print
-
-%check
-# Disable testsuite for almost all arches, it's only stable on x86_64
-%ifnarch aarch64 %{arm} %{ix86} ppc64le
-%meson_test
-%endif
+# Remove static files.
+find %{buildroot} -type f -name "*.a" -delete -print
 
 %post -n liborc-0_4-0 -p /sbin/ldconfig
 
 %postun -n liborc-0_4-0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%{_bindir}/orc-bugreport
 %{_bindir}/orcc
 %{_includedir}/orc-0.4/
 %{_libdir}/*.so
@@ -96,13 +91,11 @@
 %{_datadir}/aclocal/orc.m4
 
 %files doc
-%defattr(-,root,root)
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/orc/
 
 %files -n liborc-0_4-0
-%defattr(-,root,root)
 %{_libdir}/liborc*-0.4.so.*
 
 %changelog


Reply via email to