Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bat for openSUSE:Factory checked in 
at 2021-10-04 18:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bat (Old)
 and      /work/SRC/openSUSE:Factory/.bat.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bat"

Mon Oct  4 18:40:30 2021 rev:13 rq:922952 version:0.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/bat/bat.changes  2021-08-19 10:02:10.751179310 
+0200
+++ /work/SRC/openSUSE:Factory/.bat.new.2443/bat.changes        2021-10-04 
18:42:21.818291310 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 03:53:34 UTC 2021 - [email protected]
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

New:
----
  cargo_config

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

Other differences:
------------------
++++++ bat.spec ++++++
--- /var/tmp/diff_new_pack.agst9w/_old  2021-10-04 18:42:22.610292596 +0200
+++ /var/tmp/diff_new_pack.agst9w/_new  2021-10-04 18:42:22.610292596 +0200
@@ -25,8 +25,9 @@
 URL:            https://github.com/sharkdp/bat
 Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
+Source2:        cargo_config
+BuildRequires:  cargo-packaging
 BuildRequires:  rust >= 1.45
-BuildRequires:  rust-packaging
 ExclusiveArch:  %{rust_arches}
 
 %description
@@ -35,11 +36,10 @@
 
 %prep
 %setup -qa1
-%define cargo_registry $(pwd)/vendor
-%{cargo_prep}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
-export CARGO_NET_OFFLINE=true
 %{cargo_build}
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.agst9w/_old  2021-10-04 18:42:22.642292648 +0200
+++ /var/tmp/diff_new_pack.agst9w/_new  2021-10-04 18:42:22.646292654 +0200
@@ -3,7 +3,7 @@
   </service>
   <service name="obs_scm" mode="localonly">
     <param name="scm">git</param>
-    <param name="url">git://github.com/sharkdp/bat</param>
+    <param name="url">https://github.com/sharkdp/bat</param>
     <param name="revision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.agst9w/_old  2021-10-04 18:42:22.662292680 +0200
+++ /var/tmp/diff_new_pack.agst9w/_new  2021-10-04 18:42:22.662292680 +0200
@@ -1,4 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://github.com/sharkdp/bat</param>
+              <param 
name="changesrevision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param></service><service
 name="tar_scm">
+                <param name="url">https://github.com/sharkdp/bat</param>
               <param 
name="changesrevision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param></service></servicedata>
\ No newline at end of file

++++++ bat-0.18.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/bat/bat-0.18.2.tar.xz 
/work/SRC/openSUSE:Factory/.bat.new.2443/bat-0.18.2.tar.xz differ: char 15, 
line 1

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/bat/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.bat.new.2443/vendor.tar.xz differ: char 26, line 1

Reply via email to