update to version 1.2.0

epel9
Fabio Valentini 4 years ago
parent ed1df3f69b
commit 34bb640255
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/clang-sys-1.0.3.crate
/clang-sys-1.1.0.crate
/clang-sys-1.1.1.crate
/clang-sys-1.2.0.crate

@ -1,10 +1,10 @@
--- clang-sys-1.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clang-sys-1.1.1/Cargo.toml 2021-02-23T14:18:25.463809+00:00
--- clang-sys-1.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clang-sys-1.2.0/Cargo.toml 2021-05-02T12:29:55.455360+00:00
@@ -21,6 +21,7 @@
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KyleMayes/clang-sys"
+exclude = ["/.github/", "/clippy.toml"]
+exclude = ["/clippy.toml"]
[package.metadata.docs.rs]
features = ["clang_10_0", "runtime"]
features = ["clang_11_0", "runtime"]
[dependencies.glob]

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate clang-sys
Name: rust-%{crate}
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: Rust bindings for libclang
@ -281,6 +281,10 @@ echo 'clang-devel >= 3.5'
%endif
%changelog
* Sun May 02 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0.
- Fixes RHBZ#1947247
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.

@ -1 +1 @@
SHA512 (clang-sys-1.1.1.crate) = cf6745d021a779d49fe7271b1c940fb2c69d80d06afc4a6548a736c819f16f82875bd94f946a189c67453b346bcf73f360af846b30619189fcde82ed04fe964e
SHA512 (clang-sys-1.2.0.crate) = 64577b5f82878ff465eee0bd5f154522640e9bae7e6d52c1c8b868412a2297ded69b104b85b7ca6b6031d6a6eef60579933cb6502bb7342af1f9aa593428a256

Loading…
Cancel
Save