Author: glen Date: Tue Nov 3 14:19:39 2009 GMT Module: packages Tag: HEAD ---- Log message: - add gcc44.patch; rel 2 (thx patrys)
---- Files affected: packages/tellico: tellico.spec (1.59 -> 1.60) , gcc44.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/tellico/tellico.spec diff -u packages/tellico/tellico.spec:1.59 packages/tellico/tellico.spec:1.60 --- packages/tellico/tellico.spec:1.59 Fri Mar 6 21:43:44 2009 +++ packages/tellico/tellico.spec Tue Nov 3 15:19:33 2009 @@ -7,13 +7,14 @@ Summary(pl.UTF-8): Zarządca zbiorów wideo, audio i książek Name: tellico Version: 1.3.5 -Release: 1 +Release: 2 License: GPL v2 Group: X11/Applications Source0: http://www.periapsis.org/tellico/download/%{name}-%{version}.tar.gz # Source0-md5: ca5d9db11fa1dd33dfe317ffe095435c Patch0: %{name}-u64.patch Patch1: %{name}-desktop.patch +Patch2: gcc44.patch URL: http://www.periapsis.org/tellico/ BuildRequires: automake BuildRequires: exempi-devel @@ -44,6 +45,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build cp -f /usr/share/automake/config.sub admin @@ -98,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2009/11/03 14:19:33 glen +- add gcc44.patch; rel 2 (thx patrys) + Revision 1.59 2009/03/06 20:43:44 duddits - up to 1.3.5 ================================================================ Index: packages/tellico/gcc44.patch diff -u /dev/null packages/tellico/gcc44.patch:1.1 --- /dev/null Tue Nov 3 15:19:39 2009 +++ packages/tellico/gcc44.patch Tue Nov 3 15:19:33 2009 @@ -0,0 +1,11 @@ +--- tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp~ 2009-11-03 16:11:57.000000000 +0200 ++++ tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp 2009-11-03 16:12:07.794304369 +0200 +@@ -242,7 +242,7 @@ + kdDebug() << "list view is corrupt" << endl; + } + // Determine the length of the name string. +- pi_char_t* null_ptr = reinterpret_cast<pi_char_t*> ++ const pi_char_t* null_ptr = reinterpret_cast<const pi_char_t*> + (memchr(chunk.data() + 4, 0, 32)); + if (null_ptr) + lv.name = std::string((char *) (chunk.data() + 4), ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tellico/tellico.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
