Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 742a14c377
Update to version 0.2.2; Fixes RHBZ#2299896
6 months ago
Fedora Release Engineering 07a660a9a4 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 7eabc3c380 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering ce9ed2a7a6 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -1,2 +1,3 @@
/roff-0.1.0.crate
/roff-0.2.1.crate
/roff-0.2.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate roff
Name: rust-roff
Version: 0.2.1
Version: 0.2.2
Release: %autorelease
Summary: (man page format) generation library
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/roff
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
ROFF (man page format) generation library.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (roff-0.2.1.crate) = 001cbc21c5c8ca4362f91fb237b867966653e6f49fa20be1a6c3d3e8d9f2cca66c474eb0b59ecff1527c771554e8503cef94181295dcb007fbc1a50dab49ce0f
SHA512 (roff-0.2.2.crate) = 0098d4cc921435cd48fd924d96e8dd27f6443a9b6cba847388ec4be7c2222bffa7a1507862b8c120314d32d08e0cc04e52d44973e25d85536a3a2560fa2a06aa

Loading…
Cancel
Save