rpms/python-kaa-base/F-7 python-kaa-base.spec, 1.3, 1.4 sources, 1.2, 1.3

Chauvet (kwizart) fedora-extras-commits at redhat.com
Mon Feb 4 10:31:04 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/python-kaa-base/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15748

Modified Files:
	python-kaa-base.spec sources 
Log Message:
- Update to 0.2.0



Index: python-kaa-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-kaa-base/F-7/python-kaa-base.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-kaa-base.spec	21 Apr 2007 19:50:13 -0000	1.3
+++ python-kaa-base.spec	4 Feb 2008 10:30:25 -0000	1.4
@@ -1,12 +1,12 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-kaa-base
-Version:        0.1.3
-Release:        3%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        The Kaa Media - base package for python
 
 Group:          Development/Languages
-License:        LGPL
+License:        LGPLv2+
 URL:            http://www.freevo.org/kaa
 Source0:        http://downloads.sourceforge.net/freevo/kaa-base-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,6 +43,11 @@
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
+#Fix encoding
+cp -pr AUTHORS AUTHORS.not-utf8
+iconv -f ISO_8859-1 -t UTF8 AUTHORS.not-utf8 > AUTHORS
+touch -r AUTHORS.not-utf8 AUTHORS
+rm AUTHORS.not-utf8
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +72,13 @@
 
 
 %changelog
+* Wed Dec 26 2007 kwizart < kwizart at gmail.com > - 0.2.0-1
+- Update to 0.2.0
+
+* Sun Aug 26 2007 kwizart < kwizart at gmail.com > - 0.1.3-4
+- Rebuild for BuildID
+- Update the License field
+
 * Sat Apr 21 2007 kwizart < kwizart at gmail.com > - 0.1.3-3
 - Fix Requires for python-packages
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-kaa-base/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Apr 2007 19:10:06 -0000	1.2
+++ sources	4 Feb 2008 10:30:25 -0000	1.3
@@ -1 +1 @@
-d9318e34148275cfd30bcfe2360bb28b  kaa-base-0.1.3.tar.gz
+e4edb65b1c18f75d6dafb8b1540d1fbf  kaa-base-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list