Hello community, here is the log from the commit of package buildstream for openSUSE:Factory checked in at 2018-04-01 17:26:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildstream (Old) and /work/SRC/openSUSE:Factory/.buildstream.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "buildstream" Sun Apr 1 17:26:55 2018 rev:2 rq:592271 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/buildstream/buildstream.changes 2018-03-14 19:37:21.956765256 +0100 +++ /work/SRC/openSUSE:Factory/.buildstream.new/buildstream.changes 2018-04-01 17:26:57.538580370 +0200 @@ -1,0 +2,15 @@ +Mon Mar 26 02:58:16 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 1.1.2: + + New ref-storage option allows one to store source refs, such as + git shas, in one central project.refs file instead of inline + with the source declarations. + + Deprecated `--track-save` optionality in `bst build`, this does + not make sense to support now that there is project.refs. + + Added the `sandbox` configuration option which can be used in + `project.conf` and elements, to control the user ID and group + ID used in build sandboxes. + + Added new `deb` source implementation, for staging of + downloaded deb package files. + +------------------------------------------------------------------- Old: ---- BuildStream-1.1.1.tar.xz New: ---- BuildStream-1.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildstream.spec ++++++ --- /var/tmp/diff_new_pack.h2KQIa/_old 2018-04-01 17:26:58.226555469 +0200 +++ /var/tmp/diff_new_pack.h2KQIa/_new 2018-04-01 17:26:58.230555324 +0200 @@ -17,23 +17,22 @@ %define real_name BuildStream - Name: buildstream -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: A framework for modelling build pipelines in YAML License: LGPL-2.1-or-later Group: Development/Tools/Building -Url: https://wiki.gnome.org/Projects/BuildStream +URL: https://wiki.gnome.org/Projects/BuildStream Source: https://download.gnome.org/sources/BuildStream/1.1/%{real_name}-%{version}.tar.xz BuildRequires: bubblewrap BuildRequires: fdupes BuildRequires: python3-base >= 3.4 BuildRequires: python3-devel >= 3.4 BuildRequires: python3-gobject +BuildRequires: python3-pytest-runner BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm -BuildRequires: python3-pytest-runner BuildRequires: typelib-1_0-OSTree-1_0 Requires: bubblewrap Requires: python3-base >= 3.4 @@ -47,7 +46,7 @@ build and CI pipelines in a declarative YAML format, written in python. %prep -%setup -qn %{real_name}-%{version} +%setup -q -n %{real_name}-%{version} # Fix the shebang find -type f -exec sed -i 's|%{_bindir}/env python3|%{_bindir}/python3|' {} \; ++++++ BuildStream-1.1.1.tar.xz -> BuildStream-1.1.2.tar.xz ++++++ ++++ 7371 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de