|
|
@ -1,19 +1,33 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 2;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate clang-sys
|
|
|
|
%global crate clang-sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-clang-sys
|
|
|
|
Name: rust-clang-sys
|
|
|
|
Version: 1.7.0
|
|
|
|
Version: 1.8.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://crates.io/crates/clang-sys
|
|
|
|
URL: https://crates.io/crates/clang-sys
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * relax tempfile dev-dependency to allow building with 3.7+
|
|
|
|
|
|
|
|
Patch: clang-sys-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
BuildRequires: clang-devel >= 3.5
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Rust bindings for libclang.}
|
|
|
|
Rust bindings for libclang.}
|
|
|
@ -139,6 +153,32 @@ use the "clang_16_0" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+clang_16_0-devel
|
|
|
|
%files -n %{name}+clang_16_0-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_17_0-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: clang-devel >= 17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+clang_17_0-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "clang_17_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_17_0-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_18_0-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: clang-devel >= 18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+clang_18_0-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "clang_18_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_18_0-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_5-devel
|
|
|
|
%package -n %{name}+clang_3_5-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -282,6 +322,18 @@ use the "clang_9_0" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+clang_9_0-devel
|
|
|
|
%files -n %{name}+clang_9_0-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libcpp-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+libcpp-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "libcpp" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+libcpp-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libloading-devel
|
|
|
|
%package -n %{name}+libloading-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -325,7 +377,6 @@ use the "static" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
echo 'clang-devel >= 3.5'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -339,4 +390,138 @@ echo 'clang-devel >= 3.5'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.1-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.1-1
|
|
|
|
|
|
|
|
- Update to version 1.8.1; Fixes RHBZ#2283352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
|
|
|
|
|
|
|
|
- Update to version 1.7.0; Fixes RHBZ#2256353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
|
|
|
|
|
|
|
|
- Update to version 1.6.1; Fixes RHBZ#2182940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
|
|
|
|
|
|
|
|
- Update to version 1.6.0; Fixes RHBZ#2167236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-3
|
|
|
|
|
|
|
|
- Add missing runtime dependency on clang-libs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
|
|
|
|
|
|
|
|
- Update to version 1.4.0; Fixes RHBZ#2129037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.3-1
|
|
|
|
|
|
|
|
- Update to version 1.3.3; Fixes RHBZ#2091300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1
|
|
|
|
|
|
|
|
- Update to version 1.3.2; Fixes RHBZ#2087615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1
|
|
|
|
|
|
|
|
- Update to version 1.3.1; Fixes RHBZ#2050476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 09 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
|
|
|
|
|
|
|
|
- Update to version 1.3.0; Fixes RHBZ#2019166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.2-1
|
|
|
|
|
|
|
|
- Update to version 1.2.2; Fixes RHBZ#1997316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
|
|
|
|
- Update to version 1.1.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
|
|
|
|
|
|
|
|
- Update to version 1.0.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.3-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 29 2020 Josh Stone <jistone@redhat.com> - 0.29.3-2
|
|
|
|
|
|
|
|
- Bump to libloading 0.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.29.3-1
|
|
|
|
|
|
|
|
- Update to 0.29.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Josh Stone <jistone@redhat.com> - 0.29.2-2
|
|
|
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.29.2-1
|
|
|
|
|
|
|
|
- Update to 0.29.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 06 2020 Josh Stone <jistone@redhat.com> - 0.29.1-1
|
|
|
|
|
|
|
|
- Update to 0.29.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.28.1-1
|
|
|
|
|
|
|
|
- Update to 0.28.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 14:21:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-2
|
|
|
|
|
|
|
|
- Update glob to 0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 16 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.28.0-1
|
|
|
|
|
|
|
|
- Update to 0.28.0 (#1678018)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 22 2019 Josh Stone <jistone@redhat.com> - 0.27.0-1
|
|
|
|
|
|
|
|
- Update to 0.27.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 07 2019 Josh Stone <jistone@redhat.com> - 0.26.4-1
|
|
|
|
|
|
|
|
- Update to 0.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 14 2018 Josh Stone <jistone@redhat.com> - 0.26.3-1
|
|
|
|
|
|
|
|
- Update to 0.26.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26.2-1
|
|
|
|
|
|
|
|
- Update to 0.26.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.26.1-1
|
|
|
|
|
|
|
|
- Update to 0.26.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.26.0-1
|
|
|
|
|
|
|
|
- Update to 0.26.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.24.0-1
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|