From 198549cfdf4f9edfffc0ae91f62abf048bf9e9515213cf20437567241668b857 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 3 Sep 2010 11:42:43 +0000 Subject: [PATCH] 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 --- baselibs.conf | 1 + orc-0.4.7.tar.bz2 | 3 --- orc-0.4.8.tar.bz2 | 3 +++ orc.changes | 17 +++++++++++++++++ orc.spec | 5 +++-- 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 baselibs.conf delete mode 100644 orc-0.4.7.tar.bz2 create mode 100644 orc-0.4.8.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..082d11d --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +liborc-0_4-0 diff --git a/orc-0.4.7.tar.bz2 b/orc-0.4.7.tar.bz2 deleted file mode 100644 index 30e6d4b..0000000 --- a/orc-0.4.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e3d81af1a184f92dd1de7f05eaf69bb8e15efe544c64d309038e49deef92ff9 -size 443015 diff --git a/orc-0.4.8.tar.bz2 b/orc-0.4.8.tar.bz2 new file mode 100644 index 0000000..d46cca1 --- /dev/null +++ b/orc-0.4.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c7dbca528455508ba922d342e3138e69be554bc0f4f5dc72dcbe6c28c10c28 +size 500242 diff --git a/orc.changes b/orc.changes index 66f5099..cc7c1f0 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 30 17:36:41 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.4.8: + + Fix Windows and OS/X builds + + Improve behavior in failure cases + + Major improvements for Altivec backend + + Significant documentation additions + + Memory for executable code storage is now handled in a much + more controlled manner, and it's now possible to reclaim this + memory after it's no longer needed. + + A few more 64-bit opcodes have been added, mostly related to + arithmetic on floating point values. + + The orcc tool now handles 64-bit and floating point parameters + and constants. +- Add baselibs.conf. + ------------------------------------------------------------------- Thu Aug 26 12:01:02 CEST 2010 - vuntz@opensuse.org diff --git a/orc.spec b/orc.spec index 5d36711..8869867 100644 --- a/orc.spec +++ b/orc.spec @@ -1,5 +1,5 @@ # -# spec file for package orc (Version 0.4.7) +# spec file for package orc (Version 0.4.8) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. @@ -19,13 +19,14 @@ Name: orc -Version: 0.4.7 +Version: 0.4.8 Release: 1 License: BSD and Motorola License (please mark changes) Summary: The Oil Runtime Compiler Url: http://code.entropywave.com/projects/orc/ Group: Productivity/Multimedia/Other Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf # PATCH-FIX-UPSTREAM orc-asneeded.patch dimstar@opensuse.org -- Fix build by properly linking the library with libm. BuildRequires: gtk-doc BuildRequires: pkg-config