[nemiver/f14/master] Update to new upstream 0.8.2 release

Dodji Seketeli dodji at fedoraproject.org
Sun May 8 13:40:21 UTC 2011


commit 96cd5a92eec9f13a3a5be2a6f7213a0b11730e76
Author: Dodji Seketeli <dodji at redhat.com>
Date:   Sun May 8 15:38:24 2011 +0200

    Update to new upstream 0.8.2 release
    
        - Upload new tarball
        - Update to new upstream release 0.8.2
        - Disable use of GSettings
        - Change source0 to point to the .gz tarball
        - Drop patches 0001-Fix-build-with-gcc-4.5.patch and
          0001-More-GCC-4.5-fixes-611588.patch as they got integrated upstream

 .gitignore   |    1 +
 nemiver.spec |   20 +++++++++++---------
 sources      |    6 +-----
 3 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4888045..70b620b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ nemiver-0.7.0.tar.bz2
 nemiver-0.7.1.tar.bz2
 nemiver-0.7.2.tar.bz2
 nemiver-0.7.3.tar.bz2
+/nemiver-0.8.2.tar.gz
diff --git a/nemiver.spec b/nemiver.spec
index 46b6cd4..a6e50a3 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,15 +1,13 @@
 Name:		nemiver
-Version:	0.7.3
-Release:	3%{?dist}
+Version:	0.8.2
+Release:	1%{?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.7/%{name}-%{version}.tar.bz2
-Patch0:		0001-Fix-build-with-gcc-4.5.patch
-Patch1:		0001-More-GCC-4.5-fixes-611588.patch
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -69,12 +67,9 @@ The yelp package must be installed to make use of Nemiver's documentation.
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p1
-
 %build
 %configure --disable-static --disable-schemas-install		\
-	--disable-scrollkeeper
+	--disable-scrollkeeper --disable-gsettings
 # Use system libtool to prevent build scripts from using RPATH hacks.
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
@@ -148,6 +143,13 @@ scrollkeeper-update -q ||:
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun May  8 2011  <dodji at seketeli.org> - 0.8.2-1
+- Update to new upstream release 0.8.2
+- Disable use of GSettings
+- Change source0 to point to the .gz tarball
+- Drop patches 0001-Fix-build-with-gcc-4.5.patch and
+  0001-More-GCC-4.5-fixes-611588.patch as they got integrated upstream
+
 * Wed Sep 29 2010 jkeating - 0.7.3-3
 - Rebuilt for gcc bug 634757
 
diff --git a/sources b/sources
index eb2197c..0b2d9d4 100644
--- a/sources
+++ b/sources
@@ -1,5 +1 @@
-eeb0f56cf70d26746f79486bd5437ac7  nemiver-0.6.7.tar.bz2
-b9606d7cde107c1a49dcb4053fb22546  nemiver-0.7.0.tar.bz2
-9e8dbf1a1ffdd510752857847bdc3283  nemiver-0.7.1.tar.bz2
-a80f3d47b4ebf7fafa0225185112f377  nemiver-0.7.2.tar.bz2
-7159d64bd78dc55aad892077fb75dfec  nemiver-0.7.3.tar.bz2
+44ad50cb596bfab7c449159b9cbf669e  nemiver-0.8.2.tar.gz


More information about the scm-commits mailing list