[geany-plugins/f17] add Obsoletes and Provides for pretty-print(er)

Dominic Hopf dmaphy at fedoraproject.org
Thu Aug 2 07:15:02 UTC 2012


commit 5ede982728b0fec1ada93164139cd142f6d137ce
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Thu Aug 2 09:10:58 2012 +0200

    add Obsoletes and Provides for pretty-print(er)

 geany-plugins.spec |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 7b82628..bd08a8e 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        1.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -240,32 +240,32 @@ just repeatedly trigger the macro to do as many lines as you want.
 
 
 %package geanyminiscript
-Summary:   Geany Mini-Script filter plugin 
+Summary:   Geany Mini-Script filter plugin
 Group:     Development/Tools
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanyminiscript
-The GeanyMiniScript plugin is a tool to apply a script filter on: 
+The GeanyMiniScript plugin is a tool to apply a script filter on:
 
 * the text selection
 * the current document
-* all documents of the current session. 
+* all documents of the current session.
 
 
 The filter type can be:
 
 * Unix shell script
-* perl script 
+* perl script
 * python script
 * sed commands
-* awk script 
+* awk script
 
 
 The output can be:
 
 * the selection of the current document
 * all the current document
-* or a new document 
+* or a new document
 
 
 %package geanynumberedbookmarks
@@ -364,7 +364,7 @@ pastebins. At the moment it supports this services:
 
 GeniusPaste detects automatically the syntax of the code and paste it with
 syntax highlighting enabled. It can also display the pasted code opening a new
-browser tab. 
+browser tab.
 
 
 %package gproject
@@ -386,6 +386,8 @@ Summary:   XML pretty printing plugin for Geany
 Group:     Development/Tools
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  libxml2 >= 2.6.27
+Obsoletes: geany-plugins-pretty-print
+Provides:  geany-plugins-pretty-print >= %{version}-%{release}
 
 %description pretty-printer
 Plugin for Geany to easily beautify XML code.
@@ -684,6 +686,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 02 2012 Dominic Hopf <dmaphy at fedoraproject.org> - 1.22-2
+- add Obsoletes and Provides for pretty-print(er)
+
 * Mon Jul 16 2012 Dominic Hopf <dmaphy at fedoraproject.org> - 1.22-1
 - New upstream release: Geany-Plugins 1.22
 - this release deprecates the geanygdb plugin


More information about the scm-commits mailing list