Hello community,

here is the log from the commit of package nfs-ganesha for openSUSE:Factory 
checked in at 2020-01-07 23:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-ganesha (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-ganesha.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-ganesha"

Tue Jan  7 23:50:39 2020 rev:8 rq:760717 version:3.1+git0.4de09d665

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-ganesha/nfs-ganesha.changes  2019-12-23 
22:39:17.713868501 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-ganesha.new.6675/nfs-ganesha.changes        
2020-01-07 23:50:46.267950883 +0100
@@ -1,0 +2,10 @@
+Fri Jan  3 13:29:08 UTC 2020 - David Disseldorp <[email protected]>
+
+- Drop -DCMAKE_BUILD_TYPE=Release in favour of %cmake macro default.
+
+-------------------------------------------------------------------
+Fri Jan  3 09:18:06 UTC 2020 - Martin Liška <[email protected]>
+
+- Use %cmake macros for build in order to respect $optflags.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nfs-ganesha.spec ++++++
--- /var/tmp/diff_new_pack.Cta15m/_old  2020-01-07 23:50:46.799951159 +0100
+++ /var/tmp/diff_new_pack.Cta15m/_new  2020-01-07 23:50:46.799951159 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs-ganesha
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -500,7 +500,7 @@
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8
 export LC_TYPE=en_US.UTF-8
-cmake .        -DCMAKE_BUILD_TYPE=Release                      \
+%cmake                                                 \
        -DBUILD_CONFIG=rpmbuild                         \
        -DUSE_FSAL_NULL=%{use_fsal_null}                \
        -DUSE_FSAL_MEM=%{use_fsal_mem}                  \
@@ -531,7 +531,7 @@
        -DALLOCATOR=jemalloc
 %endif
 
-make %{?_smp_mflags} || make %{?_smp_mflags} || make
+%cmake_build
 
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/ganesha/
@@ -586,7 +586,7 @@
 install -m 755 scripts/init.d/nfs-ganesha.gpfs         
%{buildroot}%{_sysconfdir}/init.d/nfs-ganesha-gpfs
 %endif
 
-%make_install
+%cmake_install
 
 %if ( 0%{?suse_version} )
 %pre


Reply via email to