Mailinglist Archive: opensuse-commit (861 mails)

< Previous Next >
commit gcc for openSUSE:Factory

Hello community,

here is the log from the commit of package gcc for openSUSE:Factory
checked in at Fri Jan 14 12:35:35 CET 2011.



--------
--- gcc/gcc.changes 2010-12-10 12:53:54.000000000 +0100
+++ gcc/gcc.changes 2011-01-12 12:54:02.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 12 11:53:29 UTC 2011 - rguenther@xxxxxxxxxx
+
+- Uglify spec file formatting.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
needed_space_in_mb

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.rp5Npa/_old 2011-01-14 12:34:21.000000000 +0100
+++ /var/tmp/diff_new_pack.rp5Npa/_new 2011-01-14 12:34:21.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package gcc (Version 4.5)
+# spec file for package gcc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -32,7 +32,7 @@
%define gcc_suffix 4.5
License: GPLv2+
Version: 4.5
-Release: 10
+Release: 11
Group: Development/Languages/C and C++
Summary: The system GNU C Compiler
Provides: c_compiler
@@ -124,21 +124,11 @@
# install_info_delete will also remove the aliases though.
# install-info does not pick up descriptions from the content.
%post -n gcc-info
-%install_info --info-dir=%{_infodir} \
- --name=cpp --description=\"The GNU C preprocessor.\" \
- %{_infodir}/cpp-%{gcc_suffix}.info.gz
-%install_info --info-dir=%{_infodir} \
- --name=gcc --description=\"The GNU Compiler Collection.\" \
- %{_infodir}/gcc-%{gcc_suffix}.info.gz
-%install_info --info-dir=%{_infodir} \
- --name=g++ --description=\"The GNU C++ compiler.\" \
- %{_infodir}/g++-%{gcc_suffix}.info.gz
-%install_info --info-dir=%{_infodir} \
- --name=gcj --description=\"Ahead-of-time compiler for the Java
language\" \
- %{_infodir}/gcj-%{gcc_suffix}.info.gz
-%install_info --info-dir=%{_infodir} \
- --name=gfortran --description=\"The GNU Fortran compiler.\" \
- %{_infodir}/gfortran-%{gcc_suffix}.info.gz
+%install_info --info-dir=%{_infodir} --name=cpp --description=\"The GNU C
preprocessor.\" %{_infodir}/cpp-%{gcc_suffix}.info.gz
+%install_info --info-dir=%{_infodir} --name=gcc --description=\"The GNU
Compiler Collection.\" %{_infodir}/gcc-%{gcc_suffix}.info.gz
+%install_info --info-dir=%{_infodir} --name=g++ --description=\"The GNU C++
compiler.\" %{_infodir}/g++-%{gcc_suffix}.info.gz
+%install_info --info-dir=%{_infodir} --name=gcj --description=\"Ahead-of-time
compiler for the Java language\" %{_infodir}/gcj-%{gcc_suffix}.info.gz
+%install_info --info-dir=%{_infodir} --name=gfortran --description=\"The GNU
Fortran compiler.\" %{_infodir}/gfortran-%{gcc_suffix}.info.gz

%package -n gcc-c++
License: LGPLv2.1+


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread