Author: gotar Date: Sat Jan 30 14:05:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 1.2.2
---- Files affected: packages/yacas: yacas.spec (1.31 -> 1.32) , yacas-gcc43.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/yacas/yacas.spec diff -u packages/yacas/yacas.spec:1.31 packages/yacas/yacas.spec:1.32 --- packages/yacas/yacas.spec:1.31 Mon Feb 12 23:09:25 2007 +++ packages/yacas/yacas.spec Sat Jan 30 15:05:34 2010 @@ -2,13 +2,14 @@ Summary: Yacas, a computer algebra language Summary(pl.UTF-8): Yacas, język algebry komputerowej Name: yacas -Version: 1.0.58 +Version: 1.2.2 Release: 1 License: GPL Group: Applications/Math Source0: http://yacas.sourceforge.net/backups/%{name}-%{version}.tar.gz -# Source0-md5: fd7fa942789fdac8fa363e555c86cae9 +# Source0-md5: 329f149ca3ceb976a7e596b56fc3cba5 Source1: %{name}.desktop +Patch0: %{name}-gcc43.patch URL: http://yacas.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -35,6 +36,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} @@ -54,8 +56,8 @@ install -d $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} -rm -rf manualmaker/{in,*.c,Makefile*,manualmaker,newhelp,styleplain,yacasinit.ys} \ - docs/Makefile* +rm -rf manmake/{Makefile*,{manripper,removeduplicates}{,.cpp,.o}} \ + docs/{Makefile*,{autocompleter,riptestfromyart}{,.cpp,.o}} %clean rm -rf $RPM_BUILD_ROOT @@ -65,13 +67,8 @@ %files %defattr(644,root,root,755) -%doc AUTHORS README docs +%doc AUTHORS ChangeLog README TODO docs manmake %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%{_libdir}/lib*.la -%dir %{_libdir}/yacas -%attr(755,root,root) %{_libdir}/yacas/lib*.so* -%{_libdir}/yacas/lib*.la %{_datadir}/yacas %{_desktopdir}/*.desktop @@ -81,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2010/01/30 14:05:34 gotar +- upgraded to 1.2.2 + Revision 1.31 2007/02/12 22:09:25 glen - tabs in preamble ================================================================ Index: packages/yacas/yacas-gcc43.patch diff -u /dev/null packages/yacas/yacas-gcc43.patch:1.1 --- /dev/null Sat Jan 30 15:05:39 2010 +++ packages/yacas/yacas-gcc43.patch Sat Jan 30 15:05:34 2010 @@ -0,0 +1,11 @@ +diff -urN yacas-1.2.2.orig/manmake/manripper.cpp yacas-1.2.2/manmake/manripper.cpp +--- yacas-1.2.2.orig/manmake/manripper.cpp 2007-09-04 10:28:19.000000000 +0200 ++++ yacas-1.2.2/manmake/manripper.cpp 2010-01-30 14:36:13.961699064 +0100 +@@ -1,6 +1,7 @@ + + #include <stdio.h> + #include <ctype.h> ++#include <cstring> + #include <string> + #include <map> + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yacas/yacas.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
