Author: wiget Date: Mon May 22 15:32:58 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added cpp.patch (declate toThreadStartWrapper before use it)
---- Files affected: SPECS: tora.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/tora.spec diff -u SPECS/tora.spec:1.33 SPECS/tora.spec:1.34 --- SPECS/tora.spec:1.33 Sat Apr 29 15:20:34 2006 +++ SPECS/tora.spec Mon May 22 17:32:52 2006 @@ -7,13 +7,14 @@ Summary(pl): Zestaf graficznych narzędzi dla programistów i administratorów baz danych Name: tora Version: 1.3.21 -Release: 0.3 +Release: 0.4 License: GPL v2 Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/tora/%{name}-%{version}.tar.gz # Source0-md5: 10e3c9944ffaca50de046e2c3e02eee4 Source1: %{name}.desktop Patch0: %{name}-no-maximize.patch +Patch1: %{name}-cpp.patch URL: http://tora.sourceforge.net/ BuildRequires: kdelibs-devel BuildRequires: pcre-devel @@ -38,6 +39,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure \ @@ -87,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2006/05/22 15:32:52 wiget +- added cpp.patch (declate toThreadStartWrapper before use it) + Revision 1.33 2006/04/29 13:20:34 qboosh - pl desc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tora.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
