Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2013-07-05 15:51:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-01-07 15:12:25.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes     2013-07-05 
15:51:41.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jun 19 12:24:24 UTC 2013 - rguent...@suse.com
+
+- Package gcc-ar, gcc-nm and gcc-ranlib wrapping ar, nm and ranlib
+  in a plugin-aware fashion.
+
+-------------------------------------------------------------------
+Mon May 27 12:55:02 UTC 2013 - rguent...@suse.com
+
+- Switch gcc to default 4.8.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.BWYSDJ/_old  2013-07-05 15:51:41.000000000 +0200
+++ /var/tmp/diff_new_pack.BWYSDJ/_new  2013-07-05 15:51:41.000000000 +0200
@@ -35,9 +35,9 @@
 %define build_ada 0
 %endif
 Url:            http://gcc.gnu.org/
-%define gcc_version 47
-%define gcc_suffix 4.7
-Version:        4.7
+%define gcc_version 48
+%define gcc_suffix 4.8
+Version:        4.8
 Release:        0
 Summary:        The system GNU C Compiler
 License:        GPL-3.0+
@@ -341,6 +341,36 @@
 The system GNU C Compiler.
 
 
+%package -n gcc-ar
+Summary:        Plugin aware AR utility
+License:        GPL-3.0+
+Group:          Development/Languages/C and C++
+Requires:       gcc
+
+%description -n gcc-ar
+Linker plugin aware AR utility.
+
+
+%package -n gcc-nm
+Summary:        Plugin aware NM utility
+License:        GPL-3.0+
+Group:          Development/Languages/C and C++
+Requires:       gcc
+
+%description -n gcc-nm
+Linker plugin aware NM utility.
+
+
+%package -n gcc-ranlib
+Summary:        Plugin aware RANLIB utility
+License:        GPL-3.0+
+Group:          Development/Languages/C and C++
+Requires:       gcc
+
+%description -n gcc-ranlib
+Linker plugin aware RANLIB utility.
+
+
 %prep 
 
 %build
@@ -376,6 +406,7 @@
        gnat gnatbind gnatbl gnatchop gnatclean gnatfind gnatkr \
        gnatlink gnatls gnatmake gnatname gnatprep gnatxref gprmake \
 %endif
+       gcc-ar gcc-nm gcc-ranlib \
     ; do
   ln -sf $program-%{gcc_suffix} $RPM_BUILD_ROOT%{_prefix}/bin/$program
 done
@@ -601,4 +632,16 @@
 /usr/lib*/gcc/*-suse-linux/*/defaults.spec
 %endif
 
+%files -n gcc-ar
+%defattr(-,root,root)
+%{_prefix}/bin/gcc-ar
+
+%files -n gcc-nm
+%defattr(-,root,root)
+%{_prefix}/bin/gcc-nm
+
+%files -n gcc-ranlib
+%defattr(-,root,root)
+%{_prefix}/bin/gcc-ranlib
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to