Update to 0.8.9

epel9
Josh Stone 5 years ago
parent 40560e99e4
commit f2fbd9f82b

1
.gitignore vendored

@ -1,2 +1,3 @@
/rmp-0.8.7.crate /rmp-0.8.7.crate
/rmp-0.8.8.crate /rmp-0.8.8.crate
/rmp-0.8.9.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 rmp %global crate rmp
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.8 Version: 0.8.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: Pure Rust MessagePack serialization implementation Summary: Pure Rust MessagePack serialization implementation
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md
%license LICENSE %license LICENSE
%{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
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.8.9-1
- Update to 0.8.9
* Thu Sep 12 23:44:23 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.8-1 * Thu Sep 12 23:44:23 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.8-1
- Release 0.8.8 - Release 0.8.8

@ -1 +1 @@
SHA512 (rmp-0.8.8.crate) = 743f285a754ae5ec1e4a2d8f9c5d745576fe318bf091ed8966803163615eaf00a8c4f19ce36a8ab726bd6c691baecf082f4c6365b3679d1a04d2194874bd994e SHA512 (rmp-0.8.9.crate) = cbed3952a022ba63283b438b108b16234002f4a2a2959ae3c17360d34751ccca4fcdf93d917b9b2b6026eb5802fea07c8017547654fe3920b5306f704d11f797

Loading…
Cancel
Save