Compare commits

...

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

8
.gitignore vendored

@ -1,7 +1 @@
/miette-4.4.0.crate
/miette-5.1.1.crate
/miette-5.5.0.crate
/miette-5.7.0.crate
/miette-5.8.0.crate
/miette-5.9.0.crate
/miette-5.10.0.crate
SOURCES/miette-7.4.0.crate

@ -0,0 +1 @@
8a339777c5b4682f0c3c61ef0728b4909f0d8384 SOURCES/miette-7.4.0.crate

@ -1,11 +1,21 @@
# Generated by rust2rpm 25
%bcond_without check
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
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 27
%bcond check 1
%global debug_package %{nil}
%global crate miette
Name: rust-miette
Version: 5.10.0
Version: 7.4.0
Release: %autorelease
Summary: Fancy diagnostic reporting library and protocol for us mere mortals
@ -50,40 +60,40 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-devel
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace" feature of the "%{crate}" crate.
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-ext-devel
%package -n %{name}+fancy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-ext-devel %{_description}
%description -n %{name}+fancy-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace-ext" feature of the "%{crate}" crate.
use the "fancy" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-ext-devel
%files -n %{name}+fancy-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-devel
%package -n %{name}+fancy-base-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-devel %{_description}
%description -n %{name}+fancy-base-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy" feature of the "%{crate}" crate.
use the "fancy-base" feature of the "%{crate}" crate.
%files -n %{name}+fancy-devel
%files -n %{name}+fancy-base-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-no-backtrace-devel
@ -98,16 +108,16 @@ use the "fancy-no-backtrace" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+is-terminal-devel
%package -n %{name}+fancy-no-syscall-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+is-terminal-devel %{_description}
%description -n %{name}+fancy-no-syscall-devel %{_description}
This package contains library source intended for building other packages which
use the "is-terminal" feature of the "%{crate}" crate.
use the "fancy-no-syscall" feature of the "%{crate}" crate.
%files -n %{name}+is-terminal-devel
%files -n %{name}+fancy-no-syscall-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-format-args-capture-devel
@ -122,18 +132,6 @@ use the "no-format-args-capture" feature of the "%{crate}" crate.
%files -n %{name}+no-format-args-capture-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+owo-colors-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+owo-colors-devel %{_description}
This package contains library source intended for building other packages which
use the "owo-colors" feature of the "%{crate}" crate.
%files -n %{name}+owo-colors-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -146,83 +144,87 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-color-devel
%package -n %{name}+syntect-highlighter-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-color-devel %{_description}
%description -n %{name}+syntect-highlighter-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-color" feature of the "%{crate}" crate.
use the "syntect-highlighter" feature of the "%{crate}" crate.
%files -n %{name}+supports-color-devel
%files -n %{name}+syntect-highlighter-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-hyperlinks-devel
Summary: %{summary}
BuildArch: noarch
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%description -n %{name}+supports-hyperlinks-devel %{_description}
%generate_buildrequires
%cargo_generate_buildrequires
This package contains library source intended for building other packages which
use the "supports-hyperlinks" feature of the "%{crate}" crate.
%build
%cargo_build
%files -n %{name}+supports-hyperlinks-devel
%ghost %{crate_instdir}/Cargo.toml
%install
%cargo_install
%package -n %{name}+supports-unicode-devel
Summary: %{summary}
BuildArch: noarch
%if %{with check}
%check
%cargo_test
%endif
%description -n %{name}+supports-unicode-devel %{_description}
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 7.4.0-1
- Rebuilt for MSVSphere 10
This package contains library source intended for building other packages which
use the "supports-unicode" feature of the "%{crate}" crate.
## START: Generated by rpmautospec
* Sun Dec 01 2024 Fabio Valentini <decathorpe@gmail.com> - 7.4.0-1
- Update to version 7.4.0; Fixes RHBZ#2328892
%files -n %{name}+supports-unicode-devel
%ghost %{crate_instdir}/Cargo.toml
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
%package -n %{name}+terminal_size-devel
Summary: %{summary}
BuildArch: noarch
* Wed Mar 20 2024 Michel Lind <salimma@fedoraproject.org> - 7.2.0-1
- Update to 7.2.0 (rhbz#2262594)
%description -n %{name}+terminal_size-devel %{_description}
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
This package contains library source intended for building other packages which
use the "terminal_size" feature of the "%{crate}" crate.
* Wed Oct 18 2023 Fabio Valentini <decathorpe@gmail.com> - 5.10.0-3
- Regenerate with rust2rpm v25 and enable "fancy" feature
%files -n %{name}+terminal_size-devel
%ghost %{crate_instdir}/Cargo.toml
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
%package -n %{name}+textwrap-devel
Summary: %{summary}
BuildArch: noarch
* Mon Jul 17 2023 Fabio Valentini <decathorpe@gmail.com> - 5.10.0-1
- Update to version 5.10.0; Fixes RHBZ#2223155
%description -n %{name}+textwrap-devel %{_description}
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 5.9.0-1
- Update to version 5.9.0; Fixes RHBZ#2208404
This package contains library source intended for building other packages which
use the "textwrap" feature of the "%{crate}" crate.
* Wed Apr 19 2023 Fabio Valentini <decathorpe@gmail.com> - 5.8.0-1
- Update to version 5.8.0; Fixes RHBZ#2187775
%files -n %{name}+textwrap-devel
%ghost %{crate_instdir}/Cargo.toml
* Sat Apr 01 2023 Fabio Valentini <decathorpe@gmail.com> - 5.7.0-1
- Update to version 5.7.0; Fixes RHBZ#2177963
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
%generate_buildrequires
%cargo_generate_buildrequires
* Mon Dec 12 2022 Fabio Valentini <decathorpe@gmail.com> - 5.5.0-1
- Update to version 5.5.0; Fixes RHBZ#2113060
%build
%cargo_build
* Tue Jul 26 2022 yizhengxie <yizhengx@bu.edu> - 5.1.1-1
- Update to 5.1.1
%install
%cargo_install
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
%if %{with check}
%check
%cargo_test
%endif
* Wed Apr 13 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.4.0-1
- Update to 4.4.0
%changelog
%autochangelog
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.2.1-1
- Initial package
## END: Generated by rpmautospec

@ -1,2 +0,0 @@
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.2.1-1
- Initial package

@ -1 +0,0 @@
SHA512 (miette-5.10.0.crate) = 415d16a732925fef5945c08910dcd770fa3a6deedc4753dfe93e8697ad6f017c22fc13c5741f9e22a405b2f5c58ba2fa937ae37df11da8ede2d053c0f1f2a12d
Loading…
Cancel
Save