Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cargo-packaging for openSUSE:Factory 
checked in at 2022-03-22 19:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.cargo-packaging.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo-packaging"

Tue Mar 22 19:36:13 2022 rev:4 rq:963117 version:1.0.0~git7.63c3500

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo-packaging/cargo-packaging.changes  
2021-10-11 15:30:18.698719377 +0200
+++ 
/work/SRC/openSUSE:Factory/.cargo-packaging.new.25692/cargo-packaging.changes   
    2022-03-22 19:36:16.738842407 +0100
@@ -1,0 +2,6 @@
+Fri Mar 18 01:35:59 UTC 2022 - [email protected]
+
+- Update to version 1.0.0~git7.63c3500:
+  * Improve macros when libgit is a dependency
+
+-------------------------------------------------------------------

Old:
----
  cargo-packaging-1.0.0~git6.d878e38.tar.xz

New:
----
  cargo-packaging-1.0.0~git7.63c3500.tar.xz

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

Other differences:
------------------
++++++ cargo-packaging.spec ++++++
--- /var/tmp/diff_new_pack.yeB4mg/_old  2022-03-22 19:36:17.258842961 +0100
+++ /var/tmp/diff_new_pack.yeB4mg/_new  2022-03-22 19:36:17.266842969 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cargo-packaging
 #
-# 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
@@ -17,11 +17,12 @@
 
 
 Name:           cargo-packaging
-Version:        1.0.0~git6.d878e38
+Version:        1.0.0~git7.63c3500
 Release:        0
 BuildArch:      noarch
 Summary:        Some macros to assist with cargo and rust packaging
 License:        MPL-2.0
+Group:          Development/Languages/Rust
 URL:            https://github.com/Firstyear/cargo-packaging
 Source0:        %{name}-%{version}.tar.xz
 Requires:       cargo

++++++ cargo-packaging-1.0.0~git6.d878e38.tar.xz -> 
cargo-packaging-1.0.0~git7.63c3500.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-packaging-1.0.0~git6.d878e38/macros.cargo 
new/cargo-packaging-1.0.0~git7.63c3500/macros.cargo
--- old/cargo-packaging-1.0.0~git6.d878e38/macros.cargo 2021-10-06 
02:01:34.000000000 +0200
+++ new/cargo-packaging-1.0.0~git7.63c3500/macros.cargo 2022-03-18 
02:35:37.000000000 +0100
@@ -1,6 +1,6 @@
 
 %__rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
-%__cargo RUSTFLAGS="%{__rustflags}" %{_bindir}/cargo
+%__cargo CARGO_FEATURE_VENDORED=1 RUSTFLAGS="%{__rustflags}" %{_bindir}/cargo
 %__cargo_common_opts %{?_smp_mflags}
 
 %rust_arches x86_64 i586 i686 armv6hl armv7hl aarch64 ppc64 powerpc64 ppc64le 
powerpc64le riscv64 s390x
@@ -8,6 +8,7 @@
 
 %cargo_build() \
 %{shrink:\
+    unset LIBSSH2_SYS_USE_PKG_CONFIG && \
     %{__cargo} build \
     %{__cargo_common_opts} \
     --offline --release \
@@ -16,6 +17,7 @@
 
 %cargo_test() \
 %{shrink:\
+    unset LIBSSH2_SYS_USE_PKG_CONFIG && \
     %{__cargo} test \
     %{__cargo_common_opts} \
     --offline \
@@ -25,6 +27,7 @@
 
 %cargo_install() \
 %{shrink:\
+    unset LIBSSH2_SYS_USE_PKG_CONFIG && \
     %{__cargo} install \
     %{__cargo_common_opts} \
     --offline \

Reply via email to