From 29bd5772e6fe67e3ee3881d03f26757c22465408bd421d85a21df8e209e7ce92 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 24 May 2011 07:12:06 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/libtheora revision 21.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libtheora?expand=0&rev=d4f6d8cfd504eb23539e4568cecd4aa6 --- libtheora.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libtheora.spec b/libtheora.spec index 00bda0c..c33cba5 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,7 +1,7 @@ # -# spec file for package libtheora (Version 1.1.1) +# spec file for package libtheora # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ Name: libtheora -BuildRequires: SDL-devel libpng-devel gcc-c++ libogg-devel libvorbis-devel pkg-config python +BuildRequires: SDL-devel gcc-c++ libogg-devel libpng-devel libvorbis-devel pkg-config python Url: http://www.theora.org/ License: BSD3c(or similar) Group: Productivity/Multimedia/Other Summary: Free Video Codec Version: 1.1.1 -Release: 2 +Release: 10 %define pkg_version %version # bug437293 %ifarch ppc64 From 24d5323eb50b2e749fe8154fa00a3f8ff8f08b410e53c614a6fdb2995579eeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 29 Jul 2011 00:45:21 +0000 Subject: [PATCH 2/2] Accepting request 77308 from home:elvigia:branches:multimedia:libs - remove fno-strict-aliasing from CFLAGS as it is no longer needed and will slow down things. OBS-URL: https://build.opensuse.org/request/show/77308 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libtheora?expand=0&rev=16 --- libtheora.changes | 6 ++++++ libtheora.spec | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libtheora.changes b/libtheora.changes index adf507d..4d08d43 100644 --- a/libtheora.changes +++ b/libtheora.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 27 23:53:06 UTC 2011 - crrodriguez@opensuse.org + +- remove fno-strict-aliasing from CFLAGS as it is no longer + needed and will slow down things. + ------------------------------------------------------------------- Mon May 23 19:15:11 UTC 2011 - crrodriguez@opensuse.org diff --git a/libtheora.spec b/libtheora.spec index c33cba5..1effb70 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -96,11 +96,6 @@ Authors: %setup -q -n %{name}-%{pkg_version} %build -# FIXME: -# toplevel.c:183: warning: dereferencing type-punned pointer will break strict-aliasing rules -# x86_64/fdct_mmx.c:295: warning: dereferencing type-punned pointer will break strict-aliasing rules -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ACLOCAL="aclocal -I m4" autoreconf -f -i %configure \ --disable-static \