Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package capnproto for openSUSE:Factory 
checked in at 2022-04-26 20:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/capnproto (Old)
 and      /work/SRC/openSUSE:Factory/.capnproto.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "capnproto"

Tue Apr 26 20:16:19 2022 rev:6 rq:972939 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/capnproto/capnproto.changes      2021-09-26 
21:49:35.742843129 +0200
+++ /work/SRC/openSUSE:Factory/.capnproto.new.1538/capnproto.changes    
2022-04-26 20:18:07.676786778 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 08:44:58 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Employ shared lib packaging guideline and resolve this rpmlint
+  report: "libcapnp-0_9.x86_64: E: shlib-policy-name-error
+  SONAME: libkj-0.9.1.so, expected package suffix: 0_9_1"
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ capnproto.spec ++++++
--- /var/tmp/diff_new_pack.P5pWEl/_old  2022-04-26 20:18:08.068787252 +0200
+++ /var/tmp/diff_new_pack.P5pWEl/_new  2022-04-26 20:18:08.072787257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package capnproto
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define _libver 0_9
+%define _libver 0_9_1
 Name:           capnproto
 Version:        0.9.1
 Release:        0
@@ -39,6 +39,7 @@
 
 %package     -n libcapnp-%{_libver}
 Summary:        The Cap'n Proto data serialization library
+Conflicts:      libcapnp-0_9 = 0.9.1
 
 %description -n libcapnp-%{_libver}
 Cap'n Proto is a binary data interchange format and capability-based
@@ -57,13 +58,13 @@
 This package provides development headers for capnproto.
 
 %prep
-%setup -q -n %{name}-c++-%{version}
+%autosetup -n %{name}-c++-%{version}
 
 %build
 export CXX=g++
 test -x "$(type -p g++-7)" && export CXX=g++-7
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

Reply via email to