Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2017-05-27 13:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Sat May 27 13:05:12 2017 rev:59 rq:487810 version:7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2017-02-13 00:26:03.951179186 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes     2017-05-27 
13:05:13.726938669 +0200
@@ -1,0 +2,17 @@
+Thu Apr 13 08:52:35 UTC 2017 - [email protected]
+
+- Remove README in empty packages only required for SLE11 and older.
+- Remove now empty %build section.
+
+-------------------------------------------------------------------
+Tue Apr  4 07:16:09 UTC 2017 - [email protected]
+
+- Fix dependencies of libstdc++-devel-{32,64}-bit.
+
+-------------------------------------------------------------------
+Thu Mar 23 12:56:31 UTC 2017 - [email protected]
+
+- Switch gcc to default 7.
+- Remove unrelated README.packaging.
+
+-------------------------------------------------------------------

Old:
----
  README.packaging

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.bxH0FW/_old  2017-05-27 13:05:14.230867418 +0200
+++ /var/tmp/diff_new_pack.bxH0FW/_new  2017-05-27 13:05:14.234866853 +0200
@@ -35,9 +35,9 @@
 %define build_ada 0
 %endif
 Url:            http://gcc.gnu.org/
-%define gcc_version 6
-%define gcc_suffix 6
-Version:        6
+%define gcc_version 7
+%define gcc_suffix 7
+Version:        7
 Release:        0
 Summary:        The system GNU C Compiler
 License:        GPL-3.0+
@@ -52,7 +52,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc%{gcc_version}
 Source:         cpp
-Source99:       README.packaging
 
 %description
 The system GNU C Compiler.
@@ -192,7 +191,8 @@
 Summary:        The system GNU C++ 32bit development files
 License:        GPL-3.0-with-GCC-exception
 Group:          System/Libraries
-Requires:       libstdc++6-devel-gcc%{gcc_version}
+Requires:       libstdc++-devel
+Requires:       libstdc++6-devel-gcc%{gcc_version}-32bit
 
 %description -n libstdc++-devel-32bit
 The system GNU C++ 32bit development files.
@@ -202,7 +202,8 @@
 Summary:        The system GNU C++ 64bit development files
 License:        GPL-3.0-with-GCC-exception
 Group:          System/Libraries
-Requires:       libstdc++6-devel-gcc%{gcc_version}
+Requires:       libstdc++-devel
+Requires:       libstdc++6-devel-gcc%{gcc_version}-64bit
 
 %description -n libstdc++-devel-64bit
 The system GNU C++ 64bit development files.
@@ -371,9 +372,6 @@
 
 %prep 
 
-%build
-echo "This is a dummy package to provide a dependency on the system compiler." 
> README
-
 %install
 mkdir -p $RPM_BUILD_ROOT/lib
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin
@@ -451,7 +449,6 @@
 %files -n gcc-devel
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-c++
 %defattr(-,root,root)
@@ -468,12 +465,10 @@
 %files -n gcc-objc
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-obj-c++
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-PIE
 %defattr(-,root,root)
@@ -482,7 +477,6 @@
 %files -n gcc-locale
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-info
 %defattr(-,root,root)
@@ -513,51 +507,42 @@
 %files -n libstdc++-devel
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-go
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %if %{separate_bi32}
 
 %files -n gcc-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-c++-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n libstdc++-devel-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-fortran-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-objc-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %if %{build_ada}
 %files -n gcc-ada-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 %endif
 
 %files -n gcc-go-32bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %endif
 %if %{separate_bi64}
@@ -565,39 +550,32 @@
 %files -n gcc-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-c++-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n libstdc++-devel-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-fortran-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %files -n gcc-objc-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %if %{build_ada}
 %files -n gcc-ada-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 %endif
 
 %files -n gcc-go-64bit
 %defattr(-,root,root)
 # empty - only for the dependency
-%doc README
 
 %endif
 


Reply via email to