rpms/codeblocks/devel .cvsignore, 1.18, 1.19 codeblocks.spec, 1.21, 1.22 sources, 1.18, 1.19

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Sun Feb 10 17:11:39 UTC 2008


Author: sharkcz

Update of /cvs/extras/rpms/codeblocks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9953

Modified Files:
	.cvsignore codeblocks.spec sources 
Log Message:
* Sun Feb 10 2008 Dan Horak <dan[at]danny.cz> 1.0-0.29.20080209svn4868
- update to revision 4868



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	11 Dec 2007 14:12:35 -0000	1.18
+++ .cvsignore	10 Feb 2008 17:10:58 -0000	1.19
@@ -1 +1 @@
-codeblocks-svn4719.tar.bz2
+codeblocks-svn4868.tar.bz2


Index: codeblocks.spec
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/codeblocks.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- codeblocks.spec	11 Dec 2007 14:12:35 -0000	1.21
+++ codeblocks.spec	10 Feb 2008 17:10:58 -0000	1.22
@@ -1,9 +1,9 @@
-%define		rev	4719
-%define		date	20071210
+%define		rev	4868
+%define		date	20080209
 
 Name:		codeblocks
 Version:	1.0
-Release:	0.28.%{date}svn%{rev}%{?dist}
+Release:	0.29.%{date}svn%{rev}%{?dist}
 Summary:	An open source, cross platform, free C++ IDE
 Group:		Development/Tools
 License:	GPLv2+
@@ -48,6 +48,8 @@
 %package contrib-libs
 Summary:	Libraries needed to run Code::Blocks contrib plugins
 Group:		System Environment/Libraries
+# the wxSmith plugin and libwxsmith* libraries are now GPLv3+
+License:	GPLv2+ and GPLv3+
 
 %description contrib-libs
 Libraries needed to run Code::Blocks contrib plugins.
@@ -55,6 +57,8 @@
 %package contrib
 Summary:	Additional Code::Blocks plugins
 Group:		Development/Tools
+# the wxSmith plugin and libwxsmith* libraries are now GPLv3+
+License:	GPLv2+ and GPLv3+
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-contrib-libs = %{version}-%{release}
 
@@ -82,7 +86,7 @@
 	sed -i 's|$(pkgdatadir)|@libdir@/@PACKAGE@|' src/plugins/$p/Makefile.am
 done
 
-for p in AutoVersioning byogames cb_koders codesnippets codestat dragscroll envvars help_plugin keybinder lib_finder profiler regex_testbed source_exporter symtab wxSmith wxSmithContribItems
+for p in AutoVersioning ThreadSearch byogames cb_koders codesnippets codestat dragscroll envvars help_plugin keybinder lib_finder profiler regex_testbed source_exporter symtab wxSmith wxSmithContribItems
 do
 	sed -i 's|$(pkgdatadir)|@libdir@/@PACKAGE@|' src/plugins/contrib/$p/Makefile.am
 done
@@ -220,6 +224,7 @@
 %files contrib
 %defattr(-,root,root)
 %{pkgdatadir}/AutoVersioning.zip
+%{pkgdatadir}/ThreadSearch.zip
 %{pkgdatadir}/byogames.zip
 %{pkgdatadir}/cb_koders.zip
 %{pkgdatadir}/codesnippets.zip
@@ -235,10 +240,13 @@
 %{pkgdatadir}/SymTab.zip
 %{pkgdatadir}/wxsmith.zip
 %{pkgdatadir}/wxsmithcontribitems.zip
+%{pkgdatadir}/images/ThreadSearch
 %{pkgdatadir}/images/codesnippets
 %{pkgdatadir}/images/wxsmith
+%{pkgdatadir}/lib_finder
 
 %{plugindir}/libAutoVersioning.so
+%{plugindir}/libThreadSearch.so
 %{plugindir}/libbyogames.so
 %{plugindir}/libcb_koders.so
 %{plugindir}/libcodesnippets.so
@@ -257,6 +265,9 @@
 
 
 %changelog
+* Sun Feb 10 2008 Dan Horak <dan[at]danny.cz> 1.0-0.29.20080209svn4868
+- update to revision 4868
+
 * Tue Dec 11 2007 Dan Horak <dan[at]danny.cz> 1.0-0.28.20071210svn4719
 - update to revision 4719
 - fix multiarch problem with contrib subpackage (#340911)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	11 Dec 2007 14:12:35 -0000	1.18
+++ sources	10 Feb 2008 17:10:58 -0000	1.19
@@ -1 +1 @@
-3fb0bc53b3682a36f0783f4506ef8f1e  codeblocks-svn4719.tar.bz2
+6b219ce4e40f2468848c491170679576  codeblocks-svn4868.tar.bz2




More information about the fedora-extras-commits mailing list