[monodevelop] Obsolete deprecated plugins

Christian Krause chkr at fedoraproject.org
Mon Sep 12 23:11:37 UTC 2011


commit c55ee7fdcbe127e1d05204b63964fbec661a7027
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Sep 13 01:11:16 2011 +0200

    Obsolete deprecated plugins

 monodevelop.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/monodevelop.spec b/monodevelop.spec
index 26816c8..fc8af11 100644
--- a/monodevelop.spec
+++ b/monodevelop.spec
@@ -6,7 +6,7 @@
 
 Name:           monodevelop
 Version:        2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
 Group:          Development/Tools
@@ -27,7 +27,9 @@ Requires:       mono(nunit.framework) = %{nunitver}
 Requires:       gnome-desktop-sharp
 Requires:       subversion monodoc
 Requires:       hicolor-icon-theme shared-mime-info
-
+# Obsolete deprecated plugins which are not compatible with MD 2.6
+Obsoletes:      monodevelop-boo < 2.6
+Obsoletes:      monodevelop-debugger-mdb < 2.6
 # Mono only available on these:
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 
@@ -72,7 +74,7 @@ find . -name Makefile.in -or -name \*.pc.in \
            sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
                -e 's!@prefix@/lib/!%{_libdir}/!' \
                -e 's!/usr/lib/!%{_libdir}/!' \
-	       -e 's!^MSB_REF_PREFIX :=.*!MSB_REF_PREFIX := %{_libdir}/mono/3.5/!' \
+               -e 's!^MSB_REF_PREFIX :=.*!MSB_REF_PREFIX := %{_libdir}/mono/3.5/!' \
                -e 's!${exec_prefix}/lib/!%{_libdir}/!' "$f" 1>/dev/null
          done
 
@@ -147,6 +149,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/pkgconfig/monodevelop*.pc
 
 %changelog
+* Tue Sep 13 2011 Christian Krause <chkr at fedoraproject.org> - 2.6-2
+- Obsolete deprecated plugins
+
 * Sun Sep 11 2011 Christian Krause <chkr at fedoraproject.org> - 2.6-1
 - Update to 2.6
 - Drop upstreamed patches


More information about the scm-commits mailing list