Author: lisu Date: Wed Apr 6 16:25:30 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix build with libnotify 0.7
---- Files affected: packages/python-pynotify: python-pynotify.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/python-pynotify/python-pynotify.spec diff -u packages/python-pynotify/python-pynotify.spec:1.13 packages/python-pynotify/python-pynotify.spec:1.14 --- packages/python-pynotify/python-pynotify.spec:1.13 Wed Apr 6 16:34:05 2011 +++ packages/python-pynotify/python-pynotify.spec Wed Apr 6 18:25:24 2011 @@ -8,7 +8,8 @@ Group: Libraries/Python Source0: http://galago-project.org/files/releases/source/notify-python/notify-python-%{version}.tar.gz # Source0-md5: 8f0ef0939cc8edd2efd896ce5ba80cf4 -Patch0: python-pynotify-codegen.patch +Patch0: %{name}-codegen.patch +Patch1: %{name}-libnotify.patch URL: http://galago-project.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -46,6 +47,7 @@ %prep %setup -q -n notify-python-%{version} %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -87,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2011/04/06 16:25:24 lisu +- fix build with libnotify 0.7 + Revision 1.13 2011/04/06 14:34:05 lisu - rel 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pynotify/python-pynotify.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
