From 5be441248d87c724eae8333d7a5bdda7e2dc2500 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: May 10 2005 15:11:53 +0000 Subject: Upgrade to latest version of 2.4 series. Fixes compile problems with newer g++ version (bug 157293) --- diff --git a/.cvsignore b/.cvsignore index 98a26dc..d0c97d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtkmm-2.4.5.tar.bz2 +gtkmm-2.4.11.tar.bz2 diff --git a/gtkmm.spec b/gtkmm.spec index b7f7c8e..84f102c 100644 --- a/gtkmm.spec +++ b/gtkmm.spec @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.4.8 +Version: 2.4.11 Release: 1 Epoch: 0 Summary: A C++ interface for GTK2 (a GUI library for X). @@ -51,7 +51,7 @@ This package contains the full API documentation for %{name}. %build -%configure --enable-static --enable-shared +%configure --enable-static --enable-shared --disable-examples --disable-demos make %{?_smp_mflags} @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.11-1 +- Update to gtkmm 2.4.11 +- Disabled building of examples and demos + * Sat Jan 15 2005 Rick L Vinyard Jr - 0:2.4.8-1 - Update for gtkmm 2.4.8 diff --git a/sources b/sources index 27cc282..f44f3f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2aee4c259a75fa0dc766d402bef253b gtkmm-2.4.8.tar.bz2 +35ae78ef687f49900af761045202ccb2 gtkmm-2.4.11.tar.bz2