update to version 0.7.6

epel9
Fabio Valentini 4 years ago
parent 51d449a93e
commit acf75ab45d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/utf-8-0.7.4.crate /utf-8-0.7.4.crate
/utf-8-0.7.5.crate /utf-8-0.7.5.crate
/utf-8-0.7.6.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate utf-8 %global crate utf-8
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.5 Version: 0.7.6
Release: 7%{?dist} Release: 1%{?dist}
Summary: Incremental, zero-copy UTF-8 decoding with error handling Summary: Incremental, zero-copy UTF-8 decoding with error handling
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/SimonSapin/rust-utf8/issues/3
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/utf-8 URL: https://crates.io/crates/utf-8
Source: %{crates_source} Source: %{crates_source}
@ -37,8 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
- Update to version 0.7.6.
- Fixes RHBZ#1950411
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-7 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (utf-8-0.7.5.crate) = 610dba6991597b117f3ec602c2c1df42da3a554bd452283f56867d53f1bdc7c0bac6e593b63ec3186016d886951397314ff7e0cf0bfae8015281a6afe77f19ec SHA512 (utf-8-0.7.6.crate) = 6bf0787cc297a1ac4e47389464d05ef6850602f549621687e776618bec96c1f7bacbb1ac8faaa63e5d28d975b850db8d6c784eb66e2466128f0521b91c14015b

Loading…
Cancel
Save