update to version 0.5.6

epel9
Fabio Valentini 4 years ago
parent 98ba2d981d
commit a12810e499
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/memoffset-0.5.3.crate
/memoffset-0.5.4.crate
/memoffset-0.5.5.crate
/memoffset-0.5.6.crate

@ -5,8 +5,8 @@
%global crate memoffset
Name: rust-%{crate}
Version: 0.5.5
Release: 2%{?dist}
Version: 0.5.6
Release: 1%{?dist}
Summary: Offset_of functionality for Rust structs
# Upstream license specification: MIT
@ -64,6 +64,18 @@ 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
@ -83,6 +95,9 @@ which use "unstable_const" feature of "%{crate}" crate.
%endif
%changelog
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.6-1
- Update to version 0.5.6.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (memoffset-0.5.5.crate) = 3804bf0c8c29ce91d67b7a502ba17ba096b4c487df49eeb7ec11950ecd950b35c78b9ec30aeaacf38f79ed0ea9ee601c6d65e712f704753c7c06ff1382456965
SHA512 (memoffset-0.5.6.crate) = 6df8952d41f60fa0993fbc85d112a15c1f6ecfef66da29ebdab71f40cd8ee8722400693b6ea023344f1b5dc351cbe828f465a8cabd150377a62948cedeb5db6b

Loading…
Cancel
Save