Hello community, here is the log from the commit of package libdbi for openSUSE:Factory checked in at 2011-12-14 14:33:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdbi (Old) and /work/SRC/openSUSE:Factory/.libdbi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdbi", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libdbi/libdbi.changes 2011-09-23 02:08:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libdbi.new/libdbi.changes 2011-12-14 14:33:52.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 13 13:32:14 UTC 2011 - [email protected] + +- Optimization level 20 doesn't really exist, fix it to -O3 +- Fix license to be LGPL-2.1+ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdbi.spec ++++++ --- /var/tmp/diff_new_pack.kRpTQ1/_old 2011-12-14 14:33:53.000000000 +0100 +++ /var/tmp/diff_new_pack.kRpTQ1/_new 2011-12-14 14:33:53.000000000 +0100 @@ -23,8 +23,8 @@ Name: libdbi Version: 0.8.3 Release: 1 -Group: Development/Libraries -License: LGPL +Group: Development/Libraries/C and C++ +License: LGPL-2.1+ Url: http://libdbi.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf @@ -40,7 +40,7 @@ %package -n %{lname} -Group: Development/Libraries +Group: Development/Libraries/C and C++ Summary: Database Independent Abstraction Layer for C %description -n %{lname} @@ -52,7 +52,7 @@ %package devel Summary: Development files for libdbi (Database Independent Abstraction Layer for C) -Group: Development/Libraries +Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel @@ -61,6 +61,7 @@ %prep %setup -q +sed -i s,\-O20,\-O3,g configure %build %configure --disable-docs --disable-static -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
