update to version 0.6.3

epel9
Fabio Valentini 4 years ago
parent c2e03fe450
commit 258bf83c0d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/memoffset-0.5.5.crate
/memoffset-0.5.6.crate
/memoffset-0.6.1.crate
/memoffset-0.6.3.crate

@ -5,8 +5,8 @@
%global crate memoffset
Name: rust-%{crate}
Version: 0.6.1
Release: 2%{?dist}
Version: 0.6.3
Release: 1%{?dist}
Summary: Offset_of functionality for Rust structs
# Upstream license specification: MIT
@ -64,18 +64,6 @@ which use "unstable_const" feature of "%{crate}" crate.
%files -n %{name}+unstable_const-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable_raw-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable_raw-devel %{_description}
This package contains library source intended for building other packages
which use "unstable_raw" feature of "%{crate}" crate.
%files -n %{name}+unstable_raw-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -95,6 +83,10 @@ which use "unstable_raw" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3.
- Fixes RHBZ#1943380
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (memoffset-0.6.1.crate) = 74d081af00b7e442198b786d79e4ef35c243d2e78347ab9cb50e127569aed3fd77b47b95df6f361a716abce27c8cc6cb1dfa12c92b0b2208b21f9eb9527b61be
SHA512 (memoffset-0.6.3.crate) = 5afd2f9a282e9bbc60da1abbf911a3b4480ab975c04c565149dca8a36e9975b3262023b73c67d9dcf80b2eba3e8540aa2b91466d37a2504facb3f1eae98f52bd

Loading…
Cancel
Save