From 343a05d43b1b2ec7105fb8569dddbd3c695a7fa1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 5 Mar 2020 15:53:10 -0800 Subject: [PATCH] Update to 0.29.0 --- .gitignore | 1 + rust-clang-sys.spec | 81 ++++++++++++++++++++++++++++++--------------- sources | 2 +- 3 files changed, 56 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 0f7e1c3..accbdf9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /clang-sys-0.27.0.crate /clang-sys-0.28.0.crate /clang-sys-0.28.1.crate +/clang-sys-0.29.0.crate diff --git a/rust-clang-sys.spec b/rust-clang-sys.spec index 2df0094..d02ad23 100644 --- a/rust-clang-sys.spec +++ b/rust-clang-sys.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_with check %global debug_package %{nil} %global crate clang-sys Name: rust-%{crate} -Version: 0.28.1 -Release: 2%{?dist} +Version: 0.29.0 +Release: 1%{?dist} Summary: Rust bindings for libclang # Upstream license specification: Apache-2.0 @@ -41,7 +41,7 @@ which use "%{crate}" crate. %files devel %license LICENSE.txt %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -54,7 +54,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 %package -n %{name}+clang_3_5-devel Summary: %{summary} @@ -67,7 +67,7 @@ This package contains library source intended for building other packages which use "clang_3_5" feature of "%{crate}" crate. %files -n %{name}+clang_3_5-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_3_6-devel Summary: %{summary} @@ -79,7 +79,7 @@ This package contains library source intended for building other packages which use "clang_3_6" feature of "%{crate}" crate. %files -n %{name}+clang_3_6-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_3_7-devel Summary: %{summary} @@ -91,7 +91,7 @@ This package contains library source intended for building other packages which use "clang_3_7" feature of "%{crate}" crate. %files -n %{name}+clang_3_7-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_3_8-devel Summary: %{summary} @@ -103,7 +103,7 @@ This package contains library source intended for building other packages which use "clang_3_8" feature of "%{crate}" crate. %files -n %{name}+clang_3_8-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_3_9-devel Summary: %{summary} @@ -115,7 +115,7 @@ This package contains library source intended for building other packages which use "clang_3_9" feature of "%{crate}" crate. %files -n %{name}+clang_3_9-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_4_0-devel Summary: %{summary} @@ -127,7 +127,7 @@ This package contains library source intended for building other packages which use "clang_4_0" feature of "%{crate}" crate. %files -n %{name}+clang_4_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_5_0-devel Summary: %{summary} @@ -139,7 +139,7 @@ This package contains library source intended for building other packages which use "clang_5_0" feature of "%{crate}" crate. %files -n %{name}+clang_5_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_6_0-devel Summary: %{summary} @@ -151,7 +151,7 @@ This package contains library source intended for building other packages which use "clang_6_0" feature of "%{crate}" crate. %files -n %{name}+clang_6_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_7_0-devel Summary: %{summary} @@ -163,7 +163,7 @@ This package contains library source intended for building other packages which use "clang_7_0" feature of "%{crate}" crate. %files -n %{name}+clang_7_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clang_8_0-devel Summary: %{summary} @@ -175,7 +175,19 @@ This package contains library source intended for building other packages which use "clang_8_0" feature of "%{crate}" crate. %files -n %{name}+clang_8_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+clang_9_0-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+clang_9_0-devel %{_description} + +This package contains library source intended for building other packages +which use "clang_9_0" feature of "%{crate}" crate. + +%files -n %{name}+clang_9_0-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_3_6-devel Summary: %{summary} @@ -188,7 +200,7 @@ This package contains library source intended for building other packages which use "gte_clang_3_6" feature of "%{crate}" crate. %files -n %{name}+gte_clang_3_6-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_3_7-devel Summary: %{summary} @@ -201,7 +213,7 @@ This package contains library source intended for building other packages which use "gte_clang_3_7" feature of "%{crate}" crate. %files -n %{name}+gte_clang_3_7-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_3_8-devel Summary: %{summary} @@ -214,7 +226,7 @@ This package contains library source intended for building other packages which use "gte_clang_3_8" feature of "%{crate}" crate. %files -n %{name}+gte_clang_3_8-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_3_9-devel Summary: %{summary} @@ -227,7 +239,7 @@ This package contains library source intended for building other packages which use "gte_clang_3_9" feature of "%{crate}" crate. %files -n %{name}+gte_clang_3_9-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_4_0-devel Summary: %{summary} @@ -240,7 +252,7 @@ This package contains library source intended for building other packages which use "gte_clang_4_0" feature of "%{crate}" crate. %files -n %{name}+gte_clang_4_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_5_0-devel Summary: %{summary} @@ -253,7 +265,7 @@ This package contains library source intended for building other packages which use "gte_clang_5_0" feature of "%{crate}" crate. %files -n %{name}+gte_clang_5_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_6_0-devel Summary: %{summary} @@ -266,7 +278,7 @@ This package contains library source intended for building other packages which use "gte_clang_6_0" feature of "%{crate}" crate. %files -n %{name}+gte_clang_6_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_7_0-devel Summary: %{summary} @@ -279,7 +291,7 @@ This package contains library source intended for building other packages which use "gte_clang_7_0" feature of "%{crate}" crate. %files -n %{name}+gte_clang_7_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gte_clang_8_0-devel Summary: %{summary} @@ -292,7 +304,19 @@ This package contains library source intended for building other packages which use "gte_clang_8_0" feature of "%{crate}" crate. %files -n %{name}+gte_clang_8_0-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+gte_clang_9_0-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+gte_clang_9_0-devel %{_description} + +This package contains library source intended for building other packages +which use "gte_clang_9_0" feature of "%{crate}" crate. + +%files -n %{name}+gte_clang_9_0-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+libloading-devel Summary: %{summary} @@ -304,7 +328,7 @@ This package contains library source intended for building other packages which use "libloading" feature of "%{crate}" crate. %files -n %{name}+libloading-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+runtime-devel Summary: %{summary} @@ -316,7 +340,7 @@ This package contains library source intended for building other packages which use "runtime" feature of "%{crate}" crate. %files -n %{name}+runtime-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+static-devel Summary: %{summary} @@ -328,7 +352,7 @@ This package contains library source intended for building other packages which use "static" feature of "%{crate}" crate. %files -n %{name}+static-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 @@ -350,6 +374,9 @@ echo 'clang-devel >= 3.5' %endif %changelog +* Thu Mar 05 2020 Josh Stone - 0.29.0-1 +- Update to 0.29.0 + * Thu Jan 30 2020 Fedora Release Engineering - 0.28.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 62bf4f4..60f3760 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (clang-sys-0.28.1.crate) = 56818d67a45e807e651ce2426b61b8c5e026087d5709cc0cfbef26eb162177746ecb13bf07126615bf41ce0b95b515a5e29aad3b65058f714d37979fe6582a98 +SHA512 (clang-sys-0.29.0.crate) = 5f3539df7d32520195ecd278aa51966ac362666980248d701196c0f3d563130400bbc71473feaea3f9263724910a5aa20f06979cacddb004130e3794f596a38b