The package rpms/trunk.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/trunk.git/commit/?id=0f0c2614605e3b….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit 1731d1d3cb9a957e517d15a9b8ba75d1013e75be
Author: Jens Reimann <ctron(a)dentrassi.de>
Date: Tue Mar 19 13:20:01 2024 +0100
update trunk to 0.19.1
diff --git a/.gitignore b/.gitignore
index 9728034..659f8bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/v0.19.0.tar.gz
-/trunk-0.19.0-vendor.tar.xz
+/v0.19.1.tar.gz
+/trunk-0.19.1-vendor.tar.xz
diff --git a/sources b/sources
index 90102c7..a118cce 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v0.19.0.tar.gz) = 790a3f2b58d876e7c0344406e50e881239c90d8827cb760db9c310f0b38cbfbb223afe9d02fef9bd32bfdc6b30fa07f9c0e5e9dfe38becc7923d18521e6e7860
-SHA512 (trunk-0.19.0-vendor.tar.xz) = f05176c293058e9d600e5e55b297af03016550155324ee3b5d4707845d2e622456faec9cecacc65f8c6db4f73dd31e0a788444a3f884575c24c770265ab65711
+SHA512 (trunk-0.19.1-vendor.tar.xz) = 8887a62384007498f1033e748fded353cbb7d85e116edcb1aef387d480e8703cbda1ab08e78623d573691383ef97ddcd7a3df025127256b3c34410bde5568178
+SHA512 (v0.19.1.tar.gz) = 8acae73e80eac571a4b3def76af97a2ff459638a95a2b3d63ed14bbfe27b95fd038d79dd1e03f8ee44110bc90def48498d84e7e6b3ce9484a4297203831dce8f
diff --git a/trunk.spec b/trunk.spec
index 38b46fe..74240c4 100644
--- a/trunk.spec
+++ b/trunk.spec
@@ -8,7 +8,7 @@
%global _trunk_features -n -f native-tls
Name: trunk
-Version: 0.19.0
+Version: 0.19.1
Release: %autorelease
Summary: Build, bundle & ship your Rust WASM application to the web
commit 0f0c2614605e3b8a7dcecb31ebf5b98e16f54e14
Author: Jens Reimann <ctron(a)dentrassi.de>
Date: Thu Mar 14 16:49:04 2024 +0100
Initial import (fedora#2266544).
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9728034
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/v0.19.0.tar.gz
+/trunk-0.19.0-vendor.tar.xz
diff --git a/sources b/sources
new file mode 100644
index 0000000..90102c7
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+SHA512 (v0.19.0.tar.gz) = 790a3f2b58d876e7c0344406e50e881239c90d8827cb760db9c310f0b38cbfbb223afe9d02fef9bd32bfdc6b30fa07f9c0e5e9dfe38becc7923d18521e6e7860
+SHA512 (trunk-0.19.0-vendor.tar.xz) = f05176c293058e9d600e5e55b297af03016550155324ee3b5d4707845d2e622456faec9cecacc65f8c6db4f73dd31e0a788444a3f884575c24c770265ab65711
diff --git a/trunk.spec b/trunk.spec
new file mode 100644
index 0000000..38b46fe
--- /dev/null
+++ b/trunk.spec
@@ -0,0 +1,91 @@
+# Generated by rust2rpm 25
+%bcond_without check
+
+%global cargo_install_lib 0
+# Overriding defaults flags in order to:
+# * Disable the update check, which is handled my rpm/dnf in this case
+# * Switch TLS stack from rustls to openssl (native-tls)
+%global _trunk_features -n -f native-tls
+
+Name: trunk
+Version: 0.19.0
+Release: %autorelease
+Summary: Build, bundle & ship your Rust WASM application to the web
+
+# Upstream license specification: MIT/Apache-2.0
+SourceLicense: MIT OR Apache-2.0
+# START: copied from license summary
+# (Apache-2.0 OR MIT) AND BSD-3-Clause
+# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0
+# Apache-2.0 OR BSL-1.0
+# Apache-2.0 OR ISC OR MIT
+# Apache-2.0 OR MIT
+# Apache-2.0 OR MIT OR MPL-2.0
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# BSD-2-Clause OR Apache-2.0 OR MIT
+# BSD-3-Clause
+# CC0-1.0
+# CC0-1.0 OR MIT-0 OR Apache-2.0
+# ISC
+# MIT
+# MIT AND BSD-3-Clause
+# MIT OR Apache-2.0
+# MIT OR Apache-2.0 OR Zlib
+# MIT OR Zlib OR Apache-2.0
+# MPL-2.0
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+# END: copied from license summary
+# Unicode-DFS-2016: the regex-syntax crate bundles Unicode data
+License: Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR MPL-2.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Unicode-DFS-2016
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://github.com/trunk-rs/trunk
+Source: https://github.com/trunk-rs/trunk/archive/refs/tags/v%{version}.tar.gz
+Source: trunk-%{version}-vendor.tar.xz
+
+BuildRequires: cargo-rpm-macros >= 26
+# Required by the openssl/openssl-sys crate, which is used for TLS communication
+BuildRequires: openssl-devel
+
+ExcludeArch: %{ix86}
+
+%global _description %{expand:
+Build, bundle & ship your Rust WASM application to the web.}
+
+%description %{_description}
+
+%prep
+%autosetup -n %{name}-%{version} -p1 -a1
+%cargo_prep -v vendor
+chmod a-x vendor/bumpalo/src/lib.rs
+
+%build
+%cargo_build %{_trunk_features}
+%{cargo_license_summary %{_trunk_features}}
+%{cargo_license %{_trunk_features}} > LICENSE.dependencies
+%{cargo_vendor_manifest}
+
+%install
+%cargo_install %{_trunk_features}
+
+%if %{with check}
+%check
+# the following tests don't work in the rpm build:
+# tools::tests::download_and_install_binaries:
+# tests the dowload of binaries, which isn't possible in the build system due to missing internet access
+%cargo_test %{_trunk_features} -- -- --skip tools::tests::download_and_install_binaries
+%endif
+
+%files
+%license LICENSE-APACHE
+%license LICENSE-MIT
+%license LICENSE.dependencies
+%license cargo-vendor.txt
+%doc CONTRIBUTING.md
+%doc README.md
+%{_bindir}/trunk
+
+%changelog
+%autochangelog
The package rpms/gap-pkg-hap.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/gap-pkg-hap.git/commit/?id=4e48c4b9….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit 4e48c4b98b0e644b6d0c7d9214efdf4c73b34bad
Author: Jerry James <loganjerry(a)gmail.com>
Date: Sun Mar 17 12:14:31 2024 -0600
Rebuild for gap 4.13.0
diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec
index 1ead8c4..d566e25 100644
--- a/gap-pkg-hap.spec
+++ b/gap-pkg-hap.spec
@@ -8,7 +8,7 @@
# 1. Build this package in bootstrap mode.
# 2. Build gap-pkg-hapcryst.
# 3. Build this package in non-bootstrap mode.
-%bcond_with bootstrap
+%bcond bootstrap 0
Name: gap-pkg-%{pkgname}
Version: 1.62
@@ -17,9 +17,11 @@ Summary: Homological Algebra Programming for GAP
License: GPL-2.0-or-later
BuildArch: noarch
-ExclusiveArch: %{gap_arches} noarch
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
URL: https://gap-packages.github.io/hap/
-Source0: https://github.com/gap-packages/hap/archive/v%{version}/%{pkgname}-%{versio…
+VCS: https://github.com/gap-packages/hap
+Source0: %{vcs}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
BuildRequires: asymptote
BuildRequires: gap-devel
commit 2cbdf5214a60961cf89400d92847ba8c6f559789
Author: Jerry James <loganjerry(a)gmail.com>
Date: Sat Feb 10 11:02:22 2024 -0700
Convert to %autorelease and %autochangelog
[skip changelog]
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..8f7b5d0
--- /dev/null
+++ b/changelog
@@ -0,0 +1,193 @@
+* Fri Feb 2 2024 Jerry James <loganjerry(a)gmail.com> - 1.62-1
+- Version 1.62
+
+* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.61-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.61-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Tue Jan 9 2024 Jerry James <loganjerry(a)gmail.com> - 1.61-1
+- Version 1.61
+
+* Tue Nov 7 2023 Jerry James <loganjerry(a)gmail.com> - 1.60-1
+- Version 1.60
+
+* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.56-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Sat Jun 10 2023 Jerry James <loganjerry(a)gmail.com> - 1.56-1
+- Version 1.56
+
+* Mon Apr 17 2023 Jerry James <loganjerry(a)gmail.com> - 1.55-1
+- Version 1.55
+
+* Mon Mar 20 2023 Jerry James <loganjerry(a)gmail.com> - 1.54-1
+- Version 1.54
+
+* Tue Feb 28 2023 Jerry James <loganjerry(a)gmail.com> - 1.53-1
+- Version 1.53
+
+* Mon Feb 13 2023 Jerry James <loganjerry(a)gmail.com> - 1.52-1
+- Version 1.52
+
+* Fri Feb 3 2023 Jerry James <loganjerry(a)gmail.com> - 1.50-1
+- Version 1.50
+
+* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.49-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Thu Jan 12 2023 Jerry James <loganjerry(a)gmail.com> - 1.49-2
+- Update for split GAP directories
+
+* Mon Jan 9 2023 Jerry James <loganjerry(a)gmail.com> - 1.49-1
+- Version 1.49
+
+* Sat Jan 7 2023 Jerry James <loganjerry(a)gmail.com> - 1.48-1
+- Version 1.48
+
+* Thu Nov 10 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-2
+- Clarify license of the doc subpackage
+
+* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-2
+- Update for gap 4.12.0
+
+* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-1
+- Convert License tag to SPDX
+
+* Mon Aug 15 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-1
+- Version 1.47
+
+* Tue Jul 26 2022 Jerry James <loganjerry(a)gmail.com> - 1.46-1
+- Version 1.46
+
+* Tue Jul 26 2022 Jerry James <loganjerry(a)gmail.com> - 1.45-1
+- Version 1.45
+
+* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.44-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Tue Jul 19 2022 Jerry James <loganjerry(a)gmail.com> - 1.44-1
+- Do not build on i386 due to unavailability of polymake
+
+* Mon Jul 18 2022 Jerry James <loganjerry(a)gmail.com> - 1.44-1
+- Version 1.44
+- Drop -happrime patch now that gap-pkg-happrime has been retired
+
+* Thu Jun 30 2022 Jerry James <loganjerry(a)gmail.com> - 1.43-1
+- Version 1.43
+- Drop now irrelevant -lpres patch
+
+* Fri Jun 3 2022 Jerry James <loganjerry(a)gmail.com> - 1.41-1
+- Version 1.41
+
+* Thu Jun 2 2022 Jerry James <loganjerry(a)gmail.com> - 1.40-1
+- Version 1.40
+
+* Thu Apr 21 2022 Jerry James <loganjerry(a)gmail.com> - 1.39-1
+- Version 1.39
+
+* Wed Mar 9 2022 Jerry James <loganjerry(a)gmail.com> - 1.38-1
+- Version 1.38
+
+* Mon Feb 21 2022 Jerry James <loganjerry(a)gmail.com> - 1.37-1
+- Version 1.37
+
+* Thu Feb 10 2022 Jerry James <loganjerry(a)gmail.com> - 1.35-1
+- Version 1.35
+
+* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.34-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Sat Jul 31 2021 Jerry James <loganjerry(a)gmail.com> - 1.34-1
+- Version 1.34
+
+* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.33-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Thu Jul 1 2021 Jerry James <loganjerry(a)gmail.com> - 1.33-1
+- Version 1.33
+
+* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.32-1
+- Version 1.32
+
+* Tue Apr 13 2021 Jerry James <loganjerry(a)gmail.com> - 1.30-1
+- Version 1.30
+- Drop the upstreamed -polymake4 patch
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.29-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Thu Jan 7 2021 Jerry James <loganjerry(a)gmail.com> - 1.29-1
+- Version 1.29
+
+* Tue Jan 5 2021 Jerry James <loganjerry(a)gmail.com> - 1.28-1
+- Version 1.28
+- Give the tests access to more memory
+
+* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue May 5 2020 Jerry James <loganjerry(a)gmail.com> - 1.26-1
+- Version 1.26
+
+* Thu Mar 12 2020 Jerry James <loganjerry(a)gmail.com> - 1.25-1
+- Version 1.25
+- New URLs
+- Drop upstreamed -doc patch
+
+* Wed Mar 4 2020 Jerry James <loganjerry(a)gmail.com> - 1.24-3
+- Add -polymake4 patch
+
+* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.24-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Tue Dec 10 2019 Jerry James <loganjerry(a)gmail.com> - 1.24-1
+- Version 1.24
+
+* Tue Aug 13 2019 Jerry James <loganjerry(a)gmail.com> - 1.21-1
+- New upstream release
+- Drop -dims patch; upstream fixed it another way
+
+* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.19-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Thu Jun 13 2019 Jerry James <loganjerry(a)gmail.com> - 1.19-2
+- Changes due to gap-pkg-singular becoming available
+
+* Wed Feb 6 2019 Jerry James <loganjerry(a)gmail.com> - 1.19-1
+- New upstream release
+- Add -dims and -lpres patches
+- Add -doc subpackage
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Sat Feb 3 2018 Jerry James <loganjerry(a)gmail.com> - 1.12.5-1
+- New upstream release
+
+* Wed Sep 6 2017 Jerry James <loganjerry(a)gmail.com> - 1.12.0-1
+- New upstream release
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Dec 13 2016 Jerry James <loganjerry(a)gmail.com> - 1.11.14-1
+- New upstream release
+- Use upstream's 3-part version scheme
+- Suggest the hapcryst and xmod packages
+
+* Tue Aug 16 2016 Jerry James <loganjerry(a)gmail.com> - 1.11-2
+- Switch crystcat from Recommends to Requires
+
+* Fri Aug 5 2016 Jerry James <loganjerry(a)gmail.com> - 1.11-1
+- Initial RPM
diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec
index b1a65c4..1ead8c4 100644
--- a/gap-pkg-hap.spec
+++ b/gap-pkg-hap.spec
@@ -12,7 +12,7 @@
Name: gap-pkg-%{pkgname}
Version: 1.62
-Release: 1%{?dist}
+Release: %autorelease
Summary: Homological Algebra Programming for GAP
License: GPL-2.0-or-later
@@ -170,196 +170,4 @@ gap -l "%{buildroot}%{gap_libdir};" -o 3G tst/testquick.g
%{gap_libdir}/pkg/%{pkgname}/tutorial/
%changelog
-* Fri Feb 2 2024 Jerry James <loganjerry(a)gmail.com> - 1.62-1
-- Version 1.62
-
-* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.61-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.61-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Tue Jan 9 2024 Jerry James <loganjerry(a)gmail.com> - 1.61-1
-- Version 1.61
-
-* Tue Nov 7 2023 Jerry James <loganjerry(a)gmail.com> - 1.60-1
-- Version 1.60
-
-* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.56-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Sat Jun 10 2023 Jerry James <loganjerry(a)gmail.com> - 1.56-1
-- Version 1.56
-
-* Mon Apr 17 2023 Jerry James <loganjerry(a)gmail.com> - 1.55-1
-- Version 1.55
-
-* Mon Mar 20 2023 Jerry James <loganjerry(a)gmail.com> - 1.54-1
-- Version 1.54
-
-* Tue Feb 28 2023 Jerry James <loganjerry(a)gmail.com> - 1.53-1
-- Version 1.53
-
-* Mon Feb 13 2023 Jerry James <loganjerry(a)gmail.com> - 1.52-1
-- Version 1.52
-
-* Fri Feb 3 2023 Jerry James <loganjerry(a)gmail.com> - 1.50-1
-- Version 1.50
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.49-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Jan 12 2023 Jerry James <loganjerry(a)gmail.com> - 1.49-2
-- Update for split GAP directories
-
-* Mon Jan 9 2023 Jerry James <loganjerry(a)gmail.com> - 1.49-1
-- Version 1.49
-
-* Sat Jan 7 2023 Jerry James <loganjerry(a)gmail.com> - 1.48-1
-- Version 1.48
-
-* Thu Nov 10 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-2
-- Clarify license of the doc subpackage
-
-* Tue Sep 27 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-2
-- Update for gap 4.12.0
-
-* Tue Aug 16 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-1
-- Convert License tag to SPDX
-
-* Mon Aug 15 2022 Jerry James <loganjerry(a)gmail.com> - 1.47-1
-- Version 1.47
-
-* Tue Jul 26 2022 Jerry James <loganjerry(a)gmail.com> - 1.46-1
-- Version 1.46
-
-* Tue Jul 26 2022 Jerry James <loganjerry(a)gmail.com> - 1.45-1
-- Version 1.45
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.44-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Tue Jul 19 2022 Jerry James <loganjerry(a)gmail.com> - 1.44-1
-- Do not build on i386 due to unavailability of polymake
-
-* Mon Jul 18 2022 Jerry James <loganjerry(a)gmail.com> - 1.44-1
-- Version 1.44
-- Drop -happrime patch now that gap-pkg-happrime has been retired
-
-* Thu Jun 30 2022 Jerry James <loganjerry(a)gmail.com> - 1.43-1
-- Version 1.43
-- Drop now irrelevant -lpres patch
-
-* Fri Jun 3 2022 Jerry James <loganjerry(a)gmail.com> - 1.41-1
-- Version 1.41
-
-* Thu Jun 2 2022 Jerry James <loganjerry(a)gmail.com> - 1.40-1
-- Version 1.40
-
-* Thu Apr 21 2022 Jerry James <loganjerry(a)gmail.com> - 1.39-1
-- Version 1.39
-
-* Wed Mar 9 2022 Jerry James <loganjerry(a)gmail.com> - 1.38-1
-- Version 1.38
-
-* Mon Feb 21 2022 Jerry James <loganjerry(a)gmail.com> - 1.37-1
-- Version 1.37
-
-* Thu Feb 10 2022 Jerry James <loganjerry(a)gmail.com> - 1.35-1
-- Version 1.35
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.34-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Sat Jul 31 2021 Jerry James <loganjerry(a)gmail.com> - 1.34-1
-- Version 1.34
-
-* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.33-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Thu Jul 1 2021 Jerry James <loganjerry(a)gmail.com> - 1.33-1
-- Version 1.33
-
-* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.32-1
-- Version 1.32
-
-* Tue Apr 13 2021 Jerry James <loganjerry(a)gmail.com> - 1.30-1
-- Version 1.30
-- Drop the upstreamed -polymake4 patch
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.29-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Thu Jan 7 2021 Jerry James <loganjerry(a)gmail.com> - 1.29-1
-- Version 1.29
-
-* Tue Jan 5 2021 Jerry James <loganjerry(a)gmail.com> - 1.28-1
-- Version 1.28
-- Give the tests access to more memory
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.26-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue May 5 2020 Jerry James <loganjerry(a)gmail.com> - 1.26-1
-- Version 1.26
-
-* Thu Mar 12 2020 Jerry James <loganjerry(a)gmail.com> - 1.25-1
-- Version 1.25
-- New URLs
-- Drop upstreamed -doc patch
-
-* Wed Mar 4 2020 Jerry James <loganjerry(a)gmail.com> - 1.24-3
-- Add -polymake4 patch
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.24-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Tue Dec 10 2019 Jerry James <loganjerry(a)gmail.com> - 1.24-1
-- Version 1.24
-
-* Tue Aug 13 2019 Jerry James <loganjerry(a)gmail.com> - 1.21-1
-- New upstream release
-- Drop -dims patch; upstream fixed it another way
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.19-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jun 13 2019 Jerry James <loganjerry(a)gmail.com> - 1.19-2
-- Changes due to gap-pkg-singular becoming available
-
-* Wed Feb 6 2019 Jerry James <loganjerry(a)gmail.com> - 1.19-1
-- New upstream release
-- Add -dims and -lpres patches
-- Add -doc subpackage
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Sat Feb 3 2018 Jerry James <loganjerry(a)gmail.com> - 1.12.5-1
-- New upstream release
-
-* Wed Sep 6 2017 Jerry James <loganjerry(a)gmail.com> - 1.12.0-1
-- New upstream release
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11.14-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11.14-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Tue Dec 13 2016 Jerry James <loganjerry(a)gmail.com> - 1.11.14-1
-- New upstream release
-- Use upstream's 3-part version scheme
-- Suggest the hapcryst and xmod packages
-
-* Tue Aug 16 2016 Jerry James <loganjerry(a)gmail.com> - 1.11-2
-- Switch crystcat from Recommends to Requires
-
-* Fri Aug 5 2016 Jerry James <loganjerry(a)gmail.com> - 1.11-1
-- Initial RPM
+%autochangelog
The package rpms/arm-none-eabi-gcc-cs.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/arm-none-eabi-gcc-cs.git/commit/?id….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit a6ed123c6fbb3077eac1168041137f788b46cfbd
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 09:32:20 2024 +0100
drop i686 build as not all i686 requirements are available anymore
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 6a07e44..8bc74c0 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -32,6 +32,12 @@ BuildRequires: make
Requires: %{target}-binutils >= 2.21
Provides: %{target}-gcc = %{gcc_ver}
+%if 0%{?fedora} > 39
+# as per https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+# ppl-devel is no longer available for 32bit, so we have to skip it too
+ExcludeArch: %{ix86}
+%endif
+
%description
This is a Cross Compiling version of GNU GCC, which can be used to
compile for the %{target} platform, instead of for the
@@ -291,6 +297,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-5
+- drop i686 build as not all i686 requirements are available anymore
+
* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
- rebuild with updated newlib
commit 826de3aa0abdb97345200599f54a697ba099f62c
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 07:33:15 2024 +0100
rebuild with updated newlib
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 4b515cc..6a07e44 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
+- rebuild with updated newlib
+
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit e44d65896f127f41846f70f383e9886d36a861c1
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Mon Jan 22 23:26:35 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 6664311..4b515cc 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 84ae221d4e6960842d6cd469f424bbc88c03a9c1
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 19 13:32:15 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 8914bbe..6664311 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Tue Aug 29 2023 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-1
- updated to 13.2.0
The package rpms/arm-none-eabi-gcc-cs.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/arm-none-eabi-gcc-cs.git/commit/?id….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit a6ed123c6fbb3077eac1168041137f788b46cfbd
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 09:32:20 2024 +0100
drop i686 build as not all i686 requirements are available anymore
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 6a07e44..8bc74c0 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -32,6 +32,12 @@ BuildRequires: make
Requires: %{target}-binutils >= 2.21
Provides: %{target}-gcc = %{gcc_ver}
+%if 0%{?fedora} > 39
+# as per https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+# ppl-devel is no longer available for 32bit, so we have to skip it too
+ExcludeArch: %{ix86}
+%endif
+
%description
This is a Cross Compiling version of GNU GCC, which can be used to
compile for the %{target} platform, instead of for the
@@ -291,6 +297,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-5
+- drop i686 build as not all i686 requirements are available anymore
+
* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
- rebuild with updated newlib
commit 826de3aa0abdb97345200599f54a697ba099f62c
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 07:33:15 2024 +0100
rebuild with updated newlib
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 4b515cc..6a07e44 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
+- rebuild with updated newlib
+
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit e44d65896f127f41846f70f383e9886d36a861c1
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Mon Jan 22 23:26:35 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 6664311..4b515cc 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 84ae221d4e6960842d6cd469f424bbc88c03a9c1
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 19 13:32:15 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 8914bbe..6664311 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Tue Aug 29 2023 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-1
- updated to 13.2.0
commit 7065269656c379ebd57fe001c86b9f887649ee29
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Aug 29 22:11:35 2023 +0200
updated to 13.2.0
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 70ed88a..8914bbe 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -1,6 +1,6 @@
%global processor_arch arm
%global target %{processor_arch}-none-eabi
-%global gcc_ver 13.1.0
+%global gcc_ver %{version}
%global gcc_short_ver 13.1
# we need newlib to compile complete gcc, but we need gcc to compile newlib,
commit 4ead877058831a09788e9bcbd24b147f1e3fa63f
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Aug 29 19:33:58 2023 +0200
updated to 13.2.0
diff --git a/.gitignore b/.gitignore
index 26722d2..cbebbfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/gcc-12.2.0.tar.xz
/gcc-12.3.0.tar.xz
/gcc-13.1.0.tar.xz
+/gcc-13.2.0.tar.xz
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index afde401..70ed88a 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -9,8 +9,8 @@
Name: %{target}-gcc-cs
Epoch: 1
-Version: 13.1.0
-Release: 2%{?dist}
+Version: 13.2.0
+Release: 1%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Tue Aug 29 2023 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-1
+- updated to 13.2.0
+
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 4d9074b..84176ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gcc-13.1.0.tar.xz) = 6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
+SHA512 (gcc-13.2.0.tar.xz) = d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2
The package rpms/arm-none-eabi-gcc-cs.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/arm-none-eabi-gcc-cs.git/commit/?id….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit a6ed123c6fbb3077eac1168041137f788b46cfbd
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 09:32:20 2024 +0100
drop i686 build as not all i686 requirements are available anymore
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 6a07e44..8bc74c0 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -32,6 +32,12 @@ BuildRequires: make
Requires: %{target}-binutils >= 2.21
Provides: %{target}-gcc = %{gcc_ver}
+%if 0%{?fedora} > 39
+# as per https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+# ppl-devel is no longer available for 32bit, so we have to skip it too
+ExcludeArch: %{ix86}
+%endif
+
%description
This is a Cross Compiling version of GNU GCC, which can be used to
compile for the %{target} platform, instead of for the
@@ -291,6 +297,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-5
+- drop i686 build as not all i686 requirements are available anymore
+
* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
- rebuild with updated newlib
commit 826de3aa0abdb97345200599f54a697ba099f62c
Author: Michal Hlavinka <mhlavink(a)redhat.com>
Date: Tue Mar 19 07:33:15 2024 +0100
rebuild with updated newlib
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec
index 4b515cc..6a07e44 100644
--- a/arm-none-eabi-gcc-cs.spec
+++ b/arm-none-eabi-gcc-cs.spec
@@ -10,7 +10,7 @@
Name: %{target}-gcc-cs
Epoch: 1
Version: 13.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: GNU GCC for cross-compilation for %{target} target
License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
URL: https://gcc.gnu.org/
@@ -291,6 +291,9 @@ popd
%endif
%changelog
+* Tue Mar 19 2024 Michal Hlavinka <mhlavink(a)redhat.com> - 1:13.2.0-4
+- rebuild with updated newlib
+
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:13.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild