Compare commits

...

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

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/hex-literal-0.2.2.crate

@ -0,0 +1 @@
b0d0efb44c70bc1d500b2c1be9a112daaeeddc01 SOURCES/hex-literal-0.2.2.crate

Binary file not shown.

@ -1,35 +1,33 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.0) ## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2; release_number = 7;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1); print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 20 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hex-literal %global crate hex-literal
Name: rust-%{crate}0.2 Name: rust-hex-literal0.2
Version: 0.2.2 Version: 0.2.2
Release: %autorelease Release: %autorelease
Summary: Procedural macro for converting hexadecimal string to byte array at compile time Summary: Procedural macro for converting hexadecimal string to byte array at compile time
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/hex-literal URL: https://crates.io/crates/hex-literal
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Procedural macro for converting hexadecimal string to byte array at compile Procedural macro for converting hexadecimal string to byte array at
time.} compile time.}
%description %{_description} %description %{_description}
@ -43,8 +41,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -56,7 +55,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -77,13 +76,29 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.2-2 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.2-7
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-4
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.2.2-2 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Feb 18 2022 Fabio Valentini <decathorpe@gmail.com> 0.2.2-1 * Fri Feb 18 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
- Update to version 0.2.2 - Update to version 0.2.2
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4
@ -99,3 +114,4 @@ use the "default" feature of the "%{crate}" crate.
* Wed Oct 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1 * Wed Oct 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1
- Initial compat package for hex-literal 0.2 - Initial compat package for hex-literal 0.2
## END: Generated by rpmautospec

Loading…
Cancel
Save