diff --git a/roff-fix-metadata.diff b/roff-fix-metadata.diff index 00eb71d..6b85b90 100644 --- a/roff-fix-metadata.diff +++ b/roff-fix-metadata.diff @@ -5,7 +5,7 @@ [dependencies] [dev-dependencies.duct] -version = "0.10.0" -+version = "0.12.0" ++version = "0.13.0" [dev-dependencies.pretty_assertions] -version = "0.5.1" diff --git a/rust-roff.spec b/rust-roff.spec index 76411bc..75b2ed4 100644 --- a/rust-roff.spec +++ b/rust-roff.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ROFF (man page format) generation library # Upstream license specification: MIT OR Apache-2.0 @@ -14,7 +14,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/roff Source: %{crates_source} # Initial patched metadata -# * Update duct to 0.12, pretty_assertions to 0.6, https://github.com/rust-cli/roff-rs/pull/8 +# * Update duct to 0.13, pretty_assertions to 0.6, https://github.com/rust-cli/roff-rs/pull/8 Patch0: roff-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -77,6 +77,9 @@ echo '/usr/bin/troff' %endif %changelog +* Thu Sep 26 20:00:00 CEST 2019 Robert-André Mauchin - 0.1.0-3 +- Bump duct to 0.13.0 + * Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild