Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lychee for openSUSE:Factory checked in at 2025-10-24 17:59:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lychee (Old) and /work/SRC/openSUSE:Factory/.lychee.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lychee" Fri Oct 24 17:59:00 2025 rev:11 rq:1313450 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lychee/lychee.changes 2025-09-19 17:10:53.845749919 +0200 +++ /work/SRC/openSUSE:Factory/.lychee.new.1980/lychee.changes 2025-10-24 17:59:03.105471456 +0200 @@ -1,0 +2,60 @@ +Fri Oct 24 07:39:56 UTC 2025 - [email protected] + +- Add git-core to BuildRequires +- Update to version v0.21.0: + * chore: release v0.21.0 + * Update workflow + * Update flag description + * Fix working directory in build script + * Make man page generation deterministic + * Allow nightly tag for the release binary workflow + * Update strategy matrix + * Improve error message in workflow + * Print version before generating man page + * Update "Release Binary" workflow to use qemu where necessary + * Do not require inputs with generate flag + * Fix release-binary.yml workflow + * Bump the dependencies group across 1 directory with 15 updates (#1874) + * Inline formatting arguments for anyhow macros as per new lint + * Man pages (#1858) + * fix: move log level padding outside brackets (#1871) + * Extract spans (#1870) + * feat: print warning if input source matches no files (#1865) + * Bump the dependencies group with 2 updates (#1866) + * Fix locating of version when tagging Docker images on Git tag push (#1834) + * feat(base-url)!: disallow relative local base to avoid confusion (#1857) + * feat: improve InvalidIndexFile error to mention index file names (#1859) + * Fix CI lint by adding rustfmt in the the toolchain components (#1861) + * Explicitly add `rustfmt` component to toolchain config (#1862) + * refactor: Remove truncate_source logic (#1847) + * Add --default-extension argument to force file format (#1842) + * docs: hard wrap help text for options (#1854) + * Bump the dependencies group with 6 updates (#1855) + * refactor: add exhaustivity check for `fold_in!` macro (#1848) + * Additional redirect reporting (#1853) + * fix: do not reuse excluded status from cache (#1850) + * add cargo-msrv to the devshell (#1852) + * Fix extraction of reference links in Markdown (#1841) + * Redirect reporting (#1725) + * Add WinGet installation instructions (#1849) + * refactor!: use `ResolvedInputSource` downstream of `InputContent` (#1840) + * fix: fields missing from config.toml parsing logic (#1843) + * Bump the dependencies group with 5 updates (#1845) + * fix: add support for name attributes in HTML fragment extraction (#1839) + * Implement `--files-from` Option (#1836) + * Optimize InputSource handling with Cow and add benchmarks (#1832) + * Ignore Links in Markdown Link Text (#1831) + * Fix pre-commit hooks (#1829) + * chore(file checker): separate resolving and checking for easier testing (#1830) + * Refactor Input Handling (#1827) + * Fix links in doc comments (#1828) + * apply fallback extensions if directory links resolve to a dir (#1826) + * clarify `--base-url` and `--root-dir` and their interactions (#1787) + * Add test for making sure URL inputs always get checked (#1824) + * Refactor collector and input (#1823) + * add conda install to readme (#1822) + * Bump the dependencies group with 3 updates (#1821) + * Refactor error reporting (#1731) + * Don't use link to latest stable release for nightly (#1802) + +------------------------------------------------------------------- Old: ---- lychee-0.20.1.tar.zst New: ---- lychee-0.21.0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lychee.spec ++++++ --- /var/tmp/diff_new_pack.TpbMqI/_old 2025-10-24 17:59:04.625535471 +0200 +++ /var/tmp/diff_new_pack.TpbMqI/_new 2025-10-24 17:59:04.629535639 +0200 @@ -1,6 +1,7 @@ # # spec file for package lychee # +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -17,7 +18,7 @@ Name: lychee -Version: 0.20.1 +Version: 0.21.0 Release: 0 Summary: Fast, async, stream-based link checker written in Rust License: Apache-2.0 OR MIT @@ -25,6 +26,7 @@ Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst BuildRequires: cargo-packaging +BuildRequires: git-core BuildRequires: libopenssl-devel ExclusiveArch: %{rust_tier1_arches} @@ -35,6 +37,8 @@ %autosetup -p1 -a1 %build +export CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true +export RUST_BACKTRACE=full %{cargo_build} --all %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.TpbMqI/_old 2025-10-24 17:59:04.669537324 +0200 +++ /var/tmp/diff_new_pack.TpbMqI/_new 2025-10-24 17:59:04.681537830 +0200 @@ -3,9 +3,9 @@ <param name="url">https://github.com/lycheeverse/lychee.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">lychee-v0.20.1</param> - <param name="match-tag">*</param> - <param name="versionrewrite-pattern">lychee-v(\d+\.\d+\.\d+)</param> + <param name="revision">lychee-v0.21.0</param> + <param name="match-tag">lychee-v*</param> + <param name="versionrewrite-pattern">lychee-v(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> <param name="changesauthor">[email protected]</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.TpbMqI/_old 2025-10-24 17:59:04.709539009 +0200 +++ /var/tmp/diff_new_pack.TpbMqI/_new 2025-10-24 17:59:04.713539177 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/lycheeverse/lychee.git</param> - <param name="changesrevision">0a96dc2fdc99faf5e1cd6ccc429b27da32f25985</param></service></servicedata> + <param name="changesrevision">92a3a7c68a30f549ac4d0d528d1d8d3f34cf887e</param></service></servicedata> (No newline at EOF) ++++++ lychee-0.20.1.tar.zst -> lychee-0.21.0.tar.zst ++++++ ++++ 13625 lines of diff (skipped) ++++++ lychee.obsinfo ++++++ --- /var/tmp/diff_new_pack.TpbMqI/_old 2025-10-24 17:59:05.181558887 +0200 +++ /var/tmp/diff_new_pack.TpbMqI/_new 2025-10-24 17:59:05.197559561 +0200 @@ -1,5 +1,5 @@ name: lychee -version: 0.20.1 -mtime: 1756115035 -commit: 0a96dc2fdc99faf5e1cd6ccc429b27da32f25985 +version: 0.21.0 +mtime: 1761237516 +commit: 92a3a7c68a30f549ac4d0d528d1d8d3f34cf887e ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/lychee/vendor.tar.zst /work/SRC/openSUSE:Factory/.lychee.new.1980/vendor.tar.zst differ: char 7, line 1
