Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package astyle for openSUSE:Factory checked in at 2023-06-09 20:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/astyle (Old) and /work/SRC/openSUSE:Factory/.astyle.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "astyle" Fri Jun 9 20:37:20 2023 rev:17 rq:1091380 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/astyle/astyle.changes 2023-06-03 00:07:42.462160407 +0200 +++ /work/SRC/openSUSE:Factory/.astyle.new.15902/astyle.changes 2023-06-09 20:38:28.542915901 +0200 @@ -1,0 +2,12 @@ +Wed Jun 7 17:52:57 UTC 2023 - Stefan Seyfried <seife+...@b1-systems.com> + +- spec: add libastylej.rpmlintrc to please factory-auto check + +------------------------------------------------------------------- +Wed Jun 7 06:44:12 UTC 2023 - Stefan Seyfried <seife+...@b1-systems.com> + +- bring back libastylej.so symlink to fix at least Arduino +- add libastylej.rpmlintrc to disarm the harmful check which + probably caused the removal of libastylej.so + +------------------------------------------------------------------- New: ---- libastylej.rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ astyle.spec ++++++ --- /var/tmp/diff_new_pack.8zVxLO/_old 2023-06-09 20:38:29.230919896 +0200 +++ /var/tmp/diff_new_pack.8zVxLO/_new 2023-06-09 20:38:29.234919919 +0200 @@ -23,6 +23,7 @@ License: MIT URL: https://astyle.sourceforge.net/ Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 +Source1: libastylej.rpmlintrc BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: java-devel @@ -53,8 +54,13 @@ chmod -x doc/* *.md install -d -m 0755 %{buildroot}%{_libdir} cp --preserve=links build/gcc/bin/libastylej.so.* %{buildroot}%{_libdir} +## libastylej is a native library used/loaded by java +## the java loader seems to only look for <libname>.so, so libastylej.so.3 +## is totally useless AFAICT => let's provide the useful symlink, too -- seife +ln -s libastylej.so.3 %{buildroot}%{_libdir}/libastylej.so install -D -m 0644 man/%{name}.1 -t %{buildroot}%{_mandir}/man1/ +## ldconfig is most likely totally useless here... %ldconfig_scriptlets -n lib%{name}j3 %files ++++++ libastylej.rpmlintrc ++++++ # disarm this invalid message, this is not a devel file but the # java lib loader looks for <libname.so> only addFilter('devel-file-in-non-devel-package.*/usr/lib.*/libastylej.so')