Author: patrys Date: Wed Dec 26 20:17:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - patch for python syntax
---- Files affected: SPECS: python-coherence.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/python-coherence.spec diff -u SPECS/python-coherence.spec:1.3 SPECS/python-coherence.spec:1.4 --- SPECS/python-coherence.spec:1.3 Wed Dec 26 20:29:07 2007 +++ SPECS/python-coherence.spec Wed Dec 26 21:17:41 2007 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Implementacja protokoĊu DLNA/UPnP MediaServer Name: python-coherence Version: 0.4.0 -Release: 1 +Release: 2 License: MIT Group: Libraries/Python Source0: https://coherence.beebits.net/download/Coherence-%{version}.tar.gz # Source0-md5: b3fdc0de8ae46c6c9efdc4e7d6204417 +Patch0: %{name}-syntax.patch URL: https://coherence.beebits.net/ BuildRequires: python-devel >= 1:2.5.0 Requires: python-Louie @@ -34,6 +35,7 @@ %prep %setup -q -n Coherence-%{version} +%patch0 -p1 %build python setup.py build @@ -65,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007-12-26 20:17:41 patrys +- patch for python syntax + Revision 1.3 2007-12-26 19:29:07 blekot - added pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-coherence.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
