Update to version 0.7.50; Fixes RHBZ#1985578

epel10
Fabio Valentini 4 years ago
parent 89013d5d70
commit d548f44f13
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/cxx-gen-0.6.7.crate
/cxx-gen-0.7.49.crate
/cxx-gen-0.7.50.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate cxx-gen
Name: rust-%{crate}
Version: 0.7.49
Version: 0.7.50
Release: %autorelease
Summary: C++ code generator for integrating `cxx` crate into higher level tools
@ -36,8 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT
%license LICENSE-APACHE
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (cxx-gen-0.7.49.crate) = 99ad2a40051f54140296377331407f7b078f718e517272bb4594765fa48da8bece0ff8193a503dccd597af2b02c9499a69ef71c0023cf936608e92f76d618281
SHA512 (cxx-gen-0.7.50.crate) = 99a9229b91ec9f2a7843473891a6dc78e4f6a6b4390edabb6644d68a9b8f4d1253680931f69754f7e5325bf3141def429e3299d4e1dec4a0623749a0ef7959ba

Loading…
Cancel
Save