Hello community, here is the log from the commit of package libechonest for openSUSE:Factory checked in at 2012-03-11 20:04:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libechonest (Old) and /work/SRC/openSUSE:Factory/.libechonest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libechonest", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes 2011-12-09 11:50:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 2012-03-11 20:04:16.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 10 14:32:05 UTC 2012 - crrodrig...@opensuse.org + +- Make build verbose to let rpmlint do its job. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libechonest.spec ++++++ --- /var/tmp/diff_new_pack.ArX0R7/_old 2012-03-11 20:04:16.000000000 +0100 +++ /var/tmp/diff_new_pack.ArX0R7/_new 2012-03-11 20:04:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libechonest # -# 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 @@ -19,9 +19,10 @@ %define soname 1_2 Name: libechonest -BuildRequires: cmake gcc-c++ libqt4-devel +BuildRequires: cmake +BuildRequires: gcc-c++ BuildRequires: libqjson-devel -License: GPL-2.0+ +BuildRequires: libqt4-devel Version: 1.2.1 Release: 0 Source0: libechonest-%{version}.tar.bz2 @@ -30,6 +31,7 @@ # main package Summary: Qt library for communicating with The Echo Nest +License: GPL-2.0+ Group: System/Libraries %description @@ -38,16 +40,16 @@ # bin package %package -n libechonest%{soname} -Group: System/Libraries Summary: Qt library for communicating with The Echo Nest +Group: System/Libraries %description -n libechonest%{soname} It currently supports almost all of the features of the Echo Nest API, including all the API functions. # devel package %package -n libechonest-devel -Group: Development/Libraries/C and C++ Summary: Qt library for communicating with The Echo Nest +Group: Development/Libraries/C and C++ Requires: libechonest%{soname} = %{version} %description -n libechonest-devel @@ -65,7 +67,7 @@ -DLIB_SUFFIX=64 %endif -make %{?_smp_mflags} +make VERBOSE=1 %{?_smp_mflags} %install %makeinstall -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org