commit gcc41 for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2013-07-04 10:09:34

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-09-11 
13:57:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2013-07-04 
10:09:36.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 19:34:21 UTC 2013 - co...@suse.com
+
+- strip -grecord-gcc-switches from optflag
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.0Ficje/_old  2013-07-04 10:09:38.0 +0200
+++ /var/tmp/diff_new_pack.0Ficje/_new  2013-07-04 10:09:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc41
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -1380,7 +1380,7 @@
 mkdir obj-%{GCCDIST}
 cd obj-%{GCCDIST}
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
-RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector//g' -e 's/-ffortify=.//g'`
+RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector//g' -e 's/-ffortify=.//g' -e 's/-grecord-gcc-switches//g'`
 %ifarch %ix86
 # -mcpu is superceded by -mtune but -mtune is not supported by
 # our bootstrap compiler.  -mcpu gives a warning that stops

libgcj41.spec: same change
++ change_spec ++
--- /var/tmp/diff_new_pack.0Ficje/_old  2013-07-04 10:09:38.0 +0200
+++ /var/tmp/diff_new_pack.0Ficje/_new  2013-07-04 10:09:38.0 +0200
@@ -113,6 +113,7 @@
 if [ $GCC_FOR_OPT != yes ]; then
   test -f gcc$base_ver.changes && ln -f gcc$base_ver.changes 
libgcj$base_ver.changes
 fi
+osc service localrun format_spec_file
 exit 0
 
 %changelog
@@ -1056,3 +1057,4 @@
 - Fix package list for i386.
 * Wed Oct 29 2003 a...@suse.de
 - New package.
+

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.0Ficje/_old  2013-07-04 10:09:38.0 +0200
+++ /var/tmp/diff_new_pack.0Ficje/_new  2013-07-04 10:09:38.0 +0200
@@ -998,7 +998,7 @@
 mkdir obj-%{GCCDIST}
 cd obj-%{GCCDIST}
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
-RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector//g' -e 's/-ffortify=.//g'`
+RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector//g' -e 's/-ffortify=.//g' -e 's/-grecord-gcc-switches//g'`
 %ifarch %ix86
 # -mcpu is superceded by -mtune but -mtune is not supported by
 # our bootstrap compiler.  -mcpu gives a warning that stops

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



commit gcc41 for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-09-11 13:57:14

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-07-22 
15:10:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-09-11 
13:57:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 28 20:20:24 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (struct siginfo is not exported anymore).
+
+---
libgcj41.changes: same change

New:

  gcc-unwind-glibc216.patch



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.XMmhGj/_old  2012-09-11 13:57:19.0 +0200
+++ /var/tmp/diff_new_pack.XMmhGj/_new  2012-09-11 13:57:19.0 +0200
@@ -227,6 +227,7 @@
 Patch112:   pr31499.patch
 Patch123:   gcc41-no-unwind-tables.diff
 Patch124:   pr28460.patch
+Patch125:   gcc-unwind-glibc216.patch
 # A set of patches from the RH srpm
 Patch51:gcc41-ia64-stack-protector.patch
 Patch55:gcc41-java-slow_pthread_self.patch
@@ -1306,6 +1307,7 @@
 %patch112
 %patch123
 %patch124
+%patch125 -p1
 %patch51
 %patch55
 %patch57

++ libgcj41.spec ++
--- /var/tmp/diff_new_pack.XMmhGj/_old  2012-09-11 13:57:19.0 +0200
+++ /var/tmp/diff_new_pack.XMmhGj/_new  2012-09-11 13:57:19.0 +0200
@@ -238,6 +238,7 @@
 Patch112:   pr31499.patch
 Patch123:   gcc41-no-unwind-tables.diff
 Patch124:   pr28460.patch
+Patch125:   gcc-unwind-glibc216.patch
 # A set of patches from the RH srpm
 Patch51:gcc41-ia64-stack-protector.patch
 Patch55:gcc41-java-slow_pthread_self.patch
@@ -661,6 +662,7 @@
 %patch112
 %patch123
 %patch124
+%patch125 -p1
 %patch51
 %patch55
 %patch57

++ gcc-unwind-glibc216.patch ++
This is a partial backport of the following change to libgcc:

2012-04-20  Thomas Schwinge  

struct siginfo vs. siginfo_t

* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
siginfo_t instead of struct siginfo.
* config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
* config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
* config/ia64/linux-unwind.h (ia64_fallback_frame_state)
(ia64_handle_unwabi): Likewise.
* config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
* config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
* config/sh/linux-unwind.h (shmedia_fallback_frame_state)
(sh_fallback_frame_state): Likewise.
* config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.


--- a/gcc/config/i386/linux-unwind.h2011-01-03 20:52:22.0 +
+++ b/gcc/config/i386/linux-unwind.h2012-07-06 12:23:51.562859470 +0100
@@ -133,9 +133,9 @@
 {
   struct rt_sigframe {
int sig;
-   struct siginfo *pinfo;
+   siginfo_t *pinfo;
void *puc;
-   struct siginfo info;
+   siginfo_t info;
struct ucontext uc;
   } *rt_ = context->cfa;
   /* The void * cast is necessary to avoid an aliasing warning.

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.XMmhGj/_old  2012-09-11 13:57:19.0 +0200
+++ /var/tmp/diff_new_pack.XMmhGj/_new  2012-09-11 13:57:19.0 +0200
@@ -1,14 +1,13 @@
 #
 # spec file for package gcc (Version 4.1.x)
 #
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
 # Please submit bugfixes or comments via http://www.suse.de/feedback/
 #
 
-# norootforbuild
 # icecream 0
 
 
@@ -220,6 +219,7 @@
 Patch112: pr31499.patch
 Patch123: gcc41-no-unwind-tables.diff
 Patch124: pr28460.patch
+Patch125: gcc-unwind-glibc216.patch
 # A set of patches from the RH srpm
 Patch51:  gcc41-ia64-stack-protector.patch
 Patch55:  gcc41-java-slow_pthread_self.patch
@@ -924,6 +924,7 @@
 %patch112
 %patch123
 %patch124
+%patch125 -p1
 %patch51
 %patch55
 %patch57

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



commit gcc41 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-07-22 15:10:06

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-05-03 
10:55:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-07-22 
15:10:09.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 11:42:11 UTC 2012 - rguent...@suse.com
+
+- BuildRequire makeinfo only where appropriate.
+
+---
+Fri Jun  1 11:05:19 UTC 2012 - adr...@suse.de
+
+- do not build this compiler on arm plattform
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.CTlqjt/_old  2012-07-22 15:10:12.0 +0200
+++ /var/tmp/diff_new_pack.CTlqjt/_new  2012-07-22 15:10:12.0 +0200
@@ -62,8 +62,13 @@
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel-32bit
 BuildRequires:  perl
-BuildRequires:  texinfo
 BuildRequires:  zlib-devel
+%if %{suse_version} > 1220
+BuildRequires:  makeinfo
+%else
+BuildRequires:  texinfo
+%endif
+ExcludeArch:%arm
 %if %{build_ada}
 %if %{suse_version} > 1010
 %define hostsuffix -4.1

libgcj41.spec: same change
++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.CTlqjt/_old  2012-07-22 15:10:12.0 +0200
+++ /var/tmp/diff_new_pack.CTlqjt/_new  2012-07-22 15:10:12.0 +0200
@@ -55,7 +55,13 @@
 %endif
 
 Name:  gcc@base_ver@@gcc_suffix@
-BuildRequires: bison flex gettext-devel glibc-devel-32bit perl texinfo 
zlib-devel
+BuildRequires: bison flex gettext-devel glibc-devel-32bit perl zlib-devel
+%if %{suse_version} > 1220
+BuildRequires: makeinfo
+%else
+BuildRequires: texinfo
+%endif
+ExcludeArch:   %arm
 %if %{build_ada}
 %if %{suse_version} > 1010
 %define hostsuffix -4.1

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



commit gcc41 for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-05-03 10:55:43

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-02-07 
22:12:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-05-03 
10:55:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 12:44:31 UTC 2012 - rguent...@suse.com
+
+- Add xorg-x11-devel BuildRequires for openSUSE 12.2+
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.QT2V49/_old  2012-05-03 10:55:48.0 +0200
+++ /var/tmp/diff_new_pack.QT2V49/_new  2012-05-03 10:55:48.0 +0200
@@ -77,6 +77,9 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  unzip
+%if %{suse_version} > 1210
+BuildRequires:  xorg-x11-devel
+%endif
 %endif
 %if %{build_fortran}
 BuildRequires:  mpfr-devel
@@ -161,8 +164,9 @@
 # COMMON-END
 
 %if 0%{?!building_libjava:1}
-Requires:   binutils glibc-devel
+Requires:   binutils
 Requires:   cpp41 = %{version}-%{release}
+Requires:   glibc-devel
 Requires:   libgcc%{libgcc_s} >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap
 Requires:   libmudflap0 >= %{version}-%{release}
@@ -297,8 +301,8 @@
 Requires:   gcc41 = %{version}-%{release}
 Requires:   libgcc%{libgcc_s}-32bit >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap-32bit
-Requires:   libmudflap0-32bit >= %{version}-%{release}
 Requires:   glibc-devel-32bit
+Requires:   libmudflap0-32bit >= %{version}-%{release}
 
 %description -n gcc41-32bit 
 This package contains 32bit support for the GNU Compiler Collection.
@@ -309,8 +313,8 @@
 Requires:   gcc41 = %{version}-%{release}
 Requires:   libgcc%{libgcc_s}-64bit >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap-64bit
-Requires:   libmudflap0-64bit >= %{version}-%{release}
 Requires:   glibc-devel-64bit
+Requires:   libmudflap0-64bit >= %{version}-%{release}
 
 %description -n gcc41-64bit
 This package contains 64bit support for the GNU Compiler Collection.
@@ -338,8 +342,8 @@
 %package -n libstdc++41-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6 >= %{version}-%{release}
 Requires:   glibc-devel
+Requires:   libstdc++6 >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -353,8 +357,8 @@
 %package -n libstdc++41-devel-32bit
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6-32bit >= %{version}-%{release}
 Requires:   glibc-devel-32bit
+Requires:   libstdc++6-32bit >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -368,8 +372,8 @@
 %package -n libstdc++41-devel-64bit
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6-64bit >= %{version}-%{release}
 Requires:   glibc-devel-64bit
+Requires:   libstdc++6-64bit >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -675,8 +679,8 @@
 %package obj-c++
 Summary:GNU Objective C++ Compiler
 Group:  Development/Languages/Other
-Requires:   gcc41-objc = %{version}-%{release}
 Requires:   gcc41-c++ = %{version}-%{release}
+Requires:   gcc41-objc = %{version}-%{release}
 
 %description obj-c++
 This package contains the GNU Objective C++ compiler. Objective C++ is an
@@ -964,11 +968,11 @@
 %package -n libgcj41-devel
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/Java
-Requires:   libstdc++41-devel = %{version}
-Requires:   libgcj >= %{version}-%{release}
+Requires:   glibc-devel
 Requires:   gtk2-devel
 Requires:   libart_lgpl-devel
-Requires:   glibc-devel
+Requires:   libgcj >= %{version}-%{release}
+Requires:   libstdc++41-devel = %{version}
 Requires:   zlib-devel
 %ifarch ia64
 Requires:   libunwind-devel

++ libgcj41.spec ++
--- /var/tmp/diff_new_pack.QT2V49/_old  2012-05-03 10:55:48.0 +0200
+++ /var/tmp/diff_new_pack.QT2V49/_new  2012-05-03 10:55:48.0 +0200
@@ -16,6 +16,7 @@
 #
 # icecream 0
 
+
 %define building_libjava 1
 %define run_tests 1
 #
@@ -87,6 +88,9 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  unzip
+%if %{suse_version} > 

commit gcc41 for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-02-07 22:12:49

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2011-10-24 
13:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-02-07 
22:12:51.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 12:54:16 UTC 2012 - rguent...@suse.com
+
+- Add README.First-for.SuSE.packagers and baselibs.conf as sources.
+
+---
+Thu Jan 12 11:30:35 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
 996 lines (skipped)
 between /work/SRC/openSUSE:Factory/gcc41/gcc41.spec
 and /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.spec

++ libgcj41.spec ++
--- /var/tmp/diff_new_pack.JkChLv/_old  2012-02-07 22:12:55.0 +0100
+++ /var/tmp/diff_new_pack.JkChLv/_new  2012-02-07 22:12:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libgcj41 (Version 4.1.2_20070115)
+# spec file for package libgcj41
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 %define building_libjava 1
@@ -69,7 +67,13 @@
 %endif
 
 Name:   libgcj41
-BuildRequires:  bison flex gettext-devel glibc-devel-32bit perl texinfo 
zlib-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gettext-devel
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  perl
+BuildRequires:  texinfo
+BuildRequires:  zlib-devel
 %if %{build_ada}
 %if %{suse_version} > 1010
 %define hostsuffix -4.1
@@ -80,7 +84,9 @@
 %endif
 %endif
 %if %{build_libjava}
-BuildRequires:  gtk2-devel libart_lgpl-devel unzip
+BuildRequires:  gtk2-devel
+BuildRequires:  libart_lgpl-devel
+BuildRequires:  unzip
 %endif
 %if %{build_fortran}
 BuildRequires:  mpfr-devel
@@ -89,7 +95,8 @@
 BuildRequires:  libunwind-devel
 %endif
 %if %{run_tests}
-BuildRequires:  dejagnu expect
+BuildRequires:  dejagnu
+BuildRequires:  expect
 %endif
 
 # Define this as 1 to get gcc packages for business products
@@ -151,9 +158,8 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc
 
 Url:http://gcc.gnu.org/
-License:GPL
 Version:4.1.2_20070115
-Release:19
+Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -4.1
@@ -173,13 +179,15 @@
 %endif
 
 # COMMON-BEGIN
+Summary:The GNU C Compiler and Support Files
+License:GPL-2.0+
 Group:  System/Libraries
-AutoReqProv:on
-Summary:Java Runtime Library for gcc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: gcc-%{gcc_version}%{snapshot_date}.tar.bz2
 Source1:change_spec
 Source2:gcc41-rpmlintrc
+Source5:README.First-for.SuSE.packagers
+Source6:baselibs.conf
 Patch1: bug-reporting.patch
 Patch2: gcc-noalias-warn.diff
 Patch5: boehm-gc-strict-aliasing.patch
@@ -296,7 +304,6 @@
 %ifarch ppc64
 Obsoletes:  libgcj-64bit
 %endif
-AutoReqProv:on
 
 %description 
 This library is needed if you want to use the GNU Java compiler, gcj.
@@ -309,10 +316,8 @@
 /sbin/ldconfig
 
 %package -n libgcj41-devel
-License:GPL
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/Java
-AutoReqProv:on
 Requires:   libstdc++41-devel = %{version}
 Requires:   libgcj >= %{version}-%{release}
 Requires:   gtk2-devel
@@ -329,11 +334,9 @@
 
 
 %package -n gcc41-gij
-License:GPL
 Summary:Java Bytecode Interpreter for gcc
 Group:  Development/Libraries/Java
 Requires:   libgcj >= %{version}-%{release}
-AutoReqProv:on
 
 %description -n gcc41-gij
 This package contains the java bytecode interpreter gij and related tools.
@@ -342,10 +345,8 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi41
-License:GPL
 Summary:Foreign Function Interface library
 Group:  Development/Languages/C and C++
-AutoReqProv:

commit gcc41 for openSUSE:Factory

2011-10-24 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2011-10-24 12:45:00

Comparing /work/SRC/openSUSE:Factory/gcc41 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc41.new (New)


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2011-09-23 
01:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2011-10-24 
13:39:46.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - m...@suse.de
+
+- do not use /usr/src/packages in specfile
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.8Vt58w/_old  2011-10-24 13:39:52.0 +0200
+++ /var/tmp/diff_new_pack.8Vt58w/_new  2011-10-24 13:39:52.0 +0200
@@ -1831,7 +1831,7 @@
 # Remove some crap from the .la files:
 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
   echo "changing $l"
-  sed -e '/^dependency_libs/s| -L/usr/src/packages/BUILD/[^ ]*||g' \
+  sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
   -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
   -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
   -e '/^dependency_libs/s|-L[^ ]* ||g' \

libgcj41.spec: same change
++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.8Vt58w/_old  2011-10-24 13:39:52.0 +0200
+++ /var/tmp/diff_new_pack.8Vt58w/_new  2011-10-24 13:39:52.0 +0200
@@ -1357,7 +1357,7 @@
 # Remove some crap from the .la files:
 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
   echo "changing $l"
-  sed -e '/^dependency_libs/s| -L/usr/src/packages/BUILD/[^ ]*||g' \
+  sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
   -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
   -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
   -e '/^dependency_libs/s|-L[^ ]* ||g' \

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