Hello community,

here is the log from the commit of package charliecloud for openSUSE:Leap:15.2 
checked in at 2020-04-20 12:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/charliecloud (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.charliecloud.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "charliecloud"

Mon Apr 20 12:55:37 2020 rev:7 rq:795563 version:0.15

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/charliecloud/charliecloud.changes      
2020-03-09 18:14:28.405414457 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.charliecloud.new.2738/charliecloud.changes    
2020-04-20 12:55:50.572761830 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 09:06:58 UTC 2020 - Ana Guerrero Lopez <aguerr...@suse.com>
+
+- 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.Lru18x/_old  2020-04-20 12:55:51.004762508 +0200
+++ /var/tmp/diff_new_pack.Lru18x/_new  2020-04-20 12:55:51.008762514 +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)


Reply via email to