Update to version 0.11.2; Fixes RHBZ#1973111

epel9 imports/e9/rust-phf_codegen-0.11.2-1.el9
Fabio Valentini 1 year ago
parent 26241e7ad5
commit 273d7e6ed7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/phf_codegen-0.7.24.crate
/phf_codegen-0.8.0.crate
/phf_codegen-0.10.0.crate
/phf_codegen-0.11.2.crate

@ -1,3 +0,0 @@
# rust-phf_codegen
The rust-phf_codegen package

@ -5,11 +5,10 @@
%global crate phf_codegen
Name: rust-phf_codegen
Version: 0.10.0
Version: 0.11.2
Release: %autorelease
Summary: Codegen library for PHF types
# https://github.com/sfackler/rust-phf/pull/118
License: MIT
URL: https://crates.io/crates/phf_codegen
Source: %{crates_source}
@ -31,7 +30,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
# FIXME: no license files detected
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (phf_codegen-0.10.0.crate) = dab91b53c72a5b9b6c4773b9f16d2cd58f65bdd9fb975257b8d107d4509b44f5ce8b92ab59a60171207e025688cde54ef97c9973c4226a8765f10f35c4f6f1b1
SHA512 (phf_codegen-0.11.2.crate) = 0a11be13927f6d4303a2f10bc3a0c986dfcc4bc91c9e885e8912d077e434098f75ff4ed9633085ccfbeb052d573721750fb80c7a19ee1e75fc09660aac2a6c5d

Loading…
Cancel
Save