rpms/python-migrate/F-9 .cvsignore, 1.2, 1.3 python-migrate.spec, 1.2, 1.3 sources, 1.2, 1.3 python-migrate-shell-test.patch, 1.1, NONE

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Sun Jul 27 22:01:18 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-migrate/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4464/F-9

Modified Files:
	.cvsignore python-migrate.spec sources 
Removed Files:
	python-migrate-shell-test.patch 
Log Message:

* Thu Jul 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.5-2
- Remove patches that are merged upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-migrate/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Jul 2008 19:46:20 -0000	1.2
+++ .cvsignore	27 Jul 2008 22:00:48 -0000	1.3
@@ -1 +1 @@
-sqlalchemy-migrate-0.4.4.tar.gz
+sqlalchemy-migrate-0.4.5.tar.gz


Index: python-migrate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-migrate/F-9/python-migrate.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-migrate.spec	17 Jul 2008 20:02:13 -0000	1.2
+++ python-migrate.spec	27 Jul 2008 22:00:48 -0000	1.3
@@ -3,16 +3,14 @@
 %define srcname sqlalchemy-migrate
 
 Name: python-migrate
-Version: 0.4.4
-Release: 4%{?dist}
+Version: 0.4.5
+Release: 2%{?dist}
 Summary: Schema migration tools for SQLAlchemy
 
 Group: Development/Languages
 License: MIT
 URL: http://code.google.com/p/%{srcname}/
 Source0: http://%{srcname}.googlecode.com/files/%{srcname}-%{version}.tar.gz
-# Fix a test when migrate is not installed.  Applied upstream.
-Patch0: python-migrate-shell-test.patch
 # Local patch to disable py.test.  Needed until py.test is in Fedora.
 Patch1: python-migrate-disable-pytest.patch
 
@@ -31,7 +29,6 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1 -b .env
 %patch1 -p1 -b .pytest
 
 %build
@@ -59,6 +56,12 @@
 %{python_sitelib}/*
 
 %changelog
+* Thu Jul 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.5-2
+- Remove patches that are merged upstream.
+
+* Thu Jul 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.5-1
+- New upstream
+
 * Thu Jul 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.4-4
 - Disable py.test so we don't try to download it during build.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-migrate/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Jul 2008 19:46:20 -0000	1.2
+++ sources	27 Jul 2008 22:00:48 -0000	1.3
@@ -1 +1 @@
-ea2da4aaeb82b538ec23148b35ead72c  sqlalchemy-migrate-0.4.4.tar.gz
+d4f17e2c7fcfbb7bd0df628d974c8e3e  sqlalchemy-migrate-0.4.5.tar.gz


--- python-migrate-shell-test.patch DELETED ---




More information about the fedora-extras-commits mailing list