2008-03-06 Damien Carbery <[email protected]>
authordcarbery
Thu, 06 Mar 2008 08:16:11 +0000
changeset 11805 d949b92ccf42
parent 11804 d7638a9ace2f
child 11806 9871ecf05eaa
2008-03-06 Damien Carbery <[email protected]> * base-specs/gimp.spec: Bump to 2.4.5. * SUNWlibsoup.spec: Remove unnecessary code left over from SUNWevolution-libs.spec.
ChangeLog
SUNWlibsoup.spec
base-specs/gimp.spec
--- a/ChangeLog	Thu Mar 06 07:05:31 2008 +0000
+++ b/ChangeLog	Thu Mar 06 08:16:11 2008 +0000
@@ -1,14 +1,20 @@
+2008-03-06  Damien Carbery <[email protected]>
+
+	* base-specs/gimp.spec: Bump to 2.4.5.
+	* SUNWlibsoup.spec: Remove unnecessary code left over from
+	  SUNWevolution-libs.spec.
+
 2008-03-06  Brian Cameron  <[email protected]>
 
-	* SUNWgnome-meda-player.spec:  Add SUNWlibsoup and SUNWgnome-python-libs
+	* SUNWgnome-meda-player.spec: Add SUNWlibsoup and SUNWgnome-python-libs
 	  as dependencies.
 	* base-specs/rhythmbox.spec, patches/rhythmbox-06-fixcrash.diff:
-	  Fix crashing problem on startup.  Fixes bug #6671873.
+	  Fix crashing problem on startup. Fixes bug #6671873.
 
 2008-03-06  Rick Ju <[email protected]>
 
-        * base-specs/pidgin.spec:
-          patches/pidgin-06-parse-account.spec: Bump to pidgin 2.4.0
+        * base-specs/pidgin.spec,
+          patches/pidgin-06-parse-account.spec: Bump to pidgin 2.4.0.
 
 2008-03-05  Ghee Teo <[email protected]>
 
--- a/SUNWlibsoup.spec	Thu Mar 06 07:05:31 2008 +0000
+++ b/SUNWlibsoup.spec	Thu Mar 06 08:16:11 2008 +0000
@@ -39,21 +39,8 @@
 rm -rf %name-%version
 mkdir -p %name-%version
 %libsoup.prep -d %name-%version
-# cd %{_builddir}/%name-%version
-# cp gtkhtml-%{gtkhtml.version}/mkinstalldirs libsoup-%{libsoup.version}/
 
 %build
-%if %debug_build
-# Omit '-xO4 -xspace' from sparc flags as it crashes libgnome-gtkhtml-editor.
-# See #6461613.
-%else
-%ifarch sparc
-%define optflags           -i -xstrconst -xarch=v8a -mr
-%define cxx_optflags       -i -xarch=v8a -mr -norunpath
-%define optflags64	   -i -xstrconst -xarch=v9 -xcode=pic32 -mr
-%endif
-%endif
-
 export LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}"
 export CFLAGS="%optflags"
 export RPM_OPT_FLAGS="$CFLAGS"
@@ -90,5 +77,8 @@
 %{_includedir}/*
 
 %changelog
+* Thu Mar 06 2008 - [email protected]
+- Remove unnecessary code left over from SUNWevolution-libs.spec.
+
 * Tue Mar 04 2008 - <[email protected]>
 - Initial version created. Splited from SUNWevolution-libs.
--- a/base-specs/gimp.spec	Thu Mar 06 07:05:31 2008 +0000
+++ b/base-specs/gimp.spec	Thu Mar 06 08:16:11 2008 +0000
@@ -10,7 +10,7 @@
 %include l10n.inc
 %define subver 2.4
 %define subver_install 2.0
-%define microver 4
+%define microver 5
 
 Name:         gimp
 License:      GPL/LGPL
@@ -214,6 +214,8 @@
 %{_mandir}/man1/gimptool-%{subver_install}.1*
 
 %changelog
+* Thu Mar 06 2008 - [email protected]
+- Bump to 2.4.5.
 * Mon Feb 04 2008 - [email protected]
 - Bump to 2.4.4.
 * Fri Jan 11 2008 - [email protected]