rpms/GitPython/devel .cvsignore, 1.2, 1.3 GitPython.spec, 1.1, 1.2 sources, 1.2, 1.3

Devan Goodwin dgoodwin at fedoraproject.org
Sat Jun 5 12:36:33 UTC 2010


Author: dgoodwin

Update of /cvs/extras/rpms/GitPython/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19581

Modified Files:
	.cvsignore GitPython.spec sources 
Log Message:
Updating GitPython to 0.2.0-beta1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/GitPython/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Mar 2010 16:34:41 -0000	1.2
+++ .cvsignore	5 Jun 2010 12:36:32 -0000	1.3
@@ -1 +1 @@
-GitPython-0.1.6.tar.gz
+GitPython-0.2.0-beta1.tar.gz


Index: GitPython.spec
===================================================================
RCS file: /cvs/extras/rpms/GitPython/devel/GitPython.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- GitPython.spec	3 Mar 2010 16:34:41 -0000	1.1
+++ GitPython.spec	5 Jun 2010 12:36:32 -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/extras/rpms/GitPython/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	3 Mar 2010 16:34:41 -0000	1.2
+++ sources	5 Jun 2010 12:36:32 -0000	1.3
@@ -1 +1 @@
-da9af1ffefbe03cf424f0e00bef0c868  GitPython-0.1.6.tar.gz
+53d590217e7cf8e3ee3072b9a88e9030  GitPython-0.2.0-beta1.tar.gz



More information about the scm-commits mailing list