Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package KEALib for openSUSE:Factory checked in at 2023-03-17 17:04:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/KEALib (Old) and /work/SRC/openSUSE:Factory/.KEALib.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "KEALib" Fri Mar 17 17:04:57 2023 rev:7 rq:1072569 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/KEALib/KEALib.changes 2023-01-16 18:02:04.963886736 +0100 +++ /work/SRC/openSUSE:Factory/.KEALib.new.31432/KEALib.changes 2023-03-17 17:05:22.558032399 +0100 @@ -1,0 +2,6 @@ +Fri Mar 17 10:12:44 UTC 2023 - Martin Pluskal <[email protected]> + +- Modernise spec file +- Fix building for Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ KEALib.spec ++++++ --- /var/tmp/diff_new_pack.blxgYz/_old 2023-03-17 17:05:23.150035519 +0100 +++ /var/tmp/diff_new_pack.blxgYz/_new 2023-03-17 17:05:23.154035540 +0100 @@ -75,8 +75,7 @@ KEALib plugin for GDAL. %prep -%setup -q -n %{sourcename}-%{version} -%patch -p1 +%autosetup -n %{sourcename}-%{version} -p1 %build %cmake \ @@ -91,12 +90,12 @@ %endif cp ../build/include/libkea/kea-config.h ../include/libkea/kea-config.h -%make_jobs +%cmake_build %install %cmake_install -%if %__isa_bits == 64 +%if %{__isa_bits} == 64 mv %{buildroot}%{_prefix}/lib %{buildroot}/%{_libdir} %endif
