Hello community,

here is the log from the commit of package prelink for openSUSE:Factory checked 
in at 2012-01-04 07:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prelink (Old)
 and      /work/SRC/openSUSE:Factory/.prelink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prelink", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/prelink/prelink.changes  2011-09-23 
12:41:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.prelink.new/prelink.changes     2012-01-04 
07:29:46.000000000 +0100
@@ -1,0 +2,17 @@
+Tue Jan  3 14:15:55 CET 2012 - [email protected]
+
+- fixed testsuite issue
+
+-------------------------------------------------------------------
+Tue Jan  3 09:23:02 UTC 2012 - [email protected]
+
+- Update to 20111012:
+  - add --layout-page-size=N option, default to --layout-page-size=32768
+    on AMD Bulldozer
+  - fix cxx3.sh for ppc
+  - support for arm
+  - handle various handle DW_OP_GNU parameters
+  - support copying over extended attributes
+  - fix handling of DW_OP_call_ref
+
+-------------------------------------------------------------------

Old:
----
  prelink-20100106.tar.bz2

New:
----
  prelink-20111012.tar.bz2

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

Other differences:
------------------
++++++ prelink.spec ++++++
--- /var/tmp/diff_new_pack.dpenpY/_old  2012-01-04 07:29:48.000000000 +0100
+++ /var/tmp/diff_new_pack.dpenpY/_new  2012-01-04 07:29:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prelink
 #
-# Copyright (c) 2011 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
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           prelink
-BuildRequires:  gcc-c++ glibc-devel-static libelf0-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel-static
+BuildRequires:  libelf0-devel
 Summary:        An ELF Prelinking Utility
-Version:        20100106
-Release:        9
-Group:          System/Base
 License:        GPL-2.0+
-Url:            ftp://people.redhat.com/jakub/prelink
+Group:          System/Base
+Version:        20111012
+Release:        0
+Url:            http://people.redhat.com/jakub/prelink/
 PreReq:         %fillup_prereq
-Source:         %name-%version.tar.bz2
+Source:         http://people.redhat.com/jakub/prelink/%name-%version.tar.bz2
 Source2:        %name.conf
 Source3:        SuSEconfig.%name
 Source4:        sysconfig.%name

++++++ prelink-20100106.tar.bz2 -> prelink-20111012.tar.bz2 ++++++
++++ 1939 lines of diff (skipped)

++++++ prelink-tests.diff ++++++
--- /var/tmp/diff_new_pack.dpenpY/_old  2012-01-04 07:29:48.000000000 +0100
+++ /var/tmp/diff_new_pack.dpenpY/_new  2012-01-04 07:29:48.000000000 +0100
@@ -79,25 +79,3 @@
  esac
  # Disable this test under SELinux if textrel
  if test -z "$SHFLAGS" -a -x /usr/sbin/getenforce; then
---- testsuite/reloc9.sh.orig   2009-12-16 13:23:03.000000000 +0100
-+++ testsuite/reloc9.sh        2010-03-15 14:38:33.361358000 +0100
-@@ -11,7 +11,7 @@
- rm -f prelink.cache
- NOCOPYRELOC=-Wl,-z,nocopyreloc
- case "`uname -m`" in
--  x86_64|s390*) if file reloc1lib1.so | grep -q 64-bit; then NOCOPYRELOC=; 
fi;;
-+  x86_64|s390*|alpha) NOCOPYRELOC=; ;;
- esac
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc9lib1.so $srcdir/reloc3lib1.c
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc9lib2.so 
$srcdir/reloc1lib2.c reloc9lib1.so
---- testsuite/reloc8.sh.orig   2009-12-16 13:22:56.000000000 +0100
-+++ testsuite/reloc8.sh        2010-03-15 14:38:02.846940000 +0100
-@@ -11,7 +11,7 @@
- rm -f prelink.cache
- NOCOPYRELOC=-Wl,-z,nocopyreloc
- case "`uname -m`" in
--  x86_64|s390*) if file reloc1lib1.so | grep -q 64-bit; then NOCOPYRELOC=; 
fi;;
-+  x86_64|s390*|alpha) NOCOPYRELOC=; ;;
- esac
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc8lib1.so $srcdir/reloc3lib1.c
- $CC -shared -O2 -Wl,-z,nocombreloc -fpic -o reloc8lib2.so 
$srcdir/reloc1lib2.c reloc8lib1.so

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

Reply via email to