Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at Thu Aug 25 09:46:37 CEST 2011.
-------- --- rpm/rpm.changes 2011-08-15 01:06:04.000000000 +0200 +++ /mounts/work_src_done/STABLE/rpm/rpm.changes 2011-08-24 14:40:48.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 24 12:40:05 UTC 2011 - [email protected] + +- restore old debugedit behaviour for stabs, otherwise + binaries with stabs in it will fail the build (e.g. vmlinux images + on Power) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- debugedit-stabs-warning.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpm-python.spec ++++++ --- /var/tmp/diff_new_pack.j8vl2b/_old 2011-08-25 09:36:59.000000000 +0200 +++ /var/tmp/diff_new_pack.j8vl2b/_new 2011-08-25 09:36:59.000000000 +0200 @@ -26,7 +26,7 @@ Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.9.1 -Release: 4 +Release: 5 Requires: rpm = %{version} %py_requires Source99: rpm.spec ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.j8vl2b/_old 2011-08-25 09:36:59.000000000 +0200 +++ /var/tmp/diff_new_pack.j8vl2b/_new 2011-08-25 09:36:59.000000000 +0200 @@ -29,7 +29,7 @@ AutoReqProv: on Summary: The RPM Package Manager Version: 4.9.1 -Release: 25 +Release: 27 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -114,6 +114,7 @@ Patch77: trailslash.diff Patch78: docdefattr.diff Patch79: mono-find-requires.diff +Patch80: debugedit-stabs-warning.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # # avoid bootstrapping problem @@ -177,6 +178,7 @@ %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79 +%patch -P 80 #chmod 755 scripts/find-supplements{,.ksyms} #chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms #chmod 755 scripts/firmware.prov ++++++ debugedit-stabs-warning.diff ++++++ --- tools/debugedit.c.stabs 2011-07-29 14:32:45.000000000 +0200 +++ tools/debugedit.c 2011-07-29 14:32:50.000000000 +0200 @@ -1657,7 +1657,7 @@ if (strcmp (name, ".stab") == 0) { fprintf (stderr, "Stabs debuginfo not supported: %s\n", file); - exit (1); + break; } if (strcmp (name, ".debug_info") == 0) edit_dwarf2 (dso); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
