[nemiver] Rebuild against gdlmm 3.1.90

Dodji Seketeli dodji at fedoraproject.org
Tue Sep 27 22:10:18 UTC 2011


commit 58b532180a42a9526a0be39c737c4b7cb8ba473d
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Wed Sep 28 00:09:22 2011 +0200

    Rebuild against gdlmm 3.1.90

 nemiver.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/nemiver.spec b/nemiver.spec
index 4b0aa13..b835103 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,13 +1,13 @@
 Name:		nemiver
 Version:	0.9.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
 Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://projects.gnome.org/nemiver
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.gz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -29,6 +29,7 @@ BuildRequires:  glib2-devel >= 2.28
 BuildRequires:	ghex-devel >= 2.90
 BuildRequires:	glibmm24-devel >= 2.25
 BuildRequires:	gtkmm24-devel >= 2.20
+BuildRequires:	gdlmm-devel >= 3.1.90
 BuildRequires:	gnome-doc-utils >= 0.3.2
 BuildRequires:	gtksourceviewmm3-devel >= 3.0.0
 BuildRequires:	libgtop2-devel >= 2.14
@@ -65,8 +66,7 @@ The yelp package must be installed to make use of Nemiver's documentation.
 %setup -q
 
 %build
-%configure --disable-static --disable-schemas-install		\
-	--disable-scrollkeeper --enable-gsettings
+%configure --disable-static --disable-schemas-install  --disable-scrollkeeper 
 # Use system libtool to prevent build scripts from using RPATH hacks.
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
@@ -124,6 +124,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Tue Sep 27 2011  <dodji at redhat.com> - 0.9.0-2
+- Rebuild to link against gdlmm 3.1.90 and activate the Dynamic View
+- Update the link to the upstream tarball
+- Remove unnecessary --enable-gsettings from configure command line
+
 * Fri Sep  9 2011  <dodji at seketeli.org> - 0.9.0-1
 - Update upstream release 0.9.0
 - Update ghex-devel dependency to 2.90


More information about the scm-commits mailing list