diff --git a/gcc.spec b/gcc.spec index bf40d1ee48465bc4212461aaf9705ed8ab4f2134..0b8e698d8a53f44f4b1635eeb3ceaa2fd4a52cf3 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,4 +1,4 @@ -%global DATE 20211123 +%global DATE 20211227 %define debug_package %{nil} %global gcc_version 7.3.0 @@ -37,7 +37,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ...) Name: gcc Version: 7.3.0 -Release: %{DATE}.43 +Release: %{DATE}.44 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD Group: Development/Languages URL: https://gcc.gnu.org @@ -2426,10 +2426,6 @@ fi %files -n libstdc++ %defattr(-,root,root,-) %{_prefix}/%{_lib}/libstdc++.so.6* -%dir %{_datadir}/gdb -%dir %{_datadir}/gdb/auto-load -%dir %{_datadir}/gdb/auto-load/%{_prefix} -%dir %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/ %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc*gdb.py* %dir %{_prefix}/share/gcc-%{gcc_version} %dir %{_prefix}/share/gcc-%{gcc_version}/python @@ -2443,7 +2439,6 @@ fi %files -n libstdc++-32 %defattr(-,root,root,-) %{_prefix}/libilp32/libstdc++.so.6* -%dir %{_datadir}/gdb/auto-load/%{_prefix}/libilp32/ %{_datadir}/gdb/auto-load/%{_prefix}/libilp32/libstdc*gdb.py* %endif %endif @@ -3299,6 +3294,9 @@ fi %changelog +* Mon Dec 27 2021 eastb233 - 7.3.0-20211227.44 +- gcc.spec: Return the ownership of gdb/auto-load folder to gdb-headless + * Tue Nov 23 2021 liyancheng <412998149@qq.com> - 7.3.0-20211123.43 - PR-c-83227-C-17-ICE-with-init-list-derived.patch: New file - gcc.spec: Add new patch