Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package omniORB for openSUSE:Factory checked in at 2022-07-19 17:19:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/omniORB (Old) and /work/SRC/openSUSE:Factory/.omniORB.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "omniORB" Tue Jul 19 17:19:16 2022 rev:4 rq:989587 version:4.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/omniORB/omniORB.changes 2022-02-18 23:03:13.377411530 +0100 +++ /work/SRC/openSUSE:Factory/.omniORB.new.1523/omniORB.changes 2022-07-19 17:19:17.956361631 +0200 @@ -1,0 +2,5 @@ +Sat Jul 16 15:32:29 UTC 2022 - Stefan Br??ns <[email protected]> + +- Split library package to adhere with SLPP. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ omniORB.spec ++++++ --- /var/tmp/diff_new_pack.dCJ6Bt/_old 2022-07-19 17:19:18.504362362 +0200 +++ /var/tmp/diff_new_pack.dCJ6Bt/_new 2022-07-19 17:19:18.508362367 +0200 @@ -17,7 +17,8 @@ # -%define libname libomniORB4 +%define libname libomniORB4-3 +%define libname_omnithread libomnithread4 Name: omniORB Summary: A robust high performance CORBA ORB for C++ and Python @@ -44,6 +45,7 @@ %package devel Group: Development/Libraries/C and C++ Summary: Development libraries, header files and utilities for omniORB +Requires: %{libname_omnithread} = %{version} Requires: %{libname} = %{version} Requires: %{name} = %{version} @@ -54,10 +56,19 @@ %package -n %{libname} Group: System/Libraries Summary: omniORB libraries +Conflicts: libomniORB4 <= 4.3.0 %description -n %{libname} Shared libraries providing the omniORB CORBA implementation. +%package -n %{libname_omnithread} +Group: System/Libraries +Summary: omniORB thread library +Conflicts: libomniORB4 <= 4.3.0 + +%description -n %{libname_omnithread} +Thread support library for omniORB. + %prep %setup -q find . -iname \*\.py -exec sed -ie '1 s@env python@python3@' '{}' \; @@ -72,13 +83,20 @@ %make_install mkdir -p %{buildroot}%{_var}/log/omninames chmod +x %{buildroot}%{python3_sitelib}/omniidl/main.py +chmod +x %{buildroot}%{_libdir}/lib*.so.* %post -n %{libname} -p /sbin/ldconfig +%post -n %{libname_omnithread} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig +%postun -n %{libname_omnithread} -p /sbin/ldconfig %files -n %{libname} -%{_libdir}/*.so.* +%{_libdir}/lib*.so.* +%exclude %{_libdir}/libomnithread.so.* + +%files -n %{libname_omnithread} +%{_libdir}/libomnithread.so.* %files %license COPYING*
