Hello community, here is the log from the commit of package KEALib for openSUSE:Factory checked in at 2020-08-28 21:21:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/KEALib (Old) and /work/SRC/openSUSE:Factory/.KEALib.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "KEALib" Fri Aug 28 21:21:07 2020 rev:5 rq:829021 version:1.4.10 Changes: -------- --- /work/SRC/openSUSE:Factory/KEALib/KEALib.changes 2018-08-18 00:04:02.335063936 +0200 +++ /work/SRC/openSUSE:Factory/.KEALib.new.3399/KEALib.changes 2020-08-28 21:22:20.480352747 +0200 @@ -1,0 +2,5 @@ +Mon Aug 24 15:28:41 UTC 2020 - Callum Farmer <[email protected]> + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ KEALib.spec ++++++ --- /var/tmp/diff_new_pack.FeVZqd/_old 2020-08-28 21:22:20.976352988 +0200 +++ /var/tmp/diff_new_pack.FeVZqd/_new 2020-08-28 21:22:20.980352990 +0200 @@ -26,7 +26,7 @@ License: MIT Group: Development/Libraries/C and C++ URL: http://www.KEALib.org/ -Source0: https://bitbucket.org/chchrsc/kealib/downloads/%{sourcename}-%{version}.tar.gz +Source0: https://github.com/ubarsc/kealib/releases/download/%{sourcename}-%{version}/%{sourcename}-%{version}.tar.gz BuildRequires: cmake >= 2.8.10 BuildRequires: gcc-c++ BuildRequires: hdf5-devel @@ -95,7 +95,7 @@ %cmake_install %if %__isa_bits == 64 -mv %{buildroot}%{_libexecdir} %{buildroot}/%{_libdir} +mv %{buildroot}%{_prefix}/lib %{buildroot}/%{_libdir} %endif %check
