Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bazel-skylib for openSUSE:Factory checked in at 2021-06-11 00:18:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bazel-skylib (Old) and /work/SRC/openSUSE:Factory/.bazel-skylib.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel-skylib" Fri Jun 11 00:18:55 2021 rev:3 rq:899059 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/bazel-skylib/bazel-skylib.changes 2019-08-06 15:11:51.567741283 +0200 +++ /work/SRC/openSUSE:Factory/.bazel-skylib.new.32437/bazel-skylib.changes 2021-06-11 00:19:31.481405630 +0200 @@ -1,0 +2,30 @@ +Mon Jun 7 14:04:56 UTC 2021 - Christian Goll <[email protected]> + +- update to 1.0.3 + * copy_file: Add parameter to allow symlinks (#252) + * Create Gazelle language for Starlark (#251) + * Create a helper rule (select_file) for selecting a file from outputs of another rule (#233) + - Significant Changes + * Move Gazelle extension to //gazelle/bzl and change package name + * Stop depending on rules_pkg through the federation. (#259) + - Incompatible Changes + * Remove links to maprules (#213) + * Remove old_sets.bzl (#231) + * It has been deprecated for a while, the code is not really compatible with + Bazel depset-related changes. +- from 1.0.2 + * Added types.is_set() to test whether an arbitrary object is a set as defined by sets.bzl. + - Incompatible Changes + * @bazel_skylib//:lib.bzl is removed. You now must specify specific + modules via @bazel_skylib//lib:.bzl. + * maprule.bzl is removed. + * Added types.is_set() to test whether an arbitrary object is a set as defined by sets.bzl. +- from 1.0.0 + * @bazel_skylib//:lib.bzl is removed. You now must specify specific modules + * via @bazel_skylib//lib:.bzl. + * maprule.bzl is removed. + - New Features + * Added types.is_set() to test whether an arbitrary object is a set as defined by sets.bzl. + + +------------------------------------------------------------------- Old: ---- bazel-skylib-0.9.0.tar.xz New: ---- bazel-skylib-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bazel-skylib.spec ++++++ --- /var/tmp/diff_new_pack.T0GvIp/_old 2021-06-11 00:19:31.897406353 +0200 +++ /var/tmp/diff_new_pack.T0GvIp/_new 2021-06-11 00:19:31.901406359 +0200 @@ -1,7 +1,7 @@ # # spec file for package bazel-skylib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define src_install_dir /usr/src/%{name} Name: bazel-skylib -Version: 0.9.0 +Version: 1.0.3 Release: 0 Summary: Set of functions for writing Bazel build rules with Skylark License: Apache-2.0 Group: Development/Tools/Building -Url: https://github.com/bazelbuild/bazel-skylib -Source: %{name}-%{version}.tar.xz +URL: https://github.com/bazelbuild/bazel-skylib +Source: https://github.com/bazelbuild/bazel-skylib/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %description Skylib is a standard library that provides functions for manipulating @@ -51,7 +51,7 @@ %install mkdir -p %{buildroot}%{src_install_dir} -tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} +tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} %files source %license LICENSE
