[monodevelop-debugger-gdb] Update to 2.8.1

Christian Krause chkr at fedoraproject.org
Sun Oct 16 17:39:55 UTC 2011


commit 2044c71643e4da531aac8531a7395f41af668864
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Oct 16 13:39:51 2011 -0400

    Update to 2.8.1

 .gitignore                    |    1 +
 monodevelop-debugger-gdb.spec |    9 ++++++---
 sources                       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5aa2fd9..f0b90f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 monodevelop-debugger-gdb-2.4.tar.bz2
 /monodevelop-debugger-gdb-2.6.tar.gz
+/monodevelop-debugger-gdb-2.8.1.tar.bz2
diff --git a/monodevelop-debugger-gdb.spec b/monodevelop-debugger-gdb.spec
index b0f1901..195508d 100644
--- a/monodevelop-debugger-gdb.spec
+++ b/monodevelop-debugger-gdb.spec
@@ -3,11 +3,11 @@
 
 Summary:	      MonoDevelop gdb Debugger Add-in
 Name:		      monodevelop-debugger-gdb
-Version:	      2.6
-Release:	      2%{?dist}
+Version:	      2.8.1
+Release:	      1%{?dist}
 License:	      MIT
 Group:		      Development/Tools
-Source:		      http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.gz
+Source:		      http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.bz2
 URL:		      http://www.monodevelop.com/
 Patch0:		      mdb-gdb-2-2.patch
 BuildRequires:	      mono-devel >= 2.6 monodevelop-devel >= 2.6 mono-addins-devel 
@@ -34,6 +34,9 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb*
 
 %changelog
+* Sun Oct 16 2011 Christian Krause <chkr at fedoraproject.org> - 2.8.1-1
+- Update to 2.8.1
+
 * Sun Oct 16 2011 Dan Horák <dan[at]danny.cz> - 2.6-2
 - updated the supported arch list
 
diff --git a/sources b/sources
index 2ec03fa..f8c4df2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c503d0be06c81e0ed2e217fc6e095494  monodevelop-debugger-gdb-2.6.tar.gz
+398c3b49fa1698857499a6e8261becf3  monodevelop-debugger-gdb-2.8.1.tar.bz2


More information about the scm-commits mailing list