Compare commits

...

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

14
.gitignore vendored

@ -1,13 +1 @@
/syntect-2.1.0.crate SOURCES/syntect-5.2.0.crate
/syntect-3.0.1.crate
/syntect-3.0.2.crate
/syntect-3.1.0.crate
/syntect-3.2.0.crate
/syntect-3.3.0.crate
/syntect-4.1.1.crate
/syntect-4.2.0.crate
/syntect-4.4.0.crate
/syntect-4.5.0.crate
/syntect-4.6.0.crate
/syntect-5.0.0.crate
/syntect-5.1.0.crate

@ -0,0 +1 @@
1802192584e46f91a417bae3fc372aca91d0b676 SOURCES/syntect-5.2.0.crate

@ -0,0 +1,7 @@
[package]
summary = "High quality syntax highlighting and code intelligence"
[tests]
run = ["none"]
comments = ["test data is not shipped with published crates"]

@ -0,0 +1,13 @@
--- syntect-5.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ syntect-5.2.0/Cargo.toml 2024-02-18T16:05:24.640728+00:00
@@ -111,10 +111,6 @@
version = "0.4.5"
optional = true
-[dev-dependencies.criterion]
-version = "0.3"
-features = ["html_reports"]
-
[dev-dependencies.expect-test]
version = "1.4.1"

@ -1,4 +1,14 @@
# Generated by rust2rpm 24 ## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
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 25
# * test data is not shipped with published crates # * test data is not shipped with published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,18 +16,18 @@
%global crate syntect %global crate syntect
Name: rust-syntect Name: rust-syntect
Version: 5.1.0 Version: 5.2.0
Release: %autorelease Release: %autorelease
Summary: Library for high quality syntax highlighting and code intelligence Summary: High quality syntax highlighting and code intelligence
License: MIT License: MIT
URL: https://crates.io/crates/syntect URL: https://crates.io/crates/syntect
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds # * drop unused, benchmark-only criterion dev-dependency
Patch: syntect-fix-metadata.diff Patch: syntect-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Library for high quality syntax highlighting and code intelligence using Library for high quality syntax highlighting and code intelligence using
@ -306,7 +316,7 @@ use the "yaml-rust" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -324,4 +334,119 @@ use the "yaml-rust" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.2.0-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Feb 18 2024 Fabio Valentini <decathorpe@gmail.com> - 5.2.0-1
- Update to version 5.2.0; Fixes RHBZ#2263160
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Aug 01 2023 Fabio Valentini <decathorpe@gmail.com> - 5.1.0-1
- Update to version 5.1.0; Fixes RHBZ#2227879
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 21 2022 Fabio Valentini <decathorpe@gmail.com> - 5.0.0-1
- Update to version 5.0.0; Fixes RHBZ#2081584
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sun Aug 01 2021 Fabio Valentini <decathorpe@gmail.com> - 4.6.0-1
- Update to version 4.6.0; Fixes RHBZ#1988858
* Sat Jul 24 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.5.0-5
- Bump syntect dependency to 0.7
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jul 18 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.5.0-3
- Include fancy-regex features (required by gitui)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 4.5.0-1
- update to version 4.5.0
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 4.4.0-2
- remove features with missing dependencies (fancy-regex)
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 4.4.0-1
- Update to 4.4.0
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat May 23 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.2.0-1
- Update to 4.2.0
* Sun May 17 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.1.1-2
- Update plist to 1
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 4.1.1-1
- Update to 4.1.1
* Wed Feb 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.3.0-4
- Drop tests
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 3.3.0-2
- Upgrade to criterion 0.3 and plist 0.5
* Thu Sep 26 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-1
- Update to 3.3.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jun 22 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-3
- Disable tests
* Sat Jun 22 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-2
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-1
- Update to 3.2.0
* Sun Feb 24 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
- Update to 3.1.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.2-3
- Bump plist to 0.4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 3.0.2-1
- Update to 3.0.2
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.1-2
- upload sources
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.1-1
- Update to 3.0.1
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.0-1
- initial import
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (syntect-5.1.0.crate) = aa69ff676e020a45b33c0a8015fdea5f60bf4d17313c01ff955bddb82698d14e940be942a40cf5e279a0b047031ab3ba5d0f2bd25dcbecaf89800d62d4b408da

@ -1,13 +0,0 @@
--- syntect-5.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ syntect-5.1.0/Cargo.toml 2023-08-01T11:46:04.759430+00:00
@@ -109,10 +109,6 @@
version = "0.4.5"
optional = true
-[dev-dependencies.criterion]
-version = "0.3"
-features = ["html_reports"]
-
[dev-dependencies.getopts]
version = "0.2"
Loading…
Cancel
Save