rpms/kphotobymail/devel kphotobymail.spec,1.4,1.5

Kushal Das (kushal) fedora-extras-commits at redhat.com
Wed Jan 3 21:38:46 UTC 2007


Author: kushal

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

Modified Files:
	kphotobymail.spec 
Log Message:

Spec changed for the new release



Index: kphotobymail.spec
===================================================================
RCS file: /cvs/extras/rpms/kphotobymail/devel/kphotobymail.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kphotobymail.spec	12 Dec 2006 14:29:45 -0000	1.4
+++ kphotobymail.spec	3 Jan 2007 21:38:16 -0000	1.5
@@ -2,9 +2,9 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		kphotobymail
-Version: 	0.4
-Release:	3%{?dist}
-Summary:	A PyQt based application for uploading photos to flickr account
+Version: 	0.4.1
+Release:	1%{?dist}
+Summary:	A PyKDE based application for uploading photos to flickr account
 Group:		Applications/Internet
 License:	GPL
 URL:		http://kphotobymail.sourceforge.net/
@@ -16,11 +16,11 @@
 
 BuildArch: 	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	desktop-file-utils python >= 2.4, PyQt >= 3.15
-Requires:	python >= 2.4, PyQt >= 3.15
+BuildRequires:	desktop-file-utils python >= 2.4, PyQt >= 3.15, PyKDE >= 3.16
+Requires:	python >= 2.4, PyQt >= 3.15, PyKDE >= 3.16
 
 %description
-Kphotobymail is a PyQt based application for uploading photos 
+Kphotobymail is a PyKDE based application for uploading photos 
 to flickr account.You can also use it to send emails with photo 
 attachment on the fly.
 
@@ -47,7 +47,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs/COPYING docs/LICENSE docs/README
+%doc docs/COPYING docs/LICENSE docs/README docs/ChangeLog
 %{_bindir}/kphotobymail
 %dir %{python_sitelib}/Kphotobymail
 %{python_sitelib}/Kphotobymail/*.py
@@ -61,6 +61,9 @@
 %{_datadir}/applications/fedora-kphotobymail.desktop
 
 %changelog
+* Thu Jan 04 2007 Kushal Das <kushal at fedoraproject.org> 0.4.1-1
+- New release 0.4.1
+
 * Tue Dec 12 2006 Kushal Das <kushal at fedoraproject.org> 0.4-3
 - Fixing for python 2.5
 




More information about the scm-commits mailing list