Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2012-05-10 14:32:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libebml (Old)
 and      /work/SRC/openSUSE:Factory/.libebml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libebml", Maintainer is "se...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2011-09-26 
10:34:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes     2012-05-10 
14:33:12.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 10 02:01:36 UTC 2012 - crrodrig...@opensuse.org
+
+- Do not use gcc -ansi flag. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libebml.spec ++++++
--- /var/tmp/diff_new_pack.iUXjoj/_old  2012-05-10 14:33:16.000000000 +0200
+++ /var/tmp/diff_new_pack.iUXjoj/_new  2012-05-10 14:33:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libebml
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -21,10 +21,10 @@
 Name:           libebml
 Version:        1.2.2
 Release:        0
-License:        LGPL-2.1+
 Summary:        Libary to Parse EBML Files
-Url:            http://www.matroska.org/
+License:        LGPL-2.1+
 Group:          Development/Libraries/Other
+Url:            http://www.matroska.org/
 Source:         
http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 
@@ -33,7 +33,6 @@
 http://www.matroska.org/technical/specs/rfc/.
 
 %package -n libebml%{soname}
-License:        LGPL-2.1+
 Summary:        Libary to Parse EBML Files
 Group:          Development/Libraries/Other
 
@@ -42,11 +41,10 @@
 http://www.matroska.org/technical/specs/rfc/.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Libary to Parse EBML Files
 Group:          Development/Libraries/Other
-Requires:       libebml%{soname} = %{version}
 Requires:       glibc-devel
+Requires:       libebml%{soname} = %{version}
 Requires:       libstdc++-devel
 
 %description devel
@@ -58,7 +56,8 @@
 
 %build
 cd make/linux
-%{__make} %{?_smp_mflags} CXXFLAGS="${CXXFLAGS:-%optflags}" sharedlib
+sed -i -e 's|-ansi -fno-gnu-keywords||g' Makefile
+%{__make} %{?_smp_mflags} CXXFLAGS="${CXXFLAGS:-%optflags -D_GNU_SOURCE}" 
sharedlib
 
 %install
 cd make/linux

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to