Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2015-03-05 17:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2015-02-20 12:00:16.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes     2015-03-05 
18:17:57.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Mar  2 13:34:23 UTC 2015 - [email protected]
+
+- Add gcc-ada-32bit and gcc-ada-64bit packages only if building Ada
+
+-------------------------------------------------------------------
+Wed Feb 25 14:21:45 UTC 2015 - [email protected]
+
+- Add gcc-ada-32bit and gcc-ada-64bit packages.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.OmMjcH/_old  2015-03-05 18:17:58.000000000 +0100
+++ /var/tmp/diff_new_pack.OmMjcH/_new  2015-03-05 18:17:58.000000000 +0100
@@ -31,7 +31,7 @@
 %ifarch %ix86 x86_64 ppc ppc64 s390 ia64
 %define build_ada 1
 %else
-# alpha ppc64 s390x hppa arm
+# alpha s390x hppa arm
 %define build_ada 0
 %endif
 Url:            http://gcc.gnu.org/
@@ -341,6 +341,8 @@
 %description -n gcc-obj-c++
 The system GNU Objective C++ Compiler.
 
+
+
 %package -n gcc-PIE
 Summary:        A default configuration to build all binaries in PIE mode
 License:        GPL-3.0+
@@ -354,7 +356,6 @@
 space randomization (ASLR).
 
 
-%if %{build_ada}
 %package -n gcc-ada
 Summary:        The system GNU Ada Compiler
 License:        GPL-3.0+
@@ -364,7 +365,26 @@
 
 %description -n gcc-ada
 The system GNU Ada Compiler.
-%endif
+
+%package -n gcc-ada-32bit
+Summary:        The system GNU Ada Compiler
+License:        GPL-3.0+
+Group:          Development/Languages/C and C++
+Requires:       gcc%{gcc_version}-ada-32bit
+Requires:       gcc-ada = %{version}
+
+%description -n gcc-ada-32bit
+The system GNU Ada Compiler 32 bit support.
+
+%package -n gcc-ada-64bit
+Summary:        The system GNU Ada Compiler
+License:        GPL-3.0+
+Group:          Development/Languages/C and C++
+Requires:       gcc%{gcc_version}-ada-64bit
+Requires:       gcc-ada = %{version}
+
+%description -n gcc-ada-64bit
+The system GNU Ada Compiler 64 bit support.
 
 %prep 
 
@@ -607,6 +627,13 @@
 %{_prefix}/bin/gij32
 %{_prefix}/bin/grmiregistry32
 
+%if %{build_ada}
+%files -n gcc-ada-32bit
+%defattr(-,root,root)
+# empty - only for the dependency
+%doc README
+%endif
+
 %endif
 %if %{separate_bi64}
 
@@ -640,6 +667,13 @@
 %{_prefix}/bin/gij64
 %{_prefix}/bin/grmiregistry64
 
+%if %{build_ada}
+%files -n gcc-ada-64bit
+%defattr(-,root,root)
+# empty - only for the dependency
+%doc README
+%endif
+
 %endif
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to