Hello community,

here is the log from the commit of package mdds for openSUSE:Factory checked in 
at 2015-04-05 02:02:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-03-19 
20:47:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes   2015-04-05 
02:02:52.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Mar 24 09:47:15 UTC 2015 - tchva...@suse.com
+
+- Just move define up and comment why we redefine docdir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mdds.spec ++++++
--- /var/tmp/diff_new_pack.wZhG8H/_old  2015-04-05 02:02:53.000000000 +0200
+++ /var/tmp/diff_new_pack.wZhG8H/_new  2015-04-05 02:02:53.000000000 +0200
@@ -16,6 +16,8 @@
 #
 
 
+# redefined as we put there just devel docs
+%define _docdir %{_defaultdocdir}/%{name}-devel
 Name:           mdds
 Version:        0.12.0
 Release:        0
@@ -46,17 +48,17 @@
 algorithms.  All data structures are available as C++ templates, hence this is 
a
 header-only library, with no shared library to link against.
 
-%define _docdir %{_defaultdocdir}/%{name}-devel
-
 %prep
 %setup -q -n %{name}_%{version}
 
 %build
-%configure --docdir=%{_docdir}
-make %{?_smp_mflags} V=1
+%configure \
+    --disable-silent-rules \
+    --docdir=%{_docdir}
+make %{?_smp_mflags}
 
 %check
-make check %{?_smp_mflags} V=1
+make check %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}


Reply via email to