commit kmplot for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-11-10 13:42:55

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.11331 (New)


Package is "kmplot"

Tue Nov 10 13:42:55 2020 rev:123 rq:846716 version:20.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-10-13 
15:38:50.189221167 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.11331/kmplot.changes 2020-11-10 
13:50:01.543238722 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:46:48 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+---

Old:

  kmplot-20.08.2.tar.xz
  kmplot-20.08.2.tar.xz.sig

New:

  kmplot-20.08.3.tar.xz
  kmplot-20.08.3.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.hSjEz4/_old  2020-11-10 13:50:02.131237611 +0100
+++ /var/tmp/diff_new_pack.hSjEz4/_new  2020-11-10 13:50:02.135237604 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.08.2
+Version:20.08.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.08.2.tar.xz -> kmplot-20.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.2/po/zh_CN/kmplot.po 
new/kmplot-20.08.3/po/zh_CN/kmplot.po
--- old/kmplot-20.08.2/po/zh_CN/kmplot.po   2020-10-08 19:13:09.0 
+0200
+++ new/kmplot-20.08.3/po/zh_CN/kmplot.po   2020-11-03 01:33:32.0 
+0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:37+0200\n"
-"PO-Revision-Date: 2020-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmplot for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-10-13 15:37:22

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.3486 (New)


Package is "kmplot"

Tue Oct 13 15:37:22 2020 rev:122 rq:840655 version:20.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-09-10 
22:52:41.892188764 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.3486/kmplot.changes  2020-10-13 
15:38:50.189221167 +0200
@@ -1,0 +2,11 @@
+Fri Oct  9 05:44:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- Changes since 20.08.1:
+  * Add kdoctools_install call previously added by release tools
+  * Improve i18n tooling
+
+---

Old:

  kmplot-20.08.1.tar.xz
  kmplot-20.08.1.tar.xz.sig

New:

  kmplot-20.08.2.tar.xz
  kmplot-20.08.2.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.7CIFNJ/_old  2020-10-13 15:38:50.997221738 +0200
+++ /var/tmp/diff_new_pack.7CIFNJ/_new  2020-10-13 15:38:51.001221740 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.08.1
+Version:20.08.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.08.1.tar.xz -> kmplot-20.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.1/CMakeLists.txt 
new/kmplot-20.08.2/CMakeLists.txt
--- old/kmplot-20.08.1/CMakeLists.txt   2020-09-01 08:15:53.0 +0200
+++ new/kmplot-20.08.2/CMakeLists.txt   2020-10-08 16:30:24.0 +0200
@@ -37,9 +37,9 @@
 add_subdirectory( kmplot )
 add_subdirectory( icons )
 
-install(FILES org.kde.kmplot.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
-feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
 if (KF5DocTools_FOUND)
- kdoctools_install(po)
+kdoctools_install(po)
 endif()
+install(FILES org.kde.kmplot.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.1/kmplot/org.kde.kmplot.desktop 
new/kmplot-20.08.2/kmplot/org.kde.kmplot.desktop
--- old/kmplot-20.08.1/kmplot/org.kde.kmplot.desktop2020-07-23 
08:05:42.0 +0200
+++ new/kmplot-20.08.2/kmplot/org.kde.kmplot.desktop2020-10-08 
16:30:24.0 +0200
@@ -57,6 +57,7 @@
 Comment[pl]=Program rysujący wykresy funkcji
 Comment[pt]=Desenho de funções
 Comment[pt_BR]=Visualizador de funções
+Comment[ro]=Trasor de funcții
 Comment[ru]=Построение графиков функций
 Comment[se]=Funkšuvdnasárgojeaddji
 Comment[sk]=Kreslenie funkcií
@@ -193,6 +194,7 @@
 GenericName[pl]=Program rysujący funkcje matematyczne
 GenericName[pt]=Desenho de Funções Matemáticas
 GenericName[pt_BR]=Desenho de funções matemáticas
+GenericName[ro]=Trasează funcții matematice
 GenericName[ru]=Программа построения графиков
 GenericName[sk]=Kreslenie matematických funkcií
 GenericName[sl]=Izrisovalnik matematičnih funkcij
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.1/po/el/kmplot.po 
new/kmplot-20.08.2/po/el/kmplot.po
--- old/kmplot-20.08.1/po/el/kmplot.po  2020-09-01 08:15:48.0 +0200
+++ new/kmplot-20.08.2/po/el/kmplot.po  2020-10-08 19:13:08.0 +0200
@@ -6,20 +6,20 @@
 # Spiros Georgaras , 2005, 2006, 2007.
 # Toussis Manolis , 2007.
 # Dimitris Kardarakos , 2012.
-# Stelios , 2017.
+# Stelios , 2017, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:37+0200\n"
-"PO-Revision-Date: 2017-09-16 13:21+0200\n"
+"PO-Revision-Date: 2020-09-16 10:17+0300\n"
 "Last-Translator: Stelios \n"
 "Language-Team: Greek \n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -3050,7 +3050,7 @@
 #, kde-format
 msgctxt "'E' is the distance between ticks on the axis"
 msgid "1E = "
-msgstr ""
+msgstr "1E = "
 
 #: view.cpp:2395
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.1/

commit kmplot for openSUSE:Factory

2020-09-10 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-09-10 22:52:01

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.4249 (New)


Package is "kmplot"

Thu Sep 10 22:52:01 2020 rev:121 rq:831821 version:20.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-08-18 
13:59:50.602231242 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.4249/kmplot.changes  2020-09-10 
22:52:41.892188764 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 20:50:20 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-09-apps-update
+- No code change since 20.08.0
+
+---

Old:

  kmplot-20.08.0.tar.xz
  kmplot-20.08.0.tar.xz.sig

New:

  kmplot-20.08.1.tar.xz
  kmplot-20.08.1.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.XFH8ER/_old  2020-09-10 22:52:43.140190591 +0200
+++ /var/tmp/diff_new_pack.XFH8ER/_new  2020-09-10 22:52:43.144190596 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.08.0
+Version:20.08.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.08.0.tar.xz -> kmplot-20.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.08.0/po/ca@valencia/kmplot.po 
new/kmplot-20.08.1/po/ca@valencia/kmplot.po
--- old/kmplot-20.08.0/po/ca@valencia/kmplot.po 2020-08-07 08:55:51.0 
+0200
+++ new/kmplot-20.08.1/po/ca@valencia/kmplot.po 2020-09-01 08:15:48.0 
+0200
@@ -26,7 +26,8 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol 
Gonzàlez"
+msgstr ""
+"Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol Gonzàlez"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -129,8 +130,8 @@
 "Click here to delete the selected constant; it can only be removed if it is "
 "not currently used by a plot."
 msgstr ""
-"Feu clic ací per a suprimir la constant seleccionada. Només pot ser eliminada 
"
-"si no l'usa cap gràfic."
+"Feu clic ací per a suprimir la constant seleccionada. Només pot ser "
+"eliminada si no l'usa cap gràfic."
 
 #. i18n: ectx: property (text), widget (QPushButton, cmdDelete)
 #. i18n: ectx: property (text), widget (QPushButton, deleteButton)
@@ -673,8 +674,8 @@
 "Enter the initial x-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 o 
"
-"pi/2"
+"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 "
+"o pi/2"
 
 #. i18n: ectx: property (toolTip), widget (EquationEdit, txtInitY)
 #: functioneditorwidget.ui:328
@@ -689,8 +690,8 @@
 "Enter the initial y-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 o 
"
-"pi/2"
+"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 "
+"o pi/2"
 
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_8)
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_10)
@@ -1546,8 +1547,8 @@
 #: kparametereditor.cpp:276
 #, kde-format
 msgid ""
-"Line %1 is not a valid parameter value and will therefore not be included. Do 
"
-"you want to continue?"
+"Line %1 is not a valid parameter value and will therefore not be included. "
+"Do you want to continue?"
 msgstr ""
 "La línia %1 no és un valor de paràmetre vàlid i per tant no serà afegit. "
 "Voleu continuar?"
@@ -2350,8 +2351,8 @@
 #: qparametereditor.ui:120
 #, kde-format
 msgid ""
-"Import values from a textfile. Every line in the file is parsed as a value or 
"
-"expression."
+"Import values from a textfile. Every line in the file is parsed as a value "
+"or expression."
 msgstr ""
 "Importa els valors d'un fitxer de text. Cada línia del fitxer s'interpreta "
 "com a un valor o expressió."
@@ -2375,8 +2376,8 @@
 "Export values to a textfile. Every value in the parameter list will be "
 "written to one line in the file."
 msgstr ""
-"Exporta els valors a un fitxer de text. Cada valor de la llista de paràmetres 
"
-"s'escriurà en una línia del fitxer."
+"Exporta els valors a un fitxer de text. Cada valor de la llista de "
+"paràmetres s'escriurà en una línia del fitxer."
 
 #. i18n: ectx: property (text), widget (QPushButton, cmdExport)
 

commit kmplot for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-08-18 13:58:46

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.3399 (New)


Package is "kmplot"

Tue Aug 18 13:58:46 2020 rev:120 rq:826448 version:20.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-07-15 
11:53:48.067412908 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.3399/kmplot.changes  2020-08-18 
13:59:50.602231242 +0200
@@ -1,0 +2,25 @@
+Sun Aug  9 09:09:38 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+---
+Sun Aug  2 07:59:59 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+---
+Sun Jul 19 10:05:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.80
+  * New feature release
+- Changes since 20.04.3:
+  * Add README.md
+  * Make the axis units in the header table translatable
+
+---

Old:

  kmplot-20.04.3.tar.xz
  kmplot-20.04.3.tar.xz.sig

New:

  kmplot-20.08.0.tar.xz
  kmplot-20.08.0.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.NTyKAh/_old  2020-08-18 13:59:52.702232102 +0200
+++ /var/tmp/diff_new_pack.NTyKAh/_new  2020-08-18 13:59:52.706232105 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.04.3
+Version:20.08.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
@@ -60,15 +60,15 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-%cmake_kf5 -d build
-%cmake_build
+  %cmake_kf5 -d build
+  %cmake_build
 
 %install
-%kf5_makeinstall -C build
-%if %{with lang}
+  %kf5_makeinstall -C build
+  %if %{with lang}
   %find_lang %{name} --with-man --all-name
   %{kf5_find_htmldocs}
-%endif
+  %endif
 
 %files
 %license COPYING*


++ kmplot-20.04.3.tar.xz -> kmplot-20.08.0.tar.xz ++
 2932 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-07-15 11:51:22

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.3060 (New)


Package is "kmplot"

Wed Jul 15 11:51:22 2020 rev:119 rq:820228 version:20.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-06-14 
18:29:00.849329370 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.3060/kmplot.changes  2020-07-15 
11:53:48.067412908 +0200
@@ -1,0 +2,9 @@
+Thu Jul  9 20:09:58 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- No code change since 20.04.2
+
+---

Old:

  kmplot-20.04.2.tar.xz
  kmplot-20.04.2.tar.xz.sig

New:

  kmplot-20.04.3.tar.xz
  kmplot-20.04.3.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.vEvqQ6/_old  2020-07-15 11:53:49.227414188 +0200
+++ /var/tmp/diff_new_pack.vEvqQ6/_new  2020-07-15 11:53:49.231414192 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.04.2
+Version:20.04.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.04.2.tar.xz -> kmplot-20.04.3.tar.xz ++
 2857 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-06-14 18:28:26

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.3606 (New)


Package is "kmplot"

Sun Jun 14 18:28:26 2020 rev:118 rq:813688 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-05-23 
17:24:39.547046950 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.3606/kmplot.changes  2020-06-14 
18:29:00.849329370 +0200
@@ -1,0 +2,10 @@
+Tue Jun  9 12:15:22 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- Changes since 20.04.1:
+  * Get rid of pixelation on HiDPI displays (kde#419527)
+
+---

Old:

  kmplot-20.04.1.tar.xz
  kmplot-20.04.1.tar.xz.sig

New:

  kmplot-20.04.2.tar.xz
  kmplot-20.04.2.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.5IpNsh/_old  2020-06-14 18:29:02.017333139 +0200
+++ /var/tmp/diff_new_pack.5IpNsh/_new  2020-06-14 18:29:02.021333152 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.04.1.tar.xz -> kmplot-20.04.2.tar.xz ++
 3974 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2020-05-23 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-05-23 17:24:09

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.2738 (New)


Package is "kmplot"

Sat May 23 17:24:09 2020 rev:117 rq:806537 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-04-29 
20:50:03.836679234 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2738/kmplot.changes  2020-05-23 
17:24:39.547046950 +0200
@@ -1,0 +2,10 @@
+Fri May 15 15:41:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- Changes since 20.04.0:
+  * Fix crash caused by disabled graph switching code in trace mode
+
+---
@@ -15,2 +24,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -24,2 +31,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -41 +47 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -55 +61 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  kmplot-20.04.0.tar.xz
  kmplot-20.04.0.tar.xz.sig

New:

  kmplot-20.04.1.tar.xz
  kmplot-20.04.1.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.IiwJPM/_old  2020-05-23 17:24:40.167048291 +0200
+++ /var/tmp/diff_new_pack.IiwJPM/_new  2020-05-23 17:24:40.171048300 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-20.04.0.tar.xz -> kmplot-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.04.0/kmplot/view.cpp 
new/kmplot-20.04.1/kmplot/view.cpp
--- old/kmplot-20.04.0/kmplot/view.cpp  2020-01-21 13:56:25.0 +0100
+++ new/kmplot-20.04.1/kmplot/view.cpp  2020-05-09 09:37:09.0 +0200
@@ -3871,6 +3871,8 @@
setStatusBar( (*it)->prettyName( m_currentPlot.plotMode ), 
FunctionSection );
 
event = new QMouseEvent( QEvent::MouseMove, 
m_crosshairPixelCoords.toPoint(), Qt::LeftButton, Qt::LeftButton, 0 );
+#else
+   return;
 #endif
}
else if ( e->key() == Qt::Key_Space  )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-20.04.0/org.kde.kmplot.appdata.xml 
new/kmplot-20.04.1/org.kde.kmplot.appdata.xml
--- old/kmplot-20.04.0/org.kde.kmplot.appdata.xml   2020-01-21 
13:56:25.0 +0100
+++ new/kmplot-20.04.1/org.kde.kmplot.appdata.xml   2020-05-09 
09:37:09.0 +0200
@@ -10,6 +10,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -40,6 +41,7 @@
   Traçador de funcions matemàtiques
   Matematický souřadnicový zapisovač funkcí
   Mathematischer Funktionsplotter
+  Γραφική παράσταση συναρτήσεων
   Mathematical Function Plotter
   Trazador de funciones matemáticas
   Matemaatiliste funktsioonide joonistaja
@@ -69,6 +71,7 @@
 KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
 El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
 El KmPlot és un programa per tr

commit kmplot for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-04-29 20:49:23

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.2738 (New)


Package is "kmplot"

Wed Apr 29 20:49:23 2020 rev:116 rq:796968 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-03-12 
23:05:14.955156772 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2738/kmplot.changes  2020-04-29 
20:50:03.836679234 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:16 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:12 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port endl to \n as it's namespaced in Qt5.15.
+  * Keep cumulated error negligible for rapidly increasing functions 
(kde#341256)
+  * Don't use 0 as flag
+  * Replace deprecated KConfigDialogManager::changedMap with property in the 
class definition
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+- Remove checks for obsolete distribution versions
+
+---

Old:

  kmplot-19.12.3.tar.xz
  kmplot-19.12.3.tar.xz.sig

New:

  kmplot-20.04.0.tar.xz
  kmplot-20.04.0.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.htFC3f/_old  2020-04-29 20:50:07.188686912 +0200
+++ /var/tmp/diff_new_pack.htFC3f/_new  2020-04-29 20:50:07.192686922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,22 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5Parts)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(Qt5Core)
@@ -44,12 +40,12 @@
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-BuildRequires:  gcc7-c++
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
 
 %description
@@ -61,23 +57,18 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-export CC=gcc-7
-export CXX=g++-7
-%endif
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with lang}
+%kf5_makeinstall -C build
+%if %{with lang}
 %find_lang %{name} --with-man --all-name
 %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %files
 %license COPYING*


++ kmplot-19.12.3.tar.xz -> kmplot-20.04.0.tar.xz ++
 18942 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-03-12 23:03:21

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.3160 (New)


Package is "kmplot"

Thu Mar 12 23:03:21 2020 rev:115 rq:782421 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-02-11 
22:20:13.155397099 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.3160/kmplot.changes  2020-03-12 
23:05:14.955156772 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:36:18 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+---

Old:

  kmplot-19.12.2.tar.xz
  kmplot-19.12.2.tar.xz.sig

New:

  kmplot-19.12.3.tar.xz
  kmplot-19.12.3.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.CnRd0Y/_old  2020-03-12 23:05:15.423156958 +0100
+++ /var/tmp/diff_new_pack.CnRd0Y/_new  2020-03-12 23:05:15.427156960 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-19.12.2.tar.xz -> kmplot-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.2/po/ca@valencia/kmplot.po 
new/kmplot-19.12.3/po/ca@valencia/kmplot.po
--- old/kmplot-19.12.2/po/ca@valencia/kmplot.po 2020-02-04 01:14:38.0 
+0100
+++ new/kmplot-19.12.3/po/ca@valencia/kmplot.po 2020-03-03 01:11:32.0 
+0100
@@ -26,7 +26,8 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol 
Gonzàlez"
+msgstr ""
+"Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol Gonzàlez"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -673,8 +674,8 @@
 "Enter the initial x-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 o 
"
-"pi/2"
+"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 "
+"o pi/2"
 
 #. i18n: ectx: property (toolTip), widget (EquationEdit, txtInitY)
 #: functioneditorwidget.ui:328
@@ -689,8 +690,8 @@
 "Enter the initial y-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 o 
"
-"pi/2"
+"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 "
+"o pi/2"
 
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_8)
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_10)
@@ -1545,8 +1546,8 @@
 #: kparametereditor.cpp:276
 #, kde-format
 msgid ""
-"Line %1 is not a valid parameter value and will therefore not be included. Do 
"
-"you want to continue?"
+"Line %1 is not a valid parameter value and will therefore not be included. "
+"Do you want to continue?"
 msgstr ""
 "La línia %1 no és un valor de paràmetre vàlid i per tant no serà afegit. "
 "Voleu continuar?"
@@ -2349,8 +2350,8 @@
 #: qparametereditor.ui:120
 #, kde-format
 msgid ""
-"Import values from a textfile. Every line in the file is parsed as a value or 
"
-"expression."
+"Import values from a textfile. Every line in the file is parsed as a value "
+"or expression."
 msgstr ""
 "Importa els valors d'un fitxer de text. Cada línia del fitxer s'interpreta "
 "com a un valor o expressió."
@@ -2374,8 +2375,8 @@
 "Export values to a textfile. Every value in the parameter list will be "
 "written to one line in the file."
 msgstr ""
-"Exporta els valors a un fitxer de text. Cada valor de la llista de paràmetres 
"
-"s'escriurà en una línia del fitxer."
+"Exporta els valors a un fitxer de text. Cada valor de la llista de "
+"paràmetres s'escriurà en una línia del fitxer."
 
 #. i18n: ectx: property (text), widget (QPushButton, cmdExport)
 #: qparametereditor.ui:139
@@ -2436,8 +2437,8 @@
 "Specify the color of the axes. The change will appear as soon as you press "
 "the OK button."
 msgstr ""
-"Especifiqueu el color dels eixos. El canvi es produirà tan prompte com premeu 
"
-"el botó «D'acord»."
+"Especifiqueu el color dels eixos. El canvi es produirà tan prompte com "
+"premeu el botó «D'acord»."
 
 #. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_GridColor)
 #: settingspagecolor.ui:97
@@ -2714,10 +2715,10 @@
 #: settings

commit kmplot for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-02-11 22:19:49

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.26092 (New)


Package is "kmplot"

Tue Feb 11 22:19:49 2020 rev:114 rq:771693 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-01-12 
23:22:40.762778298 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.26092/kmplot.changes 2020-02-11 
22:20:13.155397099 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:37:46 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:29:21 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  kmplot-19.12.1.tar.xz
  kmplot-19.12.1.tar.xz.sig

New:

  kmplot-19.12.2.tar.xz
  kmplot-19.12.2.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.yTiomX/_old  2020-02-11 22:20:14.455397812 +0100
+++ /var/tmp/diff_new_pack.yTiomX/_new  2020-02-11 22:20:14.459397814 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
@@ -70,7 +70,7 @@
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kmplot-19.12.1.tar.xz -> kmplot-19.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.1/po/ca@valencia/kmplot.po 
new/kmplot-19.12.2/po/ca@valencia/kmplot.po
--- old/kmplot-19.12.1/po/ca@valencia/kmplot.po 2020-01-07 01:51:30.0 
+0100
+++ new/kmplot-19.12.2/po/ca@valencia/kmplot.po 2020-02-04 01:14:38.0 
+0100
@@ -26,8 +26,7 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
-"Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol Gonzàlez"
+msgstr "Albert Astals Cid,David Gil Oliva,Orestes Mas Casals,Aleix Pol 
Gonzàlez"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -674,8 +673,8 @@
 "Enter the initial x-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 "
-"o pi/2"
+"Introduïu el valor x inicial o l'expressió per a la integral, per exemple 2 o 
"
+"pi/2"
 
 #. i18n: ectx: property (toolTip), widget (EquationEdit, txtInitY)
 #: functioneditorwidget.ui:328
@@ -690,8 +689,8 @@
 "Enter the initial y-value or expression for the integral, for example 2 or "
 "pi/2"
 msgstr ""
-"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 "
-"o pi/2"
+"Introduïu el valor y inicial o l'expressió per a la integral, per exemple 2 o 
"
+"pi/2"
 
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_8)
 #. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_10)
@@ -1546,8 +1545,8 @@
 #: kparametereditor.cpp:276
 #, kde-format
 msgid ""
-"Line %1 is not a valid parameter value and will therefore not be included. "
-"Do you want to continue?"
+"Line %1 is not a valid parameter value and will therefore not be included. Do 
"
+"you want to continue?"
 msgstr ""
 "La línia %1 no és un valor de paràmetre vàlid i per tant no serà afegit. "
 "Voleu continuar?"
@@ -2350,8 +2349,8 @@
 #: qparametereditor.ui:120
 #, kde-format
 msgid ""
-"Import values from a textfile. Every line in the file is parsed as a value "
-"or expression."
+"Import values from a textfile. Every line in the file is parsed as a value or 
"
+"expression."
 msgstr ""
 "Importa els valors d'un fitxer de text. Cada línia del fitxer s'interpreta "
 "com a un valor o expressió."
@@ -2375,8 +2374,8 @@
 "Export values to a textfile. Every value in the parameter list will be "
 "written to one line in the file."
 msgstr ""
-"Exporta els valors a un fitxer de text. Cada valor de la llista de "
-"paràmetres s'escriurà en una línia del fitxer."
+"Exporta els valors a un fitxer de text. Cada valor de la llista de paràmetres 
"
+"s'escriurà en una línia del fitxer."
 
 #. i18n: ectx: property (text), widget (QPushButton, cmdExport)
 #: qparametereditor.ui:139
@@ -2437,8 +2436,8 @@
 "Specify the color of the axes. The change will appear as soon as you press "
 "the OK button."
 msgstr ""
-"Especi

commit kmplot for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-01-12 23:21:29

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.6675 (New)


Package is "kmplot"

Sun Jan 12 23:21:29 2020 rev:113 rq:762387 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-12-14 
12:16:46.863264462 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.6675/kmplot.changes  2020-01-12 
23:22:40.762778298 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:00:51 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- No code change since 19.12.0
+
+---
@@ -7 +16 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  kmplot-19.12.0.tar.xz
  kmplot-19.12.0.tar.xz.sig

New:

  kmplot-19.12.1.tar.xz
  kmplot-19.12.1.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.yp4Suo/_old  2020-01-12 23:22:41.354778517 +0100
+++ /var/tmp/diff_new_pack.yp4Suo/_new  2020-01-12 23:22:41.358778518 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-19.12.0.tar.xz -> kmplot-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.0/po/ca/kmplot.po 
new/kmplot-19.12.1/po/ca/kmplot.po
--- old/kmplot-19.12.0/po/ca/kmplot.po  2019-12-06 01:21:33.0 +0100
+++ new/kmplot-19.12.1/po/ca/kmplot.po  2020-01-07 01:51:30.0 +0100
@@ -3081,18 +3081,3 @@
 #, kde-format
 msgid "Error in extension."
 msgstr "Error a l'extensió."
-
-#~ msgid "root"
-#~ msgstr "arrel"
-
-#~ msgid "  to  "
-#~ msgstr "  a  "
-
-#~ msgid "Sorry, this file format is not supported."
-#~ msgstr "Aquest format de fitxer no està permès."
-
-#~ msgid "&Overwrite"
-#~ msgstr "&Sobreescriu"
-
-#~ msgid "KmPlotPart"
-#~ msgstr "KmPlotPart"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmplot-19.12.0/po/es/docs/kmplot/man-kmplot.1.docbook 
new/kmplot-19.12.1/po/es/docs/kmplot/man-kmplot.1.docbook
--- old/kmplot-19.12.0/po/es/docs/kmplot/man-kmplot.1.docbook   2019-12-06 
01:21:41.0 +0100
+++ new/kmplot-19.12.1/po/es/docs/kmplot/man-kmplot.1.docbook   2020-01-07 
01:51:34.0 +0100
@@ -8,12 +8,12 @@
 Manual de usuario de &kmplot;
  Ben Burton  página man de KmPlot. b...@debian.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.0/po/es/docs/man-kmplot.1.docbook 
new/kmplot-19.12.1/po/es/docs/man-kmplot.1.docbook
--- old/kmplot-19.12.0/po/es/docs/man-kmplot.1.docbook  2019-12-06 
01:21:41.0 +0100
+++ new/kmplot-19.12.1/po/es/docs/man-kmplot.1.docbook  2020-01-07 
01:51:34.0 +0100
@@ -8,12 +8,12 @@
 Manual de usuario de &kmplot;
  Ben Burton  página man de KmPlot. b...@debian.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.0/po/sv/docs/kmplot/index.docbook 
new/kmplot-19.12.1/po/sv/docs/kmplot/index.docbook
--- old/kmplot-19.12.0/po/sv/docs/kmplot/index.docbook  2019-12-06 
01:21:43.0 +0100
+++ new/kmplot-19.12.1/po/sv/docs/kmplot/index.docbook  2020-01-07 
01:51:36.0 +0100
@@ -2778,8 +2778,7 @@
 >Översättning Stefan Asserhäll stefan.asserh...@bredband.net 
-&underFDL; &underGPL; 
+> &underFDL; &underGPL; 
 
 &documentation.index;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.12.0/po/zh_CN/kmplot.po 
new/kmplot-19.12.1/po/zh_CN/kmplot.po
--- old/kmplot-19.12.0/po/zh_CN/kmplot.po   2019-12-06 01:21:40.0 
+0100
+++ new/kmplot-19.12.1/po/zh_CN/kmplot.po   2020-01-07 01:51:33.0 
+0100
@@ -13,15 +13,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-31 02:51+0100\n"
-"PO-Revision-Date: 2019-11-19 23:13\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:52\n"
+"Last-Translator: FULL NAME \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X

commit kmplot for openSUSE:Factory

2019-12-14 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-12-14 12:12:23

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.4691 (New)


Package is "kmplot"

Sat Dec 14 12:12:23 2019 rev:112 rq:756257 version:19.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-11-13 
13:20:59.047238932 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.4691/kmplot.changes  2019-12-14 
12:16:46.863264462 +0100
@@ -1,0 +2,32 @@
+Tue Dec 10 06:38:44 UTC 2019 - Luca Beltrame 
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+---
+Sat Nov 30 09:12:04 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+---
+Sun Nov 24 13:29:37 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Center-align plot and header table
+  * Port some deprecated methods
+  * Add HiDPI support
+  * Remove foreach in KmPlot in favor of range-based loops
+  * Fix minor typos
+  * Implement third derivative and loosen the mesh a bit to calculate the 
fourth. This should allow to calculate extrema for second derivative right. 
(kde#304574)
+  * Make man DocBook XSL compatible
+
+---

Old:

  kmplot-19.08.3.tar.xz
  kmplot-19.08.3.tar.xz.sig

New:

  kmplot-19.12.0.tar.xz
  kmplot-19.12.0.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.xjYE5o/_old  2019-12-14 12:16:48.135264241 +0100
+++ /var/tmp/diff_new_pack.xjYE5o/_new  2019-12-14 12:16:48.159264237 +0100
@@ -16,35 +16,34 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.08.3
+Version:19.12.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 URL:https://edu.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kconfig-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kguiaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kparts-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5PrintSupport)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 Recommends: %{name}-lang

++ applications.keyring ++
Binary files /var/tmp/diff_new_pack.xjYE5o/_old and 
/var/tmp/diff_new_pack.xjYE5o/_new differ

++ kmplot-19.08.3.tar.xz -> kmplot-19.12.0.tar.xz ++
 12370 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-11-13 13:20:49

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.2990 (New)


Package is "kmplot"

Wed Nov 13 13:20:49 2019 rev:111 rq:746906 version:19.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-10-28 
16:53:09.781219610 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2990/kmplot.changes  2019-11-13 
13:20:59.047238932 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 23:13:09 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- No code change since 19.08.2
+
+---

Old:

  kmplot-19.08.2.tar.xz
  kmplot-19.08.2.tar.xz.sig

New:

  kmplot-19.08.3.tar.xz
  kmplot-19.08.3.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Z8H1PI/_old  2019-11-13 13:21:00.991240956 +0100
+++ /var/tmp/diff_new_pack.Z8H1PI/_new  2019-11-13 13:21:00.991240956 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.08.2
+Version:19.08.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-19.08.2.tar.xz -> kmplot-19.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.2/po/cs/kmplot.po 
new/kmplot-19.08.3/po/cs/kmplot.po
--- old/kmplot-19.08.2/po/cs/kmplot.po  2019-10-08 02:09:25.0 +0200
+++ new/kmplot-19.08.3/po/cs/kmplot.po  2019-11-05 05:02:49.0 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2017.
+# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2017, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:41+0200\n"
-"PO-Revision-Date: 2017-09-12 11:44+0100\n"
-"Last-Translator: Vít Pelčák \n"
+"PO-Revision-Date: 2019-10-25 16:51+0200\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -976,7 +976,7 @@
 #: kmplot.cpp:198 maindlg.cpp:537
 #, kde-format
 msgid "KmPlot Files (*.fkt);;All Files (*)"
-msgstr ""
+msgstr "Soubory KmPlot (*.fkt);;Všechny soubory (*)"
 
 #: kmplot.cpp:198
 #, kde-format
@@ -1522,12 +1522,12 @@
 #: kparametereditor.cpp:225 kparametereditor.cpp:300
 #, kde-format
 msgid "Plain Text File (*.txt)"
-msgstr ""
+msgstr "Prostý text (*.txt)"
 
 #: kparametereditor.cpp:242
 #, kde-format
 msgid "An error appeared when opening this file: %1"
-msgstr ""
+msgstr "Při otevírání souboru došlo k chybě: %1"
 
 #: kparametereditor.cpp:276
 #, kde-format
@@ -1886,13 +1886,13 @@
 #: maindlg.cpp:397
 #, kde-format
 msgid "Copy (x, y)"
-msgstr ""
+msgstr "Kopírovat (x, y)"
 
 #: maindlg.cpp:401
 #, kde-format
 msgctxt "Copied pair of coordinates (x, y)"
 msgid "(%1, %2)"
-msgstr ""
+msgstr "(%1, %2)"
 
 #: maindlg.cpp:406
 #, kde-format
@@ -1942,7 +1942,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Export as Image"
-msgstr ""
+msgstr "Exportovat jako obrázek"
 
 #: maindlg.cpp:649
 #, kde-format
@@ -1957,7 +1957,7 @@
 #: maindlg.cpp:725 maindlg.cpp:730
 #, kde-format
 msgid "Print Settings"
-msgstr ""
+msgstr "Nastavení tisku"
 
 #: parameteranimator.cpp:64
 #, kde-format
@@ -3000,13 +3000,13 @@
 #, kde-format
 msgctxt "Extrema point"
 msgid "x = %1   y = %2"
-msgstr ""
+msgstr "x = %1   y = %2"
 
 #: view.cpp:2386 view.cpp:2387
 #, kde-format
 msgctxt "%1=minimum value, %2=maximum value"
 msgid "%1 to %2"
-msgstr ""
+msgstr "%1 do %2"
 
 #: view.cpp:2393
 #, kde-format
@@ -3036,12 +3036,12 @@
 #: view.cpp:3350
 #, kde-format
 msgid "x = %1"
-msgstr ""
+msgstr "x = %1"
 
 #: view.cpp:3351
 #, kde-format
 msgid "y = %1"
-msgstr ""
+msgstr "y = %1"
 
 #: view.cpp:3512
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.2/po/zh_CN/kmplot.po 
new/kmplot-19.08.3/po/zh_CN/kmplot.po
--- old/kmplot-19.08.2/po/zh_CN/kmplot.po   2019-10-08 02:09:26.0 
+0200
+++ new/km

commit kmplot for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-10-28 16:51:31

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.2990 (New)


Package is "kmplot"

Mon Oct 28 16:51:31 2019 rev:110 rq:737786 version:19.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-09-11 
10:29:58.667390574 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2990/kmplot.changes  2019-10-28 
16:53:09.781219610 +0100
@@ -1,0 +2,12 @@
+Fri Oct 11 07:42:59 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- Changes since 19.08.1:
+  * Implement third derivative and loosen the mesh a bit to calculate the
+fourth. This should allow to calculate extrema for second derivative
+right. (kde#304574)
+
+---

Old:

  kmplot-19.08.1.tar.xz
  kmplot-19.08.1.tar.xz.sig

New:

  kmplot-19.08.2.tar.xz
  kmplot-19.08.2.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.APl5YZ/_old  2019-10-28 16:53:10.209220154 +0100
+++ /var/tmp/diff_new_pack.APl5YZ/_new  2019-10-28 16:53:10.209220154 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.08.1
+Version:19.08.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-19.08.1.tar.xz -> kmplot-19.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.1/kmplot/function.cpp 
new/kmplot-19.08.2/kmplot/function.cpp
--- old/kmplot-19.08.1/kmplot/function.cpp  2019-08-12 07:22:11.0 
+0200
+++ new/kmplot-19.08.2/kmplot/function.cpp  2019-09-20 07:51:24.0 
+0200
@@ -643,13 +643,14 @@
{
COPY_AND_CHECK( f1 );   // 1
COPY_AND_CHECK( f2 );   // 2
-   COPY_AND_CHECK( integral ); // 3
+   COPY_AND_CHECK( f3 );   // 3
+   COPY_AND_CHECK( integral ); // 4
}
-   COPY_AND_CHECK( dmin ); // 4,1
-   COPY_AND_CHECK( dmax ); // 5,2
-   COPY_AND_CHECK( usecustomxmin );// 6,3
-   COPY_AND_CHECK( usecustomxmax );// 7,4
-   COPY_AND_CHECK( m_parameters ); // 8,5
+   COPY_AND_CHECK( dmin ); // 5,1
+   COPY_AND_CHECK( dmax ); // 6,2
+   COPY_AND_CHECK( usecustomxmin );// 7,3
+   COPY_AND_CHECK( usecustomxmax );// 8,4
+   COPY_AND_CHECK( m_parameters ); // 9,5

// handle equations separately
for ( int i = 0; i < eq.size(); ++i )
@@ -685,10 +686,10 @@
return f0;
case Function::Derivative1:
return f1;
-   
case Function::Derivative2:
return f2;
-   
+   case Function::Derivative3:
+   return f3;
case Function::Integral:
return integral;
}
@@ -708,6 +709,8 @@
return f1;
case Function::Derivative2:
return f2;
+   case Function::Derivative3:
+   return f3;
case Function::Integral:
return integral;
}
@@ -1110,6 +1113,10 @@
break;
 
case Function::Derivative2:
+   plotMode = Function::Derivative3;
+   break;
+
+   case Function::Derivative3:
qWarning() << "Can't handle this yet!\n";
break;
}
@@ -1135,6 +1142,10 @@
case Function::Derivative2:
plotMode = Function::Derivative1;
break;
+
+   case Function::Derivative3:
+   plotMode = Function::Derivative2;
+   break;
}
 }
 
@@ -1175,6 +1186,8 @@
return 1;
case Function::Derivative2:
return 2;
+   case Function::Derivative3:
+   return 3;
}

qWarning() << "Unknown 

commit kmplot for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-09-11 10:29:41

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.7948 (New)


Package is "kmplot"

Wed Sep 11 10:29:41 2019 rev:109 rq:728864 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-08-16 
15:46:57.889673305 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.7948/kmplot.changes  2019-09-11 
10:29:58.667390574 +0200
@@ -1,0 +2,9 @@
+Thu Sep  5 14:00:46 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- No code change since 19.08.0
+
+---

Old:

  kmplot-19.08.0.tar.xz
  kmplot-19.08.0.tar.xz.sig

New:

  kmplot-19.08.1.tar.xz
  kmplot-19.08.1.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.vBkXSy/_old  2019-09-11 10:29:59.523390326 +0200
+++ /var/tmp/diff_new_pack.vBkXSy/_new  2019-09-11 10:29:59.523390326 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later


++ kmplot-19.08.0.tar.xz -> kmplot-19.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.0/org.kde.kmplot.appdata.xml 
new/kmplot-19.08.1/org.kde.kmplot.appdata.xml
--- old/kmplot-19.08.0/org.kde.kmplot.appdata.xml   2019-07-13 
19:02:16.0 +0200
+++ new/kmplot-19.08.1/org.kde.kmplot.appdata.xml   2019-08-12 
07:22:11.0 +0200
@@ -110,6 +110,7 @@
   Funkcja kwadratowa, jej różniczka i całka 
narysowane w KmPlot
   Função quadrática, a sua derivada e o seu 
integral desenhados no KmPlot
   Função quadrática, sua derivada e integral 
desenhada com o KmPlot
+  Kvadratická funkcia, jej derivácia a integrál 
zakreslený pomocou KmPlot
   Kvadratisk funktion, dess derivata och integral 
uppritade med Kmplot
   Квадратична функція, її похідна та інтеграл на 
кресленні KmPlot
   xxQuadratic function, its derivative and 
integral plotted with KmPlotxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.0/po/ar/kmplot.po 
new/kmplot-19.08.1/po/ar/kmplot.po
--- old/kmplot-19.08.0/po/ar/kmplot.po  2019-08-09 02:16:22.0 +0200
+++ new/kmplot-19.08.1/po/ar/kmplot.po  2019-09-03 03:19:40.0 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-29 03:06+0200\n"
+"POT-Creation-Date: 2019-08-30 07:41+0200\n"
 "PO-Revision-Date: 2010-07-16 11:32+0300\n"
 "Last-Translator: محمد الحرقان \n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.0/po/bg/kmplot.po 
new/kmplot-19.08.1/po/bg/kmplot.po
--- old/kmplot-19.08.0/po/bg/kmplot.po  2019-08-09 02:16:22.0 +0200
+++ new/kmplot-19.08.1/po/bg/kmplot.po  2019-09-03 03:19:40.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-29 03:06+0200\n"
+"POT-Creation-Date: 2019-08-30 07:41+0200\n"
 "PO-Revision-Date: 2007-04-15 09:07+\n"
 "Last-Translator: Zlatko Popov \n"
 "Language-Team: Bulgarian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.0/po/bs/kmplot.po 
new/kmplot-19.08.1/po/bs/kmplot.po
--- old/kmplot-19.08.0/po/bs/kmplot.po  2019-08-09 02:16:22.0 +0200
+++ new/kmplot-19.08.1/po/bs/kmplot.po  2019-09-03 03:19:41.0 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-29 03:06+0200\n"
+"POT-Creation-Date: 2019-08-30 07:41+0200\n"
 "PO-Revision-Date: 2013-10-18 20:27+\n"
 "Last-Translator: Vedran Ljubovic \n"
 "Language-Team: Bosnian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.08.0/po/ca/kmplot.po 
new/kmplot-19.08.1/po/ca/kmplot.po
--- old/kmplot-19.08.0/po/ca/kmplot.po  2019-08-09 02:16:22.0 +0200
+++ new/kmplot-19.08.1/po/ca/kmplot.po  2019-09-03 03:19:42.0 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creat

commit kmplot for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-08-16 15:46:33

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.22127 (New)


Package is "kmplot"

Fri Aug 16 15:46:33 2019 rev:108 rq:723681 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-07-17 
13:17:51.763727315 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.22127/kmplot.changes 2019-08-16 
15:46:57.889673305 +0200
@@ -1,0 +2,34 @@
+Fri Aug  9 08:31:21 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+---
+Tue Aug 06 16:50:50 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- Changes since 19.07.80:
+  * No code changes since 19.07.80
+
+---
+Tue Jul 23 11:59:02 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Get rid of some obsolete members
+  * update screenshot
+  * It's time to use cmake 3.5
+  * Use QStringLiteral
+  * Remove deprecated methods
+  * http -> https + update some links
+
+---

Old:

  kmplot-19.04.3.tar.xz

New:

  applications.keyring
  kmplot-19.08.0.tar.xz
  kmplot-19.08.0.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.XJMs2L/_old  2019-08-16 15:46:58.777672979 +0200
+++ /var/tmp/diff_new_pack.XJMs2L/_new  2019-08-16 15:46:58.777672979 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.04.3
+Version:19.08.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
-URL:http://edu.kde.org
-Source0:%{name}-%{version}.tar.xz
+URL:https://edu.kde.org
+Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
 BuildRequires:  kdelibs4support-devel

++ kmplot-19.04.3.tar.xz -> kmplot-19.08.0.tar.xz ++
 5433 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2019-07-17 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-07-17 13:17:33

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.1887 (New)


Package is "kmplot"

Wed Jul 17 13:17:33 2019 rev:107 rq:715145 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-06-14 
20:31:08.246670032 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.1887/kmplot.changes  2019-07-17 
13:17:51.763727315 +0200
@@ -1,0 +2,10 @@
+Sat Jul 13 07:26:36 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- Changes since 19.04.2:
+  * Use elliptic curve as a default implicit curve (kde#201515)
+
+---

Old:

  kmplot-19.04.2.tar.xz

New:

  kmplot-19.04.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.BN2Ijf/_old  2019-07-17 13:17:52.475726885 +0200
+++ /var/tmp/diff_new_pack.BN2Ijf/_new  2019-07-17 13:17:52.479726883 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-19.04.2.tar.xz -> kmplot-19.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.04.2/kmplot/functioneditor.cpp 
new/kmplot-19.04.3/kmplot/functioneditor.cpp
--- old/kmplot-19.04.2/kmplot/functioneditor.cpp2019-05-28 
17:13:41.0 +0200
+++ new/kmplot-19.04.3/kmplot/functioneditor.cpp2019-07-05 
07:23:52.0 +0200
@@ -511,7 +511,7 @@
if ( Settings::defaultEquationForm() == 
Settings::EnumDefaultEquationForm::Function )
name += "(x,y)";

-   createFunction( name + " = y*sinx + x*cosy = 1", QString(), 
Function::Implicit );
+   createFunction( name + " = y² = x³ − x + 1", QString(), 
Function::Implicit );
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.04.2/org.kde.kmplot.appdata.xml 
new/kmplot-19.04.3/org.kde.kmplot.appdata.xml
--- old/kmplot-19.04.2/org.kde.kmplot.appdata.xml   2019-05-28 
17:13:41.0 +0200
+++ new/kmplot-19.04.3/org.kde.kmplot.appdata.xml   2019-07-05 
07:23:52.0 +0200
@@ -105,6 +105,7 @@
   Traçage d'une fonction quadratique, de sa dérivée 
et de son intégrale sur KmPlot
   Función cuadrática, coa súa derivada e integral 
representadas con KmPlot
   Fungsi kuadrat, turunan dan integralnya diplot 
dengan KmPlot
+  Funzione quadratica, la sua derivata e la sua 
integrata disegnati on KmPlot
   Kwadratische functie, zijn afgeleide en integraal 
geplot met KmPlot
   Funkcja kwadratowa, jej różniczka i całka 
narysowane w KmPlot
   Função quadrática, a sua derivada e o seu 
integral desenhados no KmPlot
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/edu-logo.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/edu-logo.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.04.2/po/es/docs/kmplot/index.docbook 
new/kmplot-19.04.3/po/es/docs/kmplot/index.docbook
--- old/kmplot-19.04.2/po/es/docs/kmplot/index.docbook  2019-06-04 
02:04:44.0 +0200
+++ new/kmplot-19.04.3/po/es/docs/kmplot/index.docbook  2019-07-09 
02:06:47.0 +0200
@@ -2766,8 +2766,7 @@
 >Traducido por Eloy Cuadra ecua...@eloihr.net. 
-&underFDL; &underGPL; 
+> &underFDL; &underGPL; 
 
 &documentation.index;
 
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/kfkt.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/kfkt.png differ
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/ksys1.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/ksys1.png differ
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/ksys2.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/ksys2.png differ
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/ksys3.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/ksys3.png differ
Binary files old/kmplot-19.04.2/po/es/docs/kmplot/main.png and 
new/kmplot-19.04.3/po/es/docs/kmplot/main.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.04.2/po/nb/kmplot.po 
new/kmplot-19.04.3/po/nb/kmplot.po
--- old/kmplot-19.04.2/po/nb/kmplot.po  2019-06-04 02:04:44.0 +0200
+++ new/kmplot-19.04.3/po/nb/kmplot.po  2019-07-09 02:06:47.0 +0200
@@ -9,7 +9,7 

commit kmplot for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-06-14 20:31:04

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.4811 (New)


Package is "kmplot"

Fri Jun 14 20:31:04 2019 rev:106 rq:708636 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-05-15 
12:30:30.301191140 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.4811/kmplot.changes  2019-06-14 
20:31:08.246670032 +0200
@@ -1,0 +2,10 @@
+Fri Jun 07 12:51:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.2.php
+- Changes since 19.04.1:
+  * Use layouts for QDialogs to make KmPlot adopt the sizes (kde#407980)
+
+---

Old:

  kmplot-19.04.1.tar.xz

New:

  kmplot-19.04.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.PgVbrT/_old  2019-06-14 20:31:08.814669849 +0200
+++ /var/tmp/diff_new_pack.PgVbrT/_new  2019-06-14 20:31:08.822669846 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-19.04.1.tar.xz -> kmplot-19.04.2.tar.xz ++
 4961 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2019-05-15 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-05-15 12:30:28

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.5148 (New)


Package is "kmplot"

Wed May 15 12:30:28 2019 rev:105 rq:702265 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-04-28 
20:08:40.546596626 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new.5148/kmplot.changes  2019-05-15 
12:30:30.301191140 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:15 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * No code changes since 19.04.0
+
+---

Old:

  kmplot-19.04.0.tar.xz

New:

  kmplot-19.04.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Ilx3MS/_old  2019-05-15 12:30:31.581187598 +0200
+++ /var/tmp/diff_new_pack.Ilx3MS/_new  2019-05-15 12:30:31.597187553 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-19.04.0.tar.xz -> kmplot-19.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-19.04.0/po/es/docs/kmplot/index.docbook 
new/kmplot-19.04.1/po/es/docs/kmplot/index.docbook
--- old/kmplot-19.04.0/po/es/docs/kmplot/index.docbook  2019-04-12 
02:04:08.0 +0200
+++ new/kmplot-19.04.1/po/es/docs/kmplot/index.docbook  2019-05-07 
02:12:29.0 +0200
@@ -117,9 +117,9 @@
 >&FDLNotice;
 
 2016-05-08
+>2019-01-16
 1.2.1 (Aplicaciones 16.04)
+>1.3.0 (Aplicaciones 19.04)
 
 
 
@@ -258,6 +258,15 @@
 > para crear otro gráfico. 
 
Arrastre y suelte el elemento y = 5sin(x) en el panel lateral para clonar el gráfico. Sustituya sin con cos para obtener el gráfico del coseno del mismo color. 
+
+   Pulse en una de las líneas que se acaban de dibujar. La cruz tomará el color 
 >de la gráfica y se asociará a esta. Puede utilizar el ratón para desplazar la 
 >cruz a lo largo de la gráfica. En la barra de estado de la parte superior de 
 >la ventana de coordenadas se mostrará la posición actual. Tenga en cuenta que 
 >si la gráfica toca el eje horizontal, la raíz también se mostrará en la barra 
 >de estado.
 

 
Cuando pulse con el botón derecho sobre el gráfico de una función o sobre un 
punto único en el gráfico de una función paramétrica, aparecerá un menú 
desplegable. En el menú existen tres elementos disponibles:
+>Cuando pulse con el botón derecho sobre el gráfico de una función o sobre un 
punto único en el gráfico de una función paramétrica, aparecerá un menú 
desplegable. En el menú existen cinco elementos disponibles:
 


@@ -632,13 +641,43 @@

 
Dependiendo del tipo de gráfico, pueden existir cuatro herramientas 
disponibles:
+>Dependiendo del tipo de gráfico, pueden existir hasta cinco herramientas 
disponibles:
 


Copiar (x, y)
+   
+   
+   Copia el valor actual del gráfico en el portapapeles del sistema. Esta 
herramienta puede ser útil para crear tablas de valores de funciones fuera de 
&kmplot;. 
+   
+   
+
+   
+   Copiar el valor raíz
+   
+   
+Copia el valor raíz de x en el portapapeles del sistema. Solo se pueden copiar hasta los primeros 
cinco dígitos tras la coma decimal. Use algún https://en.wikipedia.org/wiki/Computer_algebra_system";
+>sistema de álgebra por computador para determinar esta raíz con una precisión arbitraria. Esta herramienta 
solo está disponible cuando la posición de seguimiento actual está cerca de una 
raíz. 
+   
+   
+
+   
+   Área del gráfico...

@@ -727,8 +766,10 @@


 
-   Aquí es posible seleccionar la configuración global que se guardará 
automáticamente al salir de &kmplot;. Puede configurar la unidad angular 
(grados o radianes), los factores de ampliación y cuándo mostrar el trazado de 
puntos avanzado. 
+Aquí es posible seleccionar la configuración global que se gu

commit kmplot for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-04-28 20:08:09

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.5536 (New)


Package is "kmplot"

Sun Apr 28 20:08:09 2019 rev:104 rq:696288 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-03-11 
13:47:16.429348011 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.5536/kmplot.changes  2019-04-28 
20:08:40.546596626 +0200
@@ -1,0 +2,43 @@
+Sat Apr 20 06:51:56 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- Changes since 19.03.90:
+  * No code changes since 19.03.90
+
+---
+Tue Apr 09 20:54:42 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * No code changes since 19.03.80
+
+---
+Wed Mar 27 06:41:05 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Take into account locale's decimal separator and some possible locale 
rules in equations and labels
+  * Bump version to 1.3.0
+  * Update popup menu screenshot
+  * Print preview for KmPlot
+  * Copy root value or (x,y) pair to clipboard (kde#308168)
+  * Document drag and drop in the function list (kde#313405)
+  * Make setHelp() usable (KF 5.52 needed). Many thanks for the hint given by 
Albert Astals Cid.
+  * Comment setHelp() before we can really use it (now it's protected)
+  * Add link to the correct help page in the settings dialog (needs KF 5.52 to 
work as expected), remove the unimplemented in KXmlGui part with 
initialGeometrySet()
+  * Mark overridden function as such
+  * Fix minor issues
+  * Implement zooming with Ctrl+mouse wheel (kde#159772)
+  * Fix minor doxygen issues
+  * Add Mainpage.dox to test Doxygen documentation with Krazy
+
+---

Old:

  kmplot-18.12.3.tar.xz

New:

  kmplot-19.04.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.w7G9Tc/_old  2019-04-28 20:08:41.242596192 +0200
+++ /var/tmp/diff_new_pack.w7G9Tc/_new  2019-04-28 20:08:41.242596192 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
@@ -50,7 +50,7 @@
 %endif
 
 %description
-Mathematical function plotter for KDE.
+Mathematical function plotter by KDE.
 
 %lang_package
 

++ kmplot-18.12.3.tar.xz -> kmplot-19.04.0.tar.xz ++
 22588 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-03-11 13:47:12

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.28833 (New)


Package is "kmplot"

Mon Mar 11 13:47:12 2019 rev:103 rq:683223 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-02-15 
09:59:16.127686108 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.28833/kmplot.changes 2019-03-11 
13:47:16.429348011 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:19 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * No code changes since 18.12.2
+
+---

Old:

  kmplot-18.12.2.tar.xz

New:

  kmplot-18.12.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.CGWcPE/_old  2019-03-11 13:47:19.057347786 +0100
+++ /var/tmp/diff_new_pack.CGWcPE/_new  2019-03-11 13:47:19.101347782 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-18.12.2.tar.xz -> kmplot-18.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.12.2/po/ca/kmplot.po 
new/kmplot-18.12.3/po/ca/kmplot.po
--- old/kmplot-18.12.2/po/ca/kmplot.po  2019-02-05 01:22:04.0 +0100
+++ new/kmplot-18.12.3/po/ca/kmplot.po  2019-03-05 01:09:33.0 +0100
@@ -1,10 +1,10 @@
 # Translation of kmplot.po to Catalan
-# Copyright (C) 2003-2018 This_file_is_part_of_KDE
+# Copyright (C) 2003-2019 This_file_is_part_of_KDE
 #
 # Albert Astals Cid , 2003, 2004.
 # David Gil , 2005.
 # Orestes Mas Casals , 2006, 2007, 2010, 2011.
-# Josep Ma. Ferrer , 2007, 2010, 2011, 2012, 2014, 2015, 
2017, 2018.
+# Josep Ma. Ferrer , 2007, 2010, 2011, 2012, 2014, 2015, 
2017, 2018, 2019.
 # Aleix Pol Gonzalez , 2007.
 # Antoni Bella Pérez , 2015, 2018.
 msgid ""
@@ -12,8 +12,8 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-22 07:35+0100\n"
-"PO-Revision-Date: 2018-11-13 09:14+0100\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2019-02-09 16:25+0100\n"
+"Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -579,6 +579,7 @@
 msgid "Show first derivative"
 msgstr "Mostra la primera derivada"
 
+# skip-rule: t-sc-plot
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, showDerivative1)
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, showDerivative2)
 #: functioneditorwidget.ui:214 functioneditorwidget.ui:237
@@ -629,6 +630,7 @@
 msgid "Show integral"
 msgstr "Mostra la integral"
 
+# skip-rule: t-sc-plot
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, showIntegral)
 #: functioneditorwidget.ui:270
 #, kde-format
@@ -1743,6 +1745,7 @@
 msgid "command line options, MIME type"
 msgstr "opcions de línia d'ordres, tipus MIME"
 
+# skip-rule: t-sc-plot
 #: main.cpp:72
 #, kde-format
 msgid "Initial functions to plot"
@@ -1835,6 +1838,7 @@
 msgid "Show Sliders"
 msgstr "Mostra els controls lliscants"
 
+# skip-rule: t-sc-plot
 #: maindlg.cpp:305
 #, kde-format
 msgid "Plot &Area..."
@@ -2707,6 +2711,7 @@
 msgid "Function 1&0:"
 msgstr "Funció 1&0:"
 
+# skip-rule: t-sc-plot
 #. i18n: ectx: property (whatsThis), widget (QRadioButton, radioButton11)
 #: settingspagediagram.ui:32
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.12.2/po/ca@valencia/kmplot.po 
new/kmplot-18.12.3/po/ca@valencia/kmplot.po
--- old/kmplot-18.12.2/po/ca@valencia/kmplot.po 2019-02-05 01:22:04.0 
+0100
+++ new/kmplot-18.12.3/po/ca@valencia/kmplot.po 2019-03-05 01:09:33.0 
+0100
@@ -1,10 +1,10 @@
 # Translation of kmplot.po to Catalan (Valencian)
-# Copyright (C) 2003-2018 This_file_is_part_of_KDE
+# Copyright (C) 2003-2019 This_file_is_part_of_KDE
 #
 # Albert Astals Cid , 2003, 2004.
 # David Gil , 2005.
 # Orestes Mas Casals , 2006, 2007, 2010, 2011.
-# Josep Ma. Ferrer , 2007, 2010, 2011, 2012, 2014, 2015, 
2017, 2018.
+# Josep Ma. Ferrer , 2007, 2010, 2011, 2012, 2014, 2015, 
2017, 2018, 2019.
 # Aleix Pol Gonzalez , 2007.
 # Antoni Bella Pérez , 2015, 2018.
 msgid ""
@@ -12,8 +12,8 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http:

commit kmplot for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-02-15 09:59:13

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.28833 (New)


Package is "kmplot"

Fri Feb 15 09:59:13 2019 rev:102 rq:673796 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-01-24 
14:08:12.371722312 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.28833/kmplot.changes 2019-02-15 
09:59:16.127686108 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:25:14 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+---

Old:

  kmplot-18.12.1.tar.xz

New:

  kmplot-18.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.oZ4V0R/_old  2019-02-15 09:59:16.579685964 +0100
+++ /var/tmp/diff_new_pack.oZ4V0R/_new  2019-02-15 09:59:16.583685962 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-18.12.1.tar.xz -> kmplot-18.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.12.1/org.kde.kmplot.appdata.xml 
new/kmplot-18.12.2/org.kde.kmplot.appdata.xml
--- old/kmplot-18.12.1/org.kde.kmplot.appdata.xml   2018-12-16 
07:13:47.0 +0100
+++ new/kmplot-18.12.2/org.kde.kmplot.appdata.xml   2019-01-26 
07:13:51.0 +0100
@@ -16,6 +16,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -45,6 +46,7 @@
   Matemaattisten funktioiden piirturi
   Traceur de fonction mathématique
   Representación gráfica de funcións
+  Plotter Fungsi Matematika
   Disegnatore di funzioni matematiche
   수학 함수 플로터
   Mathemaatsch Bagenschriever
@@ -73,6 +75,7 @@
 KmPlot on ohjelma, jolla voi piirtää funktioiden kuvaajia 
sekä niiden integraalien ja derivaattojen kuvaajia. Kullekin kuvaajalle voi 
valita värin, ja näkymän voi säätää sopivaksi: sitä voi esimerkiksi skaalata ja 
zoomata. Ohjelmassa on tehokas matematiikkajäsennin, useita kuvaajatyyppejä 
(karteesinen, parametrinen, polaarinen, implisiittinen, differentiaalinen) ja 
työkalut funktion maksimin ja minimin etsimiseksi. Parametrifunktiot voi 
visualisoida säätämällä parametrin arvoa liukusäätimellä. Kuvaajat voi tulostaa 
ja viedä bittikarttakuviksi (BMP, PNG).
 KmPlot est un programmer pour tracer des courbes de 
fonctions, de leurs intégrales ou de leurs dérivées. Les courbes peuvent être 
colorées et l'affichage est complètement configurable, avec prise en charge du 
zoom. Le programme fournit un analyseur de syntaxe mathématique puissant, 
différents types de tracés (cartésiens, paramétriques, polaires, implicites, 
différentiels), et fournit des outils mathématiques simples permettant par 
exemple de trouver le maximum ou le minimum d'une fonction. Les fonctions 
paramétriques peuvent être affichées en ajustant les paramètres grâce à un 
curseur. Les tracés peuvent être exportés dans des formats d'images 
matricielles (BMP, PNG) et peuvent être imprimés.
 KmPlot é un programa para representar graficamente 
funcións, así como as súas integrais e derivadas. O gráfico pode colorarse e 
poden configurarse varios aspectos da vista, que pode ademais cambiarse de 
dimensións e ampliarse. O programa inclúe un analizador matemático moi potente, 
distintos tipos de gráficas (cartesiana, paramétrica, polar, implícita e 
diferencial), e fornece ferramentas matemáticas simples que permiten por 
exemplo atopar o máximo ou o mínimo dunha función. As funcións con parámetros 
poden visualizarse axustando os parámetros mediante un control desprazábel. Os 
gráficos poden exportarse en formatos de mapa de bits (BMP e PNG) e poden 
imprimirse.
+KmPlot adalah program untuk memplot grafik dari 
fungsi-fungsinya, integral atau turunannya. Grafik dapat diwarnai dan tampilan 
sangat dapat dikonfigurasi, dapat diskalakan, dan dapat dizoom. Program ini 
memiliki parser matematika yang kuat, tipe plot yang berbeda (kartesian, 
parametrik, polar, implisit, diferensial), dan menyediakan alat matematika 
sederhana seperti untuk menemukan maksimum/minimum fungsi. Fungsi berparameter 
dapat divisualisasikan dengan menyesuaikan parameter variabel melalui 
penggeser. Plot dapat diekspor sebagai g

commit kmplot for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-01-24 14:08:00

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.28833 (New)


Package is "kmplot"

Thu Jan 24 14:08:00 2019 rev:101 rq:665177 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2019-01-08 
12:23:03.552628971 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.28833/kmplot.changes 2019-01-24 
14:08:12.371722312 +0100
@@ -1,0 +2,10 @@
+Fri Jan 11 05:42:22 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * No code changes since 18.12.0
+
+---

Old:

  kmplot-18.12.0.tar.xz

New:

  kmplot-18.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Sm1Zsx/_old  2019-01-24 14:08:14.091720337 +0100
+++ /var/tmp/diff_new_pack.Sm1Zsx/_new  2019-01-24 14:08:14.091720337 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:18.12.0
+Version:18.12.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later

++ kmplot-18.12.0.tar.xz -> kmplot-18.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.12.0/org.kde.kmplot.appdata.xml 
new/kmplot-18.12.1/org.kde.kmplot.appdata.xml
--- old/kmplot-18.12.0/org.kde.kmplot.appdata.xml   2018-12-03 
07:12:42.0 +0100
+++ new/kmplot-18.12.1/org.kde.kmplot.appdata.xml   2018-12-16 
07:13:47.0 +0100
@@ -101,11 +101,13 @@
   Función cuadrática, su derivada e integral 
dibujadas con KmPlot
   Función cuadrática, coa súa derivada e integral 
representadas con KmPlot
   Kwadratische functie, zijn afgeleide en integraal 
geplot met KmPlot
+  Funkcja kwadratowa, jej różniczka i całka 
narysowane w KmPlot
   Função quadrática, a sua derivada e o seu 
integral desenhados no KmPlot
   Função quadrática, sua derivada e integral 
desenhada com o KmPlot
   Kvadratisk funktion, dess derivata och integral 
uppritade med Kmplot
   Квадратична функція, її похідна та інтеграл на 
кресленні KmPlot
   xxQuadratic function, its derivative and 
integral plotted with KmPlotxx
+  二次函数,其导数和积分用 KmPlot 绘制
   使用 KmPlot 繪製二次函數、其延伸物和積分
   http://edu.kde.org/images/screenshots/kmplot.png
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.12.0/po/it/kmplot.po 
new/kmplot-18.12.1/po/it/kmplot.po
--- old/kmplot-18.12.0/po/it/kmplot.po  2018-12-07 01:19:31.0 +0100
+++ new/kmplot-18.12.1/po/it/kmplot.po  2019-01-08 01:06:27.0 +0100
@@ -1,14 +1,14 @@
 # translation of kmplot.po to Italian
 # Copyright (C) 2002,2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 Free 
Software Foundation, Inc.
 # Davide Rizzo , 2002,2003, 2004.
-# Pino Toscano , 2004, 2005, 2006, 2007, 2009, 2010, 
2011, 2014, 2015, 2017.
+# Pino Toscano , 2004, 2005, 2006, 2007, 2009, 2010, 
2011, 2014, 2015, 2017, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-22 07:35+0100\n"
-"PO-Revision-Date: 2017-07-15 16:05+0200\n"
+"PO-Revision-Date: 2018-12-22 18:09+0100\n"
 "Last-Translator: Pino Toscano \n"
 "Language-Team: Italian \n"
 "Language: it\n"
@@ -983,14 +983,9 @@
 msgstr "Impossibile trovare il componente di KmPlot."
 
 #: kmplot.cpp:202 maindlg.cpp:512
-#, fuzzy, kde-format
-#| msgid ""
-#| "*.fkt|KmPlot Files (*.fkt)\n"
-#| "*|All Files"
+#, kde-format
 msgid "KmPlot Files (*.fkt);;All Files (*)"
-msgstr ""
-"*.fkt|File KmPlot (*.fkt)\n"
-"*|Tutti i file"
+msgstr "File KmPlot (*.fkt);;Tutti i file (*)"
 
 #: kmplot.cpp:202
 #, kde-format
@@ -1530,22 +1525,19 @@
 msgstr "Editor dei parametri"
 
 #: kparametereditor.cpp:225
-#, fuzzy, kde-format
-#| msgid "Parameter Editor"
+#, kde-format
 msgid "Open Parameter File"
-msgstr "Editor dei parametri"
+msgstr "Apri file dei parametri"
 
 #: kparametereditor.cpp:225 kparametereditor.cpp:300
-#, fuzzy, kde-format
-#| msgid "*.txt|Plain Text File "
+#, kde-format
 msgid "Plain Text File (*.txt)"
-msgstr "*.txt|File di testo semplice"
+msgstr "File di testo semplice (*.txt)"
 
 #: kparametereditor.cpp:242
-#, fuzzy, kde-format
-#| msgid "An error appeared when opening this file (%1)"
+#, kde-format
 msgid "An error appeared when openin

commit kmplot for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2019-01-08 12:21:53

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new.28833 (New)


Package is "kmplot"

Tue Jan  8 12:21:53 2019 rev:100 rq:658429 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-11-13 
17:20:55.225995478 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.28833/kmplot.changes 2019-01-08 
12:23:03.552628971 +0100
@@ -1,0 +2,42 @@
+Fri Dec 14 06:09:14 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+---
+Mon Dec 03 20:56:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * Do not show '+' for positive numbers (kde#262690)
+  * Fix plot names for derivatives and integral (kde#284811)
+  * Do not delete parent widgets (kde#320394)
+
+---
+Thu Nov 22 17:40:46 UTC 2018 - wba...@tmo.at
+
+- Use gcc7 to build on Leap 42.3, the default 4.8 is too old
+
+---
+Tue Nov 20 06:22:34 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:57:09 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Too many changes to list here
+
+---
@@ -47 +89 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -97 +139 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -206 +248 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -265 +307 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -358 +400 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -479 +521 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:

  kmplot-18.08.3.tar.xz

New:

  kmplot-18.12.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.8ePNVZ/_old  2019-01-08 12:23:04.152628309 +0100
+++ /var/tmp/diff_new_pack.8ePNVZ/_new  2019-01-08 12:23:04.152628309 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-Name:   kmplot
-Version:18.08.3
-Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:   kmplot
+Version:18.12.0
+Release:0
 Summary:Mathematical Function Plotter
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
-Url:http://edu.kde.org
+URL:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
@@ -44,22 +43,26 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-%if %{with lang}
 Recommends: %{name}-l

commit kmplot for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-11-13 16:49:19

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Tue Nov 13 16:49:19 2018 rev:99 rq:648061 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-10-17 
08:35:43.454150355 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-11-13 
17:20:55.225995478 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:43:40 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.3.php
+- Changes since 18.08.2:
+  * No code changes since 18.08.2
+
+---

Old:

  kmplot-18.08.2.tar.xz

New:

  kmplot-18.08.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.DFBFAK/_old  2018-11-13 17:20:55.677994863 +0100
+++ /var/tmp/diff_new_pack.DFBFAK/_new  2018-11-13 17:20:55.681994858 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.08.2
+Version:18.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-18.08.2.tar.xz -> kmplot-18.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.08.2/po/es/kmplot.po 
new/kmplot-18.08.3/po/es/kmplot.po
--- old/kmplot-18.08.2/po/es/kmplot.po  2018-10-09 02:12:26.0 +0200
+++ new/kmplot-18.08.3/po/es/kmplot.po  2018-11-06 01:11:04.0 +0100
@@ -5,7 +5,7 @@
 # Miguel Revilla Rodríguez , 2002,2003.
 # Pablo de Vicente , 2004.
 # Rafael Beccar , 2004, 2005.
-# Eloy Cuadra , 2005, 2009, 2010, 2011, 2012, 2014, 2015, 
2016, 2017.
+# Eloy Cuadra , 2005, 2009, 2010, 2011, 2012, 2014, 2015, 
2016, 2017, 2018.
 # Pablo de Vicente , 2005.
 # Santiago Fernández Sancho , 2007.
 msgid ""
@@ -13,7 +13,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2017-03-20 21:34+0100\n"
+"PO-Revision-Date: 2018-10-15 18:29+0100\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -1506,7 +1506,7 @@
 #: kmplotio.cpp:347
 #, kde-format
 msgid "An error appeared when opening this file (%1)"
-msgstr "Se produjo un error al abrir este archivo (%1)"
+msgstr "Se ha producido un error al abrir este archivo (%1)"
 
 #: kmplotio.cpp:357
 #, kde-format
@@ -1542,7 +1542,7 @@
 #: kparametereditor.cpp:228 kparametereditor.cpp:270
 #, kde-format
 msgid "An error appeared when opening this file"
-msgstr "Se produjo un error al abrir este archivo"
+msgstr "Se ha producido un error al abrir este archivo"
 
 #: kparametereditor.cpp:257
 #, kde-format
@@ -1585,7 +1585,7 @@
 #: kparametereditor.cpp:304 kparametereditor.cpp:308 kparametereditor.cpp:330
 #, kde-format
 msgid "An error appeared when saving this file"
-msgstr "Se produjo un error al guardar este archivo"
+msgstr "Se ha producido un error al guardar este archivo"
 
 #: kprinterdlg.cpp:44
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.08.2/po/pl/kmplot.po 
new/kmplot-18.08.3/po/pl/kmplot.po
--- old/kmplot-18.08.2/po/pl/kmplot.po  2018-10-09 02:12:27.0 +0200
+++ new/kmplot-18.08.3/po/pl/kmplot.po  2018-11-06 01:11:04.0 +0100
@@ -5,13 +5,13 @@
 # Mikolaj Machowski , 2004, 2005.
 # Krzysztof Lichota , 2005, 2006, 2007.
 # Marta Rybczyńska , 2007.
-# Łukasz Wojniłowicz , 2011, 2015, 2016, 2017.
+# Łukasz Wojniłowicz , 2011, 2015, 2016, 2017, 
2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2017-04-22 06:49+0100\n"
+"PO-Revision-Date: 2018-10-14 11:16+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -1928,7 +1928,7 @@
 #: maindlg.cpp:624
 #, kde-format
 msgid "Sorry, something went wrong while saving to image \"%1\""
-msgstr "Niestety, wystąpił błąd podczas zapisywania obrazka \"%1\""
+msgstr "Niestety, wystąpił błąd podczas zapisywania obrazu \"%1\""
 
 #: maindlg.cpp:683
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.08.2/po/zh_CN/kmplot.po 
new/kmplot-18.08.3/po/zh_CN/kmplot.po
--- old/kmplot-18.08.2/po/zh_CN/kmplot.po   2018-10-09 02:12:27.0 
+0200
+++ new/kmplot-18.08.3/po/zh_CN/kmplot.po   2018-11-0

commit kmplot for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-10-17 08:35:01

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Wed Oct 17 08:35:01 2018 rev:98 rq:641534 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-09-15 
15:31:30.597172936 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-10-17 
08:35:43.454150355 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:06:55 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.2.php
+- Changes since 18.08.1:
+  * None
+
+---

Old:

  kmplot-18.08.1.tar.xz

New:

  kmplot-18.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.eVrR6C/_old  2018-10-17 08:35:45.574148499 +0200
+++ /var/tmp/diff_new_pack.eVrR6C/_new  2018-10-17 08:35:45.578148496 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.08.1
+Version:18.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-18.08.1.tar.xz -> kmplot-18.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.08.1/po/zh_CN/kmplot.po 
new/kmplot-18.08.2/po/zh_CN/kmplot.po
--- old/kmplot-18.08.1/po/zh_CN/kmplot.po   2018-09-04 02:14:52.0 
+0200
+++ new/kmplot-18.08.2/po/zh_CN/kmplot.po   2018-10-09 02:12:27.0 
+0200
@@ -13,8 +13,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-08-30 13:18\n"
-"Last-Translator: guoyunhebrave \n"
+"PO-Revision-Date: 2018-09-28 19:54\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"




commit kmplot for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-08-24 17:08:22

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Fri Aug 24 17:08:22 2018 rev:96 rq:630245 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-07-19 
22:54:39.834038578 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-08-24 
17:08:35.218390921 +0200
@@ -1,0 +2,20 @@
+Thu Aug 16 22:05:34 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * None
+
+---
+Thu Jul 26 13:00:49 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * None
+
+---

Old:

  kmplot-18.04.3.tar.xz

New:

  kmplot-18.08.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.gTADfp/_old  2018-08-24 17:08:35.622391401 +0200
+++ /var/tmp/diff_new_pack.gTADfp/_new  2018-08-24 17:08:35.622391401 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.04.3
+Version:18.08.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math

++ kmplot-18.04.3.tar.xz -> kmplot-18.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.3/po/ca/docs/kmplot/index.docbook 
new/kmplot-18.08.0/po/ca/docs/kmplot/index.docbook
--- old/kmplot-18.04.3/po/ca/docs/kmplot/index.docbook  2018-07-10 
02:05:46.0 +0200
+++ new/kmplot-18.08.0/po/ca/docs/kmplot/index.docbook  2018-08-10 
02:05:02.0 +0200
@@ -1741,7 +1741,7 @@
Si seleccioneu la casella de selecció Document, la constant es desarà juntament amb el diagrama actual quan el deseu en un 
fitxer. Tanmateix, llevat que hàgeu seleccionat també l'opció , la constant es desarà juntament amb el diagrama actual quan el deseu en un 
fitxer. Tanmateix, llevat que hàgiu seleccionat també l'opció Global, la constant no estarà disponible entre les instàncies de &kmplot;.

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.3/po/da/kmplot.po 
new/kmplot-18.08.0/po/da/kmplot.po
--- old/kmplot-18.04.3/po/da/kmplot.po  2018-07-10 02:05:45.0 +0200
+++ new/kmplot-18.08.0/po/da/kmplot.po  2018-08-10 02:05:01.0 +0200
@@ -2,7 +2,7 @@
 # Danish translation of kmplot
 # Copyright (C)
 #
-# Erik Kjær Pedersen , 2002,2003, 2004, 2005.
+# Erik Kjær Pedersen , 2002, 2003, 2004, 2005.
 # Martin Schlander , 2008, 2010, 2011, 2015.
 msgid ""
 msgstr ""
@@ -2400,7 +2400,7 @@
 "Specify the color of the axes. The change will appear as soon as you press "
 "the OK button."
 msgstr ""
-"Angiv aksernes farver. Ændringen vil komme frem så snart du trykker på O.k.-"
+"Angiv aksernes farver. Ændringen vil komme frem så snart du trykker på OK-"
 "knappen."
 
 #. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_GridColor)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.3/po/gl/kmplot.po 
new/kmplot-18.08.0/po/gl/kmplot.po
--- old/kmplot-18.04.3/po/gl/kmplot.po  2018-07-10 02:05:45.0 +0200
+++ new/kmplot-18.08.0/po/gl/kmplot.po  2018-08-10 02:05:02.0 +0200
@@ -478,7 +478,7 @@
 #: functioneditorwidget.ui:117
 #, kde-format
 msgid "Custom plot range"
-msgstr "Personalizar o intervalo do gráfico"
+msgstr "Intervalo de gráfico personalizado"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, cartesianCustomMax)
 #: functioneditorwidget.ui:129
@@ -1029,7 +1029,7 @@
 #: kmplot.kcfg:23
 #, kde-format
 msgid "Check this box if axes should be shown."
-msgstr "Se marca esta opción, os eixos deben ser debuxados."
+msgstr "Se marca esta opción, os eixos deben debuxarse."
 
 #. i18n: ectx: label, entry (ShowArrows), group (Coordinate System)
 #: kmplot.kcfg:27
@@ -1497,7 +14

commit kmplot for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-07-19 22:52:56

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Thu Jul 19 22:52:56 2018 rev:95 rq:622698 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-06-15 
14:42:34.276471422 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-07-19 
22:54:39.834038578 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:02 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kmplot-18.04.2.tar.xz

New:

  kmplot-18.04.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.EwRl3R/_old  2018-07-19 22:54:40.558036208 +0200
+++ /var/tmp/diff_new_pack.EwRl3R/_new  2018-07-19 22:54:40.562036194 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-18.04.2.tar.xz -> kmplot-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.2/po/zh_CN/kmplot.po 
new/kmplot-18.04.3/po/zh_CN/kmplot.po
--- old/kmplot-18.04.2/po/zh_CN/kmplot.po   2018-06-05 02:20:08.0 
+0200
+++ new/kmplot-18.04.3/po/zh_CN/kmplot.po   2018-07-10 02:05:46.0 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-05-18 06:32-0400\n"
+"PO-Revision-Date: 2018-07-03 17:42\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -1549,7 +1549,7 @@
 msgid ""
 "A file named \"%1\" already exists. Are you sure you want to continue and "
 "overwrite this file?"
-msgstr "已经存在名为“%1”的文件。您确定想要继续并覆盖此文件吗?"
+msgstr "已经存在名为“%1”的文件。您确定要继续并覆盖此文件吗?"
 
 #: kparametereditor.cpp:285 maindlg.cpp:528 maindlg.cpp:559
 #, kde-format
@@ -1876,7 +1876,7 @@
 "the file with older versions of KmPlot. Are you sure you want to continue?"
 msgstr ""
 "此文件是以旧文件格式保存的;如果您保存的话,您将无法使用旧版本的 KmPlot 打开"
-"该文件。您确定想要继续吗?"
+"该文件。您确定要继续吗?"
 
 #: maindlg.cpp:502
 #, kde-format




commit kmplot for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-06-15 14:42:30

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Fri Jun 15 14:42:30 2018 rev:94 rq:615563 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-05-16 
18:41:37.847212216 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-06-15 
14:42:34.276471422 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:06:51 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.2.php
+- Changes since 18.04.1:
+  * None
+
+---

Old:

  kmplot-18.04.1.tar.xz

New:

  kmplot-18.04.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.ZkpgeZ/_old  2018-06-15 14:42:35.340432503 +0200
+++ /var/tmp/diff_new_pack.ZkpgeZ/_new  2018-06-15 14:42:35.344432358 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.04.1
+Version:18.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-18.04.1.tar.xz -> kmplot-18.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.1/po/zh_CN/kmplot.po 
new/kmplot-18.04.2/po/zh_CN/kmplot.po
--- old/kmplot-18.04.1/po/zh_CN/kmplot.po   2018-05-08 02:08:55.0 
+0200
+++ new/kmplot-18.04.2/po/zh_CN/kmplot.po   2018-06-05 02:20:08.0 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-04-26 06:11-0400\n"
+"PO-Revision-Date: 2018-05-18 06:32-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -1445,7 +1445,7 @@
 #: kmplot_part.rc:19 kmplot_part_readonly.rc:15
 #, kde-format
 msgid "&View"
-msgstr "查看(&V)"
+msgstr "视图(&V)"
 
 #. i18n: ectx: Menu (tools)
 #: kmplot_part.rc:29 kmplot_part_readonly.rc:26




commit kmplot for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-05-16 18:39:43

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Wed May 16 18:39:43 2018 rev:93 rq:607205 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-04-27 
16:05:33.698567615 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-05-16 
18:41:37.847212216 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:17:59 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.1.php
+- Changes since 18.04.0:
+  * None
+
+---

Old:

  kmplot-18.04.0.tar.xz

New:

  kmplot-18.04.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Eh6Bud/_old  2018-05-16 18:41:38.795177968 +0200
+++ /var/tmp/diff_new_pack.Eh6Bud/_new  2018-05-16 18:41:38.799177823 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:18.04.0
+Version:18.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-18.04.0.tar.xz -> kmplot-18.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.0/po/gl/kmplot.po 
new/kmplot-18.04.1/po/gl/kmplot.po
--- old/kmplot-18.04.0/po/gl/kmplot.po  2018-04-13 02:04:15.0 +0200
+++ new/kmplot-18.04.1/po/gl/kmplot.po  2018-05-08 02:08:54.0 +0200
@@ -10,8 +10,8 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-02-01 20:36+0100\n"
-"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"PO-Revision-Date: 2018-04-29 23:47+0100\n"
+"Last-Translator: Adrian Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -1541,8 +1541,8 @@
 "Line %1 is not a valid parameter value and will therefore not be included. "
 "Do you want to continue?"
 msgstr ""
-"A liña %1 non é un valor de parámetro correcto e, por tanto, non será "
-"incluída. Quere continuar?"
+"A liña %1 non é un valor de parámetro correcto e, por tanto, non se "
+"incluirá. Quere continuar?"
 
 #: kparametereditor.cpp:263
 #, kde-format
@@ -1658,10 +1658,9 @@
 msgstr "KmPlot"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Mathematical function plotter for KDE"
+#, kde-format
 msgid "Mathematical function plotter by KDE"
-msgstr "Representación de funcións matemáticas para KDE"
+msgstr "Representación de funcións matemáticas de KDE"
 
 #: main.cpp:54
 #, kde-format
@@ -1886,7 +1885,7 @@
 "The plot has been modified.\n"
 "Do you want to save it?"
 msgstr ""
-"O gráfico foi modificado.\n"
+"O gráfico modificouse.\n"
 "Quere gardalo?"
 
 #: maindlg.cpp:502
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-18.04.0/po/zh_CN/kmplot.po 
new/kmplot-18.04.1/po/zh_CN/kmplot.po
--- old/kmplot-18.04.0/po/zh_CN/kmplot.po   2018-04-13 02:04:16.0 
+0200
+++ new/kmplot-18.04.1/po/zh_CN/kmplot.po   2018-05-08 02:08:55.0 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-04-05 09:42-0400\n"
+"PO-Revision-Date: 2018-04-26 06:11-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmplot for openSUSE:Factory

2018-04-27 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-04-27 16:05:01

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Fri Apr 27 16:05:01 2018 rev:92 rq:599077 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-03-22 
12:02:50.550567390 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-04-27 
16:05:33.698567615 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:49:32 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+---
+Fri Apr 06 07:09:44 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * None
+
+---

Old:

  kmplot-17.12.3.tar.xz

New:

  kmplot-18.04.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.XINtLR/_old  2018-04-27 16:05:34.558536066 +0200
+++ /var/tmp/diff_new_pack.XINtLR/_new  2018-04-27 16:05:34.558536066 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.12.3
+Version:18.04.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.12.3.tar.xz -> kmplot-18.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.3/org.kde.kmplot.appdata.xml 
new/kmplot-18.04.0/org.kde.kmplot.appdata.xml
--- old/kmplot-17.12.3/org.kde.kmplot.appdata.xml   2017-10-15 
19:00:57.0 +0200
+++ new/kmplot-18.04.0/org.kde.kmplot.appdata.xml   2018-03-13 
03:21:45.0 +0100
@@ -67,7 +67,7 @@
 KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
 KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
 El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
-El KmPlot és un programa per traçar gràfics o 
funcions, les seues integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la busca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
+El KmPlot és un programa per traçar gràfics o 
funcions, les seues integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, 

commit kmplot for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-03-22 11:59:41

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Thu Mar 22 11:59:41 2018 rev:91 rq:585596 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-02-14 
09:40:03.457105005 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-03-22 
12:02:50.550567390 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:01 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * None
+
+---

Old:

  kmplot-17.12.2.tar.xz

New:

  kmplot-17.12.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.OuLWju/_old  2018-03-22 12:02:51.674527092 +0100
+++ /var/tmp/diff_new_pack.OuLWju/_new  2018-03-22 12:02:51.678526948 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.12.2.tar.xz -> kmplot-17.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.2/po/nb/kmplot.po 
new/kmplot-17.12.3/po/nb/kmplot.po
--- old/kmplot-17.12.2/po/nb/kmplot.po  2018-02-06 01:07:56.0 +0100
+++ new/kmplot-17.12.3/po/nb/kmplot.po  2018-03-06 01:11:49.0 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-03-14 08:02+0100\n"
+"POT-Creation-Date: 2017-10-17 03:37+0200\n"
 "PO-Revision-Date: 2011-07-13 09:47+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -549,7 +549,7 @@
 #. i18n: ectx: property (windowTitle), widget (QWidget, ParametersWidget)
 #: functioneditorwidget.ui:184 functioneditorwidget.ui:535
 #: functioneditorwidget.ui:640 functioneditorwidget.ui:714
-#: functioneditorwidget.ui:796 parameterswidget.ui:13 view.cpp:2429
+#: functioneditorwidget.ui:796 parameterswidget.ui:13 view.cpp:2392
 #, kde-format
 msgid "Parameters"
 msgstr "Parametre"
@@ -2983,37 +2983,37 @@
 msgid "<0>"
 msgstr "<0>"
 
-#: view.cpp:2422 view.cpp:2423
+#: view.cpp:2385 view.cpp:2386
 #, kde-format
 msgid "  to  "
 msgstr "  til  "
 
-#: view.cpp:2429
+#: view.cpp:2392
 #, kde-format
 msgid "Plotting Range"
 msgstr "Plotteområde"
 
-#: view.cpp:2429
+#: view.cpp:2392
 #, kde-format
 msgid "Axes Division"
 msgstr "Inndeling av akser"
 
-#: view.cpp:2430
+#: view.cpp:2393
 #, kde-format
 msgid "x-Axis:"
 msgstr "x-akse:"
 
-#: view.cpp:2431
+#: view.cpp:2394
 #, kde-format
 msgid "y-Axis:"
 msgstr "y-akse:"
 
-#: view.cpp:2434
+#: view.cpp:2397
 #, kde-format
 msgid "Functions:"
 msgstr "Funksjoner:"
 
-#: view.cpp:3517
+#: view.cpp:3480
 #, kde-format
 msgid "root"
 msgstr "rot"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.2/po/zh_CN/kmplot.po 
new/kmplot-17.12.3/po/zh_CN/kmplot.po
--- old/kmplot-17.12.2/po/zh_CN/kmplot.po   2018-02-06 01:07:56.0 
+0100
+++ new/kmplot-17.12.3/po/zh_CN/kmplot.po   2018-03-06 01:11:49.0 
+0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2018-02-04 20:35-0500\n"
+"PO-Revision-Date: 2018-02-28 02:29-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmplot for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-02-14 09:39:55

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Wed Feb 14 09:39:55 2018 rev:90 rq:575065 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2018-01-22 
16:14:28.533281295 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-02-14 
09:40:03.457105005 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:30 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kmplot-17.12.1.tar.xz

New:

  kmplot-17.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.ZYQBFQ/_old  2018-02-14 09:40:05.161042882 +0100
+++ /var/tmp/diff_new_pack.ZYQBFQ/_new  2018-02-14 09:40:05.161042882 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.12.1.tar.xz -> kmplot-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.1/po/ca/docs/kmplot/index.docbook 
new/kmplot-17.12.2/po/ca/docs/kmplot/index.docbook
--- old/kmplot-17.12.1/po/ca/docs/kmplot/index.docbook  2018-01-09 
01:54:52.0 +0100
+++ new/kmplot-17.12.2/po/ca/docs/kmplot/index.docbook  2018-02-06 
01:07:56.0 +0100
@@ -376,7 +376,7 @@
expressió és l'expressió a representar, en la sintaxi adequada per a &kmplot;. Veure 
. 
+> és l'expressió a representar, en la sintaxi adequada per a &kmplot;. Vegeu 
. 

 

@@ -387,7 +387,7 @@
Funcions paramètriques
Les funcions paramètriques són aquelles en què la coordenades «x» i «y» són 
definides per les funcions separades d'una altra variable, sovint anomenada 
«t». Per introduir una funció paramètrica en &kmplot;, seguiu el procediment 
que per a una funció cartesiana de cadascuna de les funcions «x» i «y». Igual 
que amb les funcions cartesianes, podreu utilitzar qualsevol nom de variable 
que vulgueu per al paràmetre.
+>Les funcions paramètriques són aquelles en què les coordenades «x» i «y» són 
definides per les funcions separades d'una altra variable, sovint anomenada 
«t». Per introduir una funció paramètrica en &kmplot;, seguiu el procediment 
que per a una funció cartesiana de cadascuna de les funcions «x» i «y». Igual 
que amb les funcions cartesianes, podreu utilitzar qualsevol nom de variable 
que vulgueu per al paràmetre.
Com a exemple, suposem que voleu dibuixar un cercle, el qual té com equacions 
 >paramètriques x = sin(t), y = cos(t). Després de crear un gràfic paramètric, 
 >introduïu les equacions adequades en els quadres «x» i «y», &ead;, f_x(t)=sin(t)Crea i seleccioneu Gràfic polar des de la llista. En el quadre de definició, completeu la definició de la 
funció, incloent el nom de la variable zeta que voleu utilitzar, &pex;, per 
dibuixar l'espiral d'Arquimedes r = &thgr;, introduïu:  des de la llista. En el quadre de definició, completeu la definició de la 
funció, incloent-hi el nom de la variable zeta que voleu utilitzar, &pex;, per 
dibuixar l'espiral d'Arquimedes r = &thgr;, introduïu: r(&thgr;) = &thgr;Funcions implícites
 
Una expressió implícita relaciona la coordenades «x» i «y» com una igualtat. 
Per a crear un cercle, per exemple, feu clic al botó Una expressió implícita relaciona les coordenades «x» i «y» com una igualtat. 
Per a crear un cercle, per exemple, feu clic al botó Crea i seleccioneu Gràfic implícitk és la derivada kth de y(x). &kmplot; només pot interpretar l'ordre derivada com el nombre de 
primes seguint al nom de la funció. Per a dibuixar una corba sinusoïdal, per 
exemple, s'utilitza l'equació diferencial  de y(x). &kmplot; només pot interpretar l'ordre derivada com el nombre de 
primes seguint al nom de la funció. Per a dibuixar una corba sinusoidal, per 
exemple, s'utilitza l'equació diferencial y'' = − y o f''(x) = −f. 
 
No obstant, una equació diferencial per si sola no és suficient per 
determinar un gràfic. Cada corba en el diagrama és generada per una combinació 
de l'equació diferencial i les condicions inicials. Podeu modificar les 
condicions inicials fent

commit kmplot for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2018-01-22 16:13:42

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Mon Jan 22 16:13:42 2018 rev:89 rq:564338 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-12-19 
10:54:35.816619129 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2018-01-22 
16:14:28.533281295 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:41:14 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.1.php
+- Changes since 17.12.0:
+  * None
+
+---

Old:

  kmplot-17.12.0.tar.xz

New:

  kmplot-17.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.nIq6WV/_old  2018-01-22 16:14:29.189250608 +0100
+++ /var/tmp/diff_new_pack.nIq6WV/_new  2018-01-22 16:14:29.189250608 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.12.0
+Version:17.12.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.12.0.tar.xz -> kmplot-17.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.0/po/ca/kmplot.po 
new/kmplot-17.12.1/po/ca/kmplot.po
--- old/kmplot-17.12.0/po/ca/kmplot.po  2017-12-08 01:29:00.0 +0100
+++ new/kmplot-17.12.1/po/ca/kmplot.po  2018-01-09 01:54:52.0 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2017-03-15 20:21+0100\n"
+"PO-Revision-Date: 2017-12-24 16:16+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -49,7 +49,7 @@
 #: constantseditor.ui:26 qparametereditor.ui:22
 #, kde-format
 msgid "The value must be a number (e.g. \"pi^2\")"
-msgstr "El valor ha de ser un nombre (p.ex. «pi^2»)"
+msgstr "El valor ha de ser un nombre (p. ex. «pi^2»)"
 
 #. i18n: ectx: property (text), widget (QLabel, valueInvalidLabel)
 #: constantseditor.ui:29 qparametereditor.ui:25
@@ -679,7 +679,7 @@
 #: functioneditorwidget.ui:328
 #, kde-format
 msgid "enter the initial y-point, eg 2 or pi"
-msgstr "introduïu el punt y inicial, p.ex. 2 o pi"
+msgstr "introduïu el punt y inicial, p. ex. 2 o pi"
 
 #. i18n: ectx: property (whatsThis), widget (EquationEdit, txtInitY)
 #: functioneditorwidget.ui:331
@@ -1847,7 +1847,7 @@
 #: maindlg.cpp:336
 #, kde-format
 msgid "Parametric Plot"
-msgstr "Gràfic paràmetric"
+msgstr "Gràfic paramètric"
 
 #: maindlg.cpp:342
 #, kde-format
@@ -1985,7 +1985,7 @@
 "Avís: La funció actual no té cap "
-"paràmetre, i per tan no pot ser animada."
+"paràmetre, i per tant, no pot ser animada."
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: parameteranimator.ui:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.12.0/po/ca@valencia/kmplot.po 
new/kmplot-17.12.1/po/ca@valencia/kmplot.po
--- old/kmplot-17.12.0/po/ca@valencia/kmplot.po 2017-12-08 01:29:00.0 
+0100
+++ new/kmplot-17.12.1/po/ca@valencia/kmplot.po 2018-01-09 01:54:52.0 
+0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:37+0200\n"
-"PO-Revision-Date: 2017-03-15 20:21+0100\n"
+"PO-Revision-Date: 2017-12-24 16:16+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
@@ -49,7 +49,7 @@
 #: constantseditor.ui:26 qparametereditor.ui:22
 #, kde-format
 msgid "The value must be a number (e.g. \"pi^2\")"
-msgstr "El valor ha de ser un nombre (p.ex. «pi^2»)"
+msgstr "El valor ha de ser un nombre (p. ex. «pi^2»)"
 
 #. i18n: ectx: property (text), widget (QLabel, valueInvalidLabel)
 #: constantseditor.ui:29 qparametereditor.ui:25
@@ -679,7 +679,7 @@
 #: functioneditorwidget.ui:328
 #, kde-format
 msgid "enter the initial y-point, eg 2 or pi"
-msgstr "introduïu el punt y inicial, p.ex. 2 o pi"
+msgstr "introduïu el punt y inicial, p. ex. 2 o pi"
 
 #. i18n: ectx: property (whatsThis), widget (EquationEdit, txtInitY)
 #: functioneditorwidget.ui:331
@@ -1847,7 +1847,7 @@
 #: maindlg.cpp:336
 #, kde-format
 msgid "Parametric Plot"
-msgstr "Gràfic paràmetric"
+msgstr "Gràfic paramètric"
 
 #: maindlg.cpp:342
 #, kde-format
@@ -1985,7 +1985,7 @@
 "Avís: La funció actual no té cap "
-"paràmetre, i per 

commit kmplot for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-12-19 10:54:33

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Tue Dec 19 10:54:33 2017 rev:88 rq:556221 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-11-17 
10:50:40.849196062 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-12-19 
10:54:35.816619129 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Port finite() -> std::isfinite()
+  * Add .arcconfig
+
+---

Old:

  kmplot-17.08.3.tar.xz

New:

  kmplot-17.12.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.1NzR0H/_old  2017-12-19 10:54:36.480587076 +0100
+++ /var/tmp/diff_new_pack.1NzR0H/_new  2017-12-19 10:54:36.480587076 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.08.3.tar.xz -> kmplot-17.12.0.tar.xz ++
 4276 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-11-17 10:48:31

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Fri Nov 17 10:48:31 2017 rev:87 rq:540911 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-10-23 
16:48:56.032922008 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-11-17 
10:50:40.849196062 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:11:56 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.3.php
+- Changes since 17.08.2:
+  * None
+
+---

Old:

  kmplot-17.08.2.tar.xz

New:

  kmplot-17.08.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Vogiau/_old  2017-11-17 10:50:42.033152728 +0100
+++ /var/tmp/diff_new_pack.Vogiau/_new  2017-11-17 10:50:42.037152581 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.2
+Version:17.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.08.2.tar.xz -> kmplot-17.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.2/po/gl/kmplot.po 
new/kmplot-17.08.3/po/gl/kmplot.po
--- old/kmplot-17.08.2/po/gl/kmplot.po  2017-10-10 02:04:50.0 +0200
+++ new/kmplot-17.08.3/po/gl/kmplot.po  2017-11-07 02:10:12.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-09-29 23:06+0100\n"
+"PO-Revision-Date: 2017-10-15 07:30+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -1927,7 +1927,7 @@
 "*.svg|Scalable Vector Graphics"
 msgstr ""
 "\n"
-"*.svg|Gráficos vectoriais escalábeis"
+"*.svg|SVG"
 
 #: maindlg.cpp:550
 #, kde-format
@@ -1961,8 +1961,8 @@
 "The function must have an additional variable as a parameter, e.g. f(x,k) "
 "would have k as its parameter"
 msgstr ""
-"A función debe ter unha variábel adicional como parámetro, por ex. f(x,k) "
-"debe ter k como parámetro"
+"A función debe ter unha variábel adicional como parámetro, p.ex. f(x,k) debe "
+"ter k como parámetro"
 
 #. i18n: ectx: property (text), widget (QLabel, warningLabel)
 #: parameteranimator.ui:29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.2/po/zh_CN/kmplot.po 
new/kmplot-17.08.3/po/zh_CN/kmplot.po
--- old/kmplot-17.08.2/po/zh_CN/kmplot.po   2017-10-10 02:04:51.0 
+0200
+++ new/kmplot-17.08.3/po/zh_CN/kmplot.po   2017-11-07 02:10:13.0 
+0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-09-30 17:51-0400\n"
+"PO-Revision-Date: 2017-10-19 10:53-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmplot for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-10-23 16:48:51

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Mon Oct 23 16:48:51 2017 rev:86 rq:534750 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-09-11 
16:21:51.760523970 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-10-23 
16:48:56.032922008 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmplot-17.08.1.tar.xz

New:

  kmplot-17.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.PMb6Gi/_old  2017-10-23 16:48:56.776887191 +0200
+++ /var/tmp/diff_new_pack.PMb6Gi/_new  2017-10-23 16:48:56.780887004 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.08.1.tar.xz -> kmplot-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/cs/kmplot.po 
new/kmplot-17.08.2/po/cs/kmplot.po
--- old/kmplot-17.08.1/po/cs/kmplot.po  2017-09-05 02:25:02.0 +0200
+++ new/kmplot-17.08.2/po/cs/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-03-15 12:28+0100\n"
+"PO-Revision-Date: 2017-09-12 11:44+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -1475,7 +1475,7 @@
 #: kmplot_shell.rc:17
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: kmplotio.cpp:321
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/fr/kmplot.po 
new/kmplot-17.08.2/po/fr/kmplot.po
--- old/kmplot-17.08.1/po/fr/kmplot.po  2017-09-05 02:25:03.0 +0200
+++ new/kmplot-17.08.2/po/fr/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -14,14 +14,15 @@
 # Anne-Marie Mahfouf , 2008.
 # Anne-Marie Mahfouf , 2010.
 # Sebastien Renard , 2013, 2015.
+# Vincent Pinon , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2015-03-01 16:50+0100\n"
-"Last-Translator: Sebastien Renard \n"
+"PO-Revision-Date: 2017-10-02 09:23+0100\n"
+"Last-Translator: Vincent Pinon \n"
 "Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +32,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1676,10 +1677,9 @@
 msgstr "KmPlot"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Mathematical function plotter for KDE"
+#, kde-format
 msgid "Mathematical function plotter by KDE"
-msgstr "Traceur de fonctions mathématiques pour KDE"
+msgstr "Traceur de fonctions mathématiques par KDE"
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/gl/kmplot.po 
new/kmplot-17.08.2/po/gl/kmplot.po
--- old/kmplot-17.08.1/po/gl/kmplot.po  2017-09-05 02:25:03.0 +0200
+++ new/kmplot-17.08.2/po/gl/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -4,14 +4,14 @@
 # Xosé , 2010, 2012.
 # Marce Villarino , 2012, 2014.
 # Adrián Chaves Fernández , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-06-10 18:27+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-29 23:06+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -1442,7 +1442,7 @@
 #: kmplot.kcfg:209
 #, kde-format
 msgid "Extra detail when tracing"
-msgstr "Detalles adicionais mentres debuxa"
+msgstr "Detalles adicionais mentres delinea"
 
 #. i18n: ectx: whatsthis, entry (DetailedTracing), group (General)
 #: kmplot.kcfg:210
@@ -1452,

commit kmplot for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-09-11 16:21:13

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Mon Sep 11 16:21:13 2017 rev:85 rq:522578 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-08-28 
15:07:49.391542143 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-09-11 
16:21:51.760523970 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kmplot-17.08.0.tar.xz

New:

  kmplot-17.08.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.p7cxiu/_old  2017-09-11 16:21:52.320445333 +0200
+++ /var/tmp/diff_new_pack.p7cxiu/_new  2017-09-11 16:21:52.320445333 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.08.0.tar.xz -> kmplot-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.0/po/zh_CN/kmplot.po 
new/kmplot-17.08.1/po/zh_CN/kmplot.po
--- old/kmplot-17.08.0/po/zh_CN/kmplot.po   2017-08-11 02:27:47.0 
+0200
+++ new/kmplot-17.08.1/po/zh_CN/kmplot.po   2017-09-05 02:25:03.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:20-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmplot for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-08-28 15:07:46

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Mon Aug 28 15:07:46 2017 rev:84 rq:516398 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-07-29 
08:58:23.826347240 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-08-28 
15:07:49.391542143 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:45:47 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Use Q_DECLARE_OVERRIDE 
+
+---
+Sat Aug  5 18:18:17 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+---

Old:

  kmplot-17.04.3.tar.xz

New:

  kmplot-17.08.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.28YdHZ/_old  2017-08-28 15:07:50.587373930 +0200
+++ /var/tmp/diff_new_pack.28YdHZ/_new  2017-08-28 15:07:50.619369429 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 Name:   kmplot
-Version:17.04.3
+Version:17.08.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -43,7 +44,9 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,18 +76,18 @@
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_plugindir}/kmplotpart.so
 %dir %{_kf5_appstreamdir}
+%dir %{_kf5_configkcfgdir}
+%doc %lang(en) %{_kf5_htmldir}/en/kmplot
+%{_kf5_applicationsdir}/org.kde.kmplot.desktop
 %{_kf5_appstreamdir}/org.kde.kmplot.appdata.xml
 %{_kf5_bindir}/kmplot
-%{_kf5_iconsdir}/hicolor/*/apps/kmplot.*
-%dir %{_kf5_configkcfgdir}
 %{_kf5_configkcfgdir}/kmplot.kcfg
-%{_kf5_applicationsdir}/org.kde.kmplot.desktop
+%{_kf5_dbusinterfacesdir}/org.kde.kmplot.*.xml
+%{_kf5_iconsdir}/hicolor/*/apps/kmplot.*
+%{_kf5_kxmlguidir}/kmplot/
+%{_kf5_plugindir}/kmplotpart.so
 %{_kf5_servicesdir}/kmplot_part.desktop
-%{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml
-%{_datadir}/kxmlgui5/kmplot/
-%{_kf5_htmldir}/en/kmplot
 %{_mandir}/*/kmplot.1%{ext_man}
 
 %if %{with lang}

++ kmplot-17.04.3.tar.xz -> kmplot-17.08.0.tar.xz ++
 4295 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2017-07-28 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-07-29 08:58:21

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Sat Jul 29 08:58:21 2017 rev:83 rq:510738 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-06-15 
11:22:16.592857586 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-07-29 
08:58:23.826347240 +0200
@@ -1,0 +2,10 @@
+Sat Jul 15 23:00:10 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * None
+
+---

Old:

  kmplot-17.04.2.tar.xz

New:

  kmplot-17.04.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.H7F9OD/_old  2017-07-29 08:58:24.542246096 +0200
+++ /var/tmp/diff_new_pack.H7F9OD/_new  2017-07-29 08:58:24.550244966 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.04.2
+Version:17.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ kmplot-17.04.2.tar.xz -> kmplot-17.04.3.tar.xz ++




commit kmplot for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-06-15 11:22:14

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Thu Jun 15 11:22:14 2017 rev:82 rq:502046 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-05-24 
16:48:35.725526566 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-06-15 
11:22:16.592857586 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  kmplot-17.04.1.tar.xz

New:

  kmplot-17.04.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.JN8pi6/_old  2017-06-15 11:22:17.384745801 +0200
+++ /var/tmp/diff_new_pack.JN8pi6/_new  2017-06-15 11:22:17.384745801 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ kmplot-17.04.1.tar.xz -> kmplot-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.1/po/en_GB/kmplot.po 
new/kmplot-17.04.2/po/en_GB/kmplot.po
--- old/kmplot-17.04.1/po/en_GB/kmplot.po   2017-05-09 02:13:06.0 
+0200
+++ new/kmplot-17.04.2/po/en_GB/kmplot.po   2017-06-06 02:10:04.0 
+0200
@@ -3,15 +3,15 @@
 #
 # Malcolm Hunter , 2003, 2004, 2005.
 # Andrew Coles , 2004, 2005, 2009, 2010, 2015.
-# Steve Allewell , 2016.
+# Steve Allewell , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2016-09-18 13:14+\n"
+"PO-Revision-Date: 2017-05-21 17:39+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: English \n"
+"Language-Team: English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1654,10 +1654,9 @@
 msgstr "KmPlot"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Mathematical function plotter for KDE"
+#, kde-format
 msgid "Mathematical function plotter by KDE"
-msgstr "Mathematical function plotter for KDE"
+msgstr "Mathematical function plotter by KDE"
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.1/po/he/kmplot.po 
new/kmplot-17.04.2/po/he/kmplot.po
--- old/kmplot-17.04.1/po/he/kmplot.po  2017-05-09 02:13:07.0 +0200
+++ new/kmplot-17.04.2/po/he/kmplot.po  2017-06-06 02:10:04.0 +0200
@@ -15,20 +15,20 @@
 # Israel Berger , 2005.
 # Diego Iastrubni , 2005.
 # tahmar1900 , 2006.
-#
+# Elkana Bardugo , 2017. #zanata
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2006-10-12 21:31+0200\n"
-"Last-Translator: tahmar1900 \n"
+"PO-Revision-Date: 2017-05-16 06:59-0400\n"
+"Last-Translator: Copied by Zanata \n"
 "Language-Team: hebrew \n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
+"X-Generator: Zanata 3.9.6\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -43,7 +43,6 @@
 
 #: calculator.cpp:42 maindlg.cpp:300
 #, fuzzy, kde-format
-#| msgid "&Calculate"
 msgid "Calculator"
 msgstr "&חשב"
 
@@ -453,7 +452,6 @@
 
 #: functioneditor.cpp:58
 #, fuzzy, kde-format
-#| msgid "Functions:"
 msgid "Functions"
 msgstr "פונקציות:"
 
@@ -498,7 +496,6 @@
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, cartesianCustomMin)
 #: functioneditorwidget.ui:132 functioneditorwidget.ui:145
 #, fuzzy, kde-format
-#| msgid "Check this button and enter the plot range boundarys below."
 msgid "Check this button and enter the plot range boundaries below."
 msgstr "לחץ על כפתור זה והכנס את גבולות השרטוט למטה."
 
@@ -635,7 +632,6 @@
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, showIntegral)
 #: functioneditorwidget.ui:270
 #, fuzzy, kde-format
-#| msgid "If this box is checked, the first derivative will be plotted, too."
 msgid "If this box is checked, the integral will be plotted, too."
 msgstr "אם תיבה זו מסומנת תשורטט גם הנגזרת הראשונה."
 
@@ -800,9 +796,6 @@
 #. i18n: ectx: property (whatsThis), widget (Equati

commit kmplot for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-05-24 16:48:32

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Wed May 24 16:48:32 2017 rev:81 rq:495976 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-05-16 
14:36:15.630113041 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-05-24 
16:48:35.725526566 +0200
@@ -1,0 +2,10 @@
+Wed May 17 20:36:35 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * None
+
+---

Old:

  kmplot-17.04.0.tar.xz

New:

  kmplot-17.04.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.8pKaaV/_old  2017-05-24 16:48:36.369435887 +0200
+++ /var/tmp/diff_new_pack.8pKaaV/_new  2017-05-24 16:48:36.373435324 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.04.0
+Version:17.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ kmplot-17.04.0.tar.xz -> kmplot-17.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.0/po/nb/kmplot.po 
new/kmplot-17.04.1/po/nb/kmplot.po
--- old/kmplot-17.04.0/po/nb/kmplot.po  2017-04-14 02:07:28.0 +0200
+++ new/kmplot-17.04.1/po/nb/kmplot.po  2017-05-09 02:13:07.0 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-12-05 02:47+0100\n"
+"POT-Creation-Date: 2017-03-14 08:02+0100\n"
 "PO-Revision-Date: 2011-07-13 09:47+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -1662,8 +1662,8 @@
 
 #: main.cpp:53
 #, kde-format
-msgid "Mathematical function plotter for KDE"
-msgstr "Matematisk funksjonsplotter for KDE"
+msgid "Mathematical function plotter by KDE"
+msgstr ""
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.0/po/nn/kmplot.po 
new/kmplot-17.04.1/po/nn/kmplot.po
--- old/kmplot-17.04.0/po/nn/kmplot.po  2017-04-14 02:07:28.0 +0200
+++ new/kmplot-17.04.1/po/nn/kmplot.po  2017-05-09 02:13:07.0 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-12-05 02:47+0100\n"
+"POT-Creation-Date: 2017-03-14 08:02+0100\n"
 "PO-Revision-Date: 2011-07-06 19:28+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -1652,8 +1652,8 @@
 
 #: main.cpp:53
 #, kde-format
-msgid "Mathematical function plotter for KDE"
-msgstr "KmPlot er eit matematisk plotteverktøy for skrivebordsmiljøet KDE"
+msgid "Mathematical function plotter by KDE"
+msgstr ""
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.0/po/pl/kmplot.po 
new/kmplot-17.04.1/po/pl/kmplot.po
--- old/kmplot-17.04.0/po/pl/kmplot.po  2017-04-14 02:07:28.0 +0200
+++ new/kmplot-17.04.1/po/pl/kmplot.po  2017-05-09 02:13:07.0 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-03-04 06:24+0100\n"
+"PO-Revision-Date: 2017-04-22 06:49+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -25,12 +25,12 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Mikołaj Machowski (aktualny tłumacz), Szymon Janc"
+msgstr "Mikołaj Machowski, Szymon Janc, Łukasz Wojniłowicz"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "mikm...@wp.pl, szy...@janc.int.pl"
+msgstr "mikm...@wp.pl, szy...@janc.int.pl, lukasz.wojnilow...@gmail.com"
 
 #: calculator.cpp:42 maindlg.cpp:300
 #, kde-format
@@ -1652,10 +1652,9 @@
 msgstr "KmPlot"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Mathematical function plotter for KDE"
+#, kde-format
 msgid "Mathematical function plotter by KDE"
-msgstr "Program rysujący wykresy funkcji przeznaczony dla KDE"
+msgstr "Program rysujący wykresy funkcji przeznaczony w ramach KDE"
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.04.0/po/sk/kmplot.po 

commit kmplot for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-05-16 14:36:10

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Tue May 16 14:36:10 2017 rev:80 rq:490447 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-03-16 
09:39:49.357302308 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-05-16 
14:36:15.630113041 +0200
@@ -1,0 +2,30 @@
+Sun Apr 16 10:45:05 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+---
+Wed Apr 12 20:25:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * None
+
+---
+Sat Mar 25 23:10:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Fix terminology: "by KDE", not "for KDE"
+
+---

Old:

  kmplot-16.12.3.tar.xz

New:

  kmplot-17.04.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.sLUEXc/_old  2017-05-16 14:36:16.290020328 +0200
+++ /var/tmp/diff_new_pack.sLUEXc/_new  2017-05-16 14:36:16.290020328 +0200
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:   kmplot
-Version:16.12.3
+Version:17.04.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -42,11 +43,16 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mathematical function plotter for KDE.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -59,6 +65,10 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+%find_lang %{name} --with-man --all-name
+%kf5_find_htmldocs
+  %endif
 
 %files
 %defattr(-,root,root)
@@ -77,4 +87,9 @@
 %{_kf5_htmldir}/en/kmplot
 %{_mandir}/*/kmplot.1%{ext_man}
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++ kmplot-16.12.3.tar.xz -> kmplot-17.04.0.tar.xz ++
 220298 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-03-16 09:38:55

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Thu Mar 16 09:38:55 2017 rev:79 rq:478203 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-02-16 
16:56:16.490352249 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-03-16 
09:39:49.357302308 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 12:39:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * None
+
+---

Old:

  kmplot-16.12.2.tar.xz

New:

  kmplot-16.12.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.tFq4Gd/_old  2017-03-16 09:39:50.029207170 +0100
+++ /var/tmp/diff_new_pack.tFq4Gd/_new  2017-03-16 09:39:50.033206603 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   kmplot
-Version:16.12.2
+Version:16.12.3
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.12.2.tar.xz -> kmplot-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.12.2/org.kde.kmplot.appdata.xml 
new/kmplot-16.12.3/org.kde.kmplot.appdata.xml
--- old/kmplot-16.12.2/org.kde.kmplot.appdata.xml   2016-12-04 
14:11:11.0 +0100
+++ new/kmplot-16.12.3/org.kde.kmplot.appdata.xml   2017-02-23 
07:15:24.0 +0100
@@ -69,7 +69,7 @@
 KmPlot ye un programa pa trazar funciones gráfiques, les 
sos integrales o derivaes. Les gráfiques puen coloriase y la vista ye mui 
configurable, escalable y pue facése-y zoom. El programa tien como 
carauterística un analizador matemáticu potente, tribes distintes de trazáu 
(cartesianu, paramétricu, polar, implícitu, diferencial), y apurre ferramientes 
matemátiques simples como l'alcuentru del máximu/mínimu d'una función. La 
parametrización pue visualizase axustando'l parámetru de la variable pente 
l'eslizador. Los trazaos pue esportase como semeyes en formatu mapes de bits 
(BMP, PNG) y pue imprentase.
 KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
 El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
-El KmPlot és un programa per traçar gràfics o 
funcions, les seues integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
+El KmPlot és un programa per traçar gràfics o 
funcions, les seues integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent anali

commit kmplot for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-02-16 16:56:15

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-01-18 
21:51:47.667818459 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-02-16 
16:56:16.490352249 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 07:02:01 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+---

Old:

  kmplot-16.12.1.tar.xz

New:

  kmplot-16.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.9JX7lo/_old  2017-02-16 16:56:16.954286383 +0100
+++ /var/tmp/diff_new_pack.9JX7lo/_new  2017-02-16 16:56:16.958285816 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   kmplot
-Version:16.12.1
+Version:16.12.2
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.12.1.tar.xz -> kmplot-16.12.2.tar.xz ++




commit kmplot for openSUSE:Factory

2017-01-18 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-01-18 21:51:46

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-12-17 
10:45:16.353427196 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-01-18 
21:51:47.667818459 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:59:12 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+---

Old:

  kmplot-16.12.0.tar.xz

New:

  kmplot-16.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.OTCVTN/_old  2017-01-18 21:51:48.323725679 +0100
+++ /var/tmp/diff_new_pack.OTCVTN/_new  2017-01-18 21:51:48.327725113 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   kmplot
-Version:16.12.0
+Version:16.12.1
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.12.0.tar.xz -> kmplot-16.12.1.tar.xz ++




commit kmplot for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-11-13 22:57:03

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-10-19 
13:10:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-11-13 
22:57:06.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:20:34 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+---

Old:

  kmplot-16.08.2.tar.xz

New:

  kmplot-16.08.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.j9RjCu/_old  2016-11-13 22:57:07.0 +0100
+++ /var/tmp/diff_new_pack.j9RjCu/_new  2016-11-13 22:57:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.08.2
+Version:16.08.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.08.2.tar.xz -> kmplot-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.08.2/org.kde.kmplot.appdata.xml 
new/kmplot-16.08.3/org.kde.kmplot.appdata.xml
--- old/kmplot-16.08.2/org.kde.kmplot.appdata.xml   2016-09-06 
00:32:11.0 +0200
+++ new/kmplot-16.08.3/org.kde.kmplot.appdata.xml   2016-10-16 
12:42:18.0 +0200
@@ -21,6 +21,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -50,6 +51,7 @@
   수학 함수 플로터
   Mathemaatsch Bagenschriever
   Wiskundige functieplotter
+  Plotteprogram for matematiske funksjonar
   Program rysujący funkcje matematyczne
   Desenho de Funções Matemáticas
   Desenho de funções matemáticas




commit kmplot for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-10-19 13:10:38

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-09-24 
15:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-10-19 
13:10:42.0 +0200
@@ -1,0 +2,12 @@
+Wed Oct 12 14:13:31 UTC 2016 - wba...@tmo.at
+
+- Modifying the appdata file is not necessary any more, the desktop
+  ID has been fixed upstream
+
+---
+Tue Oct 11 20:59:49 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  kmplot-16.08.1.tar.xz

New:

  kmplot-16.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.N6Fo7m/_old  2016-10-19 13:10:43.0 +0200
+++ /var/tmp/diff_new_pack.N6Fo7m/_new  2016-10-19 13:10:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -56,10 +56,6 @@
 %install
   %kf5_makeinstall -C build
 
-# Fixup the content of the appdata file
-sed -i "s|kmplot.desktop|org.kde.kmplot.desktop|" \
-  %{buildroot}%{_datadir}/appdata/org.kde.kmplot.appdata.xml
-
 %files
 %defattr(-,root,root)
 %doc COPYING*

++ kmplot-16.08.1.tar.xz -> kmplot-16.08.2.tar.xz ++




commit kmplot for openSUSE:Factory

2016-09-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-09-24 15:25:42

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-08-31 
00:07:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-09-24 
15:25:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:29:32 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.1
+   * KDE Applications 16.08.1
+   * https://www.kde.org/announcements/announce-applications-16.08.1.php
+
+
+---

Old:

  kmplot-16.08.0.tar.xz

New:

  kmplot-16.08.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.TSFXLv/_old  2016-09-24 15:25:45.0 +0200
+++ /var/tmp/diff_new_pack.TSFXLv/_new  2016-09-24 15:25:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.08.0
+Version:16.08.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.08.0.tar.xz -> kmplot-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.08.0/org.kde.kmplot.appdata.xml 
new/kmplot-16.08.1/org.kde.kmplot.appdata.xml
--- old/kmplot-16.08.0/org.kde.kmplot.appdata.xml   2016-06-25 
17:41:37.0 +0200
+++ new/kmplot-16.08.1/org.kde.kmplot.appdata.xml   2016-09-06 
00:32:11.0 +0200
@@ -1,6 +1,6 @@
 
 
-  kmplot.desktop
+  org.kde.kmplot.desktop
   CC0-1.0
   GPL-2.0+
   KmPlot




commit kmplot for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-08-31 00:07:57

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-07-24 
19:47:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-08-31 
00:07:59.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:20:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+---
+Mon Aug  8 15:14:54 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+---

Old:

  kmplot-16.04.3.tar.xz

New:

  kmplot-16.08.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.baBU9i/_old  2016-08-31 00:08:00.0 +0200
+++ /var/tmp/diff_new_pack.baBU9i/_new  2016-08-31 00:08:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.04.3
+Version:16.08.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.04.3.tar.xz -> kmplot-16.08.0.tar.xz ++
 4007 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-07-24 19:47:07

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-06-25 
02:02:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-07-24 
19:47:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  8 00:05:56 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.3
+   * KDE Applications 16.04.3
+   * https://www.kde.org/announcements/announce-applications-16.04.3.php
+
+
+---

Old:

  kmplot-16.04.2.tar.xz

New:

  kmplot-16.04.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.af6DIa/_old  2016-07-24 19:47:24.0 +0200
+++ /var/tmp/diff_new_pack.af6DIa/_new  2016-07-24 19:47:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.04.2
+Version:16.04.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.04.2.tar.xz -> kmplot-16.04.3.tar.xz ++




commit kmplot for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-06-25 02:02:22

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-05-29 
03:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-06-25 
02:02:24.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:56 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmplot-16.04.1.tar.xz

New:

  kmplot-16.04.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.wsZ4G4/_old  2016-06-25 02:02:25.0 +0200
+++ /var/tmp/diff_new_pack.wsZ4G4/_new  2016-06-25 02:02:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-16.04.1.tar.xz -> kmplot-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.04.1/CMakeLists.txt 
new/kmplot-16.04.2/CMakeLists.txt
--- old/kmplot-16.04.1/CMakeLists.txt   2016-04-16 21:02:08.0 +0200
+++ new/kmplot-16.04.2/CMakeLists.txt   2016-05-27 10:18:14.0 +0200
@@ -22,6 +22,7 @@
 WidgetsAddons
 DocTools
 KDELibs4Support
+DBusAddons
 )
 
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.04.1/kmplot/CMakeLists.txt 
new/kmplot-16.04.2/kmplot/CMakeLists.txt
--- old/kmplot-16.04.1/kmplot/CMakeLists.txt2016-04-16 21:02:08.0 
+0200
+++ new/kmplot-16.04.2/kmplot/CMakeLists.txt2016-05-27 10:18:14.0 
+0200
@@ -78,7 +78,7 @@
 
 add_executable(kmplot ${kmplot_SRCS})
 
-target_link_libraries(kmplot KF5::Crash KF5::KDELibs4Support KF5::Parts)
+target_link_libraries(kmplot KF5::Crash KF5::KDELibs4Support KF5::Parts 
KF5::DBusAddons)
 
 install(TARGETS kmplot  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-16.04.1/kmplot/main.cpp 
new/kmplot-16.04.2/kmplot/main.cpp
--- old/kmplot-16.04.1/kmplot/main.cpp  2016-04-16 21:02:08.0 +0200
+++ new/kmplot-16.04.2/kmplot/main.cpp  2016-05-27 10:18:14.0 +0200
@@ -38,6 +38,7 @@
 #include 
 #include 
 #include 
+#include 
 
 int main( int argc, char **argv )
 {
@@ -73,7 +74,7 @@
aboutData.setupCommandLine(&parser);
parser.process(qapp);
aboutData.processCommandLine(&parser);
-
+   KDBusService service;
new KmPlot( parser );
return qapp.exec();
 }




commit kmplot for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-05-29 03:11:00

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-03-29 
09:58:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-05-29 
03:11:01.0 +0200
@@ -1,0 +2,29 @@
+Thu May 12 13:58:54 UTC 2016 - dims...@opensuse.org
+
+- Fix the desktop ID referenced in org.kde.kmplot.appdata.xml.
+
+---
+Sat May  7 10:33:33 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+---
+Sun Apr 17 06:08:53 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+---
+Mon Apr 11 06:45:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+---

Old:

  kmplot-15.12.3.tar.xz

New:

  kmplot-16.04.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.1yNtqf/_old  2016-05-29 03:11:02.0 +0200
+++ /var/tmp/diff_new_pack.1yNtqf/_new  2016-05-29 03:11:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.12.3
+Version:16.04.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -56,6 +56,10 @@
 %install
   %kf5_makeinstall -C build
 
+# Fixup the content of the appdata file
+sed -i "s|kmplot.desktop|org.kde.kmplot.desktop|" \
+  %{buildroot}%{_datadir}/appdata/org.kde.kmplot.appdata.xml
+
 %files
 %defattr(-,root,root)
 %doc COPYING*

++ kmplot-15.12.3.tar.xz -> kmplot-16.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.3/CMakeLists.txt 
new/kmplot-16.04.1/CMakeLists.txt
--- old/kmplot-15.12.3/CMakeLists.txt   2016-01-09 00:07:13.0 +0100
+++ new/kmplot-16.04.1/CMakeLists.txt   2016-04-16 21:02:08.0 +0200
@@ -10,11 +10,12 @@
 include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDECMakeSettings)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Svg 
Widgets PrintSupport)
 
 find_package (KF5 REQUIRED
+Crash
 GuiAddons
 I18n
 Parts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.3/kmplot/CMakeLists.txt 
new/kmplot-16.04.1/kmplot/CMakeLists.txt
--- old/kmplot-15.12.3/kmplot/CMakeLists.txt2016-01-09 00:07:13.0 
+0100
+++ new/kmplot-16.04.1/kmplot/CMakeLists.txt2016-04-16 21:02:08.0 
+0200
@@ -78,7 +78,7 @@
 
 add_executable(kmplot ${kmplot_SRCS})
 
-target_link_libraries(kmplot  KF5::KDELibs4Support KF5::Parts)
+target_link_libraries(kmplot KF5::Crash KF5::KDELibs4Support KF5::Parts)
 
 install(TARGETS kmplot  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.3/kmplot/initialconditionseditor.cpp 
new/kmplot-16.04.1/kmplot/initialconditionseditor.cpp
--- old/kmplot-15.12.3/kmplot/initialconditionseditor.cpp   2016-01-09 
00:07:13.0 +0100
+++ new/kmplot-16.04.1/kmplot/initialconditionseditor.cpp   2016-04-16 
21:02:08.0 +0200
@@ -207,8 +207,8 @@
 {
setSelectionMode( QAbstractItemView::ExtendedSelection );
setSelectionBehavior( QAbstractItemView::SelectRows );
-   horizontalHeader()->setResizeMode( QHeaderView::Stretch );
-   horizontalHeader()->setClickable( false );
+   horizontalHeader()->setSectionResizeMode( QHeaderView::Stretch );
+   horizontalHeader()->setSectionsClickable( false );
verticalHeader()->hide();
 }
 //END class InitialConditionsView
@@ -287,13 +287,16 @@
 
 void InitialConditionsEditor::setOrder( int order )
 {
+   m_model->beginResetModel();
m_states.setOrder( order );
-   m_model->reset();
+   m_model->endResetModel();
 }
 
 
 void InitialConditionsEditor::init( Function * function )
 {
+   m_model->beginResetModel();
+
if ( function )
 

commit kmplot for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-03-29 09:58:48

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-02-23 
16:56:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-03-29 
09:58:50.0 +0200
@@ -1,0 +2,9 @@
+Sun Mar 13 15:47:35 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.3
+   * KDE Applications 15.12.3 
+   * https://www.kde.org/announcements/announce-applications-15.12.3.php
+   * boo#970855
+
+
+---

Old:

  kmplot-15.12.2.tar.xz

New:

  kmplot-15.12.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.2Wg5Bx/_old  2016-03-29 09:58:51.0 +0200
+++ /var/tmp/diff_new_pack.2Wg5Bx/_new  2016-03-29 09:58:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.12.2
+Version:15.12.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.12.2.tar.xz -> kmplot-15.12.3.tar.xz ++




commit kmplot for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-02-23 16:56:15

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-01-23 
01:08:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-02-23 
16:56:23.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:15:05 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+---

Old:

  kmplot-15.12.1.tar.xz

New:

  kmplot-15.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Bcom85/_old  2016-02-23 16:56:24.0 +0100
+++ /var/tmp/diff_new_pack.Bcom85/_new  2016-02-23 16:56:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.12.1
+Version:15.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.12.1.tar.xz -> kmplot-15.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.1/kmplot/main.cpp 
new/kmplot-15.12.2/kmplot/main.cpp
--- old/kmplot-15.12.1/kmplot/main.cpp  2015-12-29 13:35:56.0 +0100
+++ new/kmplot-15.12.2/kmplot/main.cpp  2016-01-09 00:07:13.0 +0100
@@ -41,6 +41,9 @@
 int main( int argc, char **argv )
 {
QApplication qapp(argc, argv);
+
+   KLocalizedString::setApplicationDomain("kmplot");
+
KAboutData aboutData(
"kmplot",
i18n( "KmPlot" ),




commit kmplot for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-01-23 01:08:18

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2016-01-10 
13:05:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-01-23 
01:08:19.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:24:10 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  kmplot-15.12.0.tar.xz

New:

  kmplot-15.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.qB4lXl/_old  2016-01-23 01:08:20.0 +0100
+++ /var/tmp/diff_new_pack.qB4lXl/_new  2016-01-23 01:08:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.12.0
+Version:15.12.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -61,7 +61,7 @@
 %doc COPYING*
 %{_kf5_plugindir}/kmplotpart.so
 %dir %{_datadir}/appdata/
-%{_datadir}/appdata/kmplot.appdata.xml
+%{_datadir}/appdata/org.kde.kmplot.appdata.xml
 %{_kf5_bindir}/kmplot
 %{_kf5_iconsdir}/hicolor/*/apps/kmplot.*
 %dir %{_kf5_configkcfgdir}

++ kmplot-15.12.0.tar.xz -> kmplot-15.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.0/CMakeLists.txt 
new/kmplot-15.12.1/CMakeLists.txt
--- old/kmplot-15.12.0/CMakeLists.txt   2015-11-04 15:26:59.0 +0100
+++ new/kmplot-15.12.1/CMakeLists.txt   2015-12-29 13:35:56.0 +0100
@@ -33,5 +33,5 @@
 add_subdirectory( kmplot )
 add_subdirectory( icons )
 
-install(FILES kmplot.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES org.kde.kmplot.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.12.0/kmplot.appdata.xml 
new/kmplot-15.12.1/kmplot.appdata.xml
--- old/kmplot-15.12.0/kmplot.appdata.xml   2015-11-04 15:26:59.0 
+0100
+++ new/kmplot-15.12.1/kmplot.appdata.xml   1970-01-01 01:00:00.0 
+0100
@@ -1,104 +0,0 @@
-
-
-  kmplot.desktop
-  CC0-1.0
-  GPL-2.0+
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  KmPlot
-  Kmplot
-  KmPlot
-  KmPlot
-  xxKmPlotxx
-  KmPlot
-  數學_KmPlot
-  Mathematical Function Plotter
-  Trazador de funciones matemátiques
-  Crtač matematičkih funkcija
-  Traçador de funcions matemàtiques
-  Traçador de funcions matemàtiques
-  Matematický souřadnicový zapisovač funkcí
-  Mathematischer Funktionsplotter
-  Mathematical Function Plotter
-  Trazador de funciones matemáticas
-  Matemaatiliste funktsioonide joonistaja
-  Matemaattisten funktioiden piirturi
-  Traceur de fonction mathématique
-  Representación gráfica de funcións
-  Disegnatore di funzioni matematiche
-  수학 함수 플로터
-  Mathemaatsch Bagenschriever
-  Plotprogramma voor wiskundige functies
-  Program rysujący funkcje matematyczne
-  Desenho de Funções Matemáticas
-  Desenho de funções matemáticas
-  Программа построения графиков
-  Kreslenie matematických funkcií
-  Izrisovalnik matematičnih funkcij
-  Matematisk funktionsritare
-  Matematiksel Fonksiyon Çizici
-  Графобудівник математичних функцій
-  xxMathematical Function Plotterxx
-  数学函数绘图器
-  函數繪圖程式
-  
-KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
-KmPlot ye un programa pa trazar funciones gráfiques, les 
sos integrales o derivaes. Les gráfiques puen coloriase y la vista ye mui 
configurable, escalable y pue facése-y zoom. El programa tien como 
carauterística un analizador matemáticu potente, tribes distintes de trazáu 
(cartes

commit kmplot for openSUSE:Factory

2016-01-10 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2016-01-10 13:05:38

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-11-15 
12:37:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2016-01-10 
13:05:47.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:22:59 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+---

Old:

  kmplot-15.08.3.tar.xz

New:

  kmplot-15.12.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.UQFXU5/_old  2016-01-10 13:05:48.0 +0100
+++ /var/tmp/diff_new_pack.UQFXU5/_new  2016-01-10 13:05:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.08.3
+Version:15.12.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.08.3.tar.xz -> kmplot-15.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/CMakeLists.txt 
new/kmplot-15.12.0/CMakeLists.txt
--- old/kmplot-15.08.3/CMakeLists.txt   2015-11-04 19:34:52.0 +0100
+++ new/kmplot-15.12.0/CMakeLists.txt   2015-11-04 15:26:59.0 +0100
@@ -7,6 +7,7 @@
 
 include(CheckIncludeFiles)
 include(KDEInstallDirs)
+include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDECMakeSettings)
 include(KDECompilerSettings)
@@ -16,9 +17,10 @@
 find_package (KF5 REQUIRED
 GuiAddons
 I18n
-KDELibs4Support
 Parts
 WidgetsAddons
+DocTools
+KDELibs4Support
 )
 
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/CMakeLists.txt 
new/kmplot-15.12.0/kmplot/CMakeLists.txt
--- old/kmplot-15.08.3/kmplot/CMakeLists.txt2015-11-04 19:34:52.0 
+0100
+++ new/kmplot-15.12.0/kmplot/CMakeLists.txt2015-11-04 15:26:59.0 
+0100
@@ -73,8 +73,8 @@
 # FIXME: it's wrong, but otherwise it does not compile
 kconfig_add_kcfg_files(kmplot_SRCS settings.kcfgc )
 
-#kde4_add_app_icon(kmplot_SRCS "${KDE4_ICON_DIR}/oxygen/*/apps/kmplot.png")
-kde4_add_app_icon(kmplot_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-apps-kmplot.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/*-apps-kmplot.png")
+ecm_add_app_icon(kmplot_SRCS ICONS ${ICONS_SRCS})
 
 add_executable(kmplot ${kmplot_SRCS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/equationedit.h 
new/kmplot-15.12.0/kmplot/equationedit.h
--- old/kmplot-15.08.3/kmplot/equationedit.h2015-11-04 19:34:52.0 
+0100
+++ new/kmplot-15.12.0/kmplot/equationedit.h2015-11-04 15:26:59.0 
+0100
@@ -27,9 +27,8 @@
 
 #include "function.h"
 
-#include 
-
 #include 
+#include 
 
 class Equation;
 class EquationEdit;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/kmplot.cpp 
new/kmplot-15.12.0/kmplot/kmplot.cpp
--- old/kmplot-15.08.3/kmplot/kmplot.cpp2015-11-04 19:34:52.0 
+0100
+++ new/kmplot-15.12.0/kmplot/kmplot.cpp2015-11-04 15:26:59.0 
+0100
@@ -24,7 +24,6 @@
 
 #include "kmplot.h"
 
-#include 
 #include 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/kmplot.h 
new/kmplot-15.12.0/kmplot/kmplot.h
--- old/kmplot-15.08.3/kmplot/kmplot.h  2015-11-04 19:34:52.0 +0100
+++ new/kmplot-15.12.0/kmplot/kmplot.h  2015-11-04 15:26:59.0 +0100
@@ -25,7 +25,6 @@
 #ifndef KMPLOT_H_
 #define KMPLOT_H_
 
-#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/maindlg.cpp 
new/kmplot-15.12.0/kmplot/maindlg.cpp
--- old/kmplot-15.08.3/kmplot/maindlg.cpp   2015-11-04 19:34:52.0 
+0100
+++ new/kmplot-15.12.0/kmplot/maindlg.cpp   2015-11-04 15:26:59.0 
+0100
@@ -40,6 +40,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.3/kmplot/maindlg.h 
new/kmplot-15.12.0/kmplot/maindlg.h
--- old/kmplot-15.08.3/kmplot/maindlg.h 2015-11-04 19:34:

commit kmplot for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-11-15 12:37:47

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-10-24 
10:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-11-15 
12:37:48.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 20:12:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.3
+   * KDE Applications 15.08.3 
+   * https://www.kde.org/announcements/announce-applications-15.08.3.php
+   * boo#954531
+
+
+---

Old:

  kmplot-15.08.2.tar.xz

New:

  kmplot-15.08.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.u2PLJx/_old  2015-11-15 12:37:49.0 +0100
+++ /var/tmp/diff_new_pack.u2PLJx/_new  2015-11-15 12:37:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.08.2
+Version:15.08.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.08.2.tar.xz -> kmplot-15.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.2/kmplot.appdata.xml 
new/kmplot-15.08.3/kmplot.appdata.xml
--- old/kmplot-15.08.2/kmplot.appdata.xml   2015-09-22 15:28:57.0 
+0200
+++ new/kmplot-15.08.3/kmplot.appdata.xml   2015-11-04 19:34:52.0 
+0100
@@ -7,6 +7,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -36,6 +37,7 @@
   Trazador de funciones matemátiques
   Crtač matematičkih funkcija
   Traçador de funcions matemàtiques
+  Traçador de funcions matemàtiques
   Matematický souřadnicový zapisovač funkcí
   Mathematischer Funktionsplotter
   Mathematical Function Plotter
@@ -65,6 +67,7 @@
 KmPlot ye un programa pa trazar funciones gráfiques, les 
sos integrales o derivaes. Les gráfiques puen coloriase y la vista ye mui 
configurable, escalable y pue facése-y zoom. El programa tien como 
carauterística un analizador matemáticu potente, tribes distintes de trazáu 
(cartesianu, paramétricu, polar, implícitu, diferencial), y apurre ferramientes 
matemátiques simples como l'alcuentru del máximu/mínimu d'una función. La 
parametrización pue visualizase axustando'l parámetru de la variable pente 
l'eslizador. Los trazaos pue esportase como semeyes en formatu mapes de bits 
(BMP, PNG) y pue imprentase.
 KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
 El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
+El KmPlot és un programa per traçar gràfics o 
funcions, les seues integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
 KmPlot is a program to plot graphs of functions, their 
integrals or derivatives. The graphs can be colourised and the view is highly 
configurable, is scalable, and can be zoomed. The program features a powerful 
mathematical parser, different plot 

commit kmplot for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-10-24 10:26:47

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-10-03 
20:22:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-10-24 
10:26:58.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:35:07 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---

Old:

  kmplot-15.08.1.tar.xz

New:

  kmplot-15.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.XX3Su7/_old  2015-10-24 10:26:59.0 +0200
+++ /var/tmp/diff_new_pack.XX3Su7/_new  2015-10-24 10:26:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.08.1
+Version:15.08.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.08.1.tar.xz -> kmplot-15.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.08.1/kmplot.appdata.xml 
new/kmplot-15.08.2/kmplot.appdata.xml
--- old/kmplot-15.08.1/kmplot.appdata.xml   2015-08-10 13:16:39.0 
+0200
+++ new/kmplot-15.08.2/kmplot.appdata.xml   2015-09-22 15:28:57.0 
+0200
@@ -69,7 +69,7 @@
 KmPlot es un programa para dibujar gráficas de funciones, 
sus integrales o sus derivadas. Las gráficas pueden tener color y contienen 
muchas opciones de configuración, son escalables y se pueden ampliar. El 
programa contiene un potente analizador matemático, diferentes tipos de 
gráficas (cartesiana, paramétrica, polar, implícita, diferencial) y proporciona 
sencillas herramientas matemáticas, como la que calcula el máximo o el mínimo 
de una función. Las funciones con parámetros se pueden visualizar ajustando los 
parámetros variables usando un deslizador. Las gráficas se pueden exportar como 
imágenes en formato de mapa de bits (BMP o PNG) y también se pueden 
imprimir.
 KmPlot on matemaatiliste funktsioonide, nende 
integraalide ja tuletiste graafikute joonistamise rakendus. Graafikuid saab 
esitada värviliselt ning kõikvõimalikul moel esitamist seadistada. Rakendus 
pakub võimsat matemaatikaparserit, mitmesuguseid joonisetüüpe (Descartes'i, 
parameetrilised, polaarsed, ilmutamata, diferentsiaalsed) ning lihtsamaid 
matemaatikatööriistu, näiteks funktsiooni maksimumi või miinimumi leidmiseks. 
Parameetrilisi funktsioone saab visualiseerida otse muutuja parameetrit 
liuguriga nihutades. Jooniseid saab eksportida bittrastervormingus piltidena 
(BMP, PNG) ning trükkida.
 KmPlot on ohjelma, jolla voi piirtää funktioiden kuvaajia 
sekä niiden integraalien ja derivaattojen kuvaajia. Kullekin kuvaajalle voi 
valita värin, ja näkymän voi säätää sopivaksi: sitä voi esimerkiksi skaalata ja 
zoomata. Ohjelmassa on tehokas matematiikkajäsennin, useita kuvaajatyyppejä 
(karteesinen, parametrinen, polaarinen, implisiittinen, differentiaalinen) ja 
työkalut funktion maksimin ja minimin etsimiseksi. Parametrifunktiot voi 
visualisoida säätämällä parametrin arvoa liukusäätimellä. Kuvaajat voi tulostaa 
ja viedä bittikarttakuviksi (BMP, PNG).
-KmPlot est un programmer pour tracer des courbes de 
fonctions, de leurs intégrales ou de leurs dérivées. Les courbes peuvent être 
colorées et l'affichage est complètement configurable, avec prise en charge du 
zoom. Le programme fournit un analyseur de syntaxe mathématique puissant, 
différents types de tracés (cartésiens, paramétriques, polaires, implicites, 
différentiels), et fournit des outils mathématiques simples permettant par 
exemple de trouver le maximum ou le minimum d'une fonction. Les fonctions 
paramétriques peuvent être visualisées en ajustant les paramètres grâce à un 
curseur. Les tracés peuvent être exportés dans des formats d'images 
matricielles (BMP, PNG) et peuvent être imprimés.
+KmPlot est un programmer pour tracer des courbes de 
fonctions, de leurs intégrales ou de leurs dérivées. Les courbes peuvent être 
colorées et l'affichage est complètement configurable, avec prise en charge du 
zoom. Le programme fournit un analyseur de syntaxe mathématique puissant, 
différents types de tracés (cartésiens, paramétriques, polaires, implicites, 
différentiels), et fournit des outils mathématiques simples permettant par 
exemple de trouver le maximum ou le minimum d'une fonction. Les fonctions 
paramétriques peuven

commit kmplot for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-10-03 20:22:17

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-07-14 
17:35:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-10-03 
20:22:18.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:20:12 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:38 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:56:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kmplot-15.04.3.tar.xz

New:

  kmplot-15.08.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.7eToPe/_old  2015-10-03 20:22:19.0 +0200
+++ /var/tmp/diff_new_pack.7eToPe/_new  2015-10-03 20:22:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.04.3.tar.xz -> kmplot-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.3/kmplot/maindlg.h 
new/kmplot-15.08.1/kmplot/maindlg.h
--- old/kmplot-15.04.3/kmplot/maindlg.h 2015-05-31 13:06:15.0 +0200
+++ new/kmplot-15.08.1/kmplot/maindlg.h 2015-08-10 13:16:39.0 +0200
@@ -74,7 +74,7 @@
Q_OBJECT
 
public:
-   /** Constuctor.
+   /** Constructor.
 * @param parentWidget parent widget for this part
 * @param parent parent object
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.3/kmplot/org.kde.kmplot.desktop 
new/kmplot-15.08.1/kmplot/org.kde.kmplot.desktop
--- old/kmplot-15.04.3/kmplot/org.kde.kmplot.desktop2015-05-31 
13:06:15.0 +0200
+++ new/kmplot-15.08.1/kmplot/org.kde.kmplot.desktop2015-08-10 
13:16:39.0 +0200
@@ -147,7 +147,6 @@
 MimeType=application/x-kmplot;
 X-DBUS-ServiceName=org.kde.kmplot
 GenericName=Mathematical Function Plotter
-GenericName[ast]=Trazador de funciones matemátiques
 GenericName[be]=Маляванне графікаў матэматычных функцый
 GenericName[bg]=Интерактивна геометрия
 GenericName[bn]=গাণিতিক ফাংশন প্লটার
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.3/kmplot/view.cpp 
new/kmplot-15.08.1/kmplot/view.cpp
--- old/kmplot-15.04.3/kmplot/view.cpp  2015-05-31 13:06:15.0 +0200
+++ new/kmplot-15.08.1/kmplot/view.cpp  2015-08-10 13:16:39.0 +0200
@@ -2747,7 +2747,7 @@

// draw tangent
double tangent_scale = 1.2; // make the tangent 
look better
-   p.drawLine( QLineF( -1/k, -qMax( 1/k, 15. ) * 
tangent_scale, -1/k, qMax( 1/k, 15. ) * tangent_scale ) );
+   p.drawLine( QLineF( -1/k, -qMax( 1/k, 
qreal(15.) ) * tangent_scale, -1/k, qMax( 1/k, qreal(15.) ) * tangent_scale ) );

// draw perpendicular symbol
QPolygonF perp(3);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.3/kmplot/view.h 
new/kmplot-15.08.1/kmplot/view.h
--- old/kmplot-15.04.3/kmplot/view.h2015-05-31 13:06:15.0 +0200
+++ new/kmplot-15.08.1/kmplot/view.h2015-08-10 13:16:39.0 +0200
@@ -35,7 +35,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 // KDE includes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.3/kmplot.appdata.xml 
new/kmplot-15.08.1/kmplot.appdata.xml
--- old/kmplot-15.04.3/kmplot.appdata.xml   2015-05-31 13:06:15.0 
+0200
+++ new/kmplot-15.08.1/kmplot.appdata.xml   2015-08-10 13:16:39.0 
+0200
@

commit kmplot for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-07-14 17:35:55

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-06-04 
11:17:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-07-14 
17:35:56.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 05:21:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.3
+   * KDE Applications 15.04.3
+   * https://www.kde.org/announcements/announce-applications-15.04.3.php
+
+
+---

Old:

  kmplot-15.04.2.tar.xz

New:

  kmplot-15.04.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.oKX3id/_old  2015-07-14 17:35:58.0 +0200
+++ /var/tmp/diff_new_pack.oKX3id/_new  2015-07-14 17:35:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.04.2
+Version:15.04.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.04.2.tar.xz -> kmplot-15.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.2/kmplot.appdata.xml 
new/kmplot-15.04.3/kmplot.appdata.xml
--- old/kmplot-15.04.2/kmplot.appdata.xml   2015-04-28 16:36:01.0 
+0200
+++ new/kmplot-15.04.3/kmplot.appdata.xml   2015-05-31 13:06:15.0 
+0200
@@ -60,7 +60,7 @@
   
 KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
 KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
-El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
program disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
+El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
programa disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
 KmPlot is a program to plot graphs of functions, their 
integrals or derivatives. The graphs can be colourised and the view is highly 
configurable, is scalable, and can be zoomed. The program features a powerful 
mathematical parser, different plot types (cartesian, parametric, polar, 
implicit, differential), and provides simple mathematical tools like for 
finding maximum/minimum of a function. Parametrised functions can be visualised 
by adjusting the variable parameter via a slider. Plots can be exported as 
bitmap format pictures (BMP, PNG) and can be printed.
 KmPlot es un programa para dibujar gráficas de funciones, 
sus integrales o sus derivadas. L

commit kmplot for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-06-04 11:17:18

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-05-15 
10:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-06-04 
11:17:19.0 +0200
@@ -1,0 +2,8 @@
+Sat May 30 14:15:32 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.2
+   * KDE Applications 15.04.2
+   * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+---

Old:

  kmplot-15.04.1.tar.xz

New:

  kmplot-15.04.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.4EPskD/_old  2015-06-04 11:17:20.0 +0200
+++ /var/tmp/diff_new_pack.4EPskD/_new  2015-06-04 11:17:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.04.1
+Version:15.04.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.04.1.tar.xz -> kmplot-15.04.2.tar.xz ++




commit kmplot for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-05-15 10:00:30

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-05-11 
18:12:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-05-15 
10:00:31.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:04:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kmplot-15.04.0.tar.xz

New:

  kmplot-15.04.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.vF3Alg/_old  2015-05-15 10:00:31.0 +0200
+++ /var/tmp/diff_new_pack.vF3Alg/_new  2015-05-15 10:00:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-15.04.0.tar.xz -> kmplot-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-15.04.0/kmplot.appdata.xml 
new/kmplot-15.04.1/kmplot.appdata.xml
--- old/kmplot-15.04.0/kmplot.appdata.xml   2015-03-20 11:18:10.0 
+0100
+++ new/kmplot-15.04.1/kmplot.appdata.xml   2015-04-28 16:36:01.0 
+0200
@@ -16,6 +16,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -28,6 +29,7 @@
   KmPlot
   KmPlot
   xxKmPlotxx
+  KmPlot
   數學_KmPlot
   Mathematical Function Plotter
   Crtač matematičkih funkcija
@@ -40,6 +42,7 @@
   Matemaattisten funktioiden piirturi
   Traceur de fonction mathématique
   Disegnatore di funzioni matematiche
+  수학 함수 플로터
   Mathemaatsch Bagenschriever
   Plotprogramma voor wiskundige functies
   Program rysujący funkcje matematyczne
@@ -52,6 +55,7 @@
   Matematiksel Fonksiyon Çizici
   Графобудівник математичних функцій
   xxMathematical Function Plotterxx
+  数学函数绘图器
   函數繪圖程式
   
 KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.




commit kmplot for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-05-11 18:12:27

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-03-11 
09:50:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-05-11 
18:12:28.0 +0200
@@ -1,0 +2,22 @@
+Sat Apr 11 13:18:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.0
+   * KDE Applications 15.04.0
+   * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+---
+Sat Mar 21 18:12:38 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+---
+Sun Mar  8 12:46:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+---

Old:

  kmplot-14.12.3.tar.xz

New:

  kmplot-15.04.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.AVG1I8/_old  2015-05-11 18:12:29.0 +0200
+++ /var/tmp/diff_new_pack.AVG1I8/_new  2015-05-11 18:12:29.0 +0200
@@ -17,19 +17,28 @@
 
 
 Name:   kmplot
-Version:14.12.3
+Version:15.04.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  libkde4-devel
-BuildRequires:  xz
-Provides:   kde4-kmplot = 4.3.0
-Obsoletes:  kde4-kmplot < 4.3.0
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kguiaddons-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  kparts-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+Obsoletes:  %{name}5 < %{version}
+Provides:   %{name}5 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 Mathematical function plotter for KDE.
@@ -41,27 +50,27 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  %kde4_makeinstall -C build
-  %kde_post_install
+  %kf5_makeinstall -C build
 
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%dir %{_kde4_datadir}/appdata
+%{_kf5_plugindir}/kmplotpart.so
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/kmplot.appdata.xml
+%{_kf5_bindir}/kmplot
+%{_kf5_iconsdir}/hicolor/*/apps/kmplot.*
+%dir %{_kf5_configkcfgdir}
+%{_kf5_configkcfgdir}/kmplot.kcfg
+%{_kf5_applicationsdir}/org.kde.kmplot.desktop
+%{_kf5_servicesdir}/kmplot_part.desktop
 %{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml
-%{_kde4_applicationsdir}/kmplot.desktop
-%{_kde4_appsdir}/kmplot/
-%{_kde4_bindir}/kmplot
-%{_kde4_configkcfgdir}/kmplot.kcfg
-%{_kde4_datadir}/appdata/kmplot.appdata.xml
-%{_kde4_htmldir}/en/kmplot/
-%{_kde4_iconsdir}/hicolor/*/apps/kmplot.*
-%{_kde4_mandir}/man1/kmplot.1.gz
-%{_kde4_modulesdir}/libkmplotpart.so
-%{_kde4_servicesdir}/kmplot_part.desktop
+%{_datadir}/kxmlgui5/kmplot/
+%{_kf5_htmldir}/en/kmplot
+%_datadir/man/*/kmplot.1.gz
 
 %changelog

++ kmplot-14.12.3.tar.xz -> kmplot-15.04.0.tar.xz ++
 2965 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-03-11 09:50:29

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-02-06 
10:25:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-03-11 
09:50:30.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  3 10:41:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.3
+   * KDE Applications 14.12.3
+   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
+
+---

Old:

  kmplot-14.12.2.tar.xz

New:

  kmplot-14.12.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.9FNODw/_old  2015-03-11 09:50:31.0 +0100
+++ /var/tmp/diff_new_pack.9FNODw/_new  2015-03-11 09:50:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:14.12.2
+Version:14.12.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-14.12.2.tar.xz -> kmplot-14.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-14.12.2/kmplot.appdata.xml 
new/kmplot-14.12.3/kmplot.appdata.xml
--- old/kmplot-14.12.2/kmplot.appdata.xml   2014-12-22 04:46:28.0 
+0100
+++ new/kmplot-14.12.3/kmplot.appdata.xml   2015-02-21 07:37:09.0 
+0100
@@ -4,6 +4,7 @@
   CC0-1.0
   GPL-2.0+
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -12,6 +13,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -26,6 +28,7 @@
   xxKmPlotxx
   數學_KmPlot
   Mathematical Function Plotter
+  Crtač matematičkih funkcija
   Traçador de funcions matemàtiques
   Matematický souřadnicový zapisovač funkcí
   Mathematischer Funktionsplotter
@@ -33,6 +36,7 @@
   Trazador de funciones matemáticas
   Matemaatiliste funktsioonide joonistaja
   Matemaattisten funktioiden piirturi
+  Traceur de fonction mathématique
   Disegnatore di funzioni matematiche
   Mathemaatsch Bagenschriever
   Plotprogramma voor wiskundige functies
@@ -48,10 +52,12 @@
   函數繪圖程式
   
 KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
+KmPlot je program za iscrtavanje grafova funkcija, 
njihovih integrala ili izvoda. Grafovi mogu biti obojeni i pogled je veoma 
podesiv, skalabilan, a može se zumirati. Program predstavlja moćan matematičku 
analizator, različite vrste crtamka (kartezijanska, parametarske, polarni, 
implicitno, diferencijal), i daje jednostavne matematičke alate kao za 
pronalaženje maksimuma / minimuma funkcija. Parametrizovane funkcije mogu da se 
vizualiziraju podešavanjem varijabilnog parametra preko klizača. Crteži se mogu 
izvoziti kao bitmap format slike (BMP, PNG) i mogu se odštampati.
 El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
program disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
 KmPlot is a program to plot graphs of functions, their 
integrals or derivatives. The graphs can be colourised and the view is highly 
configurable, is scalable, and can be zoomed. The program features a powerful 
mathematical parser, different plot types (cartesian, parametric, polar, 
implicit, differential), and provides simple mathematical tools like for 
finding maximum/minimum of a function. Parametrised functions can be visualised 
by adjusting the variable parameter via a slider. Plots can be exported as 
bitmap format pictures (BMP, PNG) and can be printed.
 KmPlot es un programa para dibujar g

commit kmplot for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-02-06 10:25:28

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-01-21 
22:11:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-02-06 
10:25:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:01:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kmplot-14.12.1.tar.xz

New:

  kmplot-14.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.8oCGvj/_old  2015-02-06 10:25:30.0 +0100
+++ /var/tmp/diff_new_pack.8oCGvj/_new  2015-02-06 10:25:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-14.12.1.tar.xz -> kmplot-14.12.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-01-21 22:10:40

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-01-08 
23:17:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-01-21 
22:11:07.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 20:00:33 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+---

Old:

  kmplot-14.12.0.tar.xz

New:

  kmplot-14.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.4aB6g4/_old  2015-01-21 22:11:08.0 +0100
+++ /var/tmp/diff_new_pack.4aB6g4/_new  2015-01-21 22:11:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:14.12.0
+Version:14.12.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-14.12.0.tar.xz -> kmplot-14.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-14.12.0/kmplot/parser.cpp 
new/kmplot-14.12.1/kmplot/parser.cpp
--- old/kmplot-14.12.0/kmplot/parser.cpp2014-11-28 06:43:35.0 
+0100
+++ new/kmplot-14.12.1/kmplot/parser.cpp2014-12-22 04:46:28.0 
+0100
@@ -895,10 +895,12 @@
 void Parser::heir4()
 {
 if (match("-")) {
-heir5();
+heir4();
 if (*m_error != ParseSuccess)
 return;
 addToken(NEG);
+} else if (match("+")) {
+heir4();
 } else {
 heir5();
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-01-08 23:17:27

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-11-19 
20:29:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-01-08 
23:17:55.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:38:17 UTC 2014 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+---

Old:

  kmplot-4.14.3.tar.xz

New:

  kmplot-14.12.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.ZsbEsa/_old  2015-01-08 23:17:55.0 +0100
+++ /var/tmp/diff_new_pack.ZsbEsa/_new  2015-01-08 23:17:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.14.3
+Version:14.12.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.14.3.tar.xz -> kmplot-14.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.3/kmplot/functioneditor.h 
new/kmplot-14.12.0/kmplot/functioneditor.h
--- old/kmplot-4.14.3/kmplot/functioneditor.h   2014-09-17 15:01:07.0 
+0200
+++ new/kmplot-14.12.0/kmplot/functioneditor.h  2014-11-28 06:43:35.0 
+0100
@@ -1,7 +1,7 @@
 /*
 * KmPlot - a math. function plotter for the KDE-Desktop
 *
-* Copyright (C) 1998-2002  Klaus-Dieter M�ler 
+* Copyright (C) 1998-2002  Klaus-Dieter Möller 
 *2004  Fredrik Edemar 
 *2006  David Saxton 
 *   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.3/kmplot/kmplot.desktop 
new/kmplot-14.12.0/kmplot/kmplot.desktop
--- old/kmplot-4.14.3/kmplot/kmplot.desktop 2014-09-17 15:01:07.0 
+0200
+++ new/kmplot-14.12.0/kmplot/kmplot.desktop2014-11-28 06:43:35.0 
+0100
@@ -1,7 +1,7 @@
 # KDE Config File
 [Desktop Entry]
 Type=Application
-Exec=kmplot
+Exec=kmplot %u
 Icon=kmplot
 X-DocPath=kmplot/index.html
 Comment=Function Plotter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.3/kmplot/maindlg.cpp 
new/kmplot-14.12.0/kmplot/maindlg.cpp
--- old/kmplot-4.14.3/kmplot/maindlg.cpp2014-09-17 15:01:07.0 
+0200
+++ new/kmplot-14.12.0/kmplot/maindlg.cpp   2014-11-28 06:43:35.0 
+0100
@@ -1,7 +1,7 @@
 /*
 * KmPlot - a math. function plotter for the KDE-Desktop
 *
-* Copyright (C) 1998, 1999, 2000, 2002  Klaus-Dieter M�ler 

+* Copyright (C) 1998, 1999, 2000, 2002  Klaus-Dieter Möller 

 * 2006  David Saxton 
 *
 * This file is part of the KDE Project.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.3/kmplot.appdata.xml 
new/kmplot-14.12.0/kmplot.appdata.xml
--- old/kmplot-4.14.3/kmplot.appdata.xml2014-09-17 15:01:07.0 
+0200
+++ new/kmplot-14.12.0/kmplot.appdata.xml   2014-11-28 06:43:35.0 
+0100
@@ -6,6 +6,7 @@
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
@@ -20,6 +21,7 @@
   KmPlot
   KmPlot
   Kmplot
+  KmPlot
   KmPlot
   xxKmPlotxx
   數學_KmPlot
@@ -40,6 +42,7 @@
   Kreslenie matematických funkcií
   Izrisovalnik matematičnih funkcij
   Matematisk funktionsritare
+  Matematiksel Fonksiyon Çizici
   Графобудівник математичних функцій
   xxMathematical Function Plotterxx
   函數繪圖程式
@@ -58,6 +61,7 @@
 KmPlot je program na zakreslenie grafov funkcií, ich 
integrálov alebo derivácií. Grafy môžu byť zafarbené a pohľad je vysoko 
nastaviteľný, škálovateľný a je ho možné približovať. Program obsahuje silný 
matematický spracovač, rôzne typy zákresu (karteziánsky, parametrický, polárny, 
implicitný, diferenciálny) a poskytuje jednoduché matematické nástroje ako 
napríklad na hľadanie maxima/minima funkcie. Parametrizované funkcie je možné 
vizualizovať úpravou parametra premennej cez posuvník. Zákresy je možné 
exportovať ako obrázky bitmapového formátu (BMP, PNG) a je ich možné tlačiť.
 KmPlot je program za izris grafov funkcij, njihovih 
integralov in odvodov. Grafe lahko obarvate, prikaz je zelo prilagodljiv, se da 
umerjati in prilagajati. Program vključuje zmogljiv matematični 
razčlenjevalnik, različne vrste grafov (kartezični, parametrični, polarni, 
implicitni, diferencialni) in preprosta matematična orodja (npr. or

commit kmplot for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-11-19 20:25:57

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-10-16 
18:13:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-11-19 
20:29:22.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 20:35:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  kmplot-4.14.2.tar.xz

New:

  kmplot-4.14.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.nBwLYH/_old  2014-11-19 20:29:23.0 +0100
+++ /var/tmp/diff_new_pack.nBwLYH/_new  2014-11-19 20:29:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.14.2.tar.xz -> kmplot-4.14.3.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-10-16 18:12:20

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-09-18 
07:59:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-10-16 
18:13:02.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:05:26 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  kmplot-4.14.1.tar.xz

New:

  kmplot-4.14.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.R729Ux/_old  2014-10-16 18:13:03.0 +0200
+++ /var/tmp/diff_new_pack.R729Ux/_new  2014-10-16 18:13:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.14.1.tar.xz -> kmplot-4.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.1/kmplot/view.cpp 
new/kmplot-4.14.2/kmplot/view.cpp
--- old/kmplot-4.14.1/kmplot/view.cpp   2014-08-18 07:40:12.0 +0200
+++ new/kmplot-4.14.2/kmplot/view.cpp   2014-09-17 15:01:07.0 +0200
@@ -3542,7 +3542,7 @@
QRect zoomRect = QRect( m_zoomRectangleStart, e->pos() ).normalized();
int area = zoomRect.width() * zoomRect.height();
 
-   if ( (area <= 500) && (m_mousePressTimer->elapsed() < 100) )
+   if ( (area <= 500) && (m_mousePressTimer->elapsed() < 
QApplication::startDragTime()) )
{
if ( m_zoomMode == ZoomInDrawing )
m_zoomMode = ZoomIn;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-09-18 07:58:07

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-08-25 
10:59:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-09-18 
07:59:08.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 16:31:10 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+---
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  kmplot-4.14.0.tar.xz

New:

  kmplot-4.14.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.iRdf4O/_old  2014-09-18 07:59:09.0 +0200
+++ /var/tmp/diff_new_pack.iRdf4O/_new  2014-09-18 07:59:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.14.0
+Version:4.14.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.14.0.tar.xz -> kmplot-4.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.0/kmplot/coordsconfigdialog.cpp 
new/kmplot-4.14.1/kmplot/coordsconfigdialog.cpp
--- old/kmplot-4.14.0/kmplot/coordsconfigdialog.cpp 2014-08-13 
08:03:52.0 +0200
+++ new/kmplot-4.14.1/kmplot/coordsconfigdialog.cpp 2014-08-18 
07:40:12.0 +0200
@@ -46,6 +46,9 @@
: KConfigDialog(parent, "coords", Settings::self())
 {
configAxesDialog = new EditCoords( 0 );
+   configAxesDialog->kcfg_XMin->setTabChain( 
configAxesDialog->kcfg_XMax->focusProxy() );
+   configAxesDialog->kcfg_XMax->setTabChain( 
configAxesDialog->kcfg_YMin->focusProxy() );
+   configAxesDialog->kcfg_YMin->setTabChain( 
configAxesDialog->kcfg_YMax->focusProxy() );
configAxesDialog->layout()->setMargin( 0 );
addPage(configAxesDialog , i18n( "Coordinates" ), "coords", i18n( 
"Coordinate System" ) );
setCaption( i18n( "Coordinate System" ) );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.0/kmplot/equationedit.cpp 
new/kmplot-4.14.1/kmplot/equationedit.cpp
--- old/kmplot-4.14.0/kmplot/equationedit.cpp   2014-08-13 08:03:52.0 
+0200
+++ new/kmplot-4.14.1/kmplot/equationedit.cpp   2014-08-18 07:40:12.0 
+0200
@@ -65,6 +65,13 @@
 }
 
 
+void EquationEdit::setTabChain( QWidget *next )
+{
+   QWidget::setTabOrder( m_equationEditWidget, m_editButton );
+   QWidget::setTabOrder( m_editButton, next );
+}
+
+
 void EquationEdit::setEquationType( Equation::Type type )
 {
delete m_equation;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.0/kmplot/equationedit.h 
new/kmplot-4.14.1/kmplot/equationedit.h
--- old/kmplot-4.14.0/kmplot/equationedit.h 2014-08-13 08:03:52.0 
+0200
+++ new/kmplot-4.14.1/kmplot/equationedit.h 2014-08-18 07:40:12.0 
+0200
@@ -113,6 +113,11 @@
 */
double value( bool * ok = 0 );

+   /**
+* @internal workaround for QTBUG-10907
+*/
+   void setTabChain( QWidget *next );
+   
signals:
void editingFinished();
void textEdited( const QString & text );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.0/kmplot/view.cpp 
new/kmplot-4.14.1/kmplot/view.cpp
--- old/kmplot-4.14.0/kmplot/view.cpp   2014-08-13 08:03:52.0 +0200
+++ new/kmplot-4.14.1/kmplot/view.cpp   2014-08-18 07:40:12.0 +0200
@@ -232,6 +232,38 @@
 }
 
 
+double View::validatedTicSpacing( double spacing, double range, double pixels, 
double minPixels )
+{
+   Q_ASSERT_X( range > 0, "View::validatedTicSpacing", "Range must be 
positive" );
+   Q_ASSERT_X( minPixels > 0, "View::validatedTicSpacing", "MinPixels must 
be positive" );
+
+   spacing = qAbs( spacing );
+   if ( qFuzzyCompare( spacing, 0 ) )
+   return 2.0 * range;
+
+   double factor;
+
+   // Make sure spacing between tics is at least minPixels
+   pixels /= range / spacing;
+   factor = pixels / minPixels;
+   if ( factor < 1.0 ) {
+   int exponent;
+   frexp( factor, &exponent );
+   spacing = ldexp( spacing, -exp

commit kmplot for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-08-25 10:59:18

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-07-16 
16:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-08-25 
10:59:38.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:31:49 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Thu Jul 17 16:53:30 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  kmplot-4.13.80.tar.xz

New:

  kmplot-4.14.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.1fMfjD/_old  2014-08-25 10:59:39.0 +0200
+++ /var/tmp/diff_new_pack.1fMfjD/_new  2014-08-25 10:59:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.13.80
+Version:4.14.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.13.80.tar.xz -> kmplot-4.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.13.80/kmplot.appdata.xml 
new/kmplot-4.14.0/kmplot.appdata.xml
--- old/kmplot-4.13.80/kmplot.appdata.xml   2014-07-03 03:40:12.0 
+0200
+++ new/kmplot-4.14.0/kmplot.appdata.xml2014-08-13 08:03:52.0 
+0200
@@ -4,37 +4,59 @@
   CC0-1.0
   GPL-2.0+
   KmPlot
+  KmPlot
   KmPlot
+  KmPlot
+  KmPlot
   KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
   KmPlot
   KmPlot
   KmPlot
   KmPlot
   KmPlot
   KmPlot
+  KmPlot
   Kmplot
   KmPlot
   xxKmPlotxx
+  數學_KmPlot
   Mathematical Function Plotter
+  Traçador de funcions matemàtiques
   Matematický souřadnicový zapisovač funkcí
+  Mathematischer Funktionsplotter
+  Mathematical Function Plotter
   Trazador de funciones matemáticas
+  Matemaatiliste funktsioonide joonistaja
+  Matemaattisten funktioiden piirturi
+  Disegnatore di funzioni matematiche
   Mathemaatsch Bagenschriever
   Plotprogramma voor wiskundige functies
   Program rysujący funkcje matematyczne
   Desenho de Funções Matemáticas
   Desenho de funções matemáticas
   Kreslenie matematických funkcií
+  Izrisovalnik matematičnih funkcij
   Matematisk funktionsritare
   Графобудівник математичних функцій
   xxMathematical Function Plotterxx
+  函數繪圖程式
   
 KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
+El KmPlot és un programa per traçar gràfics o funcions, 
les seves integrals o derivatives. Els gràfics es poden acolorir i la 
visualització és molt configurable, es pot escalar, i s'hi pot fer zoom. El 
program disposa d'un potent analitzador matemàtic, diferents tipus de gràfics 
(cartesians, paramètrics, polars, implícits, diferencials), i proporciona eines 
matemàtiques senzilles com la cerca del màxim i mínim d'una funció. Les 
funcions paramètriques es poden visualitzar ajustant el paràmetre variable des 
d'un control lliscant. Els gràfics es poden exportar a imatges en format de 
mapa de bits (BMP, PNG) i es poden imprimir.
+KmPlot is a program to plot graphs of functions, their 
integrals or derivatives. The graphs can be colourised and the view is highly 
configurable, is scalable, and can be zoomed. The program features a powerful 
mathematical parser, different plot types (cartesian, parametric, polar, 
implicit, differential), and provides simple mathematical tools like for 
finding maximum/minimum of a function. Parametrised functions can be visualised 
by adjusting the variable parameter via a slider. Plots can be exported as 
bitmap format pictures (BMP, PNG) and can be printed.
+KmPlot es un programa para dibujar gráficas de funciones, 
sus integrales o sus derivadas. Las gráficas pueden tener color y contienen 
muchas opciones de configuración, son escalables y se

commit kmplot for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-07-16 16:17:43

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-06-19 
13:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-07-16 
16:17:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:19:37 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  kmplot-4.13.2.tar.xz

New:

  kmplot-4.13.80.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.upFAs6/_old  2014-07-16 16:17:57.0 +0200
+++ /var/tmp/diff_new_pack.upFAs6/_new  2014-07-16 16:17:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.13.2
+Version:4.13.80
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -50,15 +50,18 @@
 
 %files
 %defattr(-,root,root)
-%_kde4_bindir/kmplot
-%_kde4_applicationsdir/kmplot.desktop
-%_kde4_modulesdir/libkmplotpart.so
+%doc COPYING*
+%dir %{_kde4_datadir}/appdata
 %{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml
-%_kde4_htmldir/en/kmplot/
-%_kde4_iconsdir/hicolor/*/apps/kmplot.*
-%_kde4_appsdir/kmplot/
-%_kde4_sharedir/config.kcfg/kmplot.kcfg
-%_kde4_servicesdir/kmplot_part.desktop
-%_kde4_mandir/man1/kmplot.1.gz
+%{_kde4_applicationsdir}/kmplot.desktop
+%{_kde4_appsdir}/kmplot/
+%{_kde4_bindir}/kmplot
+%{_kde4_configkcfgdir}/kmplot.kcfg
+%{_kde4_datadir}/appdata/kmplot.appdata.xml
+%{_kde4_htmldir}/en/kmplot/
+%{_kde4_iconsdir}/hicolor/*/apps/kmplot.*
+%{_kde4_mandir}/man1/kmplot.1.gz
+%{_kde4_modulesdir}/libkmplotpart.so
+%{_kde4_servicesdir}/kmplot_part.desktop
 
 %changelog

++ kmplot-4.13.2.tar.xz -> kmplot-4.13.80.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.13.2/CMakeLists.txt 
new/kmplot-4.13.80/CMakeLists.txt
--- old/kmplot-4.13.2/CMakeLists.txt2013-08-25 17:40:43.0 +0200
+++ new/kmplot-4.13.80/CMakeLists.txt   2014-07-03 03:40:12.0 +0200
@@ -14,3 +14,4 @@
 add_subdirectory( kmplot ) 
 add_subdirectory( icons ) 
 
+install(FILES kmplot.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.13.2/kmplot.appdata.xml 
new/kmplot-4.13.80/kmplot.appdata.xml
--- old/kmplot-4.13.2/kmplot.appdata.xml1970-01-01 01:00:00.0 
+0100
+++ new/kmplot-4.13.80/kmplot.appdata.xml   2014-07-03 03:40:12.0 
+0200
@@ -0,0 +1,54 @@
+
+
+  kmplot.desktop
+  CC0-1.0
+  GPL-2.0+
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  KmPlot
+  Kmplot
+  KmPlot
+  xxKmPlotxx
+  Mathematical Function Plotter
+  Matematický souřadnicový zapisovač funkcí
+  Trazador de funciones matemáticas
+  Mathemaatsch Bagenschriever
+  Plotprogramma voor wiskundige functies
+  Program rysujący funkcje matematyczne
+  Desenho de Funções Matemáticas
+  Desenho de funções matemáticas
+  Kreslenie matematických funkcií
+  Matematisk funktionsritare
+  Графобудівник математичних функцій
+  xxMathematical Function Plotterxx
+  
+KmPlot is a program to plot graphs of functions, their integrals or 
derivatives. The graphs can be colorized and the view is highly configurable, 
is scalable, and can be zoomed. The program features a powerful mathematical 
parser, different plot types (cartesian, parametric, polar, implicit, 
differential), and provides simple mathematical tools like for finding 
maximum/minimum of a function. Parametrized functions can be visualized by 
adjusting the variable parameter via a slider. Plots can be exported as bitmap 
format pictures (BMP, PNG) and can be printed.
+Mit KmPlot laat sik se rutkamen Bagens vun Funkschonen 
un ehr Intrgralen un Afledden utgeven. De Bagens laat sik infarven un de 
Ansicht lett sik goot topassen, ok in de Grött. Dat Programm hett en deegt 
mathemaatsch Inleser, en Reeg verscheden Utgaavtypen (karteesch, parametersch, 
polaar, inbett, differenschell) un stellt en poor eenfache mathemaatsche 
Warktüüch praat, so as en Maximum/Minimum-Söker. Bi parametreert Funkschonen 
lett sik de Parameter mit en Schuver ännern. Utreekt Bagens laat sik as 
Pixelbiller (BMP, PNG) exporteren un drucken.
+KmPlot is een programma voor het plotten van grafieken 
van functies, hun integralen en afgeleiden. De grafieken kunnen word

commit kmplot for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-06-19 13:15:58

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-05-22 
06:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-06-19 
13:16:16.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:34:57 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kmplot-4.13.1.tar.xz

New:

  kmplot-4.13.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.v2mORJ/_old  2014-06-19 13:16:17.0 +0200
+++ /var/tmp/diff_new_pack.v2mORJ/_new  2014-06-19 13:16:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.13.1.tar.xz -> kmplot-4.13.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-05-22 06:50:12

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-04-18 
12:35:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-05-22 
06:50:44.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:47:06 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kmplot-4.13.0.tar.xz

New:

  kmplot-4.13.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.jeQkHh/_old  2014-05-22 06:50:46.0 +0200
+++ /var/tmp/diff_new_pack.jeQkHh/_new  2014-05-22 06:50:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.13.0.tar.xz -> kmplot-4.13.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-04-18 11:33:48

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-03-30 
11:09:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-04-18 
12:35:54.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 16:50:19 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.0
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/4.13/
+
+---

Old:

  kmplot-4.12.97.tar.xz

New:

  kmplot-4.13.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.aepNFB/_old  2014-04-18 12:35:56.0 +0200
+++ /var/tmp/diff_new_pack.aepNFB/_new  2014-04-18 12:35:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.12.97
+Version:4.13.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.12.97.tar.xz -> kmplot-4.13.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-03-30 07:51:52

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-03-18 
16:40:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-03-30 
11:09:39.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 27 17:45:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+---
+Thu Mar 20 18:10:37 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  kmplot-4.12.90.tar.xz

New:

  kmplot-4.12.97.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.YQapKp/_old  2014-03-30 11:13:46.0 +0200
+++ /var/tmp/diff_new_pack.YQapKp/_new  2014-03-30 11:13:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.12.90
+Version:4.12.97
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.12.90.tar.xz -> kmplot-4.12.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-03-18 16:40:15

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-02-20 
07:56:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-03-18 
16:40:16.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:16:31 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+---
+Fri Mar  7 10:07:09 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+---

Old:

  kmplot-4.12.2.tar.xz

New:

  kmplot-4.12.90.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.NFpoJK/_old  2014-03-18 16:40:16.0 +0100
+++ /var/tmp/diff_new_pack.NFpoJK/_new  2014-03-18 16:40:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.12.2
+Version:4.12.90
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.12.2.tar.xz -> kmplot-4.12.90.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-02-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-02-20 07:55:39

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2014-01-27 
11:15:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-02-20 
07:56:02.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:14:09 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+---

Old:

  kmplot-4.12.1.tar.xz

New:

  kmplot-4.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.5mPMUl/_old  2014-02-20 07:56:03.0 +0100
+++ /var/tmp/diff_new_pack.5mPMUl/_new  2014-02-20 07:56:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.12.1
+Version:4.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.12.1.tar.xz -> kmplot-4.12.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2014-01-27 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-01-27 11:15:50

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-12-19 
13:16:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2014-01-27 
11:15:50.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 15:39:38 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  kmplot-4.12.0.tar.xz

New:

  kmplot-4.12.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.RT8bU0/_old  2014-01-27 11:15:51.0 +0100
+++ /var/tmp/diff_new_pack.RT8bU0/_new  2014-01-27 11:15:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.12.0
+Version:4.12.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.12.0.tar.xz -> kmplot-4.12.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-12-19 13:16:46

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-12-11 
14:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-12-19 
13:16:47.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:07:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+---

Old:

  kmplot-4.11.97.tar.xz

New:

  kmplot-4.12.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.QQaaMO/_old  2013-12-19 13:16:48.0 +0100
+++ /var/tmp/diff_new_pack.QQaaMO/_new  2013-12-19 13:16:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.97
+Version:4.12.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.97.tar.xz -> kmplot-4.12.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-12-11 14:34:03

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-12-02 
12:32:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-12-11 
14:34:04.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 07:09:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+---
+Sat Nov 23 22:23:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+---

Old:

  kmplot-4.11.90.tar.xz

New:

  kmplot-4.11.97.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.4tgs0f/_old  2013-12-11 14:34:04.0 +0100
+++ /var/tmp/diff_new_pack.4tgs0f/_new  2013-12-11 14:34:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.90
+Version:4.11.97
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.90.tar.xz -> kmplot-4.11.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-12-02 12:32:39

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-10-03 
15:59:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-12-02 
12:32:41.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:56:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:57:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:11:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmplot-4.11.2.tar.xz

New:

  kmplot-4.11.90.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.u0nBXK/_old  2013-12-02 12:32:42.0 +0100
+++ /var/tmp/diff_new_pack.u0nBXK/_new  2013-12-02 12:32:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.2.tar.xz -> kmplot-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.11.2/kmplot/kmplot.desktop 
new/kmplot-4.11.90/kmplot/kmplot.desktop
--- old/kmplot-4.11.2/kmplot/kmplot.desktop 2013-06-28 19:20:41.0 
+0200
+++ new/kmplot-4.11.90/kmplot/kmplot.desktop2013-08-25 17:40:43.0 
+0200
@@ -66,7 +66,7 @@
 Comment[ta]=இயக்க வரைவி
 Comment[tg]=Плоттери Функсионалӣ
 Comment[tr]=Fonksiyon Çizici
-Comment[ug]=فۇنكسىيە گرافىكى سىزغۇ
+Comment[ug]=فۇنكسىيىنىڭ گرافىكىنى سىزغۇ
 Comment[uk]=Побудова графіків функцій
 Comment[vi]=Vẽ đồ thị Hàm số
 Comment[xh]=Umzobi Womsebenzi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-10-03 15:59:09

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-09-09 
11:08:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-10-03 
15:59:16.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:12:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---

Old:

  kmplot-4.11.1.tar.xz

New:

  kmplot-4.11.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Rg7vJr/_old  2013-10-03 15:59:17.0 +0200
+++ /var/tmp/diff_new_pack.Rg7vJr/_new  2013-10-03 15:59:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.1
+Version:4.11.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.1.tar.xz -> kmplot-4.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.11.1/doc/commands.docbook 
new/kmplot-4.11.2/doc/commands.docbook
--- old/kmplot-4.11.1/doc/commands.docbook  2013-06-28 19:20:41.0 
+0200
+++ new/kmplot-4.11.2/doc/commands.docbook  2013-09-26 21:20:52.0 
+0200
@@ -1,127 +1,32 @@
 
 Command Reference 
 
-
-   The File Menu
-   
+
+Menu Items
+
+Apart from the common &kde; menus described in the Menu 
+chapter of the &kde; Fundamentals documentation &kmplot; has these application 
specific menu entries:
+
+
+
+   The File Menu





-   
-   &Ctrl;N
-   
-   File
-   New
-   
-   
-   
-   Starts a new Plot by clearing the 
coordinate system
-   and resetting the function 
parser. 
-   
-   
-   
-   
-   
-   
-   &Ctrl;O
-   File
-   
Open...
-   Opens an existing 
document.
-   
-   
-   
-   
-   
-   File
-   Open Recent
-   
-   Displays a list of recently 
opened files.
-   Selecting one from this list plots the 
functions in the file.
-   
-   
-   
-   
-   
-   &Ctrl;S
-   File
-   
Save
-   Saves the 
document.
-   
-   
-   
-   
-   
-   File
-   Save 
As...
-   Saves the document under another
-   name.
-   
-   
-   
-   
-   
-   
-   &Ctrl;P
-   
-   File
-   Print...
-   
-   
-   
-   Sends the plot to a printer or 
file.
-   
-   
-   
-   
-   
-   
File

Export...
-   Exports the plotted 
graphs to an image file.
+   Exports the plotted 
graphs to an image file in all formats supported by &kde;.


-   
-   

commit kmplot for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-09-09 11:08:07

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-08-16 
13:41:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-09-09 
11:08:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:03:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmplot-4.11.0.tar.xz

New:

  kmplot-4.11.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.3IA6Lm/_old  2013-09-09 11:08:10.0 +0200
+++ /var/tmp/diff_new_pack.3IA6Lm/_new  2013-09-09 11:08:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.0.tar.xz -> kmplot-4.11.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-08-16 13:41:17

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-07-30 
16:02:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-08-16 
13:41:17.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 15:06:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---

Old:

  kmplot-4.10.97.tar.xz

New:

  kmplot-4.11.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.3lUw5l/_old  2013-08-16 13:41:18.0 +0200
+++ /var/tmp/diff_new_pack.3lUw5l/_new  2013-08-16 13:41:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.97
+Version:4.11.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.97.tar.xz -> kmplot-4.11.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-07-30 16:02:44

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-07-22 
17:17:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-07-30 
16:02:46.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:08:48 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kmplot-4.10.95.tar.xz

New:

  kmplot-4.10.97.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.dvzWI7/_old  2013-07-30 16:02:47.0 +0200
+++ /var/tmp/diff_new_pack.dvzWI7/_new  2013-07-30 16:02:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.95.tar.xz -> kmplot-4.10.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-07-22 17:17:18

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-07-08 
07:32:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-07-22 
17:17:20.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:13:32 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---

Old:

  kmplot-4.10.90.tar.xz

New:

  kmplot-4.10.95.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.P9ZL1U/_old  2013-07-22 17:17:21.0 +0200
+++ /var/tmp/diff_new_pack.P9ZL1U/_new  2013-07-22 17:17:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.90
+Version:4.10.95
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.90.tar.xz -> kmplot-4.10.95.tar.xz ++
Files old/kmplot-4.10.90/doc/index.cache.bz2 and 
new/kmplot-4.10.95/doc/index.cache.bz2 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-07-08 07:32:39

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-06-11 
09:32:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-07-08 
07:32:40.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:17:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:23:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kmplot-4.10.4.tar.xz

New:

  kmplot-4.10.90.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.CtQzLK/_old  2013-07-08 07:32:41.0 +0200
+++ /var/tmp/diff_new_pack.CtQzLK/_new  2013-07-08 07:32:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.4.tar.xz -> kmplot-4.10.90.tar.xz ++
Files old/kmplot-4.10.4/doc/index.cache.bz2 and 
new/kmplot-4.10.90/doc/index.cache.bz2 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-06-11 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-06-11 06:10:22

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-05-16 
17:25:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-06-11 
09:32:30.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun  1 09:43:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---

Old:

  kmplot-4.10.3.tar.xz

New:

  kmplot-4.10.4.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.h4jCOH/_old  2013-06-11 09:32:31.0 +0200
+++ /var/tmp/diff_new_pack.h4jCOH/_new  2013-06-11 09:32:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.3
+Version:4.10.4
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.3.tar.xz -> kmplot-4.10.4.tar.xz ++
Files old/kmplot-4.10.3/doc/index.cache.bz2 and 
new/kmplot-4.10.4/doc/index.cache.bz2 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-05-16 17:25:45

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-04-18 
10:30:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-05-16 
17:25:46.0 +0200
@@ -1,0 +2,8 @@
+Sat May  4 16:59:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---

Old:

  kmplot-4.10.2.tar.xz

New:

  kmplot-4.10.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.MS7Nus/_old  2013-05-16 17:25:47.0 +0200
+++ /var/tmp/diff_new_pack.MS7Nus/_new  2013-05-16 17:25:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.2
+Version:4.10.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.2.tar.xz -> kmplot-4.10.3.tar.xz ++
Files old/kmplot-4.10.2/doc/index.cache.bz2 and 
new/kmplot-4.10.3/doc/index.cache.bz2 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-04-18 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-04-18 10:30:38

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-03-14 
12:05:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-04-18 
10:30:40.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 19:17:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---

Old:

  kmplot-4.10.1.tar.xz

New:

  kmplot-4.10.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.LlmRtt/_old  2013-04-18 10:30:41.0 +0200
+++ /var/tmp/diff_new_pack.LlmRtt/_new  2013-04-18 10:30:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.1
+Version:4.10.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.1.tar.xz -> kmplot-4.10.2.tar.xz ++
Files old/kmplot-4.10.1/doc/index.cache.bz2 and 
new/kmplot-4.10.2/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.10.1/kmplot/kmplot.desktop 
new/kmplot-4.10.2/kmplot/kmplot.desktop
--- old/kmplot-4.10.1/kmplot/kmplot.desktop 2013-03-01 07:44:00.0 
+0100
+++ new/kmplot-4.10.2/kmplot/kmplot.desktop 2013-03-29 08:03:06.0 
+0100
@@ -47,6 +47,7 @@
 Comment[lv]=Funkciju zīmētājs
 Comment[mk]=Цртач на функции
 Comment[ml]=ഫങ്ഷന്‍ പ്ലോട്ടര്‍
+Comment[mr]=फंक्शन प्लॉट करणारा
 Comment[ms]=Plot Fungsi
 Comment[nb]=Funksjonsplotter
 Comment[nds]=Bagenschriever för Funkschonen
@@ -115,6 +116,7 @@
 Name[lv]=KmPlot
 Name[mk]=KmPlot
 Name[ml]=കെഎംപ്ലോട്ട്
+Name[mr]=के-एम-प्लॉट
 Name[ms]=KmPlot
 Name[nb]=KmPlot
 Name[nds]=KmPlot
@@ -183,6 +185,7 @@
 GenericName[lt]=Matematinių funkcijų braižytuvas
 GenericName[lv]=Matemātisko funkciju zīmētājs
 GenericName[ml]=ഗണിത ഫങ്ഷന്‍ പ്ലോട്ടര്‍
+GenericName[mr]=गणितीय फंक्शन प्लॉटर
 GenericName[nb]=Matematisk funksjonsplotter
 GenericName[nds]=Mathemaatsch Bagenschriever
 GenericName[ne]=गणितिय प्रकार्य आलेखक
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.10.1/kmplot/kmplot_part.desktop 
new/kmplot-4.10.2/kmplot/kmplot_part.desktop
--- old/kmplot-4.10.1/kmplot/kmplot_part.desktop2013-03-01 
07:44:00.0 +0100
+++ new/kmplot-4.10.2/kmplot/kmplot_part.desktop2013-03-29 
08:03:06.0 +0100
@@ -41,6 +41,7 @@
 Name[lt]=KmPlotPart
 Name[lv]=KmPlotPart
 Name[ml]=കെഎംപ്ലോട്ട്പാര്‍ട്ട്
+Name[mr]=के-एम-प्लॉट-पार्ट
 Name[ms]=KmPlotPart
 Name[nb]=KmPlotPart
 Name[nds]=KmPlotPart
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.10.1/kmplot/main.cpp 
new/kmplot-4.10.2/kmplot/main.cpp
--- old/kmplot-4.10.1/kmplot/main.cpp   2013-03-01 07:44:00.0 +0100
+++ new/kmplot-4.10.2/kmplot/main.cpp   2013-03-29 08:03:06.0 +0100
@@ -62,7 +62,7 @@
aboutData.addAuthor( ki18n("David Saxton"), ki18n( "Porting to Qt 4, UI 
improvements, features" ), "da...@bluehaze.org" );

aboutData.addCredit( ki18n("David Vignoni"), ki18n( "svg icon" ), 
"david...@tin.it" );
-   aboutData.addCredit( ki18n("Albert Astals Cid"), ki18n( "command line 
options, MIME type" ), "tsdg...@terra.es" );
+   aboutData.addCredit( ki18n("Albert Astals Cid"), ki18n( "command line 
options, MIME type" ), "aa...@kde.org" );
 
KCmdLineArgs::init( argc, argv, &aboutData );
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-03-14 12:05:06

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-02-04 
20:41:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-03-14 
12:05:07.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  2 15:40:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---

Old:

  kmplot-4.10.0.tar.xz

New:

  kmplot-4.10.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Xz2Z3T/_old  2013-03-14 12:05:08.0 +0100
+++ /var/tmp/diff_new_pack.Xz2Z3T/_new  2013-03-14 12:05:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.10.0
+Version:4.10.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.10.0.tar.xz -> kmplot-4.10.1.tar.xz ++
Files old/kmplot-4.10.0/doc/index.cache.bz2 and 
new/kmplot-4.10.1/doc/index.cache.bz2 differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-02-04 20:41:14

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-01-24 
10:05:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-02-04 
20:41:17.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 17:51:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---

Old:

  kmplot-4.9.98.tar.xz

New:

  kmplot-4.10.0.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.VGecJU/_old  2013-02-04 20:41:19.0 +0100
+++ /var/tmp/diff_new_pack.VGecJU/_new  2013-02-04 20:41:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.9.98
+Version:4.10.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-01-24 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-01-24 10:05:33

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-01-20 
14:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-01-24 
10:05:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 13:56:26 UTC 2013 - wstephen...@suse.com
+
+- Remove calls to suse_update_desktop_files macro where upstream now has the 
correct desktop file categories
+
+---



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.8oCGrz/_old  2013-01-24 10:05:36.0 +0100
+++ /var/tmp/diff_new_pack.8oCGrz/_new  2013-01-24 10:05:36.0 +0100
@@ -46,7 +46,6 @@
 
 %install
   %kde4_makeinstall -C build
-  %suse_update_desktop_file %{name}   Education Math
   %kde_post_install
 
 %files


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-01-20 14:23:54

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-01-07 
11:04:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-01-20 
14:23:57.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 17 08:09:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---

Old:

  kmplot-4.9.97.tar.xz

New:

  kmplot-4.9.98.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.qclYg5/_old  2013-01-20 14:23:57.0 +0100
+++ /var/tmp/diff_new_pack.qclYg5/_new  2013-01-20 14:23:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.9.97
+Version:4.9.98
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-01-07 11:04:07

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-12-21 
09:08:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-01-07 
11:04:10.0 +0100
@@ -1,0 +2,12 @@
+Thu Jan  3 21:14:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Jan  2 21:51:13 UTC 2013 - asterios.dra...@gmail.com
+
+- Updated build requirements.
+- Removed unneeded runtime requirement for libkeduvocdocument4.
+
+---

Old:

  kmplot-4.9.95.tar.xz

New:

  kmplot-4.9.97.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.ApPCeN/_old  2013-01-07 11:04:11.0 +0100
+++ /var/tmp/diff_new_pack.ApPCeN/_new  2013-01-07 11:04:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,54 +17,25 @@
 
 
 Name:   kmplot
-BuildRequires:  boost-devel
-BuildRequires:  freeglut-devel
-BuildRequires:  gsl-devel
-BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
-BuildRequires:  libeigen2-devel
-BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
-BuildRequires:  libkdeedu4-devel
-BuildRequires:  libopenbabel-devel
-BuildRequires:  libqalculate-devel
-BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
-BuildRequires:  readline-devel
-BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  avogadro-devel
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%py_requires
-%endif
-
-# currently in DOESNOTBUILD (2008-07-03)
-%ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml
-BuildRequires:  ocaml-facile
-%endif
-Version:4.9.95
+Version:4.9.97
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  fdupes
-Requires:   libkeduvocdocument4
-Suggests:   libkeduvocdocument4
+BuildRequires:  libkde4-devel
+BuildRequires:  xz
 Provides:   kde4-kmplot = 4.3.0
 Obsoletes:  kde4-kmplot < 4.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
-Mathematical function plotter for KDE
+Mathematical function plotter for KDE.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 %ifarch ppc ppc64
@@ -74,17 +45,9 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %suse_update_desktop_file %{name}   Education Math
   %kde_post_install
-  %if 0%{?suse_version} > 1020
-  %fdupes -s %{buildroot}
-  %endif
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-12-21 09:08:25

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-12-07 
14:30:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-12-21 
09:08:27.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 18:41:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---

Old:

  kmplot-4.9.90.tar.xz

New:

  kmplot-4.9.95.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.wonXby/_old  2012-12-21 09:08:28.0 +0100
+++ /var/tmp/diff_new_pack.wonXby/_new  2012-12-21 09:08:28.0 +0100
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.90
+Version:4.9.95
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-12-07 14:30:41

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-11-08 
07:45:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-12-07 
14:30:45.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:07:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:55:14 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kmplot-4.9.3.tar.xz

New:

  kmplot-4.9.90.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.IMFYox/_old  2012-12-07 14:30:46.0 +0100
+++ /var/tmp/diff_new_pack.IMFYox/_new  2012-12-07 14:30:46.0 +0100
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+
@@ -75,16 +75,13 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Math
   %kde_post_install
   %if 0%{?suse_version} > 1020
   %fdupes -s %{buildroot}
   %endif
 
-%clean
-  rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:Factory

2012-11-07 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-11-08 07:45:06

Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and  /work/SRC/openSUSE:Factory/.kmplot.new (New)


Package is "kmplot", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-10-07 
19:15:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-11-08 
07:45:07.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  2 16:54:21 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/4.9.3/ for details
+
+---

Old:

  kmplot-4.9.2.tar.xz

New:

  kmplot-4.9.3.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.DnvFdO/_old  2012-11-08 07:45:08.0 +0100
+++ /var/tmp/diff_new_pack.DnvFdO/_new  2012-11-08 07:45:08.0 +0100
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.2
+Version:4.9.3
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >