Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kig for openSUSE:Factory checked in at 2022-11-04 17:36:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig (Old) and /work/SRC/openSUSE:Factory/.kig.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig" Fri Nov 4 17:36:05 2022 rev:145 rq:1033281 version:22.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kig/kig.changes 2022-10-15 16:38:28.198299409 +0200 +++ /work/SRC/openSUSE:Factory/.kig.new.2275/kig.changes 2022-11-04 17:38:54.378045844 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:20:32 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +------------------------------------------------------------------- Old: ---- kig-22.08.2.tar.xz kig-22.08.2.tar.xz.sig New: ---- kig-22.08.3.tar.xz kig-22.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig.spec ++++++ --- /var/tmp/diff_new_pack.E1SlfN/_old 2022-11-04 17:38:55.266050483 +0100 +++ /var/tmp/diff_new_pack.E1SlfN/_new 2022-11-04 17:38:55.282050567 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kig -Version: 22.08.2 +Version: 22.08.3 Release: 0 Summary: Interactive Geometry License: GPL-2.0-or-later ++++++ kig-22.08.2.tar.xz -> kig-22.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-22.08.2/CMakeLists.txt new/kig-22.08.3/CMakeLists.txt --- old/kig-22.08.2/CMakeLists.txt 2022-10-10 21:51:49.000000000 +0200 +++ new/kig-22.08.3/CMakeLists.txt 2022-10-30 21:51:04.000000000 +0100 @@ -4,7 +4,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "22") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kig VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-22.08.2/kig/org.kde.kig.desktop new/kig-22.08.3/kig/org.kde.kig.desktop --- old/kig-22.08.2/kig/org.kde.kig.desktop 2022-10-10 21:51:49.000000000 +0200 +++ new/kig-22.08.3/kig/org.kde.kig.desktop 2022-10-30 21:51:04.000000000 +0100 @@ -163,7 +163,7 @@ Comment[is]=Sko??a r??mfr????ilega byggingu Comment[it]=Esplora le costruzioni geometriche Comment[ja]=????????????????????? -Comment[ka]=?????????????????????????????? ???????????????????????? ???????????????????????? +Comment[ka]=???????????????????????????????????? ????????????????????????????????? ??????????????????????????????????????? Comment[kk]=???????????????????????? ???????????????? Comment[km]=??????????????????????????????????????????????????????????????? Comment[ko]=????????? ???????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-22.08.2/org.kde.kig.appdata.xml new/kig-22.08.3/org.kde.kig.appdata.xml --- old/kig-22.08.2/org.kde.kig.appdata.xml 2022-10-10 21:51:49.000000000 +0200 +++ new/kig-22.08.3/org.kde.kig.appdata.xml 2022-10-30 21:51:04.000000000 +0100 @@ -20,6 +20,7 @@ <name xml:lang="gl">Kig</name> <name xml:lang="id">Kig</name> <name xml:lang="it">Kig</name> + <name xml:lang="ka">Kig</name> <name xml:lang="ko">Kig</name> <name xml:lang="lt">Kig</name> <name xml:lang="nds">Kig</name> @@ -54,6 +55,7 @@ <summary xml:lang="gl">Xeometr??a interactiva</summary> <summary xml:lang="id">Geometri Interaktif</summary> <summary xml:lang="it">Geometria interattiva</summary> + <summary xml:lang="ka">???????????????????????????????????? ???????????????????????????</summary> <summary xml:lang="ko">??????????????? ?????????</summary> <summary xml:lang="lt">Interaktyvi geometrija</summary> <summary xml:lang="nds">Wesselwarken Geometrie</summary> @@ -126,6 +128,7 @@ <caption xml:lang="gl">Xeometr??a interactiva con Kig</caption> <caption xml:lang="id">Geometri interaktif dengan Kgig</caption> <caption xml:lang="it">Geometria interattiva con Kig</caption> + <caption xml:lang="ka">???????????????????????????????????? ??????????????????????????? Kig-????????? ???????????????</caption> <caption xml:lang="ko">Kig??? ????????? ??????????????? ?????????</caption> <caption xml:lang="nl">Interactieve meetkunde met Kig</caption> <caption xml:lang="nn">Interaktiv geometri med Kig</caption> @@ -149,10 +152,10 @@ <binary>kig</binary> </provides> <releases> + <release version="22.08.3" date="2022-11-03"/> <release version="22.08.2" date="2022-10-13"/> <release version="22.08.1" date="2022-09-08"/> <release version="22.08.0" date="2022-08-18"/> - <release version="22.04.3" date="2022-07-07"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-22.08.2/po/ca@valencia/kig.po new/kig-22.08.3/po/ca@valencia/kig.po --- old/kig-22.08.2/po/ca@valencia/kig.po 2022-10-11 06:47:33.000000000 +0200 +++ new/kig-22.08.3/po/ca@valencia/kig.po 2022-11-01 01:02:41.000000000 +0100 @@ -580,7 +580,7 @@ #: filters/xfigexporter.cc:46 #, kde-format msgid "Export to &XFig file" -msgstr "Exporta a fitxer &XFig" +msgstr "Exporta a un fitxer &XFig" #: filters/xfigexporter.cc:52 #, kde-format @@ -1108,7 +1108,7 @@ #: kig/kig_view.cpp:532 kig/kig_view.cpp:580 #, kde-format msgid "Change Shown Part of Screen" -msgstr "Canvia la part mostrada a pantalla" +msgstr "Canvia la part mostrada a la pantalla" #: kig/kig_view.cpp:569 #, kde-format @@ -1329,7 +1329,7 @@ "Output goes to stdout unless --outfile is specified." msgstr "" "No mostres una IGU. Convertix el fitxer especificat al format nadiu de Kig. " -"L'eixida va a stdout llevat que s'especifique --outfile." +"L'eixida va cap a stdout llevat que s'especifique --outfile." #: kig/main.cpp:80 #, kde-format @@ -1337,7 +1337,7 @@ "File to output the created native file to. '-' means output to stdout. " "Default is stdout as well." msgstr "" -"Fitxer on escriure el fitxer nadiu creat. ??-?? significa eixida a stdout. " +"Fitxer on escriure el fitxer nadiu creat. ??-?? significa eixida cap a stdout. " "L'opci?? predeterminada tamb?? ??s stdout." #: kig/main.cpp:84 @@ -1348,7 +1348,7 @@ #: kig/main.cpp:91 #, kde-format msgid "Document to open" -msgstr "Document que s'obrir??" +msgstr "Document que s'ha d'obrir" #: misc/builtin_stuff.cc:45 #, kde-format @@ -2305,7 +2305,7 @@ #: misc/special_constructors.cc:367 misc/special_constructors.cc:463 #, kde-format msgid "Moving Point" -msgstr "Punt a moure" +msgstr "Punt que s'ha de moure" #: misc/special_constructors.cc:368 #, kde-format @@ -2313,8 +2313,8 @@ "Select the moving point, which will be moved around while drawing the " "locus..." msgstr "" -"Escolliu el punt a moure que es canviar?? de lloc mentre es tra??a el lloc " -"geom??tric..." +"Escolliu el punt que s'ha de moure que es canviar?? de lloc mentre es tra??a " +"el lloc geom??tric..." #: misc/special_constructors.cc:369 #, kde-format @@ -2620,17 +2620,17 @@ #: misc/special_constructors.cc:1794 objects/special_calcers.cc:11 #, kde-format msgid "Segment to transport" -msgstr "Segment a transportar" +msgstr "Segment que s'ha de transportar" #: misc/special_constructors.cc:1796 #, kde-format msgid "Arc to transport" -msgstr "Arc a transportar" +msgstr "Arc que s'ha de transportar" #: misc/special_constructors.cc:1798 #, kde-format msgid "Value to transport" -msgstr "Valor a transportar" +msgstr "Valor que s'ha de transportar" #: misc/special_constructors.cc:1800 #, kde-format @@ -5428,7 +5428,7 @@ #: objects/point_type.cc:833 #, kde-format msgid "Select a point to project onto a line..." -msgstr "Seleccioneu el punt a projectar sobre una l??nia..." +msgstr "Seleccioneu el punt que s'ha de projectar sobre una l??nia..." #: objects/point_type.cc:835 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-22.08.2/po/zh_CN/kig.po new/kig-22.08.3/po/zh_CN/kig.po --- old/kig-22.08.2/po/zh_CN/kig.po 2022-10-11 06:47:33.000000000 +0200 +++ new/kig-22.08.3/po/zh_CN/kig.po 2022-11-01 01:02:41.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-07-11 00:40+0000\n" -"PO-Revision-Date: 2022-10-02 15:52\n" +"PO-Revision-Date: 2022-10-30 07:51\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
