Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit icecream
- From: root@xxxxxxx (h_root)
- Date: Tue, 29 Aug 2006 14:14:58 +0200 (CEST)
- Message-id: <20060829121458.EDC259522E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package icecream
checked in at Tue Aug 29 14:14:58 CEST 2006.
--------
--- KDE/icecream/icecream.changes 2006-08-25 21:31:52.000000000 +0200
+++ icecream/icecream.changes 2006-08-29 09:27:16.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 29 09:27:00 CEST 2006 - coolo@xxxxxxx
+
+- reverted part of the FreeBSD patch that broke x86_64 envs
+
+-------------------------------------------------------------------
New:
----
icecc-0.7.7.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icecream.spec ++++++
--- /var/tmp/diff_new_pack.iZY7MX/_old 2006-08-29 14:14:30.000000000 +0200
+++ /var/tmp/diff_new_pack.iZY7MX/_new 2006-08-29 14:14:30.000000000 +0200
@@ -23,9 +23,10 @@
Prereq: /usr/sbin/useradd /usr/sbin/groupadd
Requires: gcc-c++
Version: 0.7.7
-Release: 1
+Release: 2
Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
Source1: %name-manpages.tar.bz2
+Patch0: icecc-0.7.7.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -62,6 +63,7 @@
%prep
%setup -q -n %name -a 1
+%patch0
%build
export CFLAGS="$RPM_OPT_FLAGS"
@@ -139,6 +141,8 @@
%_libdir/pkgconfig/icecc.pc
%changelog -n icecream
+* Tue Aug 29 2006 - coolo@xxxxxxx
+- reverted part of the FreeBSD patch that broke x86_64 envs
* Fri Aug 25 2006 - coolo@xxxxxxx
- 0.7.7:
- clear all internal maps
++++++ icecc-0.7.7.diff ++++++
Index: client/icecc-create-env
===================================================================
--- client/icecc-create-env (Revision 574260)
+++ client/icecc-create-env (Revision 578379)
@@ -44,7 +44,8 @@
# libc.so.6 => /lib/tls/libc.so.6 (0xb7e81000)
# /lib/ld-linux.so.2 (0xb7fe8000)
# covering both situations ( with => and without )
- for lib in `ldd "$path" | tail -n +2 | sed -n 's,^[^/]*\(/[^ ]*\).*,\1,p'`; do
+ for lib in `ldd "$path" | sed -n 's,^[^/]*\(/[^ ]*\).*,\1,p'`; do
+ test -f "$lib" || continue
# Check wether the same library also exists in the parent directory,
# and prefer that on the assumption that it is a more generic one.
local baselib=`echo "$lib" | sed 's,\(/[^/]*\)/.*\(/[^/]*\)$,\1\2,'`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |