Hello community,

here is the log from the commit of package lockdev for openSUSE:Factory checked 
in at 2017-04-25 08:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lockdev (Old)
 and      /work/SRC/openSUSE:Factory/.lockdev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lockdev"

Tue Apr 25 08:55:12 2017 rev:23 rq:487343 version:1.0.3_git201003141408

Changes:
--------
--- /work/SRC/openSUSE:Factory/lockdev/lockdev.changes  2014-09-28 
19:56:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lockdev.new/lockdev.changes     2017-04-25 
08:55:13.460235279 +0200
@@ -1,0 +2,5 @@
+Tue Apr  4 13:09:52 UTC 2017 - lnus...@suse.de
+
+- add bcond lockdev_debug to be able to build a package with debugging output
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lockdev.spec ++++++
--- /var/tmp/diff_new_pack.vcCROK/_old  2017-04-25 08:55:14.540082586 +0200
+++ /var/tmp/diff_new_pack.vcCROK/_new  2017-04-25 08:55:14.544082021 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lockdev
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_with lockdev_debug
+
 Name:           lockdev
 Summary:        A library for locking devices
 License:        LGPL-2.0
@@ -82,7 +84,11 @@
 touch ChangeLog
 mkdir -p m4
 autoreconf -f -i
-%configure --disable-silent-rules --enable-helper
+%configure \
+       --disable-silent-rules \
+       --enable-helper \
+       %{?with_lockdev_debug:--enable-debug}
+#
 make %{?_smp_mflags}
 
 %check


Reply via email to