Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2022-05-22 20:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Sun May 22 20:25:52 2022 rev:74 rq:978266 version:12

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2022-05-10 15:09:44.239404168 
+0200
+++ /work/SRC/openSUSE:Factory/.gcc.new.1538/gcc.changes        2022-05-22 
20:25:53.738128801 +0200
@@ -1,0 +2,5 @@
+Fri May 20 09:41:16 UTC 2022 - Martin Li??ka <mli...@suse.cz>
+
+- Add lto-dump binary and link it similarly to e.g. gcov-dump.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.Hj5uXo/_old  2022-05-22 20:25:54.326129666 +0200
+++ /var/tmp/diff_new_pack.Hj5uXo/_new  2022-05-22 20:25:54.334129679 +0200
@@ -134,6 +134,7 @@
 
 
 
+
 # install / update the entries
 %post -n gcc-info
 %install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C 
preprocessor.' %{_infodir}/cpp.info.gz
@@ -411,7 +412,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/doc/packages/gcc-obj-c++/
 # Link all the binaries
 for program in \
-        gcc gcov gcov-dump gcov-tool \
+        gcc gcov gcov-dump gcov-tool lto-dump \
         g++ \
         cpp \
         gfortran \
@@ -433,7 +434,7 @@
 ln -sf %{_sysconfdir}/alternatives/gofmt %{buildroot}%{_bindir}/gofmt
 # Link section 1 manpages
 for man1 in \
-        gcc gcov gcov-dump gcov-tool \
+        gcc gcov gcov-dump gcov-tool lto-dump \
         g++ \
         cpp \
         gfortran \
@@ -488,6 +489,7 @@
 %{_prefix}/bin/gcov
 %{_prefix}/bin/gcov-dump
 %{_prefix}/bin/gcov-tool
+%{_prefix}/bin/lto-dump
 %{_prefix}/bin/gcc-ar
 %{_prefix}/bin/gcc-nm
 %{_prefix}/bin/gcc-ranlib
@@ -498,6 +500,7 @@
 %doc %{_mandir}/man1/gcov.1.gz
 %doc %{_mandir}/man1/gcov-dump.1.gz
 %doc %{_mandir}/man1/gcov-tool.1.gz
+%doc %{_mandir}/man1/lto-dump.1.gz
 
 %files -n cpp
 %defattr(-,root,root)

Reply via email to