The package rpms/rust-euclid.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-euclid.git/commit/?id=f757700ed... https://src.fedoraproject.org/cgit/rpms/rust-euclid.git/commit/?id=c9deb28e8... https://src.fedoraproject.org/cgit/rpms/rust-euclid.git/commit/?id=88a427440... https://src.fedoraproject.org/cgit/rpms/rust-euclid.git/commit/?id=af584059b....
Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit f757700ed075000178e2e780a68b6c063d166bf3 Author: Leo Puvilland leo@craftcat.dev Date: Mon Nov 27 09:04:00 2023 -0800
Initial import (fedora#2250466).
diff --git a/.gitignore b/.gitignore index ea1dfb8..dfd90af 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /euclid-0.22.4.crate /euclid-0.22.5.crate /euclid-0.22.6.crate +/euclid-0.22.9.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 55c1f18..c7ca444 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -1,25 +1,20 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil}
%global crate euclid
-Name: rust-%{crate} -Version: 0.22.6 -Release: 3%{?dist} +Name: rust-euclid +Version: 0.22.9 +Release: %autorelease Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/euclid Source: %{crates_source}
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: Geometry primitives.} @@ -32,13 +27,15 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate.
%files devel -%license LICENSE-APACHE LICENSE-MIT COPYRIGHT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/COPYRIGHT +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -46,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel Summary: %{summary} @@ -58,11 +55,23 @@ BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
-This package contains library source intended for building other packages -which use "arbitrary" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bytemuck-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bytemuck-devel %{_description} + +This package contains library source intended for building other packages which +use the "bytemuck" feature of the "%{crate}" crate. + +%files -n %{name}+bytemuck-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libm-devel Summary: %{summary} @@ -70,11 +79,11 @@ BuildArch: noarch
%description -n %{name}+libm-devel %{_description}
-This package contains library source intended for building other packages -which use "libm" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "libm" feature of the "%{crate}" crate.
%files -n %{name}+libm-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+mint-devel Summary: %{summary} @@ -82,11 +91,11 @@ BuildArch: noarch
%description -n %{name}+mint-devel %{_description}
-This package contains library source intended for building other packages -which use "mint" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "mint" feature of the "%{crate}" crate.
%files -n %{name}+mint-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel Summary: %{summary} @@ -94,11 +103,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
-This package contains library source intended for building other packages -which use "serde" feature of "%{crate}" crate. +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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel Summary: %{summary} @@ -106,11 +115,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
-This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel Summary: %{summary} @@ -118,14 +127,14 @@ BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
-This package contains library source intended for building other packages -which use "unstable" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires @@ -143,49 +152,4 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 22 2021 Fabio Valentini decathorpe@gmail.com - 0.22.6-1 -- Update to version 0.22.6. -- Fixes RHBZ#1966179 - -* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 0.22.5-1 -- Update to version 0.22.5. -- Fixes RHBZ#1965637 - -* Wed May 19 2021 Fabio Valentini decathorpe@gmail.com - 0.22.4-1 -- Update to version 0.22.4. -- Fixes RHBZ#1961810 - -* Wed Apr 21 2021 Fabio Valentini decathorpe@gmail.com - 0.22.3-1 -- Update to version 0.22.3. - -* Tue Mar 02 2021 Fabio Valentini decathorpe@gmail.com - 0.22.2-1 -- Update to version 0.22.1. -- Fixes RHBZ#1932496 - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Aug 21 2020 returntrip stefano@figura.im - 0.22.1-1 -- Update to 0.22.1 - -* Sat Aug 01 2020 returntrip stefano@figura.im - 0.22.0-1 -- Update to 0.22.0 - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.20.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Josh Stone jistone@redhat.com - 0.20.14-1 -- Update to 0.20.14 - -* Tue Jun 09 15:52:00 CEST 2020 returntrip stefano@figura.im - 0.20.13-1 -- Upgrade to 0.20.13 - -* Sat May 23 17:19:51 CEST 2020 returntrip stefano@figura.im - 0.20.12-1 -- Initial package +%autochangelog diff --git a/sources b/sources index 95a8aa3..b14960c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.6.crate) = 401147afa8bc0a8b247b3a515ce6e2a63727d668d2b13cf43e9bfc81104e97b66131a1c0efb8b3330721adc81cca26cb2d87328c2b392f79b583aa3e9a176640 +SHA512 (euclid-0.22.9.crate) = 19fa3756085051c86a58c4ea00cf459b43a6326c9b916e17e15160b43813dfd3edf113379dfdf5f345b7c96d294a75f1ca96f1065f5bac9e44cf340434a2dc33
commit c9deb28e8e6784afefdc2fe63074f645681ec3fc Author: Tomas Hrcka thrcka@redhat.com Date: Mon Nov 27 12:17:14 2023 +0100
Unretirement request: https://pagure.io/releng/issue/11809
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea1dfb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/euclid-0.20.13.crate +/euclid-0.20.14.crate +/euclid-0.22.0.crate +/euclid-0.22.1.crate +/euclid-0.22.2.crate +/euclid-0.22.3.crate +/euclid-0.22.4.crate +/euclid-0.22.5.crate +/euclid-0.22.6.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..e009c06 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-euclid + +The rust-euclid package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index c7912ba..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer needed diff --git a/rust-euclid.spec b/rust-euclid.spec new file mode 100644 index 0000000..55c1f18 --- /dev/null +++ b/rust-euclid.spec @@ -0,0 +1,191 @@ +# Generated by rust2rpm 17 +%bcond_without check +%global debug_package %{nil} + +%global crate euclid + +Name: rust-%{crate} +Version: 0.22.6 +Release: 3%{?dist} +Summary: Geometry primitives + +# Upstream license specification: MIT / Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/euclid +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Geometry primitives.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-APACHE LICENSE-MIT COPYRIGHT +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+arbitrary-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arbitrary-devel %{_description} + +This package contains library source intended for building other packages +which use "arbitrary" feature of "%{crate}" crate. + +%files -n %{name}+arbitrary-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+libm-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+libm-devel %{_description} + +This package contains library source intended for building other packages +which use "libm" feature of "%{crate}" crate. + +%files -n %{name}+libm-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+mint-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mint-devel %{_description} + +This package contains library source intended for building other packages +which use "mint" feature of "%{crate}" crate. + +%files -n %{name}+mint-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "serde" feature of "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages +which use "std" feature of "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages +which use "unstable" feature of "%{crate}" crate. + +%files -n %{name}+unstable-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 22 2021 Fabio Valentini decathorpe@gmail.com - 0.22.6-1 +- Update to version 0.22.6. +- Fixes RHBZ#1966179 + +* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 0.22.5-1 +- Update to version 0.22.5. +- Fixes RHBZ#1965637 + +* Wed May 19 2021 Fabio Valentini decathorpe@gmail.com - 0.22.4-1 +- Update to version 0.22.4. +- Fixes RHBZ#1961810 + +* Wed Apr 21 2021 Fabio Valentini decathorpe@gmail.com - 0.22.3-1 +- Update to version 0.22.3. + +* Tue Mar 02 2021 Fabio Valentini decathorpe@gmail.com - 0.22.2-1 +- Update to version 0.22.1. +- Fixes RHBZ#1932496 + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Aug 21 2020 returntrip stefano@figura.im - 0.22.1-1 +- Update to 0.22.1 + +* Sat Aug 01 2020 returntrip stefano@figura.im - 0.22.0-1 +- Update to 0.22.0 + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.20.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone jistone@redhat.com - 0.20.14-1 +- Update to 0.20.14 + +* Tue Jun 09 15:52:00 CEST 2020 returntrip stefano@figura.im - 0.20.13-1 +- Upgrade to 0.20.13 + +* Sat May 23 17:19:51 CEST 2020 returntrip stefano@figura.im - 0.20.12-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..95a8aa3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (euclid-0.22.6.crate) = 401147afa8bc0a8b247b3a515ce6e2a63727d668d2b13cf43e9bfc81104e97b66131a1c0efb8b3330721adc81cca26cb2d87328c2b392f79b583aa3e9a176640
commit 88a427440ded8c437dff08ffc2a102127deefed2 Author: Fabio Valentini decathorpe@gmail.com Date: Mon May 2 16:46:29 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ea1dfb8..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/euclid-0.20.13.crate -/euclid-0.20.14.crate -/euclid-0.22.0.crate -/euclid-0.22.1.crate -/euclid-0.22.2.crate -/euclid-0.22.3.crate -/euclid-0.22.4.crate -/euclid-0.22.5.crate -/euclid-0.22.6.crate diff --git a/README.md b/README.md deleted file mode 100644 index e009c06..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-euclid - -The rust-euclid package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-euclid.spec b/rust-euclid.spec deleted file mode 100644 index 55c1f18..0000000 --- a/rust-euclid.spec +++ /dev/null @@ -1,191 +0,0 @@ -# Generated by rust2rpm 17 -%bcond_without check -%global debug_package %{nil} - -%global crate euclid - -Name: rust-%{crate} -Version: 0.22.6 -Release: 3%{?dist} -Summary: Geometry primitives - -# Upstream license specification: MIT / Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/euclid -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Geometry primitives.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE-APACHE LICENSE-MIT COPYRIGHT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%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 "default" feature of "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+arbitrary-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+arbitrary-devel %{_description} - -This package contains library source intended for building other packages -which use "arbitrary" feature of "%{crate}" crate. - -%files -n %{name}+arbitrary-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+libm-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+libm-devel %{_description} - -This package contains library source intended for building other packages -which use "libm" feature of "%{crate}" crate. - -%files -n %{name}+libm-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+mint-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+mint-devel %{_description} - -This package contains library source intended for building other packages -which use "mint" feature of "%{crate}" crate. - -%files -n %{name}+mint-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "serde" feature of "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+std-devel %{_description} - -This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. - -%files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+unstable-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+unstable-devel %{_description} - -This package contains library source intended for building other packages -which use "unstable" feature of "%{crate}" crate. - -%files -n %{name}+unstable-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 22 2021 Fabio Valentini decathorpe@gmail.com - 0.22.6-1 -- Update to version 0.22.6. -- Fixes RHBZ#1966179 - -* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 0.22.5-1 -- Update to version 0.22.5. -- Fixes RHBZ#1965637 - -* Wed May 19 2021 Fabio Valentini decathorpe@gmail.com - 0.22.4-1 -- Update to version 0.22.4. -- Fixes RHBZ#1961810 - -* Wed Apr 21 2021 Fabio Valentini decathorpe@gmail.com - 0.22.3-1 -- Update to version 0.22.3. - -* Tue Mar 02 2021 Fabio Valentini decathorpe@gmail.com - 0.22.2-1 -- Update to version 0.22.1. -- Fixes RHBZ#1932496 - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Aug 21 2020 returntrip stefano@figura.im - 0.22.1-1 -- Update to 0.22.1 - -* Sat Aug 01 2020 returntrip stefano@figura.im - 0.22.0-1 -- Update to 0.22.0 - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.20.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Josh Stone jistone@redhat.com - 0.20.14-1 -- Update to 0.20.14 - -* Tue Jun 09 15:52:00 CEST 2020 returntrip stefano@figura.im - 0.20.13-1 -- Upgrade to 0.20.13 - -* Sat May 23 17:19:51 CEST 2020 returntrip stefano@figura.im - 0.20.12-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 95a8aa3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (euclid-0.22.6.crate) = 401147afa8bc0a8b247b3a515ce6e2a63727d668d2b13cf43e9bfc81104e97b66131a1c0efb8b3330721adc81cca26cb2d87328c2b392f79b583aa3e9a176640
commit 710645d14d098b597367e8fa423a0499c86653ae Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 20:48:59 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-euclid.spec b/rust-euclid.spec index 94bb8c4..55c1f18 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.22.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -143,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-2 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 5d296839b2e56d8452976f8396d779c07e8fa9d8 Author: Fedora Release Engineering releng@fedoraproject.org Date: Tue Jul 27 08:55:38 2021 +0000
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-euclid.spec b/rust-euclid.spec index 447d3ff..94bb8c4 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.22.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -143,6 +143,10 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.6-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 22 2021 Fabio Valentini decathorpe@gmail.com - 0.22.6-1 - Update to version 0.22.6. - Fixes RHBZ#1966179
commit e6c7b2a17c07e52362de86a9331b81264d4f5882 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Jun 22 12:48:29 2021 +0200
update to version 0.22.6
diff --git a/.gitignore b/.gitignore index b75ee10..ea1dfb8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /euclid-0.22.3.crate /euclid-0.22.4.crate /euclid-0.22.5.crate +/euclid-0.22.6.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 7389659..447d3ff 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,7 +5,7 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.22.5 +Version: 0.22.6 Release: 1%{?dist} Summary: Geometry primitives
@@ -143,6 +143,10 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Tue Jun 22 2021 Fabio Valentini decathorpe@gmail.com - 0.22.6-1 +- Update to version 0.22.6. +- Fixes RHBZ#1966179 + * Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 0.22.5-1 - Update to version 0.22.5. - Fixes RHBZ#1965637 diff --git a/sources b/sources index 5137765..95a8aa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.5.crate) = f36bef15a5a10b4b7656369896b348fbd77d229b2ad635a679d4df1e90eef73f879010251459fcfb49ec45730f37632f752c2884c88ea82fe7f20c788396193a +SHA512 (euclid-0.22.6.crate) = 401147afa8bc0a8b247b3a515ce6e2a63727d668d2b13cf43e9bfc81104e97b66131a1c0efb8b3330721adc81cca26cb2d87328c2b392f79b583aa3e9a176640
commit dd7bcbbcc49ee58ad95ef406d194ae1526ad3b47 Author: Fabio Valentini decathorpe@gmail.com Date: Sun May 30 11:24:29 2021 +0200
update to version 0.22.5
diff --git a/.gitignore b/.gitignore index 77c296f..b75ee10 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /euclid-0.22.2.crate /euclid-0.22.3.crate /euclid-0.22.4.crate +/euclid-0.22.5.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 9c8fc3f..7389659 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,7 +5,7 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.22.4 +Version: 0.22.5 Release: 1%{?dist} Summary: Geometry primitives
@@ -143,6 +143,10 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 0.22.5-1 +- Update to version 0.22.5. +- Fixes RHBZ#1965637 + * Wed May 19 2021 Fabio Valentini decathorpe@gmail.com - 0.22.4-1 - Update to version 0.22.4. - Fixes RHBZ#1961810 diff --git a/sources b/sources index 9e4afc9..5137765 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.4.crate) = 01de9fd4494c7b5e8234fd26344236e87da4898d8a60178986d4d533c8c4795bb69f9c6b5abbf4236b3e0d8b87cd5e2cb6a8704a774eda60d11c98a11c7ce40b +SHA512 (euclid-0.22.5.crate) = f36bef15a5a10b4b7656369896b348fbd77d229b2ad635a679d4df1e90eef73f879010251459fcfb49ec45730f37632f752c2884c88ea82fe7f20c788396193a
commit 66e3e0de4e513a7c8f390200359c74ce62181189 Author: Fabio Valentini decathorpe@gmail.com Date: Wed May 19 13:49:23 2021 +0200
update to version 0.22.4
diff --git a/.gitignore b/.gitignore index 117c3c4..77c296f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /euclid-0.22.1.crate /euclid-0.22.2.crate /euclid-0.22.3.crate +/euclid-0.22.4.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 07a7b96..9c8fc3f 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,7 +5,7 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.22.3 +Version: 0.22.4 Release: 1%{?dist} Summary: Geometry primitives
@@ -143,6 +143,10 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Wed May 19 2021 Fabio Valentini decathorpe@gmail.com - 0.22.4-1 +- Update to version 0.22.4. +- Fixes RHBZ#1961810 + * Wed Apr 21 2021 Fabio Valentini decathorpe@gmail.com - 0.22.3-1 - Update to version 0.22.3.
diff --git a/sources b/sources index d3af0fa..9e4afc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.3.crate) = cb8a02854ae22c38e367c9a85f89ba7bca682f76c6fd366195ade836751a27894610198e1b90eb6cfde16a9c2003ef0a17a6ef1d9a26f143080de61bd81b63d9 +SHA512 (euclid-0.22.4.crate) = 01de9fd4494c7b5e8234fd26344236e87da4898d8a60178986d4d533c8c4795bb69f9c6b5abbf4236b3e0d8b87cd5e2cb6a8704a774eda60d11c98a11c7ce40b
commit c2e141432373aef198b54aaff22b8a733cd96749 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Apr 21 23:58:30 2021 +0200
update to version 0.22.3
diff --git a/.gitignore b/.gitignore index 40f074f..117c3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /euclid-0.22.0.crate /euclid-0.22.1.crate /euclid-0.22.2.crate +/euclid-0.22.3.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 73b4ade..07a7b96 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil}
%global crate euclid
Name: rust-%{crate} -Version: 0.22.2 +Version: 0.22.3 Release: 1%{?dist} Summary: Geometry primitives
@@ -36,8 +36,8 @@ This package contains library source intended for building other packages which use "%{crate}" crate.
%files devel -%doc README.md %license LICENSE-APACHE LICENSE-MIT COPYRIGHT +%doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel @@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%package -n %{name}+arbitrary-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arbitrary-devel %{_description} + +This package contains library source intended for building other packages +which use "arbitrary" feature of "%{crate}" crate. + +%files -n %{name}+arbitrary-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+libm-devel Summary: %{summary} BuildArch: noarch @@ -131,6 +143,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Wed Apr 21 2021 Fabio Valentini decathorpe@gmail.com - 0.22.3-1 +- Update to version 0.22.3. + * Tue Mar 02 2021 Fabio Valentini decathorpe@gmail.com - 0.22.2-1 - Update to version 0.22.1. - Fixes RHBZ#1932496 diff --git a/sources b/sources index 2dbe82b..d3af0fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.2.crate) = c1da244883c770e987102e42e15b9126f920aa39ebc08549680b61205268e948ef0055cfefbda34ea9a6ce659d5c76489b960801e89615ede11dad4955d0445e +SHA512 (euclid-0.22.3.crate) = cb8a02854ae22c38e367c9a85f89ba7bca682f76c6fd366195ade836751a27894610198e1b90eb6cfde16a9c2003ef0a17a6ef1d9a26f143080de61bd81b63d9
commit 8ed0baaadd438e10be6798daaf6f26e7af2d8d1c Author: Fabio Valentini decathorpe@gmail.com Date: Tue Mar 2 01:21:10 2021 +0100
update to version 0.22.2
diff --git a/.gitignore b/.gitignore index db872dd..40f074f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /euclid-0.20.14.crate /euclid-0.22.0.crate /euclid-0.22.1.crate +/euclid-0.22.2.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 049f1f1..73b4ade 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil}
%global crate euclid
Name: rust-%{crate} -Version: 0.22.1 -Release: 2%{?dist} +Version: 0.22.2 +Release: 1%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -131,6 +131,10 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Tue Mar 02 2021 Fabio Valentini decathorpe@gmail.com - 0.22.2-1 +- Update to version 0.22.1. +- Fixes RHBZ#1932496 + * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources index e5cb2f1..2dbe82b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.1.crate) = 8392b023b3b97e89bc46d50eff0697794a905c8624184fc6240b721d223e7bc1dd6600156bf0733f7409a4da77f0c29973b11b9689e3663b28cd88954b39afe3 +SHA512 (euclid-0.22.2.crate) = c1da244883c770e987102e42e15b9126f920aa39ebc08549680b61205268e948ef0055cfefbda34ea9a6ce659d5c76489b960801e89615ede11dad4955d0445e
commit bc010a633f5a4f373e535057c586b1ef82dc2d91 Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jan 27 17:31:10 2021 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-euclid.spec b/rust-euclid.spec index 517ad88..049f1f1 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.22.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.22.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Aug 21 2020 returntrip stefano@figura.im - 0.22.1-1 - Update to 0.22.1
commit 508b6dad7a56a8a4f0c1de725137af2675bb7d85 Author: returntrip stefano@figura.im Date: Fri Aug 21 21:25:18 2020 +0200
Update to 0.22.1
diff --git a/.gitignore b/.gitignore index bf3d509..db872dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /euclid-0.20.13.crate /euclid-0.20.14.crate /euclid-0.22.0.crate +/euclid-0.22.1.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index bb02b1b..517ad88 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,7 +5,7 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.22.0 +Version: 0.22.1 Release: 1%{?dist} Summary: Geometry primitives
@@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Fri Aug 21 2020 returntrip stefano@figura.im - 0.22.1-1 +- Update to 0.22.1 + * Sat Aug 01 2020 returntrip stefano@figura.im - 0.22.0-1 - Update to 0.22.0
diff --git a/sources b/sources index fe49703..e5cb2f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.22.0.crate) = bf90e0a0e896ab14d302f681ba3be417d6abf18869a61d3f8cf02ee03b46ea7e23c28d17d54aff5faf837a7fefd784b668028c3c51e2fae889dd30d8ecfa2ae6 +SHA512 (euclid-0.22.1.crate) = 8392b023b3b97e89bc46d50eff0697794a905c8624184fc6240b721d223e7bc1dd6600156bf0733f7409a4da77f0c29973b11b9689e3663b28cd88954b39afe3
commit c966a92d9a2fd84f9d75353700b24572bb42b033 Author: returntrip stefano@figura.im Date: Sat Aug 1 18:12:43 2020 +0200
Update to 0.22.0
diff --git a/.gitignore b/.gitignore index 0c335c4..bf3d509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /euclid-0.20.13.crate /euclid-0.20.14.crate +/euclid-0.22.0.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 5fe0b0b..bb02b1b 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,8 +5,8 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.20.14 -Release: 2%{?dist} +Version: 0.22.0 +Release: 1%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Sat Aug 01 2020 returntrip stefano@figura.im - 0.22.0-1 +- Update to 0.22.0 + * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.20.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources index 641c10b..fe49703 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.20.14.crate) = ee6dea3a8bcf1f69212f528cf4196a038ae553c885710df49d6fed61bde946eac6bda880bef496ec3ec46ce1a1ca38e03849e4375965a99c6004f7c772f82262 +SHA512 (euclid-0.22.0.crate) = bf90e0a0e896ab14d302f681ba3be417d6abf18869a61d3f8cf02ee03b46ea7e23c28d17d54aff5faf837a7fefd784b668028c3c51e2fae889dd30d8ecfa2ae6
commit 03c3e654e213a4245522e2b97c6f6b85afa55cf1 Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jul 29 08:01:21 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-euclid.spec b/rust-euclid.spec index fe92c26..5fe0b0b 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.20.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Geometry primitives
# Upstream license specification: MIT / Apache-2.0 @@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.20.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 10 2020 Josh Stone jistone@redhat.com - 0.20.14-1 - Update to 0.20.14
commit eeef9905956ca56d85c1a89e22f423f7279f54f7 Author: Josh Stone jistone@redhat.com Date: Fri Jul 10 10:39:00 2020 -0700
Update to 0.20.14
diff --git a/.gitignore b/.gitignore index 07f9c11..0c335c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /euclid-0.20.13.crate +/euclid-0.20.14.crate diff --git a/rust-euclid.spec b/rust-euclid.spec index 5902099..fe92c26 100644 --- a/rust-euclid.spec +++ b/rust-euclid.spec @@ -5,7 +5,7 @@ %global crate euclid
Name: rust-%{crate} -Version: 0.20.13 +Version: 0.20.14 Release: 1%{?dist} Summary: Geometry primitives
@@ -131,6 +131,9 @@ which use "unstable" feature of "%{crate}" crate. %endif
%changelog +* Fri Jul 10 2020 Josh Stone jistone@redhat.com - 0.20.14-1 +- Update to 0.20.14 + * Tue Jun 09 15:52:00 CEST 2020 returntrip stefano@figura.im - 0.20.13-1 - Upgrade to 0.20.13
diff --git a/sources b/sources index 7bc7ded..641c10b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (euclid-0.20.13.crate) = d7d63d1a899f05968ae7444ea3d852815272bfac93010a04001ff66455f3558b42ef9772660cc214f1078cc799dd1c3c9a8ed4b7da10548f86212d8077d6c50d +SHA512 (euclid-0.20.14.crate) = ee6dea3a8bcf1f69212f528cf4196a038ae553c885710df49d6fed61bde946eac6bda880bef496ec3ec46ce1a1ca38e03849e4375965a99c6004f7c772f82262
commit af584059b4b38c5bbd8b11d4c941dcd57e9abf03 Author: returntrip stefano@figura.im Date: Sat Jun 13 15:38:59 2020 +0200
Initial import (#1840179)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07f9c11 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/euclid-0.20.13.crate diff --git a/rust-euclid.spec b/rust-euclid.spec new file mode 100644 index 0000000..5902099 --- /dev/null +++ b/rust-euclid.spec @@ -0,0 +1,138 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate euclid + +Name: rust-%{crate} +Version: 0.20.13 +Release: 1%{?dist} +Summary: Geometry primitives + +# Upstream license specification: MIT / Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/euclid +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Geometry primitives.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%doc README.md +%license LICENSE-APACHE LICENSE-MIT COPYRIGHT +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+libm-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+libm-devel %{_description} + +This package contains library source intended for building other packages +which use "libm" feature of "%{crate}" crate. + +%files -n %{name}+libm-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+mint-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mint-devel %{_description} + +This package contains library source intended for building other packages +which use "mint" feature of "%{crate}" crate. + +%files -n %{name}+mint-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "serde" feature of "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages +which use "std" feature of "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages +which use "unstable" feature of "%{crate}" crate. + +%files -n %{name}+unstable-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +* Tue Jun 09 15:52:00 CEST 2020 returntrip stefano@figura.im - 0.20.13-1 +- Upgrade to 0.20.13 + +* Sat May 23 17:19:51 CEST 2020 returntrip stefano@figura.im - 0.20.12-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..7bc7ded --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (euclid-0.20.13.crate) = d7d63d1a899f05968ae7444ea3d852815272bfac93010a04001ff66455f3558b42ef9772660cc214f1078cc799dd1c3c9a8ed4b7da10548f86212d8077d6c50d
arch-excludes@lists.fedoraproject.org