diff --git a/.cvsignore b/.cvsignore index c461d11..5575515 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -gconfmm-2.6.1.tar.bz2 +gconfmm-2.10.0-gcc4.patch +gconfmm-2.10.0.tar.bz2 diff --git a/gconfmm.spec b/gconfmm.spec index 880da0a..fc9919f 100644 --- a/gconfmm.spec +++ b/gconfmm.spec @@ -1,13 +1,14 @@ Name: gconfmm26 -Version: 2.6.1 -Release: 2 +Version: 2.10.0 +Release: 1 Summary: C++ wrapper for GConf2 Group: System Environment/Libraries License: LGPL URL: http://gtkmm.sourceforge.net/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.6/gconfmm-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.10/gconfmm-%{version}.tar.bz2 +Patch0: gconfmm-2.10.0-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig @@ -38,7 +39,7 @@ interface to the GTK+. %prep %setup -q -n gconfmm-%{version} - +%patch0 -p1 %build %configure --enable-static --enable-shared @@ -77,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Thu Apr 28 2005 Denis Leroy - 2.10.0-1 +- Upgrade to 2.10.0 +- Added patch to fix gcc4 warning + * Fri Apr 7 2005 Michael Schwendt - rebuilt diff --git a/sources b/sources index 07756aa..616dc1d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -9edf4f866de9bd6db9ae7cf31535ad49 gconfmm-2.6.1.tar.bz2 +9b9a1ff7456698bf73c7cfe1b5792415 gconfmm-2.10.0-gcc4.patch +0f3787ff3f7089698da49b694b5f9155 gconfmm-2.10.0.tar.bz2