update to version 1.1.1

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/clang-sys-0.29.3.crate /clang-sys-0.29.3.crate
/clang-sys-1.0.3.crate /clang-sys-1.0.3.crate
/clang-sys-1.1.0.crate /clang-sys-1.1.0.crate
/clang-sys-1.1.1.crate

@ -1,5 +1,5 @@
--- clang-sys-1.1.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- clang-sys-1.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clang-sys-1.1.0/Cargo.toml 2021-02-10T18:59:37.290087+00:00 +++ clang-sys-1.1.1/Cargo.toml 2021-02-23T14:18:25.463809+00:00
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"

@ -5,7 +5,7 @@
%global crate clang-sys %global crate clang-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.0 Version: 1.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust bindings for libclang Summary: Rust bindings for libclang
@ -23,7 +23,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: clang-devel >= 3.5
%global _description %{expand: %global _description %{expand:
Rust bindings for libclang.} Rust bindings for libclang.}
@ -268,6 +267,7 @@ which use "static" feature of "%{crate}" crate.
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo 'clang-devel >= 3.5'
%build %build
%cargo_build %cargo_build
@ -281,6 +281,9 @@ which use "static" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
* Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1 * Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0. - Update to version 1.1.0.

@ -1 +1 @@
SHA512 (clang-sys-1.1.0.crate) = fca71df569e39b076fd9bf51e0f3d9aeed4d057d08cd1e6d25b7ace41fae20412215402a051e14bedeb38856345a4b5d97567be32ff0e28da1df64c9612c4f6a SHA512 (clang-sys-1.1.1.crate) = cf6745d021a779d49fe7271b1c940fb2c69d80d06afc4a6548a736c819f16f82875bd94f946a189c67453b346bcf73f360af846b30619189fcde82ed04fe964e

Loading…
Cancel
Save