From a7852d031f1c0a563415947a1a293b4230143022 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 12 Sep 2023 21:41:09 +0300 Subject: [PATCH] Change bugs url to https://bugs.msvsphere-os.ru --- SPECS/gcc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/gcc.spec b/SPECS/gcc.spec index 3436859..8022115 100644 --- a/SPECS/gcc.spec +++ b/SPECS/gcc.spec @@ -128,7 +128,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}.3%{?dist}.inferit +Release: %{gcc_release}.3%{?dist}.1.inferit # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -988,7 +988,7 @@ CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \ --target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \ --enable-languages=c,c++,fortran,lto \ --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --with-bugurl=https://bugs.msvsphere.ru/ \ + --with-bugurl=https://bugs.msvsphere-os.ru/ \ --enable-checking=release --with-system-zlib \ --with-gcc-major-version-only --without-isl --enable-host-pie --enable-host-bind-now make %{?_smp_mflags} @@ -1053,7 +1053,7 @@ enableld=,d # used in the cross builds. CONFIGURE_OPTS_BASE="\ --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --with-bugurl=https://bugs.msvsphere.ru/ \ + --with-bugurl=https://bugs.msvsphere-os.ru/ \ --enable-shared --enable-threads=posix --enable-checking=release \ --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \ --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \ @@ -3572,6 +3572,9 @@ end %endif %changelog +* Tue Sep 12 2023 Arkady L. Shane - 11.3.1-4.3.1.inferit +- Change bugs url to https://bugs.msvsphere-os.ru + * Tue May 16 2023 Sergey Cherevko - 11.3.1-4.3.inferit - Sets bug tracker URL to https://bugs.msvsphere.ru/ - Disables aarch64 cross compiler build