Update to 0.3.16

epel9
Josh Stone 5 years ago
parent d5fe6d86e9
commit 15ef96bfdd

1
.gitignore vendored

@ -5,3 +5,4 @@
/mime-0.3.12.crate /mime-0.3.12.crate
/mime-0.3.13.crate /mime-0.3.13.crate
/mime-0.3.14.crate /mime-0.3.14.crate
/mime-0.3.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate mime %global crate mime
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.14 Version: 0.3.16
Release: 1%{?dist} Release: 1%{?dist}
Summary: Strongly Typed Mimes Summary: Strongly Typed Mimes
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CONTRIBUTING.md %doc README.md CONTRIBUTING.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,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.3.16-1
- Update to 0.3.16
* Mon Sep 16 15:33:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.14-1 * Mon Sep 16 15:33:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.14-1
- Update to 0.3.14 - Update to 0.3.14

@ -1 +1 @@
SHA512 (mime-0.3.14.crate) = 7079ac27a2a7c5534ab8af24f1d84ce78d9b3906a56107198e5ac43e7b6cc74a980a38bffee0f988e7b4a9b8d3bc052797bcbaecfae4c9470073ac34674f6471 SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c

Loading…
Cancel
Save