Hello community, here is the log from the commit of package libreoffice-extensions for openSUSE:Factory checked in at Mon Feb 21 15:32:11 CET 2011.
-------- --- libreoffice-extensions/libreoffice-extensions.changes 2011-01-11 17:36:42.000000000 +0100 +++ libreoffice-extensions/libreoffice-extensions.changes 2011-02-16 16:46:46.000000000 +0100 @@ -1,0 +2,27 @@ +Wed Feb 16 16:27:04 CET 2011 - [email protected] + +- updated to libreoffice-3.3.1.2 (3.3.1-rc2) + +------------------------------------------------------------------- +Tue Feb 8 20:53:59 CET 2011 - [email protected] + +- updated to libreoffice-3.3.1.1 (3.3.1-rc1) + +------------------------------------------------------------------- +Wed Feb 2 19:18:56 CET 2011 - [email protected] + +- added warning explaining error messages that were printed during + the update from OOo; the uninstall script did not work because + unopkg already worked with LO cache + +------------------------------------------------------------------- +Mon Jan 31 20:32:38 CET 2011 - [email protected] + +- libreoffice-build-3.3.0.4 == 3.3.0-rc4 == final + +------------------------------------------------------------------- +Wed Jan 19 12:58:21 CET 2011 - [email protected] + +- updated to libreoffice-3.3.0.4 (3.3-rc4) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libreoffice-extensions-3.3.0.3.tar.bz2 New: ---- libreoffice-extensions-3.3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice-extensions.spec ++++++ --- /var/tmp/diff_new_pack.0cNflx/_old 2011-02-21 15:31:45.000000000 +0100 +++ /var/tmp/diff_new_pack.0cNflx/_new 2011-02-21 15:31:45.000000000 +0100 @@ -19,11 +19,11 @@ Name: libreoffice-extensions -Version: 3.3.0.3 +Version: 3.3.1.2 Release: 1 %define piece extensions -%define ooo_build_version 3.3.0.3 -%define ooo_piece_version 3.3.0.3 +%define ooo_build_version 3.3.1.2 +%define ooo_piece_version 3.3.1.2 %define ooo_sourcedirname libreoffice-build-%ooo_piece_version %define ooo_prefix %_libdir %define ooo_home libreoffice @@ -308,6 +308,26 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-base-extensions +if test -f %ooo_prefix/ooo3/share/extension/install/report-builder.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.reportdesigner" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi +if test -f %ooo_prefix/ooo3/share/extension/install/mysql-connector-ooo.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.star.mysql-connector-ooo" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + # MySQL driver %if 0%{?suse_version} >= 01120 @@ -322,6 +342,17 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-base-drivers-mysql +if test -f %ooo_prefix/ooo3/share/extension/install/mysql-connector-ooo.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.star.mysql-connector-ooo" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + %endif # calc @@ -349,6 +380,35 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-calc-extensions +if test -f %ooo_prefix/ooo3/share/extension/install/ConvertTextToNumber-*.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: nl.nouenoff.ct2n" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi +if test -f %ooo_prefix/ooo3/share/extension/install/NLPSolver.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.star.comp.Calc.NLPSolver" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi +if test -f %ooo_prefix/ooo3/share/extension/install/numbertext-*.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: org.numbertext-calc-addin" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + # draw %pre -n libreoffice-draw-extensions @@ -361,6 +421,17 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-draw-extensions +if test -f %ooo_prefix/ooo3/share/extension/install/pdfimport.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.star.PDFImport" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + # impress %pre -n libreoffice-impress-extensions @@ -376,6 +447,26 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-impress-extensions +if test -f %ooo_prefix/ooo3/share/extension/install/presentation-minimizer.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.star.PresentationMinimizer" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi +if test -f %ooo_prefix/ooo3/share/extension/install/presenter-screen.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.PresenterScreen" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + # writer %pre -n libreoffice-writer-extensions @@ -395,6 +486,26 @@ unopkg list --shared > /dev/null 2>&1 || true fi +%post -n libreoffice-writer-extensions +if test -f %ooo_prefix/ooo3/share/extension/install/gdocs*.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: org.openoffice.gdocs.oxt" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi +if test -f %ooo_prefix/ooo3/share/extension/install/wiki-publisher.oxt ; then + echo + echo "WARNING: Please ignore the following error about the extension:" + echo "WARNING: com.sun.wiki-publisher" + echo "WARNING: It is printed by the old OpenOffice_org package. The extension cannot" + echo "WARNING: be unregistered from the OOo cache because unopkg tool already" + echo "WARNING: works with the LO cache. The LO installation will be correct!" + echo +fi + %prep %setup -q -n libreoffice-%piece-%ooo_piece_version # external source tarbals @@ -469,7 +580,7 @@ %files -n libreoffice-calc-extensions %defattr(-,root,root) %doc README-scsolver.txt -%ooo_prefix/%ooo_home/share/extensions/ConvertTextToNumber-%{ct2n_version} +%ooo_prefix/%ooo_home/share/extensions/ConvertTextToNumber %ooo_prefix/%ooo_home/share/extensions/NLPSolver %ooo_prefix/%ooo_home/share/extensions/numbertext-%{numbertext_version} ++++++ libreoffice-extensions-3.3.0.3.tar.bz2 -> libreoffice-extensions-3.3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/ChangeLog new/libreoffice-extensions-3.3.1.2/ChangeLog --- old/libreoffice-extensions-3.3.0.3/ChangeLog 2011-01-10 19:58:17.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/ChangeLog 2011-02-15 20:12:44.000000000 +0100 @@ -1,3 +1,61 @@ +2011-02-15 Petr Mladek <[email protected]> [235894b47fd353b1fd229afe2b3299029465a941] + +Version 3.3.1.2, tag libreoffice-3.3.1.2 (3.3.1-rc2) + + +2011-02-12 Andras Timar <[email protected]> [14cfabedd4234b426ca7adab23709bc86c1feacb] + +l10n: typo fix in Dutch (nl) nlpsolver translation + + +2011-02-08 Petr Mladek <[email protected]> [a9475f3ee585c2d8667a8823f46cb04a96da84b5] + +Version 3.3.1.1, tag libreoffice-3.3.1.1 (3.3.1-rc1) + + +2011-02-08 Andras Timar <[email protected]> [215bfd8724f8ebc7bdcd7c589dcd3ee2fc3cdef2] + +Added/modified NLPsolver translations from Pootle + + +2011-02-07 Jan Holesovsky <[email protected]> [740c46dbb713dcc3b4a07d69ccf7ff7a634cce24] + +Branch libreoffice-3-3-1 + +This is 'libreoffice-3-3-1' - the stable branch for the 3.3.1 release. +Only very safe changes, reviewed by three people are allowed. + +If you want to commit more complicated fix for the next 3.3.x release, +please use the 'libreoffice-3-3' branch. + +If you want to build something cool, unstable, and risky, use master. + +2011-01-12 Rene Engelhard <[email protected]> [6e673b3b275a5008c654c4bbfb41709d30cd62af] + +fix presenter screens description.xml build + + +2011-01-11 Petr Mladek <[email protected]> [c6d30578f94bebfe154237496eceedd338d5982b] + +Please, ignore the previous message; it was for the libreoffice-3-3-0 branch + +This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases. +Only safe changes, reviewed by anoter person are allowed. + +If you want to build something cool, unstable, and risky, use master. + +2011-01-11 Petr Mladek <[email protected]> [d36f5922c12c793b156396d68daffb55feb3b182] + +Branch libreoffice-3-3-0 + +This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. +Only very safe changes, reviewed by three people are allowed. + +If you want to commit more complicated fix for the next 3.3.x release, +please use the 'libreoffice-3-3' branch. + +If you want to build something cool, unstable, and risky, use master. + 2011-01-10 Petr Mladek <[email protected]> [e2e31176c1aeba85f9a5ee4cc5a925d408f74cbc] Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_de.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_de.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_de.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_de.properties 2011-02-14 15:41:53.000000000 +0100 @@ -16,6 +16,6 @@ NLPSolverCommon.Properties.DEFactor=DE: Skalierungsfaktor (0-1,2) NLPSolverCommon.Properties.DECR=DE: Crossover-Wahrscheinlichkeit (0-1) NLPSolverCommon.Properties.PSC1=PS: Kognitivit\u00E4tskonstante -NLPSolverCommon.Properties.PSC2=PS: Social Constant +NLPSolverCommon.Properties.PSC2=PS: Sozialkonstante NLPSolverCommon.Properties.PSWeight=PS: Konstriktionskoeffizient NLPSolverCommon.Properties.PSCL=PS: Mutationswahrscheinlichkeit (0-0,005) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_fa.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_fa.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_fa.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_fa.properties 2011-02-14 15:41:53.000000000 +0100 @@ -1,7 +1,7 @@ #BaseNLPSolver NLPSolverCommon.Properties.AssumeNonNegative=\u0641\u0631\u0636 \u06A9\u0631\u062F\u0646 \u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0646\u0627\u0645\u0646\u0641\u06CC #BaseEvolutionarySolver -NLPSolverCommon.Properties.SwarmSize=Size of Swarm +NLPSolverCommon.Properties.SwarmSize=\u0627\u0646\u062F\u0627\u0632\u0647 \u062F\u0633\u062A\u0647 NLPSolverCommon.Properties.LibrarySize=\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u062A\u0627\u0628\u200C\u062E\u0627\u0646\u0647 NLPSolverCommon.Properties.LearningCycles=\u0686\u0631\u062E\u0647\u200C\u0647\u0627\u06CC \u06CC\u0627\u062F\u200C\u06AF\u06CC\u0631\u06CC NLPSolverCommon.Properties.GuessVariableRange=\u062D\u062F\u0633 \u0632\u062F\u0646 \u06A9\u0631\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u062A\u063A\u06CC\u0631 @@ -12,10 +12,10 @@ NLPSolverCommon.Properties.Tolerance=\u062A\u062D\u0645\u0644 \u0627\u06CC\u0633\u062A\u0627\u06CC\u06CC NLPSolverCommon.Properties.EnhancedSolverStatus=\u0646\u0645\u0627\u06CC\u0634 \u0648\u0636\u0639\u06CC\u062A \u062D\u0644\u200C\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647\u0628\u0648\u062F\u200C\u06CC\u0627\u0641\u062A\u0647 #DEPS -NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability) +NLPSolverCommon.Properties.AgentSwitchRate=\u0646\u0631\u062E \u062A\u0639\u0648\u06CC\u0636 \u0639\u0627\u0645\u0644 (\u0627\u062D\u062A\u0645\u0627\u0644 DE) NLPSolverCommon.Properties.DEFactor=DE: \u0636\u0631\u06CC\u0628 \u0645\u0642\u06CC\u0627\u0633 (0-1.2) -NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1) -NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant -NLPSolverCommon.Properties.PSC2=PS: Social Constant -NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient -NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005) +NLPSolverCommon.Properties.DECR=DE: \u0627\u062D\u062A\u0645\u0627\u0644 \u062A\u0642\u0627\u0637\u0639 (0-1) +NLPSolverCommon.Properties.PSC1=PS: \u062B\u0627\u0628\u062A \u0634\u0646\u0627\u062E\u062A +NLPSolverCommon.Properties.PSC2=PS: \u062B\u0627\u0628\u062A \u0627\u062C\u062A\u0645\u0627\u0639\u06CC +NLPSolverCommon.Properties.PSWeight=PS: \u0636\u0631\u06CC\u0628 \u0627\u0646\u0642\u0628\u0627\u0636 +NLPSolverCommon.Properties.PSCL=PS: \u0627\u062D\u062A\u0645\u0627\u0644 \u062F\u06AF\u0631\u06AF\u0648\u0646\u06CC (0-0.005) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_fr.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_fr.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_fr.properties 2010-12-20 16:18:45.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_fr.properties 2011-02-14 15:41:53.000000000 +0100 @@ -10,11 +10,11 @@ NLPSolverCommon.Properties.UseRandomStartingPoint=Utiliser un point de d\u00E9part al\u00E9atoire NLPSolverCommon.Properties.StagnationLimit=Limite de stagnation NLPSolverCommon.Properties.Tolerance=Tol\u00E9rance de stagnation -NLPSolverCommon.Properties.EnhancedSolverStatus=Afficher l'\u00E9tat am\u00E9lior\u00E9 du solveur +NLPSolverCommon.Properties.EnhancedSolverStatus=Afficher les statuts \u00E9tendus du solveur #DEPS NLPSolverCommon.Properties.AgentSwitchRate=Taux de changement de l'agent (probabilit\u00E9 DE) NLPSolverCommon.Properties.DEFactor=DE : facteur d'\u00E9chelle (0-1,2) -NLPSolverCommon.Properties.DECR=DE: probabilit\u00E9 de crossover (0-1) +NLPSolverCommon.Properties.DECR=DE: probabilit\u00E9 de croisement (0-1) NLPSolverCommon.Properties.PSC1=PS : constante cognitive NLPSolverCommon.Properties.PSC2=PS : constante sociale NLPSolverCommon.Properties.PSWeight=PS : coefficient de r\u00E9duction diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_ru.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_ru.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_ru.properties 1970-01-01 01:00:00.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_ru.properties 2011-02-14 15:41:53.000000000 +0100 @@ -0,0 +1,21 @@ +#BaseNLPSolver +NLPSolverCommon.Properties.AssumeNonNegative=\u041F\u0440\u0438\u043D\u044F\u0442\u044C \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u043A\u0430\u043A \u043D\u0435\u043E\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 +#BaseEvolutionarySolver +NLPSolverCommon.Properties.SwarmSize=\u0420\u0430\u0437\u043C\u0435\u0440 \u0440\u043E\u044F +NLPSolverCommon.Properties.LibrarySize=\u0420\u0430\u0437\u043C\u0435\u0440 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438 +NLPSolverCommon.Properties.LearningCycles=\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0439 +NLPSolverCommon.Properties.GuessVariableRange=\u041E\u0446\u0435\u043D\u043A\u0430 \u0433\u0440\u0430\u043D\u0438\u0446 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 +NLPSolverCommon.Properties.VariableRangeThreshold=\u041F\u043E\u0440\u043E\u0433 \u0433\u0440\u0430\u043D\u0438\u0446 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 (\u043F\u0440\u0438 \u043E\u0446\u0435\u043D\u043A\u0435) +NLPSolverCommon.Properties.UseACRComparator=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0440\u0430\u0432\u043D\u0435\u043D\u0438\u0435 ACR (\u0432\u043C\u0435\u0441\u0442\u043E BCH) +NLPSolverCommon.Properties.UseRandomStartingPoint=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u0443\u044E \u043E\u0442\u043F\u0440\u0430\u0432\u043D\u0443\u044E \u0442\u043E\u0447\u043A\u0443 +NLPSolverCommon.Properties.StagnationLimit=\u041F\u0440\u0435\u0434\u0435\u043B \u0441\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 +NLPSolverCommon.Properties.Tolerance=\u0414\u043E\u043F\u0443\u0441\u043A \u0441\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 +NLPSolverCommon.Properties.EnhancedSolverStatus=\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0435 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435 +#DEPS +NLPSolverCommon.Properties.AgentSwitchRate=\u0423\u0440\u043E\u0432\u0435\u043D\u044C \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0430\u0433\u0435\u043D\u0442\u0430 (DE \u0432\u0435\u0440\u043E\u044F\u0442\u043D\u043E\u0441\u0442\u044C) +NLPSolverCommon.Properties.DEFactor=DE: \u041A\u043E\u044D\u0444\u0444\u0438\u0446\u0438\u0435\u043D\u0442 \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F (0-1.2) +NLPSolverCommon.Properties.DECR=DE: \u0412\u0435\u0440\u043E\u044F\u0442\u043D\u043E\u0441\u0442\u044C \u043F\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043D\u0438\u044F (0-1) +NLPSolverCommon.Properties.PSC1=PS: \u041A\u043E\u043D\u0433\u0438\u0442\u0438\u0432\u043D\u0430\u044F \u043A\u043E\u043D\u0441\u0442\u0430\u043D\u0442\u0430 +NLPSolverCommon.Properties.PSC2=PS: \u0421\u043E\u0446\u0438\u0430\u043B\u044C\u043D\u0430\u044F \u043A\u043E\u043D\u0441\u0442\u0430\u043D\u0442\u0430 +NLPSolverCommon.Properties.PSWeight=PS: \u041A\u043E\u044D\u0444\u0444\u0438\u0446\u0438\u0435\u043D\u0442 \u0441\u0436\u0430\u0442\u0438\u044F +NLPSolverCommon.Properties.PSCL=PS: \u0412\u0435\u0440\u043E\u044F\u0442\u043D\u043E\u0441\u0442\u044C \u043C\u0443\u0442\u0430\u0446\u0438\u0438 (0-0.005) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_zh_TW.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_zh_TW.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverCommon_zh_TW.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverCommon_zh_TW.properties 2011-02-14 15:41:53.000000000 +0100 @@ -6,7 +6,7 @@ NLPSolverCommon.Properties.LearningCycles=\u5B78\u7FD2\u9031\u671F NLPSolverCommon.Properties.GuessVariableRange=\u8B8A\u6578\u7BC4\u570D\u731C\u6E2C NLPSolverCommon.Properties.VariableRangeThreshold=\u8B8A\u6578\u7BC4\u570D\u95BE\u503C (\u731C\u6E2C\u6642) -NLPSolverCommon.Properties.UseACRComparator=\u4F7F\u7528ACR\u6BD4\u8F03\u5B50 (\u66FF\u4EE3BCH) +NLPSolverCommon.Properties.UseACRComparator=\u4F7F\u7528 ACR \u6BD4\u8F03\u5B50 (\u66FF\u4EE3BCH) NLPSolverCommon.Properties.UseRandomStartingPoint=\u4F7F\u7528\u96A8\u6A5F\u8D77\u9EDE NLPSolverCommon.Properties.StagnationLimit=\u505C\u6EEF\u9650\u5236 NLPSolverCommon.Properties.Tolerance=\u505C\u6EEF\u5BB9\u9650 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_ast.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_ast.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_ast.properties 2010-12-20 16:18:45.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_ast.properties 2011-02-14 15:41:53.000000000 +0100 @@ -4,12 +4,12 @@ NLPSolverStatusDialog.Controls.lblSolution=Soluci\u00F3n actual: NLPSolverStatusDialog.Controls.lblIteration=Iteraci\u00F3n: NLPSolverStatusDialog.Controls.lblStagnation=Estancamientu: -NLPSolverStatusDialog.Controls.lblRuntime=Tiempu d'execuci\u00F3n +NLPSolverStatusDialog.Controls.lblRuntime=Tiempu d'execuci\u00F3n: NLPSolverStatusDialog.Controls.btnStop=Aparar NLPSolverStatusDialog.Controls.btnOK=Aceutar NLPSolverStatusDialog.Controls.btnContinue=Siguir #Messages -NLPSolverStatusDialog.Message.StopIteration=S'alcanzaron les iteraciones m\u00E1ximes +NLPSolverStatusDialog.Message.StopIteration=S'alcanzaron les repeticiones m\u00E1ximes. NLPSolverStatusDialog.Message.StopStagnation=Procesu par\u00E1u por estancamientu. NLPSolverStatusDialog.Message.StopUser=Procesu par\u00E1u por aciu d'interrupci\u00F3n del usuariu. NLPSolverStatusDialog.Message.CurrentIteration=Procesu par\u00E1u na iteraci\u00F3n %d de %d. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_de.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_de.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_de.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_de.properties 2011-02-14 15:41:53.000000000 +0100 @@ -2,14 +2,14 @@ NLPSolverStatusDialog.Dialog.Caption=Solverstatus #Controls NLPSolverStatusDialog.Controls.lblSolution=Aktuelle L\u00F6sung: -NLPSolverStatusDialog.Controls.lblIteration=Iteration: +NLPSolverStatusDialog.Controls.lblIteration=Wiederholungen: NLPSolverStatusDialog.Controls.lblStagnation=Stagnation: NLPSolverStatusDialog.Controls.lblRuntime=Laufzeit: -NLPSolverStatusDialog.Controls.btnStop=Halt +NLPSolverStatusDialog.Controls.btnStop=Unterbechen NLPSolverStatusDialog.Controls.btnOK=OK -NLPSolverStatusDialog.Controls.btnContinue=Fortfahren +NLPSolverStatusDialog.Controls.btnContinue=Fortsetzen #Messages -NLPSolverStatusDialog.Message.StopIteration=Maximale Iteration erreicht. +NLPSolverStatusDialog.Message.StopIteration=Maximale Anzahl Iterationen erreicht. NLPSolverStatusDialog.Message.StopStagnation=Prozess durch Stagnation beendet. NLPSolverStatusDialog.Message.StopUser=Prozess durch Benutzer unterbrochen. NLPSolverStatusDialog.Message.CurrentIteration=Prozess bei Iteration %d von %d angehalten. @@ -19,8 +19,8 @@ NLPSolverStatusDialog.Time.Milliseconds=Millisekunden NLPSolverStatusDialog.Time.Second=Sekunde NLPSolverStatusDialog.Time.Seconds=Sekunden -NLPSolverStatusDialog.Time.Minute=Minuten -NLPSolverStatusDialog.Time.Minutes=Minutes +NLPSolverStatusDialog.Time.Minute=Minute +NLPSolverStatusDialog.Time.Minutes=Minuten NLPSolverStatusDialog.Time.Hour=Stunde NLPSolverStatusDialog.Time.Hours=Stunden NLPSolverStatusDialog.Time.Day=Tag diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_en_GB.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_en_GB.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_en_GB.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_en_GB.properties 2011-02-14 15:41:53.000000000 +0100 @@ -4,7 +4,7 @@ NLPSolverStatusDialog.Controls.lblSolution=Current Solution: NLPSolverStatusDialog.Controls.lblIteration=Iteration: NLPSolverStatusDialog.Controls.lblStagnation=Stagnation: -NLPSolverStatusDialog.Controls.lblRuntime=Runtime: +NLPSolverStatusDialog.Controls.lblRuntime=Run-time: NLPSolverStatusDialog.Controls.btnStop=Stop NLPSolverStatusDialog.Controls.btnOK=OK NLPSolverStatusDialog.Controls.btnContinue=Continue diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_fa.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_fa.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_fa.properties 2011-01-08 20:27:26.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_fa.properties 2011-02-14 15:41:53.000000000 +0100 @@ -1,27 +1,27 @@ #Dialog -NLPSolverStatusDialog.Dialog.Caption=Solver Status +NLPSolverStatusDialog.Dialog.Caption=\u0648\u0636\u0639\u06CC\u062A \u062D\u0644\u200C\u06A9\u0646\u0646\u062F\u0647 #Controls -NLPSolverStatusDialog.Controls.lblSolution=Current Solution: -NLPSolverStatusDialog.Controls.lblIteration=Iteration: -NLPSolverStatusDialog.Controls.lblStagnation=Stagnation: -NLPSolverStatusDialog.Controls.lblRuntime=Runtime: -NLPSolverStatusDialog.Controls.btnStop=Stop -NLPSolverStatusDialog.Controls.btnOK=OK -NLPSolverStatusDialog.Controls.btnContinue=Continue +NLPSolverStatusDialog.Controls.lblSolution=\u0631\u0627\u0647 \u062D\u0644 \u06A9\u0646\u0648\u0646\u06CC: +NLPSolverStatusDialog.Controls.lblIteration=\u062A\u06A9\u0631\u0627\u0631: +NLPSolverStatusDialog.Controls.lblStagnation=\u0631\u06A9\u0648\u062F: +NLPSolverStatusDialog.Controls.lblRuntime=\u0632\u0645\u0627\u0646 \u0627\u062C\u0631\u0627: +NLPSolverStatusDialog.Controls.btnStop=\u062A\u0648\u0642\u0641 +NLPSolverStatusDialog.Controls.btnOK=\u062A\u0623\u06CC\u06CC\u062F +NLPSolverStatusDialog.Controls.btnContinue=\u0627\u062F\u0627\u0645\u0647 #Messages -NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached. -NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation. -NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption. -NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d. +NLPSolverStatusDialog.Message.StopIteration=\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u06A9\u0631\u0627\u0631\u0647\u0627 \u062D\u0627\u0635\u0644 \u0634\u062F\u0647 \u0627\u0633\u062A. +NLPSolverStatusDialog.Message.StopStagnation=\u067E\u0631\u062F\u0627\u0632\u0634 \u0628\u0647\u200C\u0639\u0644\u062A \u0631\u06A9\u0648\u062F \u0645\u062A\u0648\u0642\u0641 \u0634\u062F. +NLPSolverStatusDialog.Message.StopUser=\u067E\u0631\u062F\u0627\u0632\u0634 \u0628\u0647\u200C\u0639\u0644\u062A \u0642\u0637\u0639 \u062A\u0648\u0633\u0637 \u06A9\u0627\u0631\u0628\u0631 \u0645\u062A\u0648\u0642\u0641 \u0634\u062F. +NLPSolverStatusDialog.Message.CurrentIteration=\u067E\u0631\u062F\u0627\u0632\u0634 \u062F\u0631 \u062A\u06A9\u0631\u0627\u0631 %d \u0627\u0632 %d \u0645\u062A\u0648\u0642\u0641 \u0634\u062F. #Time formatting -NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds -NLPSolverStatusDialog.Time.Microseconds=Microseconds -NLPSolverStatusDialog.Time.Milliseconds=Milliseconds -NLPSolverStatusDialog.Time.Second=Second -NLPSolverStatusDialog.Time.Seconds=Seconds -NLPSolverStatusDialog.Time.Minute=Minute -NLPSolverStatusDialog.Time.Minutes=Minutes -NLPSolverStatusDialog.Time.Hour=Hour -NLPSolverStatusDialog.Time.Hours=Hours -NLPSolverStatusDialog.Time.Day=Day -NLPSolverStatusDialog.Time.Days=Days +NLPSolverStatusDialog.Time.Nanoseconds=\u0646\u0627\u0646\u0648\u062B\u0627\u0646\u06CC\u0647 +NLPSolverStatusDialog.Time.Microseconds=\u0645\u06CC\u06A9\u0631\u0648\u062B\u0627\u0646\u06CC\u0647 +NLPSolverStatusDialog.Time.Milliseconds=\u0645\u06CC\u0644\u06CC\u200C\u200E\u062B\u0627\u0646\u06CC\u0647 +NLPSolverStatusDialog.Time.Second=\u062B\u0627\u0646\u06CC\u0647 +NLPSolverStatusDialog.Time.Seconds=\u062B\u0627\u0646\u06CC\u0647\u200C\u0647\u0627 +NLPSolverStatusDialog.Time.Minute=\u062F\u0642\u06CC\u0642\u0647 +NLPSolverStatusDialog.Time.Minutes=\u062F\u0642\u0627\u06CC\u0642 +NLPSolverStatusDialog.Time.Hour=\u0633\u0627\u0639\u062A +NLPSolverStatusDialog.Time.Hours=\u0633\u0627\u0639\u062A\u200C\u0647\u0627 +NLPSolverStatusDialog.Time.Day=\u0631\u0648\u0632 +NLPSolverStatusDialog.Time.Days=\u0631\u0648\u0632\u200C\u0647\u0627 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_is.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_is.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_is.properties 1970-01-01 01:00:00.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_is.properties 2011-02-14 15:41:53.000000000 +0100 @@ -0,0 +1,27 @@ +#Dialog +NLPSolverStatusDialog.Dialog.Caption=Solver Status +#Controls +NLPSolverStatusDialog.Controls.lblSolution=Current Solution: +NLPSolverStatusDialog.Controls.lblIteration=\u00CDtrun: +NLPSolverStatusDialog.Controls.lblStagnation=Stagnation: +NLPSolverStatusDialog.Controls.lblRuntime=Runtime: +NLPSolverStatusDialog.Controls.btnStop=St\u00F6\u00F0va +NLPSolverStatusDialog.Controls.btnOK=\u00CD lagi +NLPSolverStatusDialog.Controls.btnContinue=Halda \u00E1fram +#Messages +NLPSolverStatusDialog.Message.StopIteration=Mesta fj\u00F6lda \u00EDtrana er n\u00E1\u00F0. +NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation. +NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption. +NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d. +#Time formatting +NLPSolverStatusDialog.Time.Nanoseconds=Nan\u00F3sek\u00FAndur +NLPSolverStatusDialog.Time.Microseconds=M\u00EDkr\u00F3sek\u00FAndur +NLPSolverStatusDialog.Time.Milliseconds=Mill\u00EDsek\u00FAndur +NLPSolverStatusDialog.Time.Second=Sek\u00FAnda +NLPSolverStatusDialog.Time.Seconds=Sek\u00FAndur +NLPSolverStatusDialog.Time.Minute=M\u00EDn\u00FAta +NLPSolverStatusDialog.Time.Minutes=M\u00EDn\u00FAtur +NLPSolverStatusDialog.Time.Hour=Klukkustund +NLPSolverStatusDialog.Time.Hours=Klukkustundir +NLPSolverStatusDialog.Time.Day=Dagur +NLPSolverStatusDialog.Time.Days=Days diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_ru.properties new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_ru.properties --- old/libreoffice-extensions-3.3.0.3/nlpsolver/locale/NLPSolverStatusDialog_ru.properties 1970-01-01 01:00:00.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/nlpsolver/locale/NLPSolverStatusDialog_ru.properties 2011-02-14 15:41:53.000000000 +0100 @@ -0,0 +1,27 @@ +#Dialog +NLPSolverStatusDialog.Dialog.Caption=\u0421\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435 +#Controls +NLPSolverStatusDialog.Controls.lblSolution=\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0435\u0448\u0435\u043D\u0438\u0435: +NLPSolverStatusDialog.Controls.lblIteration=\u0418\u0442\u0435\u0440\u0430\u0446\u0438\u044F: +NLPSolverStatusDialog.Controls.lblStagnation=\u0421\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u044C: +NLPSolverStatusDialog.Controls.lblRuntime=\u0412\u0440\u0435\u043C\u044F \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F: +NLPSolverStatusDialog.Controls.btnStop=\u041E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C +NLPSolverStatusDialog.Controls.btnOK=OK +NLPSolverStatusDialog.Controls.btnContinue=\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C +#Messages +NLPSolverStatusDialog.Message.StopIteration=\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0439. +NLPSolverStatusDialog.Message.StopStagnation=\u041F\u0440\u043E\u0446\u0435\u0441\u0441 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u0438\u0437-\u0437\u0430 \u043F\u043B\u043E\u0445\u043E\u0439 \u0441\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438. +NLPSolverStatusDialog.Message.StopUser=\u041F\u0440\u043E\u0446\u0435\u0441\u0441 \u043F\u0440\u0435\u0440\u0432\u0430\u043D \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C. +NLPSolverStatusDialog.Message.CurrentIteration=\u041F\u0440\u043E\u0446\u0435\u0441\u0441 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438 %d \u0438\u0437 %d. +#Time formatting +NLPSolverStatusDialog.Time.Nanoseconds=\u041D\u0430\u043D\u043E\u0441\u0435\u043A\u0443\u043D\u0434\u044B +NLPSolverStatusDialog.Time.Microseconds=\u041C\u0438\u043A\u0440\u043E\u0441\u0435\u043A\u0443\u043D\u0434\u044B +NLPSolverStatusDialog.Time.Milliseconds=\u041C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u044B +NLPSolverStatusDialog.Time.Second=\u0421\u0435\u043A\u0443\u043D\u0434\u0430 +NLPSolverStatusDialog.Time.Seconds=\u0421\u0435\u043A\u0443\u043D\u0434\u044B +NLPSolverStatusDialog.Time.Minute=\u041C\u0438\u043D\u0443\u0442\u0430 +NLPSolverStatusDialog.Time.Minutes=\u041C\u0438\u043D\u0443\u0442\u044B +NLPSolverStatusDialog.Time.Hour=\u0427\u0430\u0441 +NLPSolverStatusDialog.Time.Hours=\u0427\u0430\u0441\u044B +NLPSolverStatusDialog.Time.Day=\u0414\u0435\u043D\u044C +NLPSolverStatusDialog.Time.Days=\u0414\u043D\u0438 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-extensions-3.3.0.3/sdext/source/presenter/makefile.mk new/libreoffice-extensions-3.3.1.2/sdext/source/presenter/makefile.mk --- old/libreoffice-extensions-3.3.0.3/sdext/source/presenter/makefile.mk 2010-12-14 18:34:51.000000000 +0100 +++ new/libreoffice-extensions-3.3.1.2/sdext/source/presenter/makefile.mk 2011-01-14 21:24:00.000000000 +0100 @@ -372,7 +372,7 @@ $(DESCRIPTION) $(PHONYDESC) : $$(@:f) @-$(MKDIRHIER) $(@:d) @echo LAST_WITH_LANG=$(WITH_LANG) > $(ZIP1DIR)_lang_track.mk - $(TYPE) description.tmp | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@ + $(TYPE) description.xml | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@ .ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
