Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cargo-audit for openSUSE:Factory 
checked in at 2021-06-04 00:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-audit (Old)
 and      /work/SRC/openSUSE:Factory/.cargo-audit.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo-audit"

Fri Jun  4 00:33:34 2021 rev:2 rq:897045 version:0.14.1~git0.e46dce8

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo-audit/cargo-audit.changes  2021-03-30 
21:44:03.330593000 +0200
+++ /work/SRC/openSUSE:Factory/.cargo-audit.new.1898/cargo-audit.changes        
2021-06-04 00:33:45.984906371 +0200
@@ -1,0 +2,16 @@
+Wed Jun 02 06:01:51 UTC 2021 - wbr...@suse.de
+
+- Update _service to use upstream monorepo and cargo-audit
+- Update to version 0.14.1~git0.e46dce8:
+  * v0.14.1 (#342)
+  * Cargo.lock: update several dependencies (#341)
+  * Generate release builds with github actions (#337)
+  * Cargo.lock: bump various dependencies (#335)
+  * Bump rustsec from 0.23.2 to 0.23.3 (#333)
+  * v0.14.0 (#330)
+  * Cargo.lock: bump `rustsec` to v0.23.2 (#329)
+  * README.md: fix "Report Vulnerability" button (#328)
+  * Rename 'master' branch to 'main'
+  * Bump `rustsec` dependency to v0.23; MSRV 1.46+ (#327)
+
+-------------------------------------------------------------------

Old:
----
  cargo-audit-0.14.0~git0.08c9f3e.tar.xz

New:
----
  rustsec-0.14.1~git0.e46dce8.tar.xz

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

Other differences:
------------------
++++++ cargo-audit.spec ++++++
--- /var/tmp/diff_new_pack.3Ec0tj/_old  2021-06-04 00:33:47.136909688 +0200
+++ /var/tmp/diff_new_pack.3Ec0tj/_new  2021-06-04 00:33:47.140909699 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package cargo-audit-advisory-db
+# spec file for package cargo-audit
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -15,20 +15,22 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
+%global workspace_name rustsec
 
 Name:           cargo-audit
-Version:        0.14.0~git0.08c9f3e
+Version:        0.14.1~git0.e46dce8
 Release:        0
 Summary:        Audit rust sources for known security vulnerabilities
 License:        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 WITH LLVM-exception OR 
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-2-Clause AND 
BSD-3-Clause AND CC0-1.0 AND MIT AND MPL-2.0 AND MPL-2.0+
 Group:          Development/Languages/Rust
-Url:            https://github.com/RustSec/cargo-audit
-Source0:        %{name}-%{version}.tar.xz
+URL:            https://github.com/RustSec/cargo-audit
+Source0:        %{workspace_name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 
-BuildRequires:  rust-packaging
+BuildRequires:  cargo
 BuildRequires:  pkgconfig(openssl)
 ExcludeArch:    s390 s390x ppc ppc64 ppc64le %ix86
 
@@ -36,8 +38,8 @@
 Audit Cargo.lock files for crates with security vulnerabilities reported to 
the RustSec Advisory Database.
 
 %prep
-%setup -q
-%setup -qa1
+%setup -q -n %{workspace_name}-%{version}
+%setup -qa1 -n %{workspace_name}-%{version}
 mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 # Remove exec bits to prevent an issue in fedora shebang checking
@@ -50,7 +52,7 @@
 %install
 install -D -d -m 0755 %{buildroot}%{_bindir}
 
-install -m 0755 %{_builddir}/%{name}-%{version}/target/release/cargo-audit 
%{buildroot}%{_bindir}/cargo-audit
+install -m 0755 
%{_builddir}/%{workspace_name}-%{version}/target/release/cargo-audit 
%{buildroot}%{_bindir}/cargo-audit
 
 %files
 %{_bindir}/cargo-audit

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3Ec0tj/_old  2021-06-04 00:33:47.168909780 +0200
+++ /var/tmp/diff_new_pack.3Ec0tj/_new  2021-06-04 00:33:47.168909780 +0200
@@ -1,11 +1,11 @@
 <services>
   <service mode="disabled" name="obs_scm">
-    <param name="url">https://github.com/RustSec/cargo-audit.git</param>
+    <param name="url">https://github.com/RustSec/rustsec.git</param>
     <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
     <param name="scm">git</param>
-    <param name="revision">v0.14.0</param>
-    <param name="match-tag">*</param>
-    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
+    <param name="revision">cargo-audit/v0.14.1</param>
+    <param name="match-tag">cargo-audit*</param>
+    <param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">wbr...@suse.de</param>
@@ -17,7 +17,11 @@
     <param name="compression">xz</param>
   </service>
   <service name="cargo_vendor" mode="disabled">
-     <param name="srcdir">cargo-audit</param>
+     <param name="srcdir">rustsec</param>
      <param name="compression">xz</param>
   </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">rustsec</param>
+     <!-- <param name="lockfile">rustsec/cargo-audit/Cargo.lock</param> -->
+  </service>
 </services>

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/cargo-audit/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo-audit.new.1898/vendor.tar.xz differ: char 26, 
line 1

Reply via email to