rpms/pyroom/devel pyroom.spec,1.2,1.3

Sven Lankes slankes at fedoraproject.org
Sat Nov 1 21:39:25 UTC 2008


Author: slankes

Update of /cvs/pkgs/rpms/pyroom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6110

Modified Files:
	pyroom.spec 
Log Message:
add missing br



Index: pyroom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyroom/devel/pyroom.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyroom.spec	1 Nov 2008 21:17:53 -0000	1.2
+++ pyroom.spec	1 Nov 2008 21:38:55 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           pyroom
 Version:        0.3.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        PyRoom is a full screen text editor and a clone of Writeroom
 
 Group:          Applications/Editors
@@ -12,9 +12,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
-BuildRequires:  python 
+Requires:       python 
 Requires:       pygtk2
 Requires:       gnome-python2-gtksourceview
+BuildRequires:  python-devel
 BuildRequires:  desktop-file-utils
 
 %description
@@ -51,6 +52,9 @@
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Sat Nov 01 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-2
+- add missing BR
+
 * Sat Nov 01 2008 Sven Lankes <sven at lank.es> - 0.3.1.1-1
 - new upstream Version (closes bz #464325)
 - currently doesn't include any translations




More information about the scm-commits mailing list