Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package svgpart for openSUSE:Factory checked in at 2022-01-11 21:19:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/svgpart (Old) and /work/SRC/openSUSE:Factory/.svgpart.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "svgpart" Tue Jan 11 21:19:33 2022 rev:118 rq:944458 version:21.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes 2021-12-13 20:50:16.552630295 +0100 +++ /work/SRC/openSUSE:Factory/.svgpart.new.1892/svgpart.changes 2022-01-11 21:23:45.433148214 +0100 @@ -1,0 +2,9 @@ +Tue Jan 4 10:26:49 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- 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: ---- svgpart-21.12.0.tar.xz svgpart-21.12.0.tar.xz.sig New: ---- svgpart-21.12.1.tar.xz svgpart-21.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ svgpart.spec ++++++ --- /var/tmp/diff_new_pack.pYoJJV/_old 2022-01-11 21:23:45.993148608 +0100 +++ /var/tmp/diff_new_pack.pYoJJV/_new 2022-01-11 21:23:45.997148611 +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: svgpart -Version: 21.12.0 +Version: 21.12.1 Release: 0 Summary: SVG viewer component License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://invent.kde.org/graphics/svgpart 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 @@ -53,7 +53,7 @@ %install %kf5_makeinstall -C build -%if %{with lang} +%if %{with released} %find_lang %{name} --with-man --all-name %endif @@ -68,7 +68,7 @@ %{_kf5_plugindir}/kf5/parts/svgpart.so %{_kf5_servicesdir}/svgpart.desktop -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ svgpart-21.12.0.tar.xz -> svgpart-21.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/svgpart-21.12.0/CMakeLists.txt new/svgpart-21.12.1/CMakeLists.txt --- old/svgpart-21.12.0/CMakeLists.txt 2021-12-02 22:22:36.000000000 +0100 +++ new/svgpart-21.12.1/CMakeLists.txt 2022-01-03 22:29:46.000000000 +0100 @@ -3,7 +3,7 @@ # Release Service 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_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump SVGPART_BASE_VERSION once new features are added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/svgpart-21.12.0/po/zh_CN/svgpart.po new/svgpart-21.12.1/po/zh_CN/svgpart.po --- old/svgpart-21.12.0/po/zh_CN/svgpart.po 2021-12-03 01:10:04.000000000 +0100 +++ new/svgpart-21.12.1/po/zh_CN/svgpart.po 2022-01-04 01:15:00.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-17 00:18+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/svgpart-21.12.0/src/org.kde.svgpart.metainfo.xml new/svgpart-21.12.1/src/org.kde.svgpart.metainfo.xml --- old/svgpart-21.12.0/src/org.kde.svgpart.metainfo.xml 2021-12-02 22:22:36.000000000 +0100 +++ new/svgpart-21.12.1/src/org.kde.svgpart.metainfo.xml 2022-01-03 22:29:46.000000000 +0100 @@ -115,9 +115,9 @@ </categories> <content_rating type="oars-1.1"/> <releases> + <release version="1.1.21121" date="2022-01-06"/> + <release version="1.1.21120" date="2021-12-09"/> <release version="1.1.21083" date="2021-11-04"/> <release version="1.1.21082" date="2021-10-07"/> - <release version="1.1.21081" date="2021-09-02"/> - <release version="1.1.21080" date="2021-08-12"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/svgpart-21.12.0/src/svgpart.desktop.in new/svgpart-21.12.1/src/svgpart.desktop.in --- old/svgpart-21.12.0/src/svgpart.desktop.in 2021-12-02 22:22:36.000000000 +0100 +++ new/svgpart-21.12.1/src/svgpart.desktop.in 2022-01-03 22:29:46.000000000 +0100 @@ -57,7 +57,7 @@ Name[tr]=Svg Par??ac?????? Name[ug]=Svg Part Name[uk]=?????????????????? Svg -Name[vi]=Ph???n nh??ng ?????c SVG +Name[vi]=Th??nh ph???n SVG Name[x-test]=xxSvg Partxx Name[zh_CN]=SVG ?????? Name[zh_TW]=Svg ?????? @@ -89,6 +89,7 @@ Comment[sv]=Ett KDE delprogram f??r att visa SVG-bilder Comment[tr]=SVG resimlerini g??r??nt??lemek i??in bir KPart Comment[uk]=KPart ?????? ???????????? ?????????????????? SVG +Comment[vi]=M???t th??nh ph???n KPart ????? hi???n th??? ???nh SVG Comment[x-test]=xxA KPart to display SVG imagesxx Comment[zh_CN]=???????????? SVG ????????? KPart ?????? MimeType=image/svg+xml;image/svg+xml-compressed;