Author: glen Date: Mon Dec 11 22:32:24 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add -64bit.patch (hack, expect SEGV for programs using those functions)
---- Files affected: SPECS: synce-librapi2.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/synce-librapi2.spec diff -u SPECS/synce-librapi2.spec:1.7 SPECS/synce-librapi2.spec:1.8 --- SPECS/synce-librapi2.spec:1.7 Mon Dec 11 22:51:28 2006 +++ SPECS/synce-librapi2.spec Mon Dec 11 23:32:19 2006 @@ -3,11 +3,12 @@ Summary(pl): Biblioteka SynCE RAPI Name: synce-librapi2 Version: 0.9.2 -Release: 1 +Release: 2 License: MIT Group: Libraries Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz # Source0-md5: 12c3ffeb435de5ff67ac5069e18f5a01 +Patch0: %{name}-64bit.patch URL: http://www.synce.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.4 @@ -54,6 +55,7 @@ %prep %setup -q -n librapi-%{version} +%patch0 -p1 %build %{__libtoolize} @@ -101,6 +103,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/12/11 22:32:19 glen +- add -64bit.patch (hack, expect SEGV for programs using those functions) + Revision 1.7 2006/12/11 21:51:28 glen - update to 0.9.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/synce-librapi2.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
