Update to 0.29.0

epel9
Josh Stone 5 years ago
parent 250e4e4d45
commit 343a05d43b

1
.gitignore vendored

@ -7,3 +7,4 @@
/clang-sys-0.27.0.crate /clang-sys-0.27.0.crate
/clang-sys-0.28.0.crate /clang-sys-0.28.0.crate
/clang-sys-0.28.1.crate /clang-sys-0.28.1.crate
/clang-sys-0.29.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate clang-sys %global crate clang-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.28.1 Version: 0.29.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Rust bindings for libclang Summary: Rust bindings for libclang
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE.txt %license LICENSE.txt
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %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 %package -n %{name}+clang_3_5-devel
Summary: %{summary} 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. which use "clang_3_5" feature of "%{crate}" crate.
%files -n %{name}+clang_3_5-devel %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 %package -n %{name}+clang_3_6-devel
Summary: %{summary} 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. which use "clang_3_6" feature of "%{crate}" crate.
%files -n %{name}+clang_3_6-devel %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 %package -n %{name}+clang_3_7-devel
Summary: %{summary} 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. which use "clang_3_7" feature of "%{crate}" crate.
%files -n %{name}+clang_3_7-devel %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 %package -n %{name}+clang_3_8-devel
Summary: %{summary} 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. which use "clang_3_8" feature of "%{crate}" crate.
%files -n %{name}+clang_3_8-devel %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 %package -n %{name}+clang_3_9-devel
Summary: %{summary} 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. which use "clang_3_9" feature of "%{crate}" crate.
%files -n %{name}+clang_3_9-devel %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 %package -n %{name}+clang_4_0-devel
Summary: %{summary} 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. which use "clang_4_0" feature of "%{crate}" crate.
%files -n %{name}+clang_4_0-devel %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 %package -n %{name}+clang_5_0-devel
Summary: %{summary} 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. which use "clang_5_0" feature of "%{crate}" crate.
%files -n %{name}+clang_5_0-devel %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 %package -n %{name}+clang_6_0-devel
Summary: %{summary} 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. which use "clang_6_0" feature of "%{crate}" crate.
%files -n %{name}+clang_6_0-devel %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 %package -n %{name}+clang_7_0-devel
Summary: %{summary} 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. which use "clang_7_0" feature of "%{crate}" crate.
%files -n %{name}+clang_7_0-devel %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 %package -n %{name}+clang_8_0-devel
Summary: %{summary} 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. which use "clang_8_0" feature of "%{crate}" crate.
%files -n %{name}+clang_8_0-devel %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 %package -n %{name}+gte_clang_3_6-devel
Summary: %{summary} 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. which use "gte_clang_3_6" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_3_6-devel %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 %package -n %{name}+gte_clang_3_7-devel
Summary: %{summary} 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. which use "gte_clang_3_7" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_3_7-devel %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 %package -n %{name}+gte_clang_3_8-devel
Summary: %{summary} 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. which use "gte_clang_3_8" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_3_8-devel %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 %package -n %{name}+gte_clang_3_9-devel
Summary: %{summary} 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. which use "gte_clang_3_9" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_3_9-devel %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 %package -n %{name}+gte_clang_4_0-devel
Summary: %{summary} 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. which use "gte_clang_4_0" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_4_0-devel %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 %package -n %{name}+gte_clang_5_0-devel
Summary: %{summary} 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. which use "gte_clang_5_0" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_5_0-devel %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 %package -n %{name}+gte_clang_6_0-devel
Summary: %{summary} 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. which use "gte_clang_6_0" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_6_0-devel %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 %package -n %{name}+gte_clang_7_0-devel
Summary: %{summary} 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. which use "gte_clang_7_0" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_7_0-devel %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 %package -n %{name}+gte_clang_8_0-devel
Summary: %{summary} 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. which use "gte_clang_8_0" feature of "%{crate}" crate.
%files -n %{name}+gte_clang_8_0-devel %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 %package -n %{name}+libloading-devel
Summary: %{summary} Summary: %{summary}
@ -304,7 +328,7 @@ This package contains library source intended for building other packages
which use "libloading" feature of "%{crate}" crate. which use "libloading" feature of "%{crate}" crate.
%files -n %{name}+libloading-devel %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 %package -n %{name}+runtime-devel
Summary: %{summary} Summary: %{summary}
@ -316,7 +340,7 @@ This package contains library source intended for building other packages
which use "runtime" feature of "%{crate}" crate. which use "runtime" feature of "%{crate}" crate.
%files -n %{name}+runtime-devel %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 %package -n %{name}+static-devel
Summary: %{summary} Summary: %{summary}
@ -328,7 +352,7 @@ This package contains library source intended for building other packages
which use "static" feature of "%{crate}" crate. which use "static" feature of "%{crate}" crate.
%files -n %{name}+static-devel %files -n %{name}+static-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -350,6 +374,9 @@ echo 'clang-devel >= 3.5'
%endif %endif
%changelog %changelog
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.29.0-1
- Update to 0.29.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (clang-sys-0.28.1.crate) = 56818d67a45e807e651ce2426b61b8c5e026087d5709cc0cfbef26eb162177746ecb13bf07126615bf41ce0b95b515a5e29aad3b65058f714d37979fe6582a98 SHA512 (clang-sys-0.29.0.crate) = 5f3539df7d32520195ecd278aa51966ac362666980248d701196c0f3d563130400bbc71473feaea3f9263724910a5aa20f06979cacddb004130e3794f596a38b

Loading…
Cancel
Save