Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package readline6 for openSUSE:Factory checked in at 2023-01-09 17:23:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/readline6 (Old) and /work/SRC/openSUSE:Factory/.readline6.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "readline6" Mon Jan 9 17:23:33 2023 rev:3 rq:1056948 version:6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/readline6/readline6.changes 2021-09-30 23:45:06.360586898 +0200 +++ /work/SRC/openSUSE:Factory/.readline6.new.32243/readline6.changes 2023-01-09 17:23:34.359080384 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:16:02 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ readline6.spec ++++++ --- /var/tmp/diff_new_pack.PrOhwK/_old 2023-01-09 17:23:35.155084889 +0100 +++ /var/tmp/diff_new_pack.PrOhwK/_new 2023-01-09 17:23:35.199085138 +0100 @@ -219,7 +219,7 @@ make documentation %install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 make install-shared libdir=/%{_lib} linkagedir=%{_libdir} DESTDIR=%{buildroot} chmod 0755 %{buildroot}/%{_lib}/libhistory.so.%{rl_vers} chmod 0755 %{buildroot}/%{_lib}/libreadline.so.%{rl_vers} @@ -266,7 +266,7 @@ %else %doc COPYING %endif -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /%{_lib}/libhistory.so.%{rl_major} /%{_lib}/libhistory.so.%{rl_vers} /%{_lib}/libreadline.so.%{rl_major}
