rpms/python-amara/devel python-amara-1.1.7-version.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 python-amara.spec, 1.10, 1.11 sources, 1.3, 1.4

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Mon Feb 13 07:20:43 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/python-amara/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20875

Modified Files:
	.cvsignore python-amara.spec sources 
Added Files:
	python-amara-1.1.7-version.patch 
Log Message:
Upstream update

python-amara-1.1.7-version.patch:

--- NEW FILE python-amara-1.1.7-version.patch ---
--- Amara-1.1.7/setup.py.version	2006-02-13 01:46:54.000000000 -0500
+++ Amara-1.1.7/setup.py	2006-02-13 01:47:08.000000000 -0500
@@ -1,6 +1,6 @@
 #!/bin/env python
 from distutils import core
-from lib import __version__
+__version__ = '1.1.7'
 
 #Metadata
 kw = {'name': "Amara",


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Apr 2005 04:58:52 -0000	1.3
+++ .cvsignore	13 Feb 2006 07:20:43 -0000	1.4
@@ -1 +1 @@
-Amara-1.0b1.tar.bz2
+Amara-1.1.7.tar.bz2


Index: python-amara.spec
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-amara.spec	23 Dec 2005 06:44:47 -0000	1.10
+++ python-amara.spec	13 Feb 2006 07:20:43 -0000	1.11
@@ -2,18 +2,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-amara
-Version:        1.0
-Release:        1.b1%{?dist}
+Version:        1.1.7
+Release:        1%{?dist}
 Summary:        A collection of Pythonic tools for XML data binding
 
 Group:          Development/Libraries
 License:        ASL-derived
 URL:            http://uche.ogbuji.net/uche.ogbuji.net/tech/4Suite/amara/
-Source0:        http://uche.ogbuji.net/uche.ogbuji.net/tech/4Suite/amara/Amara-1.0b1.tar.bz2
+Source0:        http://uche.ogbuji.net/tech/4Suite/etc/Amara-%{version}.tar.bz2
+Patch:          python-amara-1.1.7-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python
-Requires:       python-abi = %{pyver} 4Suite >= 1.0
+# Needs python-4Suite-XML >= 1.0b2
+BuildRequires:  python python-4Suite-XML
+Requires:       python-abi = %{pyver} python-4Suite-XML
 BuildArch:      noarch
 
 %description
@@ -27,7 +29,8 @@
 to these capabilities.
 
 %prep
-%setup -q -n Amara-1.0b1
+%setup -q -n Amara-%{version}
+%patch -p 1 -b .version
 
 %build
 %{__python} setup.py build
@@ -49,6 +52,9 @@
 %doc CHANGES COPYING demo manual.html README TODO
 
 %changelog
+* Mon Feb 13 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.7-1
+- Upstream update
+
 * Wed Apr 20 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-1.b1
 - Upstream update
 - Fixed file ownership


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Apr 2005 04:58:52 -0000	1.3
+++ sources	13 Feb 2006 07:20:43 -0000	1.4
@@ -1 +1 @@
-455656d787bc67eb2301aeee93797bd9  Amara-1.0b1.tar.bz2
+12ae537e9c517a258194878e65c85672  Amara-1.1.7.tar.bz2




More information about the fedora-extras-commits mailing list