Hello community, here is the log from the commit of package charliecloud for openSUSE:Factory checked in at 2020-04-15 19:56:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/charliecloud (Old) and /work/SRC/openSUSE:Factory/.charliecloud.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "charliecloud" Wed Apr 15 19:56:37 2020 rev:11 rq:794149 version:0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/charliecloud/charliecloud.changes 2020-03-05 23:24:58.321399668 +0100 +++ /work/SRC/openSUSE:Factory/.charliecloud.new.2738/charliecloud.changes 2020-04-15 19:56:40.085671087 +0200 @@ -1,0 +2,9 @@ +Wed Apr 15 09:06:58 UTC 2020 - Ana Guerrero Lopez <[email protected]> + +- Update to version 0.15 + - shell and Python libraries moved from libexec to lib + - Full changelog at https://groups.io/g/charliecloud/message/102 +- Remove patch, paths are not longer hardcoded: + * 0001-Replace-hardcoded-libexec.patch + +------------------------------------------------------------------- Old: ---- 0001-Replace-hardcoded-libexec.patch charliecloud-0.14.tar.gz New: ---- charliecloud-0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ charliecloud.spec ++++++ --- /var/tmp/diff_new_pack.WqgPN9/_old 2020-04-15 19:56:41.189671916 +0200 +++ /var/tmp/diff_new_pack.WqgPN9/_new 2020-04-15 19:56:41.193671920 +0200 @@ -17,14 +17,13 @@ Name: charliecloud -Version: 0.14 +Version: 0.15 Release: 0 Summary: User-defined software stacks (UDSS) for HPC centers License: Apache-2.0 Group: Productivity/Clustering/Computing URL: https://hpc.github.io/charliecloud/ Source0: https://github.com/hpc/charliecloud/releases/download/v%{version}/%{name}-%{version}.tar.gz -Patch0: 0001-Replace-hardcoded-libexec.patch BuildRequires: python2-base # Docker and buildah are not needed to run charliecloud but can be # used to build images @@ -74,7 +73,6 @@ %prep %setup -q -%patch0 -p 1 %build %configure --disable-test @@ -99,14 +97,14 @@ sed -E -i "s|^#!/usr/bin/env python3|#!/usr/bin/python3|" examples/chtest/* ## Remove test related files -rm -rf %{buildroot}%{_bindir}/ch-test %{buildroot}%{_libexecdir}/charliecloud/contributors.bash +rm -rf %{buildroot}%{_bindir}/ch-test %{buildroot}%{_libdir}/charliecloud/contributors.bash %files %license LICENSE %doc README.rst %{_bindir}/* -%dir %{_libexecdir}/charliecloud/ -%{_libexecdir}/charliecloud/* +%dir %{_libdir}/charliecloud/ +%{_libdir}/charliecloud/* %if !(0%{?sle_version} <= 120400 && 0%{?is_backports}) %{_mandir}/man1/* ++++++ charliecloud-0.14.tar.gz -> charliecloud-0.15.tar.gz ++++++ ++++ 10470 lines of diff (skipped)
