Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wild for openSUSE:Factory checked in 
at 2026-08-05 17:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wild (Old)
 and      /work/SRC/openSUSE:Factory/.wild.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wild"

Wed Aug  5 17:49:09 2026 rev:2 rq:1369568 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wild/wild.changes        2026-05-11 
17:07:37.426173300 +0200
+++ /work/SRC/openSUSE:Factory/.wild.new.16738/wild.changes     2026-08-05 
17:50:06.509445408 +0200
@@ -1,0 +2,31 @@
+Tue Aug  4 16:02:57 UTC 2026 - Eyad Issa <[email protected]>
+
+- Update to version 0.10.0:
+  * Add support for --gdb-index and more linker script arguments
+  * Drop unused flag --debug-address
+  * Much porting work has been done
+  * We now avoid using mmap on the output file if it's on a btrfs
+    or vfat filesystem
+  * See full changelog at /usr/share/doc/packages/wild/CHANGELOG.md
+
+-------------------------------------------------------------------
+Sat May 30 14:30:00 UTC 2026 - Eyad Issa <[email protected]>
+
+- Expand %description to highlight Gold linker plugin API support
+  and linker-script features.
+- Add disable-tidy-tests.patch to honor WILD_TEST_IGNORE_FORMAT
+  in check_text_files test, allowing it to be disabled during
+  packaging.
+
+-------------------------------------------------------------------
+Fri May 29 00:15:09 UTC 2026 - Eyad Issa <[email protected]>
+
+- Upgrade to version 0.9.0:
+  * Lot of refactoring work to port to other platforms
+  * Wild now supports the linker plugin API that was originally
+    part of the Gold linker, but which is also supported by GNU ld
+    and Mold.
+  * Lots more linker-script features were implemented during this
+    release.
+
+-------------------------------------------------------------------

Old:
----
  wild-0.8.0.tar.gz

New:
----
  disable-tidy-tests.patch
  wild-0.10.0.tar.gz

----------(New B)----------
  New:  and linker-script features.
- Add disable-tidy-tests.patch to honor WILD_TEST_IGNORE_FORMAT
  in check_text_files test, allowing it to be disabled during
----------(New E)----------

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

Other differences:
------------------
++++++ wild.spec ++++++
--- /var/tmp/diff_new_pack.YP1FmP/_old  2026-08-05 17:50:07.241471093 +0200
+++ /var/tmp/diff_new_pack.YP1FmP/_new  2026-08-05 17:50:07.241471093 +0200
@@ -18,13 +18,14 @@
 
 
 Name:           wild
-Version:        0.8.0
+Version:        0.10.0
 Release:        0
 Summary:        A very fast linker for Linux
 License:        Apache-2.0 OR MIT
 URL:            https://github.com/wild-linker/wild
 Source0:        
https://github.com/wild-linker/wild/archive/%{version}/wild-%{version}.tar.gz
 Source1:        vendor.tar.zst
+Patch0:         disable-tidy-tests.patch
 BuildRequires:  binutils-devel
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
@@ -36,7 +37,9 @@
 
 %description
 Wild is a linker with the goal of being very fast for iterative
-development.
+development. It supports the linker plugin API originally part of the
+Gold linker (also supported by GNU ld and Mold), and offers extensive
+linker-script features.
 
 The plan is to eventually make it incremental, however that isn't
 yet implemented.
@@ -57,6 +60,7 @@
 %{cargo_test} --lib --bins
 
 %files
+%doc README.md CHANGELOG.md
 %license LICENSE-APACHE LICENSE-MIT
 %{_bindir}/wild
 %{_bindir}/ld.wild

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YP1FmP/_old  2026-08-05 17:50:07.285472636 +0200
+++ /var/tmp/diff_new_pack.YP1FmP/_new  2026-08-05 17:50:07.289472777 +0200
@@ -4,7 +4,7 @@
     <service name="cargo_vendor" mode="manual">
         <param name="srcdir">wild-*.tar.gz</param>
         <param name="compression">zst</param>
-        <param name="update">false</param>
+        <param name="update">true</param>
 
         <!--
         Fixed by an update to the `perf-event` crate, but wild is still

++++++ disable-tidy-tests.patch ++++++
--- a/libwild/src/tidy_tests.rs
+++ b/libwild/src/tidy_tests.rs
@@ -137,6 +137,9 @@ fn check_toml_format() -> Result {
 
 #[test]
 fn check_text_files() -> Result {
+    if std::env::var_os("WILD_TEST_IGNORE_FORMAT").is_some() {
+        return Ok(());
+    }
     const EXCLUDE_DIR: &[&str] = &[
         "target",
         "build",

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/wild/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.wild.new.16738/vendor.tar.zst differ: char 7, line 1

++++++ wild-0.8.0.tar.gz -> wild-0.10.0.tar.gz ++++++
++++ 111515 lines of diff (skipped)

Reply via email to