[codeblocks] - move the Occurrences Highlighting plugin to the main package (#1068971)

Dan Horák sharkcz at fedoraproject.org
Wed Feb 26 10:04:18 UTC 2014


commit 781835200c23567649bb478a96eb017f7390a9bf
Author: Dan Horák <dan at danny.cz>
Date:   Wed Feb 26 11:05:07 2014 +0100

    - move the Occurrences Highlighting plugin to the main package (#1068971)

 codeblocks.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/codeblocks.spec b/codeblocks.spec
index 9ea2ff5..d5b892e 100644
--- a/codeblocks.spec
+++ b/codeblocks.spec
@@ -7,7 +7,7 @@
 
 Name:		codeblocks
 Version:	13.12
-Release:	1%{?svnrelease}%{?dist}
+Release:	2%{?svnrelease}%{?dist}
 Summary:	An open source, cross platform, free C++ IDE
 Group:		Development/Tools
 License:	GPLv3+
@@ -224,6 +224,7 @@ update-mime-database /usr/share/mime &> /dev/null || :
 %{plugindir}/libcompiler.so
 %{plugindir}/libdebugger.so
 %{plugindir}/libdefaultmimehandler.so
+%{plugindir}/liboccurrenceshighlighting.so
 %{plugindir}/libopenfileslist.so
 %{plugindir}/libprojectsimporter.so
 %{plugindir}/libscriptedwizard.so
@@ -256,6 +257,7 @@ update-mime-database /usr/share/mime &> /dev/null || :
 %{pkgdatadir}/debugger.zip
 %{pkgdatadir}/defaultmimehandler.zip
 %{pkgdatadir}/manager_resources.zip
+%{pkgdatadir}/occurrenceshighlighting.zip
 %{pkgdatadir}/openfileslist.zip
 %{pkgdatadir}/projectsimporter.zip
 %{pkgdatadir}/resources.zip
@@ -339,7 +341,6 @@ update-mime-database /usr/share/mime &> /dev/null || :
 %{pkgdatadir}/SpellChecker
 %endif
 %{pkgdatadir}/SmartIndent*.zip
-%{pkgdatadir}/occurrenceshighlighting.zip
 
 %{plugindir}/libAutoVersioning.so
 %{plugindir}/libBrowseTracker.so
@@ -381,10 +382,12 @@ update-mime-database /usr/share/mime &> /dev/null || :
 %{plugindir}/libSpellChecker.so
 %endif
 %{plugindir}/libSmartIndent*.so
-%{plugindir}/liboccurrenceshighlighting.so
 
 
 %changelog
+* Wed Feb 26 2014 Dan Horák <dan[at]danny.cz> - 13.12-2
+- move the Occurrences Highlighting plugin to the main package (#1068971)
+
 * Sun Dec 29 2013 Dan Horák <dan[at]danny.cz> - 13.12-1
 - update to final 13.12 release (svn revision 9501)
 


More information about the scm-commits mailing list