rpms/sugar-datastore/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 sugar-datastore.spec, 1.11, 1.12

Simon Schampijer erikos at fedoraproject.org
Fri Jan 30 12:52:22 UTC 2009


Author: erikos

Update of /cvs/pkgs/rpms/sugar-datastore/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11662

Modified Files:
	.cvsignore sources sugar-datastore.spec 
Log Message:
* Fri Jan 30 2009 Simon Schampijer <simon at schampijer.de> - 0.83.2-2.20090130gite999c1c1e1
- Only try to remove the checksum dir if it already exists




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Jan 2009 16:32:13 -0000	1.9
+++ .cvsignore	30 Jan 2009 12:51:52 -0000	1.10
@@ -1 +1 @@
-sugar-datastore-0.83.2.tar.bz2
+sugar-datastore-0.83.2-gite999c1c1e1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Jan 2009 16:32:13 -0000	1.9
+++ sources	30 Jan 2009 12:51:52 -0000	1.10
@@ -1 +1 @@
-814f81e10266e85c89ae3e5550d7fa69  sugar-datastore-0.83.2.tar.bz2
+88a4dcc5bef106e7e23a4b6a2fd72f51  sugar-datastore-0.83.2-gite999c1c1e1.tar.bz2


Index: sugar-datastore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sugar-datastore.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sugar-datastore.spec	20 Jan 2009 16:32:13 -0000	1.11
+++ sugar-datastore.spec	30 Jan 2009 12:51:52 -0000	1.12
@@ -1,14 +1,23 @@
 %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
+%define commitid e999c1c1e1
+%define alphatag 20090130git%{commitid}
+
 Name: sugar-datastore
 Version: 0.83.2
-Release: 1%{?dist}
+#Release: 1%{?dist}
+Release: 2.%{alphatag}%{?dist}
+
 Summary: Sugar Datastore
 
 Group: Development/Libraries
 License: GPLv2+
 URL: http://sugarlabs.org/
-Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
+# git clone git://dev.laptop.org/sugar
+# cd sugar
+# git-checkout %{commitid}
+Source0: %{name}-%{version}-git%{commitid}.tar.bz2
+#Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel
@@ -46,6 +55,9 @@
 %{_datadir}/dbus-1/services/*.service
 
 %changelog
+* Fri Jan 30 2009 Simon Schampijer <simon at schampijer.de> - 0.83.2-2.20090130gite999c1c1e1
+- Only try to remove the checksum dir if it already exists
+
 * Tue Jan 20 2009 Marco Pesenti Gritti <mpg at redhat.com> - 0.83.2-1
 - #181 Replace deprecated os.popen by subprocess
 - #140 Crash when joining a shared Read 




More information about the fedora-extras-commits mailing list