[nemiver/f15] Update to upstream 0.9.0gtk2 version

Dodji Seketeli dodji at fedoraproject.org
Sun Sep 11 12:35:41 UTC 2011


commit 13bf069bee9f47431dd64190c68b3671f3b395f4
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sun Sep 11 14:34:30 2011 +0200

    Update to upstream 0.9.0gtk2 version

 .gitignore   |    1 +
 nemiver.spec |   16 ++++++++++++++--
 sources      |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0529de6..526a066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ nemiver-0.7.3.tar.bz2
 /nemiver-0.8.0.tar.bz2
 /nemiver-0.8.1.tar.gz
 /nemiver-0.8.2.tar.gz
+/nemiver-0.9.0gtk2.tar.gz
diff --git a/nemiver.spec b/nemiver.spec
index 41f9004..2ac5fa2 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,5 +1,5 @@
 Name:		nemiver
-Version:	0.8.2
+Version:	0.9.0gtk2
 Release:	1%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
@@ -7,7 +7,16 @@ Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://projects.gnome.org/nemiver
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.gz
+## The source of this package is maintained in the upstream git
+## repository in the gtk2-branch branch.  It is actually a backport
+## from the master into a GNOME2 based environment.  Here are the
+## instructions to get the code:
+##     git clone git://git.gnome.org/git/nemiver
+##     cd nemiver
+##     git checkout -b 0.9.0gtk2 nemiver-0.9.0gtk2
+##     ./autogen.sh && make dist
+## This should have generated the tarball in the current directory.
+Source0:	%{name}-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -124,6 +133,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun Sep 11 2011  <dodji at redhat.com> - 0.9.0gtk2-1
+- Update to 0.9.0gtk2 upstream version
+
 * Sat May  7 2011  <dodji at seketeli.org> - 0.8.2-1
 - Update to upstream release 0.8.2
 - Enable GSettings.  Remove usage of GConf.  Bump glibmm24 requirement
diff --git a/sources b/sources
index 0b2d9d4..1ad0ea2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44ad50cb596bfab7c449159b9cbf669e  nemiver-0.8.2.tar.gz
+ea7eb54beedd9465bf6688babbbb5ff1  nemiver-0.9.0gtk2.tar.gz


More information about the scm-commits mailing list