OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jan-2007 23:16:50
Branch: HEAD Handle: 2007012722165000
Added files:
openpkg-src/tailor tailor.patch
Modified files:
openpkg-src/tailor tailor.spec
Log:
remove warning
Summary:
Revision Changes Path
1.1 +18 -0 openpkg-src/tailor/tailor.patch
1.2 +2 -0 openpkg-src/tailor/tailor.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tailor/tailor.patch
============================================================================
$ cvs diff -u -r0 -r1.1 tailor.patch
--- /dev/null 2007-01-27 23:15:37 +0100
+++ tailor.patch 2007-01-27 23:16:50 +0100
@@ -0,0 +1,18 @@
+Index: vcpx/repository/cvs.py
+--- vcpx/repository/cvs.py.orig 2006-12-11 22:08:24 +0100
++++ vcpx/repository/cvs.py 2007-01-27 23:15:13 +0100
+@@ -335,12 +335,12 @@
+ """Parse a complete CVS log."""
+
+ from os.path import split, join
+- import sre
++ import re
+ from time import strptime
+ from datetime import datetime
+ from vcpx.changes import Changeset
+
+- revcount_regex = sre.compile('\\bselected revisions:\\s*(\\d+)\\b')
++ revcount_regex = re.compile('\\bselected revisions:\\s*(\\d+)\\b')
+
+ self.__currentdir = None
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tailor/tailor.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 tailor.spec
--- openpkg-src/tailor/tailor.spec 27 Jan 2007 17:05:44 -0000 1.1
+++ openpkg-src/tailor/tailor.spec 27 Jan 2007 22:16:50 -0000 1.2
@@ -37,6 +37,7 @@
# list of sources
Source0: http://darcs.arstecnica.it/tailor-%{version}.tar.gz
+Patch0: tailor.patch
# build information
Prefix: %{l_prefix}
@@ -60,6 +61,7 @@
%prep
%setup -q
+ %patch -p0
%build
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]