Hello community, here is the log from the commit of package libvpx for openSUSE:Factory checked in at 2015-02-27 11:07:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvpx (Old) and /work/SRC/openSUSE:Factory/.libvpx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libvpx" Changes: -------- --- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes 2013-12-13 13:09:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes 2015-02-27 11:07:45.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Feb 23 14:24:04 UTC 2015 - idonmez@suse.com + +- Add baselibs.conf as source + +------------------------------------------------------------------- +Mon Feb 23 13:37:39 UTC 2015 - rguenther@suse.com + +- Build with -std=gnu89 to deal with GCC 5 defaulting to -std=gnu11 + and the C11 stddef.h providing a max_align_t that conflicts with + the one provided by nestegg/halloc/src/align.h. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvpx.spec ++++++ --- /var/tmp/diff_new_pack.ILxgP9/_old 2015-02-27 11:07:46.000000000 +0100 +++ /var/tmp/diff_new_pack.ILxgP9/_new 2015-02-27 11:07:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvpx # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Group: Productivity/Multimedia/Other Url: http://www.webmproject.org/ Source0: %{name}-%{version}.tar.xz +Source1000: baselibs.conf # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined. Patch1: libvpx-define-config_pic.patch Patch2: libvpx-configure-add-s390.patch @@ -97,7 +98,7 @@ %build cd build -export CFLAGS="%{optflags}" +export CFLAGS="-std=gnu89 %{optflags}" # It is only an emulation of autotools configure; the macro does not work # libvpx default enable NEON support on ARMv7, unfortunately some ARMv7 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org