update to version 0.2.0

epel9
Fabio Valentini 4 years ago
parent 471c6527c1
commit c613178fa8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/nasm-rs-0.1.5.crate
/nasm-rs-0.1.7.crate
/nasm-rs-0.1.8.crate
/nasm-rs-0.2.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate nasm-rs
Name: rust-%{crate}
Version: 0.1.8
Release: 3%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Run NASM during your Cargo build
# Upstream license specification: MIT OR Apache-2.0
@ -98,6 +98,9 @@ echo 'nasm'
%endif
%changelog
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-1
- Update to version 0.2.0.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (nasm-rs-0.1.8.crate) = 81ac318f67ca10bbb7ca1ec9613564ced185f8842d7e000b2e9cb73aec7028a353973ee3ea29c1762a2ac0ffe617135abf003f6105b2909c348a9ae794145352
SHA512 (nasm-rs-0.2.0.crate) = fcaa05cc8ec2128f25caa44772ec56a971cf9e63f3525a21d10bf2d54bb3d30e729a90f4d812e451318726c743045da24c9f31a80e218c807ef44271fa32cc2a

Loading…
Cancel
Save