Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2014-09-20 15:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-12-23 12:34:53.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes     2014-09-20 
15:49:55.000000000 +0200
@@ -1,0 +2,24 @@
+Wed Sep 17 11:14:54 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.4.22:
+  + Handle NOCONFIGURE=1 in autogen.sh.
+  + Some memory leak fixes in the compiler.
+  + Fixes for compiler warnings on Win64.
+  + Properly detect CPU features on Android in non-debug build.
+  + Use Android logging system instead of stderr for debug output.
+
+-------------------------------------------------------------------
+Fri Jul  4 07:57:28 UTC 2014 - idon...@suse.com
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  orc-0.4.18.tar.gz

New:
----
  _constraints
  orc-0.4.22.tar.xz
  orc-disable-test-limits.patch

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

Other differences:
------------------
++++++ orc.spec ++++++
--- /var/tmp/diff_new_pack.LCnfsD/_old  2014-09-20 15:49:56.000000000 +0200
+++ /var/tmp/diff_new_pack.LCnfsD/_new  2014-09-20 15:49:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package orc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,19 @@
 
 
 Name:           orc
+Version:        0.4.22
+Release:        0
 Summary:        The Oil Runtime Compiler
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Other
-Version:        0.4.18
-Release:        0
-Url:            http://code.entropywave.com/projects/orc/
-Source:         
http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz
+Url:            http://cgit.freedesktop.org/gstreamer/orc
+Source:         
http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+Patch1:         orc-disable-test-limits.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gtk-doc
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 Provides:       %{name}-devel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,28 +66,29 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
+autoreconf -fi
 %configure \
     --disable-static \
     --enable-gtk-doc
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+
 # These are some examples that seem not to make sense to be distributed
 rm -rf %{buildroot}%{_libdir}/orc
+
 # Remove libtool archives
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-%ifnarch %arm
-make check
+%ifnarch %{arm}
+make check %{?_smp_mflags}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post -n liborc-0_4-0 -p /sbin/ldconfig
 
 %postun -n liborc-0_4-0 -p /sbin/ldconfig

++++++ orc-disable-test-limits.patch ++++++
Index: orc-0.4.21/testsuite/Makefile.am
===================================================================
--- orc-0.4.21.orig/testsuite/Makefile.am
+++ orc-0.4.21/testsuite/Makefile.am
@@ -12,8 +12,7 @@ TESTS = \
        exec_parse \
        perf_opcodes_sys perf_parse \
        memcpy_speed \
-       abi \
-       test-limits
+       abi
 
 noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
        generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to