commit python-dib-utils for openSUSE:Factory
Hello community, here is the log from the commit of package python-dib-utils for openSUSE:Factory checked in at 2016-12-06 14:27:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dib-utils (Old) and /work/SRC/openSUSE:Factory/.python-dib-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-dib-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/python-dib-utils/python-dib-utils.changes 2016-10-31 09:54:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-dib-utils.new/python-dib-utils.changes 2016-12-06 14:27:34.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 5 15:29:43 UTC 2016 - mchandras@suse.de + +- Update to version 0.0.11 + * Show tracing around sourcing environment.d files + +------------------------------------------------------------------- Old: ---- dib-utils-0.0.10.tar.gz New: ---- dib-utils-0.0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dib-utils.spec ++++++ --- /var/tmp/diff_new_pack.HDYnrf/_old 2016-12-06 14:27:35.000000000 +0100 +++ /var/tmp/diff_new_pack.HDYnrf/_new 2016-12-06 14:27:35.000000000 +0100 @@ -20,7 +20,7 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %endif Name: python-dib-utils -Version: 0.0.10 +Version: 0.0.11 Release: 0 Summary: Pieces of diskimage-builder that are useful without the rest of the project License: Apache-2.0 ++++++ dib-utils-0.0.10.tar.gz -> dib-utils-0.0.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dib-utils-0.0.10/ChangeLog new/dib-utils-0.0.11/ChangeLog --- old/dib-utils-0.0.10/ChangeLog 2016-06-03 03:55:10.000000000 +0200 +++ new/dib-utils-0.0.11/ChangeLog 2016-11-01 03:56:21.000000000 +0100 @@ -1,6 +1,11 @@ CHANGES ======= +0.0.11 +------ + +* Show tracing around sourcing environment.d files + 0.0.10 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dib-utils-0.0.10/PKG-INFO new/dib-utils-0.0.11/PKG-INFO --- old/dib-utils-0.0.10/PKG-INFO 2016-06-03 03:55:10.000000000 +0200 +++ new/dib-utils-0.0.11/PKG-INFO 2016-11-01 03:56:21.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: dib-utils -Version: 0.0.10 +Version: 0.0.11 Summary: Pieces of diskimage-builder that are useful without the rest of the project Home-page: https://git.openstack.org/cgit/openstack/dib-utils Author: HP Cloud Services diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dib-utils-0.0.10/bin/dib-run-parts new/dib-utils-0.0.11/bin/dib-run-parts --- old/dib-utils-0.0.10/bin/dib-run-parts 2016-06-03 03:53:33.000000000 +0200 +++ new/dib-utils-0.0.11/bin/dib-run-parts 2016-11-01 03:55:13.000000000 +0100 @@ -57,13 +57,20 @@ local dir=$target_dir/../environment.d local env_files + local xtrace if [ -d ${dir} ] ; then env_files=$(find ${dir} -maxdepth 1 -xtype f | \ grep -E "/[0-9A-Za-z_\.-]+$" | \ LANG=C sort -n) for env_file in $env_files ; do + output "Sourcing environment file ${env_file}" + # Set tracing as we import these environment files; it's + # nice to see the definitions in the logs + xtrace=$(set +o | grep xtrace) + set -o xtrace source $env_file + $xtrace done fi } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dib-utils-0.0.10/dib_utils.egg-info/PKG-INFO new/dib-utils-0.0.11/dib_utils.egg-info/PKG-INFO --- old/dib-utils-0.0.10/dib_utils.egg-info/PKG-INFO 2016-06-03 03:55:10.000000000 +0200 +++ new/dib-utils-0.0.11/dib_utils.egg-info/PKG-INFO 2016-11-01 03:56:21.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: dib-utils -Version: 0.0.10 +Version: 0.0.11 Summary: Pieces of diskimage-builder that are useful without the rest of the project Home-page: https://git.openstack.org/cgit/openstack/dib-utils Author: HP Cloud Services diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dib-utils-0.0.10/dib_utils.egg-info/pbr.json new/dib-utils-0.0.11/dib_utils.egg-info/pbr.json --- old/dib-utils-0.0.10/dib_utils.egg-info/pbr.json 2016-06-03 03:55:10.000000000 +0200 +++ new/dib-utils-0.0.11/dib_utils.egg-info/pbr.json 2016-11-01 03:56:21.000000000 +0100 @@ -1 +1 @@ -{"is_release": true, "git_version": "67fc832"} \ No newline at end of file +{"git_version": "51661c3", "is_release": true} \ No newline at end of file
participants (1)
-
root@hilbert.suse.de