2008-01-11 Damien Carbery <[email protected]> gnome-2-20 INDIANA_82
authordcarbery
Fri, 11 Jan 2008 13:24:42 +0000
branchgnome-2-20
changeset 10766 c6392ead2f0b
parent 10765 b22d68d6d33b
child 10767 993844b29ed4
2008-01-11 Damien Carbery <[email protected]> * SUNWdbus.spec: Fix amd64/sparcv9 symlink to point to libdbus-1.so.3 (2nd half of Brian's change on Aug 6. Fixes 6624762.
ChangeLog
SUNWdbus.spec
--- a/ChangeLog	Fri Jan 11 09:30:34 2008 +0000
+++ b/ChangeLog	Fri Jan 11 13:24:42 2008 +0000
@@ -1,3 +1,8 @@
+2008-01-11  Damien Carbery <[email protected]>
+
+	* SUNWdbus.spec: Fix amd64/sparcv9 symlink to point to libdbus-1.so.3
+	  (2nd half of Brian's change on Aug 6. Fixes 6624762.
+
 2008-01-11  Dave Lin <[email protected]>
 
 	* base-specs/firefox.spec: Bump to 2.0.0.11
@@ -5,10 +10,9 @@
 
 2008-01-10  Darren Kenny  <[email protected]>
 
-	* base-specs/libexif.spec:
-      Fix for bug#6647264 - bump libexif to 0.6.16 since eog fails to include
-      EXIF support with existing 0.6.13 version. Also provides some security
-      fixes.
+	* base-specs/libexif.spec: Fix for bug#6647264 - bump libexif to 0.6.16
+	  since eog fails to include EXIF support with existing 0.6.13 version.
+	  Also provides some security fixes.
 
 2007-12-30  Dave Lin <[email protected]>
 
--- a/SUNWdbus.spec	Fri Jan 11 09:30:34 2008 +0000
+++ b/SUNWdbus.spec	Fri Jan 11 13:24:42 2008 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): dbus
 #
-# Copyright 2007 Sun Microsystems, Inc.
+# Copyright 2008 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -88,7 +88,7 @@
 ln -s libdbus-1.so.3 libdbus-1.so.2 
 %ifarch amd64 sparcv9
 cd %{_arch64}
-ln -s libdbus-1.so.3.2.0 libdbus-1.so.2 
+ln -s libdbus-1.so.3 libdbus-1.so.2 
 cd ../../bin/%{_arch64}
 rm dbus-launch dbus-monitor dbus-cleanup-sockets dbus-send dbus-uuidgen
 cd ..
@@ -118,7 +118,7 @@
 %pre root
 #!/bin/sh
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -137,7 +137,7 @@
 %post root
 #!/bin/sh
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -219,6 +219,9 @@
 %endif
 
 %changelog
+* Fri Jan 11 2008 - [email protected]
+- Fix amd64/sparcv9 symlink to point to libdbus-1.so.3 (2nd half of Brian's
+  change on Aug 6. Fixes 6624762.
 * Mon Oct  8 2007 - [email protected]
 - Remove %{_libdir}/dbus-1 line from base package as it only contains a header
   file and is duplicated in the devel package. Fixes 6613798.