diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7dc7629 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/peg-runtime-0.8.2.crate diff --git a/.rust-peg-runtime.metadata b/.rust-peg-runtime.metadata index e69de29..1c402ea 100644 --- a/.rust-peg-runtime.metadata +++ b/.rust-peg-runtime.metadata @@ -0,0 +1 @@ +8e6f3b53dc3c13a996d680268371900acb407ae7 SOURCES/peg-runtime-0.8.2.crate diff --git a/SOURCES/peg-runtime-0.8.1.crate b/SOURCES/peg-runtime-0.8.1.crate deleted file mode 100644 index a305a61..0000000 Binary files a/SOURCES/peg-runtime-0.8.1.crate and /dev/null differ diff --git a/SPECS/rust-peg-runtime.spec b/SPECS/rust-peg-runtime.spec index 364e76f..aa678c4 100644 --- a/SPECS/rust-peg-runtime.spec +++ b/SPECS/rust-peg-runtime.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate peg-runtime Name: rust-peg-runtime -Version: 0.8.1 +Version: 0.8.2 Release: %autorelease Summary: Runtime support for rust-peg grammars @@ -23,7 +23,7 @@ License: MIT URL: https://crates.io/crates/peg-runtime Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Runtime support for rust-peg grammars. To use rust-peg, see the `peg` @@ -56,8 +56,32 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages which +use the "unstable" feature of the "%{crate}" crate. + +%files -n %{name}+unstable-devel +%ghost %{crate_instdir}/Cargo.toml + %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -75,9 +99,12 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.8.1-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.8.2-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 0.8.2-1 +- Update to version 0.8.2; Fixes RHBZ#2243161 + * Tue Sep 12 2023 Fabio Valentini - 0.8.1-1 - Update to version 0.8.1; Fixes RHBZ#1948229