Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust-cbindgen for openSUSE:Factory 
checked in at 2023-09-06 18:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-cbindgen (Old)
 and      /work/SRC/openSUSE:Factory/.rust-cbindgen.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust-cbindgen"

Wed Sep  6 18:56:25 2023 rev:22 rq:1109135 version:0.25.0+git0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust-cbindgen/rust-cbindgen.changes      
2022-08-03 21:15:49.807305404 +0200
+++ /work/SRC/openSUSE:Factory/.rust-cbindgen.new.1766/rust-cbindgen.changes    
2023-09-06 18:57:48.810746434 +0200
@@ -1,0 +2,35 @@
+Mon Sep 04 23:21:09 UTC 2023 - [email protected]
+
+- Update to version 0.25.0+git0:
+  * Fix minimal Rust version in CI
+  * Revert "Upgrade clap 3 to clap 4"
+  * Fix clippy warning
+  * Fix CI
+  * Update changelog for v0.25.0
+  * CI: Replace forbidden actions with cli code
+  * CI: Add semver checks to CI deploy job
+  * msrv 1.64
+  * Upgrade clap 3 to clap 4
+  * Add: Add rust-toolchain.toml
+
+-------------------------------------------------------------------
+Tue Jul 11 04:12:33 UTC 2023 - William Brown <[email protected]>
+
+- Automatic update of vendored dependencies
+
+-------------------------------------------------------------------
+Tue Jul 11 03:53:57 UTC 2023 - [email protected]
+
+- Update to version 0.24.3+git0:
+  * Bump version.
+  * tests: Add a test for struct constants going through typedefs.
+  * bindings: Peel through typedefs for struct constant generation.
+  * Rustfmt recent changes.
+  * Version bump.
+  * bitflags: Be explicit in binary operators and such.
+  * Version bump.
+  * constant: Add support for unary negation.
+  * bitflags: Make more operations constexpr.
+  * Fix changelog typo.
+
+-------------------------------------------------------------------

Old:
----
  cbindgen-0.24.3+git0.tar.xz
  vendor.tar.xz

New:
----
  cbindgen-0.25.0+git0.tar.zst
  vendor.tar.zst

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

Other differences:
------------------
++++++ rust-cbindgen.spec ++++++
--- /var/tmp/diff_new_pack.ULIfWX/_old  2023-09-06 18:57:50.286799052 +0200
+++ /var/tmp/diff_new_pack.ULIfWX/_new  2023-09-06 18:57:50.290799194 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# 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
@@ -20,18 +20,19 @@
 %global crate_name cbindgen
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now
 Name:           rust-%{crate_name}
-Version:        0.24.3+git0
+Version:        0.25.0+git0
 Release:        0
 Summary:        A tool for generating C bindings from Rust code
 License:        MPL-2.0
 Group:          Development/Languages/Rust
 URL:            https://crates.io/crates/cbindgen
-Source0:        %{crate_name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
+Source0:        %{crate_name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 Source99:       UPDATING.md
-BuildRequires:  cargo >= 1.30.0
-BuildRequires:  rust >= 1.30.0
+BuildRequires:  cargo >= 1.70.0
+BuildRequires:  cargo-packaging
+BuildRequires:  rust >= 1.70.0
 
 %description
 A tool for generating C bindings from Rust code.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ULIfWX/_old  2023-09-06 18:57:50.334800763 +0200
+++ /var/tmp/diff_new_pack.ULIfWX/_new  2023-09-06 18:57:50.338800906 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/eqrion/cbindgen.git</param>
     <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">v0.24.3</param>
+    <param name="revision">v0.25.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
@@ -13,17 +13,16 @@
   <service mode="disabled" name="tar" />
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zst</param>
   </service>
-  <service mode="disabled" name="set_version"/>
+  <service mode="disabled" name="set_version" />
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">cbindgen</param>
-     <param name="compression">xz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled">
      <param name="srcdir">cbindgen</param>
-     <param name="lockfile">Cargo.lock</param>
   </service>
-</services>
+ </services>
 

Reply via email to