diff --git a/mercurial-rust-metadata.patch b/mercurial-rust-metadata.patch index fdaff75..b47c73c 100644 --- a/mercurial-rust-metadata.patch +++ b/mercurial-rust-metadata.patch @@ -4,7 +4,7 @@ Tweaks that hasn't been upstreamed for 6.2: - update one micro-timer to 0.4.0 - update memmap2 to 0.5.3 -Update zstd to 0.10.0 (upstream is stuck on 0.5 because MSRV) +Update zstd to 0.11.0 (upstream is stuck on 0.5 because MSRV) - adapt for breaking changes in zstd 0.10.0 diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml @@ -20,7 +20,7 @@ diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml -memmap2 = {version = "0.4", features = ["stable_deref_trait"]} -zstd = "0.5.3" +memmap2 = {version = "0.5.3", features = ["stable_deref_trait"]} -+zstd = "0.10" ++zstd = "0.11" format-bytes = "0.3.0" # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until diff --git a/mercurial.spec b/mercurial.spec index 6553415..6c51272 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -10,7 +10,7 @@ Summary: A fast, lightweight Source Control Management system Name: mercurial Version: 6.2.1 -Release: 2%{?dist} +Release: 3%{?dist} # Release: 1.rc1%%{?dist} @@ -273,6 +273,9 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh %changelog +* Sat Aug 06 2022 Fabio Valentini - 6.2.1-3 +- Bump zstd crate dependency from 0.10 to 0.11. + * Sat Aug 06 2022 Mads Kiilerich - 6.2.1-2 - Own .egg-info as directory, as introduced by setuptools 60 (#2115906)