Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2016-09-05 21:16:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orc (Old)
 and      /work/SRC/openSUSE:Factory/.orc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orc/orc.changes  2016-03-09 15:15:20.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes     2016-09-05 
21:16:53.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Aug 31 19:52:08 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.4.26:
+  + Use 64 bit arithmetic to increment the stride if needed.
+  + Fix generation of ModR/M / SIB bytes for the EBP, R12, R13
+    registers on X86/X86-64.
+  + Fix test_parse unit test if no executable backend is available.
+  + Add orc-test path to the -uninstalled .pc file.
+  + Fix compiler warnings in the tests on OS X.
+- Add pkgconfig(glib-2.0) BuildRequires, the build looks for it.
+- Remove obsolete bconds, they were only there for now obsolete
+  versions of openSUSE.
+- Drop explicit xz BuildRequires: No longer needed.
+- Enable testsuite for all arches again.
+
+-------------------------------------------------------------------

Old:
----
  orc-0.4.25.tar.xz

New:
----
  orc-0.4.26.tar.xz

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

Other differences:
------------------
++++++ orc.spec ++++++
--- /var/tmp/diff_new_pack.75GQYd/_old  2016-09-05 21:16:54.000000000 +0200
+++ /var/tmp/diff_new_pack.75GQYd/_new  2016-09-05 21:16:54.000000000 +0200
@@ -17,14 +17,8 @@
 #
 
 
-%if 0%{?suse_version} < 1200
-%bcond_with gtkdoc
-%else
-%bcond_without gtkdoc
-%endif
-
 Name:           orc
-Version:        0.4.25
+Version:        0.4.26
 Release:        0
 Summary:        The Oil Runtime Compiler
 License:        BSD-3-Clause
@@ -32,14 +26,9 @@
 Url:            http://cgit.freedesktop.org/gstreamer/orc
 Source:         
http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-%if %{with gtkdoc}
 BuildRequires:  gtk-doc >= 1.12
-%endif
 BuildRequires:  pkg-config
-%if 0%{?suse_version} <= 1130
-#openSUSE until 11.3 and also SLE11 do not bring in xz on their own.
-BuildRequires:  xz
-%endif
+BuildRequires:  pkgconfig(glib-2.0)
 Provides:       %{name}-devel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -78,11 +67,7 @@
 %build
 %configure \
     --disable-static \
-%if %{with gtkdoc}
     --enable-gtk-doc
-%else
-    --disable-gtk-doc
-%endif
 make %{?_smp_mflags}
 
 %install
@@ -94,13 +79,8 @@
 # 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 (last tested with 0.4.24)
-# disable also for ppc64le as many changes required in orcprogram-altivec.c
-# Testsuite is broken on aarch64
 %check
-%ifnarch aarch64 %{arm} %{ix86} ppc64le
 make check %{?_smp_mflags}
-%endif
 
 %post -n liborc-0_4-0 -p /sbin/ldconfig
 


++++++ orc-0.4.25.tar.xz -> orc-0.4.26.tar.xz ++++++
++++ 2613 lines of diff (skipped)


Reply via email to