Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rage-encryption for openSUSE:Factory
checked in at 2022-02-25 21:25:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rage-encryption (Old)
and /work/SRC/openSUSE:Factory/.rage-encryption.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rage-encryption"
Fri Feb 25 21:25:04 2022 rev:3 rq:957468 version:0.7.1+0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rage-encryption/rage-encryption.changes
2022-02-09 20:40:06.174505547 +0100
+++
/work/SRC/openSUSE:Factory/.rage-encryption.new.1958/rage-encryption.changes
2022-02-25 21:25:34.355643670 +0100
@@ -1,0 +2,6 @@
+Tue Feb 15 03:58:13 UTC 2022 - William Brown <[email protected]>
+
+- Add specific lock file path to _service for cargo audit to prevent
+ confusion with the lock files in the fuzz folders.
+
+-------------------------------------------------------------------
Old:
----
rage-0.7.1.tar.gz
New:
----
rage-0.7.1+0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rage-encryption.spec ++++++
--- /var/tmp/diff_new_pack.GW3jZk/_old 2022-02-25 21:25:35.035643791 +0100
+++ /var/tmp/diff_new_pack.GW3jZk/_new 2022-02-25 21:25:35.039643792 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package rage
+# spec file for package rage-encryption
#
-# 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
@@ -14,21 +14,23 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
+
%define _buildshell /bin/bash
%define vlic_dir vendored
Name: rage-encryption
# This will be set by osc services, that will run after this.
-Version: 0.7.1
+Version: 0.7.1+0
Release: 0
Summary: Simple, modern, and secure file encryption tool
# If you know the license, put it's SPDX string here.
# Alternately, you can use cargo lock2rpmprovides to help
generate this.
-License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 )
AND ( Apache-2.0 OR MIT ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR
MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND
CDDL-1.0 AND MIT
+License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND
(Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND
(Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CDDL-1.0 AND MIT
# Select a group from this link:
# https://en.opensuse.org/openSUSE:Package_group_guidelines
Group: Productivity/Security
-Url: https://github.com/str4d/rage
+URL: https://github.com/str4d/rage
Source0: rage-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: cargo_config
@@ -43,8 +45,8 @@
BuildRequires: bash
# for feature mount
BuildRequires: fuse-devel
-Recommends: pinentry
Recommends: %{name}-bash-completion
+Recommends: pinentry
Conflicts: rage
ExclusiveArch: %{rust_tier1_arches}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.GW3jZk/_old 2022-02-25 21:25:35.071643798 +0100
+++ /var/tmp/diff_new_pack.GW3jZk/_new 2022-02-25 21:25:35.075643798 +0100
@@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/str4d/rage.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.7.0</param>
+ <param name="revision">v0.7.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@@ -13,7 +13,7 @@
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
- <param name="compression">xz</param>
+ <param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
@@ -23,6 +23,7 @@
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">rage</param>
+ <param name="lockfile">Cargo.lock</param>
</service>
</services>