rpms/python-elixir/F-8 .cvsignore, 1.2, 1.3 python-elixir.spec, 1.1, 1.2 sources, 1.2, 1.3

Steve Milner (smilner) fedora-extras-commits at redhat.com
Thu Nov 15 03:52:21 UTC 2007


Author: smilner

Update of /cvs/pkgs/rpms/python-elixir/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12511

Modified Files:
	.cvsignore python-elixir.spec sources 
Log Message:
Updated for 0.4.0 upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-elixir/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Jun 2007 15:26:34 -0000	1.2
+++ .cvsignore	15 Nov 2007 03:51:49 -0000	1.3
@@ -1 +1 @@
-Elixir-0.3.0.tar.gz
+Elixir-0.4.0.tar.gz


Index: python-elixir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-elixir/F-8/python-elixir.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-elixir.spec	30 Jun 2007 15:26:34 -0000	1.1
+++ python-elixir.spec	15 Nov 2007 03:51:49 -0000	1.2
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-elixir
-Version:        0.3.0
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        A declarative mapper for SQLAlchemy
 
@@ -38,6 +38,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+rm -rf build/lib/{tests,examples}/
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
  
@@ -47,11 +48,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE FAQ README TODO
+%doc CHANGES LICENSE README TODO
 # For noarch packages: sitelib
 %{python_sitelib}/*
 
 
 %changelog
+* Wed Nov 14 2007 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.4.0-1
+- Updated for upstream 0.4.0.
+
 * Sun Jun 24 2007 James Bowes <jbowes at redhat.com> - 0.3.0-1
 - Initial packaging for Fedora.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-elixir/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Jun 2007 15:26:34 -0000	1.2
+++ sources	15 Nov 2007 03:51:49 -0000	1.3
@@ -1 +1 @@
-29de10d65eeae5032b668f82be5d13ea  Elixir-0.3.0.tar.gz
+84f1199a7d3ca36620c65592d13dc509  Elixir-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list