Hello community, here is the log from the commit of package mdds for openSUSE:Factory checked in at 2013-11-15 13:27:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdds (Old) and /work/SRC/openSUSE:Factory/.mdds.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdds" Changes: -------- --- /work/SRC/openSUSE:Factory/mdds/mdds.changes 2013-11-04 15:27:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes 2013-11-15 13:27:48.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 14 11:19:25 UTC 2013 - [email protected] + +- Depend on pkg-config to have proper provides later on. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdds.spec ++++++ --- /var/tmp/diff_new_pack.o3PvNP/_old 2013-11-15 13:27:49.000000000 +0100 +++ /var/tmp/diff_new_pack.o3PvNP/_new 2013-11-15 13:27:49.000000000 +0100 @@ -19,19 +19,20 @@ Name: mdds Version: 0.8.1 Release: 0 +Summary: A collection of multi-dimensional data structure and indexing algorithm +License: MIT +Group: Development/Libraries/C and C++ Url: http://code.google.com/p/multidimalgorithm/ Source: https://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 # not upstreamed as it is specifico only for SLE Patch0: old-gcc-bug.patch -Summary: A collection of multi-dimensional data structure and indexing algorithm -License: MIT -Group: Development/Libraries/C and C++ -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: boost-devel BuildRequires: gcc-c++ BuildRequires: libstdc++-devel +BuildRequires: pkg-config Requires: boost-devel >= 1.39 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This library provides a collection of multi-dimensional data structure and indexing @@ -50,7 +51,7 @@ %define _docdir %{_defaultdocdir}/%{name}-devel %prep -%setup -q -n %{name}_%{version} +%setup -n %{name}_%{version} %patch0 -p1 %build @@ -58,7 +59,7 @@ make %{?_smp_mflags} V=1 %check -make check +make check %{?_smp_mflags} V=1 %install make DESTDIR=%buildroot install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
