Compare commits

...

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

27
.gitignore vendored

@ -1,26 +1 @@
/encoding_rs-0.7.1.crate SOURCES/encoding_rs-0.8.35.crate
/encoding_rs-0.7.2.crate
/encoding_rs-0.8.4.crate
/encoding_rs-0.8.5.crate
/encoding_rs-0.8.6.crate
/encoding_rs-0.8.7.crate
/encoding_rs-0.8.8.crate
/encoding_rs-0.8.9.crate
/encoding_rs-0.8.10.crate
/encoding_rs-0.8.11.crate
/encoding_rs-0.8.12.crate
/encoding_rs-0.8.13.crate
/encoding_rs-0.8.14.crate
/encoding_rs-0.8.15.crate
/encoding_rs-0.8.16.crate
/encoding_rs-0.8.17.crate
/encoding_rs-0.8.20.crate
/encoding_rs-0.8.22.crate
/encoding_rs-0.8.23.crate
/encoding_rs-0.8.24.crate
/encoding_rs-0.8.26.crate
/encoding_rs-0.8.28.crate
/encoding_rs-0.8.29.crate
/encoding_rs-0.8.31.crate
/encoding_rs-0.8.32.crate
/encoding_rs-0.8.33.crate

@ -0,0 +1 @@
78c90c0124dc1332699004c55ff98fb466fa5137 SOURCES/encoding_rs-0.8.35.crate

@ -0,0 +1,31 @@
--- encoding_rs-0.8.35/Cargo.toml 1970-01-01T00:00:01+00:00
+++ encoding_rs-0.8.35/Cargo.toml 2024-11-07T17:36:18.359884+00:00
@@ -38,6 +38,12 @@
]
license = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = [
+ "/ci/",
+ "/doc/",
+ "/*.py",
+ "/rustfmt.toml",
+]
[profile.release]
lto = true
@@ -45,10 +51,6 @@
[lib]
name = "encoding_rs"
path = "src/lib.rs"
-
-[dependencies.any_all_workaround]
-version = "0.1.0"
-optional = true
[dependencies.cfg-if]
version = "1.0"
@@ -84,4 +86,3 @@
less-slow-big5-hanzi-encode = []
less-slow-gb-hanzi-encode = []
less-slow-kanji-encode = []
-simd-accel = ["any_all_workaround"]

@ -0,0 +1,385 @@
## 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 26
%bcond_without check
%global debug_package %{nil}
%global crate encoding_rs
Name: rust-encoding_rs
Version: 0.8.35
Release: %autorelease
Summary: Gecko-oriented implementation of the Encoding Standard
# * source code: Apache-2.0 OR MIT
# * source code derived from the WHATWG Encoding Standard: BSD-3-Clause
License: (Apache-2.0 OR MIT) AND BSD-3-Clause
URL: https://crates.io/crates/encoding_rs
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unneeded script: https://github.com/hsivonen/encoding_rs/pull/38
# * drop simd_accel feature and armv7hl-specific any_all_workaround dependency
Patch: encoding_rs-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A Gecko-oriented implementation of the Encoding Standard.}
%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}/COPYRIGHT
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE-WHATWG
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/Ideas.md
%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
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-big5-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-big5-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-big5-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-big5-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-gb-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-gb-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-gb-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-gb-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-hangul-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-hangul-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-hangul-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-hangul-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-hanja-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-hanja-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-hanja-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-hanja-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-kanji-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-kanji-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-kanji-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-kanji-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-legacy-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-legacy-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-legacy-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-legacy-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-big5-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-big5-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-big5-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-big5-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-gb-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-gb-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-gb-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-gb-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-kanji-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-kanji-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-kanji-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-kanji-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-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
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.8.35-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Thu Nov 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.35-1
- Update to version 0.8.35; Fixes RHBZ#2321458
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.34-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Apr 12 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.34-1
- Update to version 0.8.34; Fixes RHBZ#2274293
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Aug 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.33-1
- Update to version 0.8.33; Fixes RHBZ#2233872
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.32-1
- Update to version 0.8.32; Fixes RHBZ#2166403
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.31-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.31-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri May 13 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.31-2
- Skip doctests due to problems with LLVM 14 on armv7hl and LLVM 12 on i686
* Fri May 13 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.31-1
- Update to version 0.8.31; Fixes RHBZ#2030275
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Nov 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.29-1
- Update to version 0.8.29; Fixes RHBZ#2014889
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.28-1
- Update to version 0.8.28.
- Fixes RHBZ#1925185
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.26-1
- Update to version 0.8.26.
- Fixes RHBZ#1893632
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.8.24-1
- Update to 0.8.24
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.8.23-1
- Update to 0.8.23
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Dec 27 08:29:54 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.22-1
- Update to 0.8.22
* Mon Sep 16 14:01:50 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.20-1
- Update to 0.8.20
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.17-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 20 11:41:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-4
- Regenerate
* Sun Jun 09 00:05:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-3
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-2
- Do not pull optional dependencies
* Wed Feb 27 2019 Josh Stone <jistone@redhat.com> - 0.8.17-1
- Update to 0.8.17
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.16-1
- Update to 0.8.16
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 30 2019 Josh Stone <jistone@redhat.com> - 0.8.15-1
- Update to 0.8.15
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.8.14-1
- Update to 0.8.14
* Thu Nov 29 2018 Josh Stone <jistone@redhat.com> - 0.8.13-1
- Update to 0.8.13
* Sun Nov 18 2018 Josh Stone <jistone@redhat.com> - 0.8.12-1
- Update to 0.8.12
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.8.11-1
- Update to 0.8.11
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.10-2
- Adapt to new packaging
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.10-1
- Update to 0.8.10
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.9-1
- Update to 0.8.9
* Mon Oct 01 2018 Josh Stone <jistone@redhat.com> - 0.8.8-1
- Update to 0.8.8
* Thu Sep 27 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
- Update to 0.8.7
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
- Update to 0.8.6
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
- Update to 0.8.5
* Sun Jul 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.4-1
- Update to 0.8.4
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
- Update to 0.7.2
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-2
- Rebuild for rust-packaging v5
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.11-1
- Update to 0.6.11
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Port to use rust-packaging
* Wed Mar 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Initial package
## END: Generated by rpmautospec

@ -1,120 +0,0 @@
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.28-1
- Update to version 0.8.28.
- Fixes RHBZ#1925185
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.26-1
- Update to version 0.8.26.
- Fixes RHBZ#1893632
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.8.24-1
- Update to 0.8.24
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.8.23-1
- Update to 0.8.23
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Dec 27 08:29:54 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.22-1
- Update to 0.8.22
* Mon Sep 16 14:01:50 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.20-1
- Update to 0.8.20
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.17-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 20 11:41:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-4
- Regenerate
* Sun Jun 09 00:05:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-3
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-2
- Do not pull optional dependencies
* Wed Feb 27 2019 Josh Stone <jistone@redhat.com> - 0.8.17-1
- Update to 0.8.17
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.16-1
- Update to 0.8.16
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 30 2019 Josh Stone <jistone@redhat.com> - 0.8.15-1
- Update to 0.8.15
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.8.14-1
- Update to 0.8.14
* Thu Nov 29 2018 Josh Stone <jistone@redhat.com> - 0.8.13-1
- Update to 0.8.13
* Sun Nov 18 2018 Josh Stone <jistone@redhat.com> - 0.8.12-1
- Update to 0.8.12
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.8.11-1
- Update to 0.8.11
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.10-2
- Adapt to new packaging
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.10-1
- Update to 0.8.10
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.9-1
- Update to 0.8.9
* Mon Oct 01 2018 Josh Stone <jistone@redhat.com> - 0.8.8-1
- Update to 0.8.8
* Thu Sep 27 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
- Update to 0.8.7
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
- Update to 0.8.6
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
- Update to 0.8.5
* Sun Jul 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.4-1
- Update to 0.8.4
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
- Update to 0.7.2
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-2
- Rebuild for rust-packaging v5
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.11-1
- Update to 0.6.11
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Port to use rust-packaging
* Wed Mar 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Initial package

@ -1,34 +0,0 @@
--- encoding_rs-0.8.33/Cargo.toml 1970-01-01T00:00:01+00:00
+++ encoding_rs-0.8.33/Cargo.toml 2023-08-27T11:41:53.824286+00:00
@@ -32,16 +32,16 @@
]
license = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = [
+ "/generate-encoding-data.py",
+ "/rustfmt.toml",
+]
[profile.release]
lto = true
[dependencies.cfg-if]
version = "1.0"
-
-[dependencies.packed_simd]
-version = "0.3.9"
-optional = true
[dependencies.serde]
version = "1.0"
@@ -74,10 +74,6 @@
less-slow-big5-hanzi-encode = []
less-slow-gb-hanzi-encode = []
less-slow-kanji-encode = []
-simd-accel = [
- "packed_simd",
- "packed_simd/into_bits",
-]
[badges.travis-ci]
repository = "hsivonen/encoding_rs"

@ -1,211 +0,0 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate encoding_rs
Name: rust-encoding_rs
Version: 0.8.33
Release: %autorelease
Summary: Gecko-oriented implementation of the Encoding Standard
# * source code: Apache-2.0 OR MIT
# * source code derived from the WHATWG Encoding Standard: BSD-3-Clause
License: (Apache-2.0 OR MIT) AND BSD-3-Clause
URL: https://crates.io/crates/encoding_rs
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unneeded script: https://github.com/hsivonen/encoding_rs/pull/38
# * drop simd_accel feature / optional packed_simd_2 dependency
Patch: encoding_rs-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A Gecko-oriented implementation of the Encoding Standard.}
%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}/COPYRIGHT
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE-WHATWG
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/Ideas.md
%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
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-big5-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-big5-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-big5-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-big5-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-gb-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-gb-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-gb-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-gb-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-hangul-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-hangul-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-hangul-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-hangul-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-hanja-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-hanja-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-hanja-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-hanja-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-kanji-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-kanji-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-kanji-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-kanji-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-legacy-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-legacy-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-legacy-encode" feature of the "%{crate}" crate.
%files -n %{name}+fast-legacy-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-big5-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-big5-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-big5-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-big5-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-gb-hanzi-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-gb-hanzi-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-gb-hanzi-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-gb-hanzi-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-slow-kanji-encode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-slow-kanji-encode-devel %{_description}
This package contains library source intended for building other packages which
use the "less-slow-kanji-encode" feature of the "%{crate}" crate.
%files -n %{name}+less-slow-kanji-encode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-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 +0,0 @@
SHA512 (encoding_rs-0.8.33.crate) = 20d28a4c0ff0710f911f510be56c2bc5e7514b76d370493d2b89b7f25d1c0cd46ffa64862e54fc472f07f928a2cc24cf9d790a37751cafafc81f263705aac4bc
Loading…
Cancel
Save