Compare commits

...

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

14
.gitignore vendored

@ -1,13 +1 @@
/results_*/
/*.src.rpm
/unicode-ident-1.0.1.crate
/unicode-ident-1.0.3.crate
/unicode-ident-1.0.4.crate
/unicode-ident-1.0.5.crate
/unicode-ident-1.0.6.crate
/unicode-ident-1.0.8.crate
/unicode-ident-1.0.9.crate
/unicode-ident-1.0.10.crate
/unicode-ident-1.0.11.crate
/unicode-ident-1.0.12.crate
SOURCES/unicode-ident-1.0.17.crate

@ -0,0 +1 @@
43b79834af10a8a24d449fb346564ebf2a4c0bdc SOURCES/unicode-ident-1.0.17.crate

@ -0,0 +1,7 @@
[package]
summary = "Determine whether characters have the XID_Start or XID_Continue properties"
[tests]
run = ["none"]
comments = ["missing dev-dependencies: fst, roaring"]

@ -0,0 +1,142 @@
## 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
# * missing dev-dependencies: fst, roaring
%bcond check 0
%global debug_package %{nil}
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.17
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
License: (MIT OR Apache-2.0) AND Unicode-3.0
URL: https://crates.io/crates/unicode-ident
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Determine whether characters have the XID_Start or XID_Continue
properties according to Unicode Standard Annex #31.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE-UNICODE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
## START: Generated by rpmautospec
* Wed Feb 19 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.17-1
- Update to version 1.0.17; Fixes RHBZ#2341738
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.0.14-1
- Rebuilt for MSVSphere 10
* Wed Dec 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.14-1
- Update to version 1.0.14; Fixes RHBZ#2327590
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.13-1
- Update to version 1.0.13; Fixes RHBZ#2311416
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 13 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.12-1
- Update to version 1.0.12; Fixes RHBZ#2238683
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jul 15 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.11-1
- Update to version 1.0.11; Fixes RHBZ#2223073
* Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.10-1
- Update to version 1.0.10; Fixes RHBZ#2219466
* Thu May 25 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
- Update to version 1.0.9; Fixes RHBZ#2209737
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.8-1
- Update to version 1.0.8; Fixes RHBZ#2175340
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.6-1
- Update to version 1.0.6; Fixes RHBZ#2154602
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.5-1
- Update to version 1.0.5; Fixes RHBZ#2133217
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.4-1
- Update to version 1.0.4; Fixes RHBZ#2126681
* Wed Aug 03 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
- Update to version 1.0.3; Fixes RHBZ#2114959
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
- Initial import (#2089436)
## END: Generated by rpmautospec

@ -1,72 +0,0 @@
# Generated by rust2rpm 24
# * missing dev-dependencies: fst, roaring
%bcond_with check
%global debug_package %{nil}
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.12
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
URL: https://crates.io/crates/unicode-ident
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Determine whether characters have the XID_Start or XID_Continue
properties according to Unicode Standard Annex #31.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE-UNICODE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1,2 +0,0 @@
[DEFAULT]
summary = Determine whether characters have the XID_Start or XID_Continue properties

@ -1 +0,0 @@
SHA512 (unicode-ident-1.0.12.crate) = bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920
Loading…
Cancel
Save