Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit ltrace
- From: root@xxxxxxx (h_root)
- Date: Sun, 7 May 2006 16:25:04 +0200 (CEST)
- Message-id: <20060507142504.348138C5F9@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package ltrace
checked in at Sun May 7 16:25:04 CEST 2006.
--------
--- ltrace/ltrace.changes 2006-03-20 19:13:58.000000000 +0100
+++ STABLE/ltrace/ltrace.changes 2006-05-02 14:14:04.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 2 13:33:30 CEST 2006 - olh@xxxxxxx
+
+- add handling for secure PLT on powerpc (154472 - LTC21994)
+ fix segfault when following forks (155754 - LTC22229)
+ configure does checks for c++ features, add c++ to Buildrequires
+
+-------------------------------------------------------------------
New:
----
ltrace-ppc_secure_PLTs.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ltrace.spec ++++++
--- /var/tmp/diff_new_pack.hJSrbg/_old 2006-05-07 16:24:57.000000000 +0200
+++ /var/tmp/diff_new_pack.hJSrbg/_new 2006-05-07 16:24:57.000000000 +0200
@@ -10,14 +10,14 @@
Name: ltrace
-BuildRequires: libelf
+BuildRequires: libelf libstdc++-devel
URL: http://packages.debian.org/unstable/utils/ltrace.html
License: GPL
Group: Development/Tools/Debuggers
Autoreqprov: on
Summary: Trace the Library and System Calls a Program Makes
Version: 0.3.36
-Release: 12
+Release: 20
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/%{name}_%{version}.orig.tar.gz
Source1: ltrace-acl+xattr.conf
@@ -35,6 +35,7 @@
Patch11: ltrace-s390x.diff
Patch12: ltrace-biarch.patch
Patch13: ltrace-no_segfault_on_fork.diff
+Patch14: ltrace-ppc_secure_PLTs.diff
ExclusiveArch: %ix86 sparc s390 s390x ppc ppc64 armv4l x86_64 alpha
Prefix: /usr
@@ -72,6 +73,7 @@
%patch11
%patch12 -p1
%patch13
+%patch14 -p1
test -f etc/ltrace.conf || exit 1
cat %{S:1} >> etc/ltrace.conf
@@ -101,6 +103,10 @@
%config /etc/ltrace.conf
%changelog -n ltrace
+* Tue May 02 2006 - olh@xxxxxxx
+- add handling for secure PLT on powerpc (154472 - LTC21994)
+ fix segfault when following forks (155754 - LTC22229)
+ configure does checks for c++ features, add c++ to Buildrequires
* Mon Mar 20 2006 - pth@xxxxxxx
- Add patch from IBM that fixes segfaults when using -x (#150487)
* Thu Mar 02 2006 - hare@xxxxxxx
++++++ ltrace-ppc_secure_PLTs.diff ++++++
++++ 877 lines (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |