update to version 0.3.0

epel10
Fabio Valentini 4 years ago
parent 7a64417ec2
commit e5626db633
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/foreign-types-shared-0.1.1.crate
/foreign-types-shared-0.3.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate foreign-types-shared
Name: rust-%{crate}
Version: 0.1.1
Release: 12%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Internal crate used by foreign-types
# Upstream license specification: MIT/Apache-2.0
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,7 +49,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Oct 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Update to version 0.3.0.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-12
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (foreign-types-shared-0.1.1.crate) = bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a
SHA512 (foreign-types-shared-0.3.0.crate) = 7119e31c5733c3d40e7a67af3995ec00480d16d9641d34e439cee977c14007b23ec8bcad36374b24f9ba9b119429b4fc85651c71ccb261201974e087d4fa6a74

Loading…
Cancel
Save