Script 'mail_helper' called by obssrc
Hello community,

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

Package is "sphinxbase"

Tue Apr 26 20:15:52 2022 rev:6 rq:972859 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/sphinxbase/sphinxbase.changes    2020-03-26 
23:38:07.294880060 +0100
+++ /work/SRC/openSUSE:Factory/.sphinxbase.new.1538/sphinxbase.changes  
2022-04-26 20:17:48.632763734 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 11:14:45 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Resolve rpmlint report "libsphinxbase1.x86_64: E:
+  shlib-policy-name-error SONAME: libsphinxad.so.0, expected
+  package suffix: 0".
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sphinxbase.spec ++++++
--- /var/tmp/diff_new_pack.JlLwez/_old  2022-04-26 20:17:49.084764280 +0200
+++ /var/tmp/diff_new_pack.JlLwez/_new  2022-04-26 20:17:49.088764285 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sphinxbase
 #
-# Copyright (c) 2020 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,6 @@
 #
 
 
-%define sover 1
 Name:           sphinxbase
 Version:        0.8
 Release:        0
@@ -46,7 +45,7 @@
 BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %if 0%{?suse_version} <= 1210
 BuildRequires:  liblapack3
 %else
@@ -57,21 +56,30 @@
 CMU Sphinx toolkit is a speech recognition tool and has a number of packages 
for
 different tasks and applications.
 
-%package -n libsphinxbase%{sover}
+%package -n libsphinxbase1
 Summary:        Sphinxbase speech recognizer library
 Group:          System/Libraries
 
-%description -n libsphinxbase%{sover}
+%description -n libsphinxbase1
+CMU Sphinx toolkit is a speech recognition tool and has a number of packages 
for
+different tasks and applications.
+
+%package -n libsphinxad0
+Summary:        Sphinxbase speech recognizer library
+Group:          System/Libraries
+
+%description -n libsphinxad0
 CMU Sphinx toolkit is a speech recognition tool and has a number of packages 
for
 different tasks and applications.
 
 %package devel
 Summary:        Headers for support library required by Pocketsphinx
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
 Requires:       alsa-devel
 Requires:       lapack-devel
 Requires:       libsndfile-devel
+Requires:       libsphinxad0 = %{version}-%{release}
+Requires:       libsphinxbase1 = %{version}-%{release}
 Conflicts:      sphinxbase5-devel
 
 %description devel
@@ -84,8 +92,8 @@
 Summary:        Python3 bindings for sphinxbase
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
-Conflicts:      python3-sphinxbase5
 Conflicts:      python3-pocketsphinx-python <= 0.1.3
+Conflicts:      python3-sphinxbase5
 
 %description -n python3-sphinxbase
 Python3 bindings for %{name}-%{version}
@@ -142,8 +150,10 @@
     update-alternatives --remove sphinx_pitch 
%{_bindir}/sphinx_pitch-%{version}
 fi
 
-%post   -n libsphinxbase%{sover} -p /sbin/ldconfig
-%postun -n libsphinxbase%{sover} -p /sbin/ldconfig
+%post   -n libsphinxad0 -p /sbin/ldconfig
+%postun -n libsphinxad0 -p /sbin/ldconfig
+%post   -n libsphinxbase1 -p /sbin/ldconfig
+%postun -n libsphinxbase1 -p /sbin/ldconfig
 
 %files
 %doc AUTHORS ChangeLog README NEWS
@@ -164,10 +174,12 @@
 %{_bindir}/sphinx_cont_fileseg
 %{_bindir}/sphinx_lm_sort
 
-%files -n libsphinxbase%{sover}
-%{_libdir}/libsphinxbase.so.%{sover}*
+%files -n libsphinxad0
 %{_libdir}/libsphinxad.so.*
 
+%files -n libsphinxbase1
+%{_libdir}/libsphinxbase.so.*
+
 %files devel
 %{_libdir}/libsphinxbase.so
 %{_libdir}/libsphinxad.so

Reply via email to