Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package parsec-tool for openSUSE:Factory 
checked in at 2023-03-24 15:21:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parsec-tool (Old)
 and      /work/SRC/openSUSE:Factory/.parsec-tool.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parsec-tool"

Fri Mar 24 15:21:02 2023 rev:10 rq:1073921 version:0.6.0~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/parsec-tool/parsec-tool.changes  2022-04-06 
21:52:24.194942831 +0200
+++ /work/SRC/openSUSE:Factory/.parsec-tool.new.31432/parsec-tool.changes       
2023-03-24 15:21:13.599139960 +0100
@@ -1,0 +2,14 @@
+Thu Mar 23 09:07:03 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Update to 0.6.0-rc1:
+  * Bump parsec-client
+  * Allow to exclude algorithms for encryption/decryption tests
+  * Add support for RSA OAEP into parsec-tool and parsec-cli-tests.sh
+  * Fix clippy needless_borrow warnings
+  * Update lib.rs to remove const_err
+- Add <param name="update">true</param> to _service to apply
+  security updates
+- Use cargo-packaging for all flavors
+- Enable cargo_audit
+
+-------------------------------------------------------------------

Old:
----
  parsec-tool-0.5.2.tar.gz

New:
----
  parsec-tool-0.6.0-rc1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ parsec-tool.spec ++++++
--- /var/tmp/diff_new_pack.5NoRce/_old  2023-03-24 15:21:14.855146508 +0100
+++ /var/tmp/diff_new_pack.5NoRce/_new  2023-03-24 15:21:14.863146549 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parsec-tool
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,20 @@
 
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
+%define archive_version 0.6.0-rc1
+
 %{?systemd_ordering}
 Name:           parsec-tool
-Version:        0.5.2
+Version:        0.6.0~rc1
 Release:        0
 Summary:        Platform AbstRaction for SECurity
 License:        Apache-2.0
 URL:            https://github.com/parallaxsecond/parsec-tool
-Source0:        
https://github.com/parallaxsecond/parsec-tool/archive/%{version}.tar.gz#/parsec-tool-%{version}.tar.gz
+Source0:        
https://github.com/parallaxsecond/parsec-tool/archive/%{archive_version}.tar.gz#/parsec-tool-%{archive_version}.tar.gz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 BuildRequires:  cargo
-%if %suse_version > 1550
 BuildRequires:  cargo-packaging
-%else
-BuildRequires:  rust-packaging
-%endif
 BuildRequires:  protobuf-devel
 Requires:       parsec
 ExcludeArch:    %{ix86} armv6l armv6hl
@@ -41,7 +39,7 @@
 A tool to communicate with the Parsec service on the command-line.
 
 %prep
-%setup -qa1
+%setup -qa1 -n parsec-tool-%{archive_version}
 rm -rf .cargo && mkdir .cargo
 cp %{SOURCE2} .cargo/config
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5NoRce/_old  2023-03-24 15:21:14.907146780 +0100
+++ /var/tmp/diff_new_pack.5NoRce/_new  2023-03-24 15:21:14.911146800 +0100
@@ -1,7 +1,11 @@
 <services>
   <service name="cargo_vendor" mode="disabled">
     <param name="compression">xz</param>
-    <param name="srcdir">parsec-tool-0.5.2</param>
+    <param name="srcdir">parsec-tool-0.6.0-rc1</param>
+    <param name="update">true</param>
+  </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">parsec-tool-0.6.0-rc1</param>
   </service>
 </services>
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/parsec-tool/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.parsec-tool.new.31432/vendor.tar.xz differ: char 
26, line 1

Reply via email to