Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2024-05-08 11:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and      /work/SRC/openSUSE:Factory/.fd.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fd"

Wed May  8 11:40:41 2024 rev:22 rq:1172637 version:10.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fd/fd.changes    2024-01-03 12:25:21.688296001 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1880/fd.changes  2024-05-08 
11:41:50.209365084 +0200
@@ -1,0 +2,64 @@
+Tue May 07 21:17:31 UTC 2024 - pallasw...@proton.me
+
+- Update to version 10.0.0:
+  * Prepare for 10.0.0 release
+  * Add @timestamp to --help
+  * Add script to automate some of release process.
+  * ci: Support large page sizes on AArch64
+  * build(deps): bump libc from 0.2.153 to 0.2.154
+  * build(deps): bump chrono from 0.4.37 to 0.4.38
+  * build(deps): bump nix from 0.27.1 to 0.28.0
+  * Fix typo in CHANGELOG
+  * Add test for gitignore workaround
+  * Workaround for bug with gitinored files
+  * Remove unnecessary sudo in front of commands
+  * Stop ignore .git folders by default
+  * filesystem: Remove a redundant as_str()
+  * Fix deprecation warning.
+  * Add clippy using latest rust version to CI
+  * Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'
+  * Update MSRV to 1.77.2
+  * build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12
+  * build(deps): bump lscolors from 0.16.0 to 0.17.0
+  * build(deps): bump aho-corasick from 1.1.2 to 1.1.3
+  * Set default path separator to '/' in MSYS/MSYS2
+  * refactor: Optimize code based on cargo clippy suggestions
+  * build(deps): bump softprops/action-gh-release from 1 to 2
+  * Clean up clippy warnings
+  * build(deps): bump chrono from 0.4.31 to 0.4.34
+  * build(deps): bump tempfile from 3.9.0 to 3.10.1
+  * build(deps): bump libc from 0.2.151 to 0.2.153
+  * Run formatting
+  * Add support for @%s time format
+  * Add installation instructions for more Linux distributions in README
+  * More whitespace
+  * Add Terminal Trove sponsorship
+  * build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
+  * build(deps): bump ignore from 0.4.21 to 0.4.22
+  * build(deps): bump clap_complete from 4.4.6 to 4.4.9
+  * build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
+  * build(deps): bump regex from 1.10.2 to 1.10.3
+  * Makefile: use `--locked` for build
+  * Add target aarch64-unknown-linux-musl
+  * Update clap version
+  * build(deps): bump tempfile from 3.8.1 to 3.9.0
+  * build(deps): bump crossbeam-channel from 0.5.8 to 0.5.10
+  * build(deps): bump filetime from 0.2.22 to 0.2.23
+  * build(deps): bump clap_complete from 4.4.4 to 4.4.5
+  * build(deps): bump libc from 0.2.150 to 0.2.151
+  * Updated CHANGELOG.md, man page and made alias visible in fd -h too
+  * Added explicit documentation about the possibility of using dir
+  * Added alias --type dir
+  * Format notes in Readme
+  * Fixes typo in README
+  * fix: Respect NO_COLOR with --list-details option
+  * CHANGELOG: Fix issue number typo
+  * Update troubleshooting section
+  * Update license information
+  * Add new unreleased section
+- Add rust.patch:
+  * Decrease rust version dependency from 1.77.2 to 1.77.0. 
+    The later version is required to fix a problem specific to Windows and is 
not 
+    presently available to build in Factory
+
+-------------------------------------------------------------------

Old:
----
  fd-9.0.0.tar.xz

New:
----
  fd-10.0.0.tar.xz
  rust.patch

BETA DEBUG BEGIN:
  New:  * Add new unreleased section
- Add rust.patch:
  * Decrease rust version dependency from 1.77.2 to 1.77.0. 
BETA DEBUG END:

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

Other differences:
------------------
++++++ fd.spec ++++++
--- /var/tmp/diff_new_pack.9nwqNX/_old  2024-05-08 11:41:54.601526309 +0200
+++ /var/tmp/diff_new_pack.9nwqNX/_new  2024-05-08 11:41:54.605526456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           fd
-Version:        9.0.0
+Version:        10.0.0
 Release:        0
 Summary:        An alternative to the "find" utility
 License:        Apache-2.0 AND MIT
@@ -26,9 +26,11 @@
 Source:         %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
+# PATCH-FIX-OPENSUSE rust.patch -- decrease required rust version
+Patch0:         rust.patch
 BuildRequires:  cargo-packaging
 # package `clap_lex v0.6.0` requires rustc 1.70.0 or newer
-BuildRequires:  rust >= 1.70.0
+BuildRequires:  rust >= 1.77.0
 Provides:       bundled(crate(aho-corasick)) = 0.7.18
 Provides:       bundled(crate(ansi_term)) = 0.12.1
 Provides:       bundled(crate(anyhow)) = 1.0.52
@@ -141,7 +143,7 @@
 The official fish completion script for fd, generated during the build.
 
 %prep
-%autosetup -a1
+%autosetup -a1 -p1
 mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9nwqNX/_old  2024-05-08 11:41:54.637527630 +0200
+++ /var/tmp/diff_new_pack.9nwqNX/_new  2024-05-08 11:41:54.641527777 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/sharkdp/fd.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v9.0.0</param>
+    <param name="revision">v10.0.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.9nwqNX/_old  2024-05-08 11:41:54.665528658 +0200
+++ /var/tmp/diff_new_pack.9nwqNX/_new  2024-05-08 11:41:54.665528658 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sharkdp/fd.git</param>
-              <param 
name="changesrevision">d9c4e6239fc1807bce1bb6aca4426f3880230a84</param></service></servicedata>
+              <param 
name="changesrevision">8acd7722f09ff45ef51335751160e0a8dcc096dc</param></service></servicedata>
 (No newline at EOF)
 

++++++ fd-9.0.0.tar.xz -> fd-10.0.0.tar.xz ++++++
++++ 1964 lines of diff (skipped)

++++++ fd.obsinfo ++++++
--- /var/tmp/diff_new_pack.9nwqNX/_old  2024-05-08 11:41:54.793533357 +0200
+++ /var/tmp/diff_new_pack.9nwqNX/_new  2024-05-08 11:41:54.797533504 +0200
@@ -1,5 +1,5 @@
 name: fd
-version: 9.0.0
-mtime: 1702981739
-commit: d9c4e6239fc1807bce1bb6aca4426f3880230a84
+version: 10.0.0
+mtime: 1714975291
+commit: 8acd7722f09ff45ef51335751160e0a8dcc096dc
 

++++++ rust.patch ++++++
diff -urN fd-10.0.0-A/Cargo.toml fd-10.0.0-B/Cargo.toml
--- fd-10.0.0-A/Cargo.toml      2024-05-08 07:34:07.191560537 +1000
+++ fd-10.0.0-B/Cargo.toml      2024-05-06 16:01:31.000000000 +1000
@@ -18,7 +18,7 @@
 repository = "https://github.com/sharkdp/fd";
 version = "10.0.0"
 edition= "2021"
-rust-version = "1.77.2"
+rust-version = "1.77.0"
 
 [badges.appveyor]
 repository = "sharkdp/fd"

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.1880/vendor.tar.xz differ: char 15, line 1

Reply via email to