Author: baggins Date: Thu Nov 4 10:52:37 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - fix segfault (https://bugzilla.redhat.com/show_bug.cgi?id=525783)
---- Files affected: packages/gcolor2: gcolor2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/gcolor2/gcolor2.spec diff -u packages/gcolor2/gcolor2.spec:1.3 packages/gcolor2/gcolor2.spec:1.4 --- packages/gcolor2/gcolor2.spec:1.3 Thu Nov 4 11:35:09 2010 +++ packages/gcolor2/gcolor2.spec Thu Nov 4 11:52:32 2010 @@ -5,12 +5,13 @@ Summary: gcolor2 is a simple color selector Name: gcolor2 Version: 0.4 -Release: 1 +Release: 2 License: GPL v2 Group: X11/Applications/Graphics Source0: http://dl.sourceforge.net/project/gcolor2/gcolor2/0.4/%{name}-%{version}.tar.bz2 # Source0-md5: 223a126b8a87234d1552be4be4140789 Source1: %{name}.desktop +Patch0: %{name}-missing-includes.patch URL: http://gcolor2.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -40,6 +42,7 @@ %{__autoconf} %{__automake} %configure + %{__make} %install @@ -67,6 +70,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/11/04 10:52:32 baggins +- rel 2 +- fix segfault (https://bugzilla.redhat.com/show_bug.cgi?id=525783) + Revision 1.3 2010/11/04 10:35:09 baggins - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcolor2/gcolor2.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
