Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-cargo_audit for
openSUSE:Factory checked in at 2022-02-15 23:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-cargo_audit (Old)
and /work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-cargo_audit"
Tue Feb 15 23:57:19 2022 rev:7 rq:954432 version:0.1.7~0
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-cargo_audit/obs-service-cargo_audit.changes
2021-07-22 22:44:08.811138307 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-cargo_audit.new.1956/obs-service-cargo_audit.changes
2022-02-15 23:57:39.880276200 +0100
@@ -1,0 +2,15 @@
+Tue Feb 15 04:00:23 UTC 2022 - [email protected]
+
+- Update to version 0.1.7~0:
+ * Improve handling when a lock is requested but not existing
+ * Improve do_scan for querying specific rustsec ids
+ * Improve tool to allow scanning of an individual advisory
+ * Fix do_scan to use nsjail
+ * Improve audit to generate lockfiles and keep working dir clean
+ * Allow running services before scan
+ * Add more docs
+ * Allow cargo audit to auto-unpack sources
+ * Add a default srcdir parameter to cargo_audit, and make do_scan able to
unpack and scan sources
+ * Improve output and lockfile handling
+
+-------------------------------------------------------------------
Old:
----
obs-service-cargo_audit-0.1.6~git0.d8133c2.tar.gz
New:
----
obs-service-cargo_audit-0.1.7~0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-cargo_audit.spec ++++++
--- /var/tmp/diff_new_pack.FmnRHa/_old 2022-02-15 23:57:40.600278189 +0100
+++ /var/tmp/diff_new_pack.FmnRHa/_new 2022-02-15 23:57:40.604278200 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,9 @@
License: MPL-2.0
Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-%{service}
-Version: 0.1.6~git0.d8133c2
+Version: 0.1.7~0
Release: 0
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
BuildRequires: python3
Requires: cargo-audit
Requires: cargo-audit-advisory-db
++++++ _service ++++++
--- /var/tmp/diff_new_pack.FmnRHa/_old 2022-02-15 23:57:40.632278277 +0100
+++ /var/tmp/diff_new_pack.FmnRHa/_new 2022-02-15 23:57:40.632278277 +0100
@@ -1,19 +1,19 @@
<services>
<service mode="disabled" name="obs_scm">
<param
name="url">https://github.com/openSUSE/obs-service-cargo_audit.git</param>
- <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
+ <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
- <param name="revision">v0.1.6</param>
+ <param name="revision">v0.1.7</param>
<param name="match-tag">v*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
- <param name="changesauthor">[email protected]</param>
+ <param name="changesauthor">[email protected]</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
- <param name="compression">gz</param>
+ <param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>