Author: freetz Date: Sun Jun 18 14:42:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed http://trac.galago-project.org/ticket/68, rel.2
---- Files affected: SPECS: libnotify.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/libnotify.spec diff -u SPECS/libnotify.spec:1.14 SPECS/libnotify.spec:1.15 --- SPECS/libnotify.spec:1.14 Sun Jun 18 12:07:29 2006 +++ SPECS/libnotify.spec Sun Jun 18 16:41:55 2006 @@ -3,11 +3,12 @@ Summary(pl): Biblioteka powiadomień dla pulpitu Name: libnotify Version: 0.4.2 -Release: 1 +Release: 2 License: LGPL v2.1+ (library), GPL v2+ (tools) Group: Libraries Source0: http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.gz # Source0-md5: 25585318503079a513af7064bb59c04d +Patch0: %{name}-send-uchar-array-instead-of-char-array.patch URL: http://www.galago-project.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -63,6 +64,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -111,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/06/18 14:41:55 freetz +- fixed http://trac.galago-project.org/ticket/68, rel.2 + Revision 1.14 2006/06/18 10:07:29 freetz - 0.4.2, gtk-doc documentation provided, fixed Group, updated deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libnotify.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
