Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimagemapeditor for openSUSE:Factory 
checked in at 2022-01-11 21:18:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kimagemapeditor (Old)
 and      /work/SRC/openSUSE:Factory/.kimagemapeditor.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kimagemapeditor"

Tue Jan 11 21:18:26 2022 rev:63 rq:944332 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimagemapeditor/kimagemapeditor.changes  
2021-12-13 20:48:25.612559322 +0100
+++ 
/work/SRC/openSUSE:Factory/.kimagemapeditor.new.1892/kimagemapeditor.changes    
    2022-01-11 21:22:07.161079092 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:42 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

Old:
----
  kimagemapeditor-21.12.0.tar.xz
  kimagemapeditor-21.12.0.tar.xz.sig

New:
----
  kimagemapeditor-21.12.1.tar.xz
  kimagemapeditor-21.12.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kimagemapeditor.spec ++++++
--- /var/tmp/diff_new_pack.VHebCO/_old  2022-01-11 21:22:07.757079512 +0100
+++ /var/tmp/diff_new_pack.VHebCO/_new  2022-01-11 21:22:07.761079514 +0100
@@ -18,16 +18,16 @@
 
 # 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
+%bcond_without released
 Name:           kimagemapeditor
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        HTML Image Map Editor
 License:        GPL-2.0-or-later
 Group:          Productivity/Publishing/HTML/Editors
 URL:            https://apps.kde.org/kimagemapeditor
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
@@ -63,7 +63,7 @@
 
 %install
   %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
   %{kf5_find_htmldocs}
 %endif
@@ -84,7 +84,7 @@
 %{_kf5_servicesdir}/kimagemapeditorpart.desktop
 %{_kf5_sharedir}/kimagemapeditor/
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ kimagemapeditor-21.12.0.tar.xz -> kimagemapeditor-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimagemapeditor-21.12.0/CMakeLists.txt 
new/kimagemapeditor-21.12.1/CMakeLists.txt
--- old/kimagemapeditor-21.12.0/CMakeLists.txt  2021-12-03 01:18:03.000000000 
+0100
+++ new/kimagemapeditor-21.12.1/CMakeLists.txt  2022-01-04 01:25:50.000000000 
+0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kimagemapeditor VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kimagemapeditor-21.12.0/org.kde.kimagemapeditor.appdata.xml 
new/kimagemapeditor-21.12.1/org.kde.kimagemapeditor.appdata.xml
--- old/kimagemapeditor-21.12.0/org.kde.kimagemapeditor.appdata.xml     
2021-12-02 22:44:03.000000000 +0100
+++ new/kimagemapeditor-21.12.1/org.kde.kimagemapeditor.appdata.xml     
2022-01-03 23:00:29.000000000 +0100
@@ -141,9 +141,9 @@
     <binary>kimagemapeditor</binary>
   </provides>
   <releases>
+    <release version="21.12.1" date="2022-01-06"/>
+    <release version="21.12.0" date="2021-12-09"/>
     <release version="21.08.3" date="2021-11-04"/>
     <release version="21.08.2" date="2021-10-07"/>
-    <release version="21.08.1" date="2021-09-02"/>
-    <release version="21.08.0" date="2021-08-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kimagemapeditor-21.12.0/po/ru/docs/kimagemapeditor/index.docbook 
new/kimagemapeditor-21.12.1/po/ru/docs/kimagemapeditor/index.docbook
--- old/kimagemapeditor-21.12.0/po/ru/docs/kimagemapeditor/index.docbook        
1970-01-01 01:00:00.000000000 +0100
+++ new/kimagemapeditor-21.12.1/po/ru/docs/kimagemapeditor/index.docbook        
2022-01-04 01:25:50.000000000 +0100
@@ -0,0 +1,281 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
+  <!ENTITY kimagemapeditor "<application
+>KImageMapEditor</application
+>">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Russian "INCLUDE"
+><!-- change language only here -->
+]>
+
+<book id="kimagemapeditor" lang="&language;">
+
+<bookinfo>
+<title
+>?????????????????????? ???????????????????????? &kimagemapeditor;</title>
+
+<authorgroup>
+<author
+><firstname
+>Jan</firstname
+> <othername
+></othername
+> <surname
+>Sch&auml;fer</surname
+> <affiliation
+> <address
+><email
+>j_schaef&#64;informatik&#46;uni-kl&#46;de</email
+></address>
+</affiliation>
+</author>
+
+<othercredit role="translator"
+><firstname
+>??????????</firstname
+><surname
+>??????????????????????</surname
+><affiliation
+><address
+><email
+>[email protected]</email
+></address
+></affiliation
+><contrib
+>?????????????? ???? ?????????????? ????????</contrib
+></othercredit
+> 
+</authorgroup>
+
+<copyright>
+<year
+>2007</year>
+<holder
+>Jan Sch&auml;fer</holder>
+</copyright>
+
+<legalnotice
+>&FDLNotice;</legalnotice>
+
+<date
+>2011-08-22</date>
+<releaseinfo
+>3.9.0 (&kde; 4.7)</releaseinfo>
+
+<abstract>
+<para
+>&kimagemapeditor; ??? ?????? ???????????????? &HTML; imagemap, 
?????????????????????????? &kde;. </para>
+</abstract>
+
+<keywordset>
+<keyword
+>KDE</keyword>
+<keyword
+>KImageMapEditor</keyword>
+<keyword
+>imagemap</keyword>
+<keyword
+>usemap</keyword>
+<keyword
+>html</keyword>
+</keywordset>
+
+</bookinfo>
+
+<chapter id="using">
+<title
+>?????????????????????????? &kimagemapeditor;</title>
+
+<para
+>&kimagemapeditor; ??? ?????? ???????????????? ???????? ?????????????????????? 
&HTML;, ?????????????????????????? ?????????????????????? &kde;. ?? ?????? 
?????????????? ???????????????? ?????????????????? ?? ???????????????? <ulink 
url="http://en.wikipedia.org/wiki/Imagemap";
+>?????????????????? ??????????????????????</ulink
+> &HTML;. </para>
+
+<screenshot>
+<screeninfo
+>???????????? ???????????????????? &kimagemapeditor;</screeninfo>
+       <mediaobject>
+         <imageobject>
+           <imagedata fileref="mainwindow.png" format="PNG"/>
+         </imageobject>
+         <textobject>
+           <phrase
+>????????????</phrase>
+         </textobject>
+         <caption>
+           <para
+>?????????????? ???????? &kimagemapeditor;. </para>
+         </caption>
+       </mediaobject>
+</screenshot>
+
+<para
+>???????????????? ?????????????????????????? ?????????? ?????????????? 
?????????? ????????, ???? ?????????????? ???????????? ???????????? 
???????????????? ???????????????? ?????????? ??????????????????????. 
???????????? ???? ??????????-???????? ???????????? ???? ?????????? 
?????????????????? ?????????????? ???????????? ???? ?????? ????????????.</para>
+
+<para
+>?????? ???????????????? ?????????? ?????????????????????? 
???????????????????? ?????????????????? ?????????????????? 
????????????????:</para>
+
+<para
+>?????????????????? ???????? ?????????????????????? (<filename 
class="extension"
+>png</filename
+>, <filename class="extension"
+>jpg</filename
+>, <filename class="extension"
+>gif</filename
+>) ?????? &HTML;-????????; ?? ?????????? ?????? ???????????????????? ?????? ?? 
?????????????? ??????????????????????. ?????????????? ?????????????????????? 
???? ???????????? <guilabel
+>??????????????????????</guilabel
+>.</para>
+
+<para
+>???????????????? ?????????????????????? ?????? ???????????????? ?????????? 
?????????????????????? ?? ?????????????? ???????????? ???????? <menuchoice
+><guimenu
+>??????????????</guimenu
+><guimenuitem
+>?????????????? ??????????????...</guimenuitem
+></menuchoice
+> ?? ?????????????? ???????????????? ??????????????.</para>
+
+<para
+>?????????? ???????????????? ?? ???????? <guimenu
+>????????????</guimenu
+> ???????????????????? ???????????????????????????? ????????????, 
???????????????? <guimenuitem
+>????????</guimenuitem
+>, <guimenuitem
+>??????????????????????????</guimenuitem
+>, <guimenuitem
+>??????????????????????????</guimenuitem
+> ?????? <guimenuitem
+>???????????????????????? ??????????????????????????</guimenuitem
+> ?? ?????????????? ?????????????????? ?????? ?????????????? ?????????????? 
???? ??????????????????????.</para>
+
+<para
+>?????????? ???????????? ???????????? <guilabel
+>???????????????? ???????? ??????????????</guilabel
+>. ???? ?????????????? <guilabel
+>??????????</guilabel
+> ?????????????? ?????????????? ???????????????? <guilabel
+>HREF</guilabel
+> (&URL;-?????????? ???????????? ?????? ??????????????), <guilabel
+>????????. ??????????</guilabel
+>, <guilabel
+>????????</guilabel
+> ?? <guilabel
+>??????????????????</guilabel
+>.</para
+> 
+
+<para
+>???? ?????????????? <guilabel
+>????????????????????</guilabel
+> ???????????????? ???????????????????????????? ???????????? ????????????. 
?????????????????? ???????????????? ?????????????????? 
???????????????????????????? ???????????? ?? ?????????????????? ?????????????? 
???? ?????????????????????? (?????????????????? ???????????????????????? 
??????????). ???????????? ?? ?????????????????? ?????????? ???????????????? 
???????????????? ?? ?????????????? ????????.</para>
+
+<!--para
+>JavaScript tab Enter name of funtions defined where? for actions</para-->
+
+<para
+>?????????? ?????????????? ???????????? <guilabel
+>???????????????? ???????? ??????????????</guilabel
+> ?????? ?????? ???????????????? ?????????? ??????????????????????, 
???????????????? ?????????? <guimenuitem
+>????????????????</guimenuitem
+> ?? ???????? <guimenu
+> ????????????</guimenu
+> ?????? ?? ?????????????????????? ???????? ??????????????.</para>
+
+<para
+>?????? ?????????????????? ?????????????????????????????? &HTML;-???????? 
?????????????? ???????????????? ?????????? ????????  <menuchoice
+><guimenu
+>??????????????</guimenu
+><guimenuitem
+>???????????????? HTML</guimenuitem
+></menuchoice
+>.</para>
+
+<para
+>?????????? ???????????????? ?????????? ???????? <menuchoice
+><guimenu
+>??????????????????????</guimenu
+><guimenuitem
+>???????????????? ?????????????? ??????????????????????????...</guimenuitem
+></menuchoice
+> ?? ?????????????? ???????????????? ?????????????? ?? ???????????????? 
???????????????? ?????????????? ??????????????????????????. ?????????? 
?????????????????? ??????????????????, ???????????????? ?????????? ???????? 
<menuchoice
+><guimenu
+>????????</guimenu
+> <guimenuitem
+>??????????????????</guimenuitem
+></menuchoice
+>. ?????????? ???????????????? ?????????????????????? ???????? &HTML; ?? 
???????????????? &konqueror; ?? ??????????????????, ?????? ?????????? 
?????????????????????? ???????????????? ??????????????????.</para>
+
+<!-- 
+Map-Preview is empty?
+
+  Draft of Howto create an imagemap
+  1) Load Image (png/jpg/gif) or html file
+  2) Tools Circle Rectangle Polygon to define an area
+  3) Area Tag Editor (Property from context menu) Link+AltTag+..., 
Coordinates, JavaScript
+  4) Map->Show HTMl to view the html code of the map
+--> 
+<para
+>?????????????????? ?????????????????? &kimagemapeditor; ???????????????? ?? 
?????????????? ??????????????????: ???????????????? ?????????? ???????? 
<menuchoice
+> <guimenu
+>??????????????????</guimenu
+> <guimenuitem
+>?????????????????? &kimagemapeditor;...</guimenuitem
+> </menuchoice
+>. </para>
+<screenshot>
+<screeninfo
+>???????????? ?????????????????? &kimagemapeditor;</screeninfo>
+       <mediaobject>
+         <imageobject>
+           <imagedata fileref="configure.png" format="PNG"/>
+         </imageobject>
+         <textobject>
+           <phrase
+>???????????? ?????????????????? &kimagemapeditor;</phrase>
+         </textobject>
+         <caption>
+           <para
+>???????????? ?????????????????? &kimagemapeditor;. </para>
+         </caption>
+       </mediaobject>
+</screenshot>
+</chapter>
+
+<chapter id="credits">
+<title
+>?????????????????????????? ?? ????????????????</title>
+
+<para
+>&kimagemapeditor; </para>
+<para
+>?????????????????? ?????????? ???? ??????????????????: Jan Sch&auml;fer <email
+>j_schaef&#64;informatik&#46;uni-kl&#46;de</email
+>,  2003???2007  </para>
+
+<para
+>?????????????????? ?????????? ???? ????????????????????????: Jan Sch&auml;fer 
<email
+>j_schaef&#64;informatik&#46;uni-kl&#46;de</email
+>, 2007 </para>
+
+<para
+>?????????? ??????????????????????<email
+>[email protected]</email
+></para
+> &underFDL; &underGPL; </chapter>
+
+
+&documentation.index;
+</book>
+
+<!--
+Local Variables:
+mode: sgml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab 
+-->
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimagemapeditor-21.12.0/po/zh_CN/kimagemapeditor.po 
new/kimagemapeditor-21.12.1/po/zh_CN/kimagemapeditor.po
--- old/kimagemapeditor-21.12.0/po/zh_CN/kimagemapeditor.po     2021-12-03 
01:18:02.000000000 +0100
+++ new/kimagemapeditor-21.12.1/po/zh_CN/kimagemapeditor.po     2022-01-04 
01:25:50.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-22 00:15+0000\n"
-"PO-Revision-Date: 2021-11-30 15:24\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to