Paste the spec file changes.

Chris
C Wang ??:
> gtk2.14 is release with some minor interface changes, the corresponding
> gtkmm is not yet release. This patch just to fix these minor changes on
> gtkmm, the patch should be removed when new gtkmm released.
>
> Chris
>   
Index: base-specs/gtkmm.spec
===================================================================
--- base-specs/gtkmm.spec (revision 15260)
+++ base-specs/gtkmm.spec (working copy)
@@ -20,7 +20,10 @@

#date:2008-02-14 owner:bewitche type:feature
Patch1: gtkmm-01-ignore-defs.diff
+#date:2008-07-18 owner:bewitche type:branding
Patch2: gtkmm-02-widget.diff
+#date:2008-09-08 owner:bewitche type:bug
+Patch3: gtkmm-03-214update.diff
URL: http://www.gtkmm.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -28,6 +31,7 @@
%setup -q -n gtkmm-%version
%patch1 -p1
%patch2 -p1
+%patch3 -p1

%build
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
@@ -38,7 +42,7 @@
%else
export CXX="${CXX} -norunpath"
%endif
-export CXXFLAGS="%cxx_optflags -D_XPG4_2 -D__EXTENSIONS__"
+export CXXFLAGS="%cxx_optflags -D_XPG4_2 -D__EXTENSIONS__
-DGTKMM_DISABLE_DEPRECATED"

# background.jpg is required by gtkmm-demo, but not in the right directory
# we simply copy the file into the proper directory
@@ -70,6 +74,10 @@


%changelog
+* Mon Sep 08 2008 - chris.wang at sun.com
+- Add patch 03-214update, the gtk2.14 is release but the corresponding
gtkmm
+ not yet. add this patch to pass the build in this moment and remove it
+ when gtkmm2.14 become available
* Thu Aug 21 2008 - dave.lin at sun.com
- Bump to 2.13.7
* Fri Aug 08 2008 - damien.carbery at sun.com


Reply via email to