Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2026-01-29 17:44:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Thu Jan 29 17:44:54 2026 rev:82 rq:1329508 version:15

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2025-12-08 11:52:32.041917491 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new.1995/gcc.changes        2026-01-29 
17:45:24.034487613 +0100
@@ -1,0 +2,6 @@
+Tue Jan 27 14:12:22 UTC 2026 - Richard Biener <[email protected]>
+
+- Improve go/gofmt alternative removal upon migration to an
+  alternative-less system.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.PcHSEc/_old  2026-01-29 17:45:24.762518356 +0100
+++ /var/tmp/diff_new_pack.PcHSEc/_new  2026-01-29 17:45:24.766518525 +0100
@@ -469,7 +469,8 @@
 %endif
 Requires:       gcc%{gcc_version}-go
 Requires:       gcc%{gccsuffix} = %{version}
-Requires(post): update-alternatives
+OrderWithRequires(pre): update-alternatives
+Suggests:       update-alternatives
 
 %description -n gcc%{gccsuffix}-go
 The system GNU Go Compiler.
@@ -705,9 +706,11 @@
 ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so` 
$RPM_BUILD_ROOT%{_libdir}/bfd-plugins/liblto_plugin.so
 
 # We no longer register go/gofmt alternatives for gcc-go, but remove
-# any existing one on upgrade
-%post -n gcc%{gccsuffix}-go
-update-alternatives --remove go %{_bindir}/go-%{gcc_suffix}
+# any existing one on upgrade if it still exists
+%pre -n gcc%{gccsuffix}-go
+if [ $1 -eq 2 ] && [ -f %{_sysconfdir}/alternatives/go ] ; then
+  update-alternatives --remove go %{_bindir}/go-%{gcc_suffix}
+fi
 
 %files -n gcc%{gccsuffix}
 %defattr(-,root,root)

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.PcHSEc/_old  2026-01-29 17:45:24.822520890 +0100
+++ /var/tmp/diff_new_pack.PcHSEc/_new  2026-01-29 17:45:24.826521059 +0100
@@ -1,5 +1,5 @@
-mtime: 1764942702
-commit: 3f7bae42d07912dfeb581c47954d4df63b2d9404529251588ae98569d0f2e5fa
+mtime: 1769523189
+commit: 175209bb2f6367ab2dd23849213f3bfd420a8be7271576f4cd37b94dfe592e1f
 url: https://src.opensuse.org/gcc/gcc.git
 revision: main
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-27 15:13:21.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to