Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package afterburn for openSUSE:Factory 
checked in at 2021-05-21 21:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/afterburn (Old)
 and      /work/SRC/openSUSE:Factory/.afterburn.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "afterburn"

Fri May 21 21:50:02 2021 rev:2 rq:894733 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/afterburn/afterburn.changes      2021-04-01 
14:17:07.543962731 +0200
+++ /work/SRC/openSUSE:Factory/.afterburn.new.2988/afterburn.changes    
2021-05-21 21:50:12.094187362 +0200
@@ -1,0 +2,14 @@
+Mon Apr 26 15:18:35 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 5.0.0
+  * Update minimum rust toolchain version 1.44
+  * Switch from error-chain to anyhow
+  * Remove cl-legacy feature
+  * ibmcloud: don't ignore I/O error when parsing metadata
+  * providers: fix clippy::unnecessary_wraps lint on 1.50
+  * workflows: update pinned lint toolchain to 1.50.0
+  * cli: stop wrapping command-line parse errors
+  * github: release checklist cleanups
+  * providers: add Azure Stack Hub
+
+-------------------------------------------------------------------

Old:
----
  afterburn-4.6.0.tar.gz
  vendor.tar.gz

New:
----
  afterburn-5.0.0-vendor.tar.gz
  afterburn-5.0.0.tar.gz

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

Other differences:
------------------
++++++ afterburn.spec ++++++
--- /var/tmp/diff_new_pack.lEoXtU/_old  2021-05-21 21:50:12.838184281 +0200
+++ /var/tmp/diff_new_pack.lEoXtU/_new  2021-05-21 21:50:12.842184264 +0200
@@ -16,20 +16,20 @@
 
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now
 Name:       afterburn
-Version:    4.6.0
+Version:    5.0.0
 Release:    0
 Summary:    A cloud provider agent
 License:    Apache-2.0
-URL:        https://github.com/coreos/afterburn/
-Source0:    %{name}-%{version}.tar.gz
-Source1:    vendor.tar.gz
+URL:        https://coreos.github.io/afterburn/
+Source0:    
https://github.com/coreos/afterburn/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:    
https://github.com/coreos/afterburn/releases/download/v%{version}/afterburn-%{version}-vendor.tar.gz
 Source2:    cargo_config
 
 ExcludeArch: %ix86 s390x ppc64le armhfp armv7hl
 
 BuildRequires:  cargo
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  rust >= 1.40.0
+BuildRequires:  rust >= 1.44.0
 
 %description
 Afterburn is a one-shot agent for cloud-like platforms which interacts with 
provider-specific metadata endpoints.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.lEoXtU/_old  2021-05-21 21:50:12.866184165 +0200
+++ /var/tmp/diff_new_pack.lEoXtU/_new  2021-05-21 21:50:12.870184148 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">afterburn</param>
-    <param name="revision">v4.6.0</param>
+    <param name="revision">v5.0.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
@@ -13,10 +13,10 @@
   <service name="set_version" mode="disabled"/>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>
-    <param name="compression">gz</param>
+    <param name="compression">xz</param>
   </service>
   <service name="cargo_vendor" mode="disabled">
     <param name="srcdir">afterburn</param>
-    <param name="compression">gz</param>
+    <param name="compression">xz</param>
   </service>
 </services>

++++++ afterburn-4.6.0.tar.gz -> afterburn-5.0.0.tar.gz ++++++
++++ 6519 lines of diff (skipped)

Reply via email to