Hello community,

here is the log from the commit of package ck for openSUSE:Factory checked in 
at 2018-07-06 10:45:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ck (Old)
 and      /work/SRC/openSUSE:Factory/.ck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ck"

Fri Jul  6 10:45:05 2018 rev:2 rq:621047 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ck/ck.changes    2017-05-17 17:20:17.856630745 
+0200
+++ /work/SRC/openSUSE:Factory/.ck.new/ck.changes       2018-07-06 
10:45:11.495026476 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 13:19:44 UTC 2018 - mplus...@suse.com
+
+- Small packaging changes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ck.spec ++++++
--- /var/tmp/diff_new_pack.8WmGSy/_old  2018-07-06 10:45:12.371025433 +0200
+++ /var/tmp/diff_new_pack.8WmGSy/_new  2018-07-06 10:45:12.371025433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ck
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,12 +22,12 @@
 Version:        0.6.0
 Release:        0
 Summary:        Concurrency Kit
-License:        BSD-2-Clause and Apache-2.0
+License:        BSD-2-Clause AND Apache-2.0
 Group:          Development/Libraries/C and C++
-Url:            http://concurrencykit.org/
+URL:            http://concurrencykit.org/
 Source:         http://concurrencykit.org/releases/ck-%{version}.tar.gz
 BuildRequires:  pkgconfig
-Excludearch:    s390 s390x 
+ExcludeArch:    s390 s390x
 
 %description
 Concurrency primitives, safe memory reclamation mechanisms and non-blocking
@@ -69,7 +69,7 @@
   --libdir=%{_libdir}             \
   --mandir=%{_mandir}             \
   --prefix=%{_prefix}             \
-  --cores=4
+  --cores=%jobs
 
 # The following options will affect generated code.
 #  --enable-pointer-packing Assumes address encoding is subset of pointer range
@@ -83,25 +83,23 @@
 # The following options affect regression testing.
 #   --cores=N                Specify number of cores available on target 
machine
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -rv %{buildroot}%{_libdir}/libck.a
 
+%check
+make %{?_smp_mflags} check
+
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libck.so.%{sover}*
 
-%check
-make %{?_smp_mflags} check
-
 %files devel
-%defattr(-,root,root)
 %{_mandir}/man3/ck*
 %{_mandir}/man3/CK*
 %{_libdir}/libck.so


Reply via email to