rpms/valide/F-11 import.log,1.3,1.4 valide.spec,1.6,1.7

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Oct 19 15:08:09 UTC 2009


Author: bioinfornatics

Update of /cvs/pkgs/rpms/valide/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26697/F-11

Modified Files:
	import.log valide.spec 
Log Message:

Update valaide to the newest release



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/valide/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	20 Jul 2009 17:50:34 -0000	1.3
+++ import.log	19 Oct 2009 15:08:08 -0000	1.4
@@ -1,3 +1,4 @@
 valide-0_5_1-0_12_20090715svn280_fc11:F-11:valide-0.5.1-0.12.20090715svn280.fc11.src.rpm:1247680422
 valide-0_5_1-0_13_20090715svn280_fc11:F-11:valide-0.5.1-0.13.20090715svn280.fc11.src.rpm:1247685453
 valide-0_5_1-0_14_20090720svn291_fc11:F-11:valide-0.5.1-0.14.20090720svn291.fc11.src.rpm:1248112158
+valide-0_5_1-0_18_20091019svn425_fc11:F-11:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964828


Index: valide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valide/F-11/valide.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- valide.spec	30 Jul 2009 21:31:46 -0000	1.6
+++ valide.spec	19 Oct 2009 15:08:09 -0000	1.7
@@ -1,16 +1,16 @@
-%global alphatag		20090726
-%global	svn_revision		svn303
+%global alphatag		20091019
+%global	svn_revision		svn425
 %global	gtk2_version		2.11.0
 %global	vala_version		0.7.3
 
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-# svn export -r 303 http://valide.googlecode.com/svn/trunk/ valide-20090726svn303
-# tar -czvf valide-20090726svn303.tar.gz valide-20090726svn303
+# svn export -r 425 http://valide.googlecode.com/svn/trunk/ valide-20091019svn425
+# tar -czvf valide-20091019svn425.tar.gz valide-20091019svn425
 
 Name:			valide
 Version:		0.5.1
-Release:		0.16.%{alphatag}%{svn_revision}%{?dist}
+Release:		0.18.%{alphatag}%{svn_revision}%{?dist}
 Summary:		An integrated development environment (IDE) for the Vala programming language
 
 Group:			Development/Tools
@@ -22,7 +22,7 @@ BuildRoot:		%{_tmppath}/%{name}-%{versio
 BuildRequires:		gtk2-devel >= %{gtk2_version}
 BuildRequires:		vala-devel >= %{vala_version}
 BuildRequires:		sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool
-BuildRequires:		waf
+BuildRequires:		waf, libyaml-devel
 
 Requires:		vala-devel >= %{vala_version}
 Requires:		hicolor-icon-theme
@@ -31,19 +31,29 @@ Requires:		hicolor-icon-theme
 Val(a)IDE is an Integrated Development Environment for
 the Vala programming language.
 
+%description -l fr
+Val(a)IDE est un Environnement de Développement Intégré
+pour le langage de programmation Vala.
+
 %package devel
 Summary:		Support for developing plugins for the Val(a)IDE
 Group:			Development/Libraries
 Requires:		%{name} =  %{version}-%{release}
 Requires:		gtk2-devel >= %{gtk2_version}
 Requires:		sqlite-devel, unique-devel, gtksourceview2-devel
-Requires:		libxml2-devel
+Requires:		libxml2-devel, libyaml-devel
 %description devel
 Val(a)IDE is an Integrated Development Environment for
 the Vala programming language.
 This package allows you to develop plugins that add new
 functionality to Val(a)IDE.
 
+%description -l fr
+Val(a)IDE est un Environnement de Développement Intégré
+pour le langage de programmation Vala.
+Ce paquet vous permet de développé des plugins pour
+ajouter de nouvelle fonctionalité à Val(a)IDE.
+
 %prep
 %setup -q -n %{name}-%{alphatag}%{svn_revision}
 
@@ -53,7 +63,7 @@ waf -v %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-waf  -v install --destdir=%{buildroot} --debug
+./waf  -v install --destdir=%{buildroot} --debug
 desktop-file-install --vendor=""				\
 	--mode 0644						\
 	--dir=%{buildroot}%{_datadir}/applications/		\
@@ -110,6 +120,14 @@ fi
 %{_libdir}/libvalide-*.so
 
 %changelog
+* Mon Oct 19 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.19.20091019svn425
+- Update valide to revision 425
+- Some bug fix
+
+* Tue Sep 01 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.17.20090825svn385
+- Update valide to revision 385
+- Some bug fix
+
 * Fri Jul 30 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.16.20090726svn303
 - Fix the empty debuginfo with a newest option in build section --debug
 




More information about the fedora-extras-commits mailing list