|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate onig_sys
|
|
|
|
%global crate onig_sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 69.5.1
|
|
|
|
Version: 69.6.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Raw rust bindings to the oniguruma library
|
|
|
|
Summary: Raw rust bindings to the oniguruma library
|
|
|
|
|
|
|
|
|
|
|
@ -14,8 +14,8 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Downgrade bindgen from 0.55 to 0.54 until it can be updated in fedora
|
|
|
|
# * Bump bindgen to 0.56: https://github.com/rust-onig/rust-onig/pull/157
|
|
|
|
# * Make bindgen as non-optional dep (for next patch)
|
|
|
|
# * Mark bindgen as non-optional dep (for next patch)
|
|
|
|
Patch0: onig_sys-fix-metadata.diff
|
|
|
|
Patch0: onig_sys-fix-metadata.diff
|
|
|
|
# Always use system onig
|
|
|
|
# Always use system onig
|
|
|
|
Patch0001: 0001-Always-use-system-onig.patch
|
|
|
|
Patch0001: 0001-Always-use-system-onig.patch
|
|
|
@ -26,6 +26,7 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(oniguruma) >= 6.8.0
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
`onig_sys` crate contains raw rust bindings to the oniguruma library. This
|
|
|
|
`onig_sys` crate contains raw rust bindings to the oniguruma library. This
|
|
|
@ -105,7 +106,6 @@ rm -vrf oniguruma/
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
echo 'pkgconfig(oniguruma) >= 6.8.0'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -119,6 +119,9 @@ echo 'pkgconfig(oniguruma) >= 6.8.0'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 69.6.0-1
|
|
|
|
|
|
|
|
- Update to version 69.6.0.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 69.5.1-1
|
|
|
|
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 69.5.1-1
|
|
|
|
- Update to version 69.5.1.
|
|
|
|
- Update to version 69.5.1.
|
|
|
|
|
|
|
|
|
|
|
|