rpms/deltarpm/devel deltarpm-python-error.patch, 1.1, 1.2 deltarpm.spec, 1.27, 1.28

Bill Nottingham notting at fedoraproject.org
Wed Sep 9 19:08:43 UTC 2009


Author: notting

Update of /cvs/extras/rpms/deltarpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30583

Modified Files:
	deltarpm-python-error.patch deltarpm.spec 
Log Message:


deltarpm-python-error.patch:
 deltarpmmodule.c |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Index: deltarpm-python-error.patch
===================================================================
RCS file: /cvs/extras/rpms/deltarpm/devel/deltarpm-python-error.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- deltarpm-python-error.patch	9 Sep 2009 17:48:28 -0000	1.1
+++ deltarpm-python-error.patch	9 Sep 2009 19:08:42 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up deltarpm-git-20090831.1/deltarpmmodule.c.foo deltarpm-git-20090831.1/deltarpmmodule.c
 --- deltarpm-git-20090831.1/deltarpmmodule.c.foo	2009-09-09 13:28:37.000000000 -0400
-+++ deltarpm-git-20090831.1/deltarpmmodule.c	2009-09-09 13:29:07.000000000 -0400
++++ deltarpm-git-20090831.1/deltarpmmodule.c	2009-09-09 15:03:20.000000000 -0400
 @@ -66,13 +66,17 @@ static PyObject *doRead(PyObject *s, PyO
    int pid;
    int ipcpipe[2];
@@ -21,3 +21,12 @@ diff -up deltarpm-git-20090831.1/deltarp
  
    if ((pid = fork())) {
      FILE *readend = fdopen(ipcpipe[0], "r");
+@@ -90,7 +94,7 @@ static PyObject *doRead(PyObject *s, PyO
+ 
+     readdeltarpm(filename, &d, NULL);
+     PyMarshal_WriteObjectToFile(createDict(d), writend, Py_MARSHAL_VERSION);
+-    exit(0);
++    _exit(0);
+   }
+   return ret;
+ }


Index: deltarpm.spec
===================================================================
RCS file: /cvs/extras/rpms/deltarpm/devel/deltarpm.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- deltarpm.spec	9 Sep 2009 17:48:28 -0000	1.27
+++ deltarpm.spec	9 Sep 2009 19:08:42 -0000	1.28
@@ -3,7 +3,7 @@
 Summary: Create deltas between rpms
 Name: deltarpm
 Version: 3.5
-Release: 0.git.20090831.1.1%{?dist}
+Release: 0.git.20090831.1.2%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://gitorious.org/deltarpm/deltarpm
@@ -98,7 +98,7 @@ This package contains python bindings fo
 %{python_sitearch}/*
 
 %changelog
-* Wed Sep  9 2009 Bill Nottingham <notting at redhat.com> - 3.5-0.git.20090831.1.1
+* Wed Sep  9 2009 Bill Nottingham <notting at redhat.com> - 3.5-0.git.20090831.1.2
 - fix python bindings
 
 * Mon Aug 31 2009 Jonathan Dieter <jdieter at lesbg.com> - 3.5-0.git.20090831.1




More information about the scm-commits mailing list