rpms/GitPython/EL-6 .cvsignore, 1.2, 1.3 GitPython.spec, 1.1, 1.2 sources, 1.2, 1.3 import.log, 1.1, NONE

Dennis Gilmore ausil at fedoraproject.org
Tue Jun 15 20:53:00 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/GitPython/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8679

Modified Files:
	.cvsignore GitPython.spec sources 
Removed Files:
	import.log 
Log Message:
update to 0.2.0 beta same as everywhere else



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/GitPython/EL-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Mar 2010 16:52:31 -0000	1.2
+++ .cvsignore	15 Jun 2010 20:53:00 -0000	1.3
@@ -1 +1 @@
-GitPython-0.1.6.tar.gz
+GitPython-0.2.0-beta1.tar.gz


Index: GitPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GitPython/EL-6/GitPython.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- GitPython.spec	3 Mar 2010 16:52:31 -0000	1.1
+++ GitPython.spec	15 Jun 2010 20:53:00 -0000	1.2
@@ -2,14 +2,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           GitPython
-Version:        0.1.6
-Release:        2%{?dist}
+Version:        0.2.0
+Release:        0.1.beta1%{?dist}
 Summary:        Python Git Library
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://pypi.python.org/pypi/GitPython/
-Source0:        http://pypi.python.org/packages/source/G/GitPython/GitPython-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/G/GitPython/GitPython-%{version}-beta1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -27,7 +27,7 @@ and Chris Wanstrath.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-beta1
 
 
 %build
@@ -47,11 +47,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README CHANGES LICENSE AUTHORS
 # For noarch packages: sitelib
-%{python_sitelib}/GitPython-%{version}-py*.egg-info
+%{python_sitelib}/GitPython-%{version}_beta1-py*.egg-info
 %{python_sitelib}/git
 
 
 %changelog
+* Mon May 24 2010 Devan Goodwin <dgoodwin at rm-rf.ca> - 0.2.0-0.1-beta1
+- Updating for 0.2.0-beta1.
+
 * Mon Jan 08 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.1.6-2
 - Add python-setuptools to buildreq
 - Explicit file list


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/GitPython/EL-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	3 Mar 2010 16:52:31 -0000	1.2
+++ sources	15 Jun 2010 20:53:00 -0000	1.3
@@ -1 +1 @@
-da9af1ffefbe03cf424f0e00bef0c868  GitPython-0.1.6.tar.gz
+53d590217e7cf8e3ee3072b9a88e9030  GitPython-0.2.0-beta1.tar.gz


--- import.log DELETED ---



More information about the scm-commits mailing list