From 5c48da6304147e02580e79442d2aeb8adbf4d68afbd72a39ba9aeb2addd4d4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 29 Jul 2011 00:45:15 +0000 Subject: [PATCH] Accepting request 77307 from home:elvigia:branches:multimedia:libs - Remove -fno-strict-aliasing from cflags, no longer needed - disable automake silent rules. OBS-URL: https://build.opensuse.org/request/show/77307 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsndfile?expand=0&rev=23 --- libsndfile-progs.spec | 6 +++--- libsndfile.changes | 6 ++++++ libsndfile.spec | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/libsndfile-progs.spec b/libsndfile-progs.spec index 10164d9..41286ae 100644 --- a/libsndfile-progs.spec +++ b/libsndfile-progs.spec @@ -45,13 +45,13 @@ Authors: %build %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter # autoreconf --force --install -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %{warn_flags}" +CFLAGS="$RPM_OPT_FLAGS %{warn_flags}" export CFLAGS -%configure \ +%configure --disable-silent-rules \ --disable-static \ --enable-sqlite \ --with-pic -make +make %{?_smp_mflags} %install make DESTDIR="$RPM_BUILD_ROOT" install diff --git a/libsndfile.changes b/libsndfile.changes index c5355c9..30bfebc 100644 --- a/libsndfile.changes +++ b/libsndfile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 27 23:39:43 UTC 2011 - crrodriguez@opensuse.org + +- Remove -fno-strict-aliasing from cflags, no longer needed +- disable automake silent rules. + ------------------------------------------------------------------- Mon Jul 18 17:23:30 CEST 2011 - tiwai@suse.de diff --git a/libsndfile.spec b/libsndfile.spec index 0fc6694..95d822e 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -79,11 +79,11 @@ Authors: %build %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter # autoreconf --force --install -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %{warn_flags}" +CFLAGS="$RPM_OPT_FLAGS %{warn_flags}" export CFLAGS -%configure \ +%configure --disable-silent-rules \ --disable-static \ - --enable-sqlite \ + --enable-sqlite \ --with-pic make %{?_smp_mflags}