commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2024-09-13 14:33:11 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.29891 (New) Package is "poxml" Fri Sep 13 14:33:11 2024 rev:138 rq:1200526 version:24.08.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2024-08-26 22:13:09.761364196 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.29891/poxml.changes 2024-09-13 14:35:43.067310511 +0200 @@ -1,0 +2,9 @@ +Tue Sep 10 14:11:47 UTC 2024 - Christophe Marin + +- Update to 24.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.1/ +- No code change since 24.08.0 + +--- Old: poxml-24.08.0.tar.xz poxml-24.08.0.tar.xz.sig New: poxml-24.08.1.tar.xz poxml-24.08.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.oXLiv1/_old 2024-09-13 14:35:43.571331521 +0200 +++ /var/tmp/diff_new_pack.oXLiv1/_new 2024-09-13 14:35:43.575331688 +0200 @@ -21,7 +21,7 @@ %bcond_without released Name: poxml -Version:24.08.0 +Version:24.08.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-24.08.0.tar.xz -> poxml-24.08.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2024-08-26 22:10:00 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2698 (New) Package is "poxml" Mon Aug 26 22:10:00 2024 rev:137 rq:1196032 version:24.08.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2024-07-05 19:56:45.598544133 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2698/poxml.changes2024-08-26 22:13:09.761364196 +0200 @@ -1,0 +2,17 @@ +Mon Aug 19 07:14:48 UTC 2024 - Christophe Marin + +- Update to 24.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.08.0/ +- Changes since 24.05.2: + * Port to modern KDE_COMPILERSETTINGS_LEVEL + * Increase QT_MIN_VERSION and KF_MIN_VERSION to reflect truth + * cmake_minimum_required needs to be called before project + * KF5_MIN_VERSION -> KF_MIN_VERSION + * Port to Qt 6 + * Port away from QRegExp + * Port away from QMultiMap API + * Enforce passing tests on all platforms + +--- Old: poxml-24.05.2.tar.xz poxml-24.05.2.tar.xz.sig New: poxml-24.08.0.tar.xz poxml-24.08.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.OOfsQv/_old 2024-08-26 22:13:10.237384073 +0200 +++ /var/tmp/diff_new_pack.OOfsQv/_new 2024-08-26 22:13:10.241384240 +0200 @@ -16,9 +16,12 @@ # +%define kf6_version 6.3.0 +%define qt6_version 6.6.0 + %bcond_without released Name: poxml -Version:24.05.2 +Version:24.08.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only @@ -30,11 +33,11 @@ %endif BuildRequires: antlr BuildRequires: antlr-devel -BuildRequires: extra-cmake-modules +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: gettext-devel -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Xml) +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6Xml) >= %{qt6_version} %description This is a collection of tools that facilitate translating DocBook XML @@ -42,10 +45,10 @@ %package -n kde-l10n-devel Summary:Tools for translating DocBook XML files with Gettext -Recommends: %{name}-lang +Recommends: poxml-lang Obsoletes: kde4-l10n-devel < %{version} Provides: kde4-l10n-devel = %{version} -Provides: %{name} = %{version} +Provides: poxml = %{version} %description -n kde-l10n-devel This is a collection of tools that facilitate translating DocBook XML @@ -62,11 +65,12 @@ %endif export CXXFLAGS="%{optflags} -fPIC" export CFLAGS="%{optflags} -fPIC" -%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" -%cmake_build +%cmake_kf6 -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" + +%kf6_build %install -%kf5_makeinstall -C build +%kf6_install %find_lang %{name} --with-man --all-name @@ -74,11 +78,11 @@ %files -n kde-l10n-devel %license COPYING* -%{_kf5_bindir}/po2xml -%{_kf5_bindir}/split2po -%{_kf5_bindir}/swappo -%{_kf5_bindir}/xml2pot -%{_kf5_mandir}/man1/*.*%{ext_man} +%{_kf6_bindir}/po2xml +%{_kf6_bindir}/split2po +%{_kf6_bindir}/swappo +%{_kf6_bindir}/xml2pot +%{_kf6_mandir}/man1/*.*%{ext_man} %files lang -f %{name}.lang ++ poxml-24.05.2.tar.xz -> poxml-24.08.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-24.05.2/.gitlab-ci.yml new/poxml-24.08.0/.gitlab-ci.yml --- old/poxml-24.05.2/.gitlab-ci.yml2024-06-19 05:38:20.0 +0200 +++ new/poxml-24.08.0/.gitlab-ci.yml2024-05-04 16:22:36.0 +0200 @@ -4,5 +4,5 @@ include: - project: sysadmin/ci-utilities file: - - /gitlab-templates/linux.yml - - /gitlab-templates/freebsd.yml + - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-24.05.2/.kde-ci.yml new/poxml-24.08.0/.kde-ci.yml --- old/poxml-24.05.2/.kde-ci.yml 2024-06-19 05:38:20.0 +0200 +++ new/poxml-24.08.0/.kde-ci.yml 2024-05-04 16:22:36.0 +0200 @@ -4,5 +4,8 @@ Dependencies: - 'on': ['@all'] 'require': -'frameworks/extra-cmake-modules': '@stable' -'frameworks/kdoctools': '@stable' +'frameworks/extra-cmake-modules': '@stable-kf6' +'frameworks/kdoctools': '@stable-kf6' + +Options: + require-passing-tests-
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2024-06-14 19:01:25 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.19518 (New) Package is "poxml" Fri Jun 14 19:01:25 2024 rev:135 rq:1180633 version:24.05.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2024-05-27 12:01:07.685515592 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.19518/poxml.changes 2024-06-14 19:05:27.686905067 +0200 @@ -1,0 +2,9 @@ +Wed Jun 12 07:34:57 UTC 2024 - Christophe Marin + +- Update to 24.05.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.05.1/ +- No code change since 24.05.0 + +--- Old: poxml-24.05.0.tar.xz poxml-24.05.0.tar.xz.sig New: poxml-24.05.1.tar.xz poxml-24.05.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.VA48CL/_old 2024-06-14 19:05:28.186923219 +0200 +++ /var/tmp/diff_new_pack.VA48CL/_new 2024-06-14 19:05:28.190923364 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:24.05.0 +Version:24.05.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-24.05.0.tar.xz -> poxml-24.05.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2024-05-27 11:51:45 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.24587 (New) Package is "poxml" Mon May 27 11:51:45 2024 rev:134 rq:1176422 version:24.05.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2024-04-15 20:23:02.658751130 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.24587/poxml.changes 2024-05-27 12:01:07.685515592 +0200 @@ -1,0 +2,16 @@ +Sun May 19 09:57:45 UTC 2024 - Christophe Marin + +- Update to 24.05.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.05.0/ +- No code change since 24.04.80 + +--- +Fri May 3 09:17:31 UTC 2024 - Christophe Marin + +- Update to 24.04.80 + * New feature release +- No code change since 24.02.2 + +--- Old: poxml-24.02.2.tar.xz poxml-24.02.2.tar.xz.sig New: poxml-24.05.0.tar.xz poxml-24.05.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.5P17Un/_old 2024-05-27 12:01:08.125531746 +0200 +++ /var/tmp/diff_new_pack.5P17Un/_new 2024-05-27 12:01:08.125531746 +0200 @@ -18,14 +18,14 @@ %bcond_without released Name: poxml -Version:24.02.2 +Version:24.05.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only URL:https://www.kde.org/ -Source: %{name}-%{version}.tar.xz +Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with released} -Source1:%{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: antlr ++ poxml-24.02.2.tar.xz -> poxml-24.05.0.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2024-04-15 20:16:46 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.26366 (New) Package is "poxml" Mon Apr 15 20:16:46 2024 rev:133 rq:1167459 version:24.02.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2024-03-22 15:31:56.477912904 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.26366/poxml.changes 2024-04-15 20:23:02.658751130 +0200 @@ -1,0 +2,9 @@ +Tue Apr 9 18:09:53 UTC 2024 - Christophe Marin + +- Update to 24.02.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.02.2/ +- No code change since 24.02.1 + +--- Old: poxml-24.02.1.tar.xz poxml-24.02.1.tar.xz.sig New: poxml-24.02.2.tar.xz poxml-24.02.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.BPBrdk/_old 2024-04-15 20:23:03.178770276 +0200 +++ /var/tmp/diff_new_pack.BPBrdk/_new 2024-04-15 20:23:03.182770423 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:24.02.1 +Version:24.02.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-24.02.1.tar.xz -> poxml-24.02.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-12-09 22:53:17 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.25432 (New) Package is "poxml" Sat Dec 9 22:53:17 2023 rev:130 rq:1131980 version:23.08.4 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-11-10 12:36:43.560045295 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.25432/poxml.changes 2023-12-09 22:56:50.383513515 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 14:20:39 UTC 2023 - Christophe Marin + +- Update to 23.08.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.4/ +- No code change since 23.08.3 + +--- Old: poxml-23.08.3.tar.xz poxml-23.08.3.tar.xz.sig New: poxml-23.08.4.tar.xz poxml-23.08.4.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.tyGVJp/_old 2023-12-09 22:56:51.059538324 +0100 +++ /var/tmp/diff_new_pack.tyGVJp/_new 2023-12-09 22:56:51.063538471 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.08.3 +Version:23.08.4 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.08.3.tar.xz -> poxml-23.08.4.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-11-10 12:32:56 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.17445 (New) Package is "poxml" Fri Nov 10 12:32:56 2023 rev:129 rq:1124686 version:23.08.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-10-12 23:47:03.439645982 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.17445/poxml.changes 2023-11-10 12:36:43.560045295 +0100 @@ -1,0 +2,9 @@ +Tue Nov 7 17:05:40 UTC 2023 - Christophe Marin + +- Update to 23.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.3/ +- No code change since 23.08.2 + +--- Old: poxml-23.08.2.tar.xz poxml-23.08.2.tar.xz.sig New: poxml-23.08.3.tar.xz poxml-23.08.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.oouVAp/_old 2023-11-10 12:36:44.232070167 +0100 +++ /var/tmp/diff_new_pack.oouVAp/_new 2023-11-10 12:36:44.232070167 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.08.2 +Version:23.08.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.08.2.tar.xz -> poxml-23.08.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-10-12 23:43:56 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1807 (New) Package is "poxml" Thu Oct 12 23:43:56 2023 rev:128 rq:1117424 version:23.08.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-09-15 22:09:22.325495230 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1807/poxml.changes2023-10-12 23:47:03.439645982 +0200 @@ -1,0 +2,9 @@ +Tue Oct 10 18:28:26 UTC 2023 - Christophe Marin + +- Update to 23.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.2/ +- No code change since 23.08.1 + +--- Old: poxml-23.08.1.tar.xz poxml-23.08.1.tar.xz.sig New: poxml-23.08.2.tar.xz poxml-23.08.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.vKowzM/_old 2023-10-12 23:47:03.979665535 +0200 +++ /var/tmp/diff_new_pack.vKowzM/_new 2023-10-12 23:47:03.979665535 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.08.1 +Version:23.08.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.08.1.tar.xz -> poxml-23.08.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-09-15 22:04:24 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1766 (New) Package is "poxml" Fri Sep 15 22:04:24 2023 rev:127 rq:301 version:23.08.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-08-31 13:50:47.331097963 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1766/poxml.changes2023-09-15 22:09:22.325495230 +0200 @@ -1,0 +2,9 @@ +Tue Sep 12 11:56:53 UTC 2023 - Christophe Marin + +- Update to 23.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.1/ +- No code change since 23.08.0 + +--- Old: poxml-23.08.0.tar.xz poxml-23.08.0.tar.xz.sig New: poxml-23.08.1.tar.xz poxml-23.08.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.2nHxuu/_old 2023-09-15 22:09:23.509537565 +0200 +++ /var/tmp/diff_new_pack.2nHxuu/_new 2023-09-15 22:09:23.509537565 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.08.0 +Version:23.08.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.08.0.tar.xz -> poxml-23.08.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-08-31 13:45:22 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1766 (New) Package is "poxml" Thu Aug 31 13:45:22 2023 rev:126 rq:1105820 version:23.08.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-07-07 15:52:29.894046675 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1766/poxml.changes2023-08-31 13:50:47.331097963 +0200 @@ -1,0 +2,23 @@ +Sun Aug 20 14:00:26 UTC 2023 - Christophe Marin + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- No code change since 23.07.90 + +--- +Mon Aug 14 08:03:43 UTC 2023 - Christophe Marin + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +--- +Tue Aug 1 10:14:38 UTC 2023 - Christophe Marin + +- Update to 23.07.80 + * New feature release +- No code change since 23.04.3 + +--- Old: poxml-23.04.3.tar.xz poxml-23.04.3.tar.xz.sig New: poxml-23.08.0.tar.xz poxml-23.08.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.pPJoJQ/_old 2023-08-31 13:50:48.479138997 +0200 +++ /var/tmp/diff_new_pack.pPJoJQ/_new 2023-08-31 13:50:48.487139283 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.04.3 +Version:23.08.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.04.3.tar.xz -> poxml-23.08.0.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-07-07 15:49:44 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.23466 (New) Package is "poxml" Fri Jul 7 15:49:44 2023 rev:125 rq:1097400 version:23.04.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-06-09 20:43:09.848549528 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.23466/poxml.changes 2023-07-07 15:52:29.894046675 +0200 @@ -1,0 +2,9 @@ +Tue Jul 4 10:20:41 UTC 2023 - Christophe Marin + +- Update to 23.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.3/ +- No code change since 23.04.2 + +--- Old: poxml-23.04.2.tar.xz poxml-23.04.2.tar.xz.sig New: poxml-23.04.3.tar.xz poxml-23.04.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.RGX8GL/_old 2023-07-07 15:52:30.514050369 +0200 +++ /var/tmp/diff_new_pack.RGX8GL/_new 2023-07-07 15:52:30.514050369 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.04.2 +Version:23.04.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.04.2.tar.xz -> poxml-23.04.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-06-09 20:39:44 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.15902 (New) Package is "poxml" Fri Jun 9 20:39:44 2023 rev:124 rq:1091689 version:23.04.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-05-12 20:39:43.230669710 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.15902/poxml.changes 2023-06-09 20:43:09.848549528 +0200 @@ -1,0 +2,9 @@ +Tue Jun 6 20:01:57 UTC 2023 - Christophe Marin + +- Update to 23.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.2/ +- No code change since 23.04.1 + +--- Old: poxml-23.04.1.tar.xz poxml-23.04.1.tar.xz.sig New: poxml-23.04.2.tar.xz poxml-23.04.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.m7ahsN/_old 2023-06-09 20:43:10.448553013 +0200 +++ /var/tmp/diff_new_pack.m7ahsN/_new 2023-06-09 20:43:10.452553036 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.04.1 +Version:23.04.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.04.1.tar.xz -> poxml-23.04.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-05-12 20:36:52 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1533 (New) Package is "poxml" Fri May 12 20:36:52 2023 rev:123 rq:1086464 version:23.04.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-04-23 22:50:26.215719462 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1533/poxml.changes2023-05-12 20:39:43.230669710 +0200 @@ -1,0 +2,9 @@ +Tue May 9 10:47:55 UTC 2023 - Christophe Marin + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- No code change since 23.04.0 + +--- Old: poxml-23.04.0.tar.xz poxml-23.04.0.tar.xz.sig New: poxml-23.04.1.tar.xz poxml-23.04.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.IJCR3u/_old 2023-05-12 20:39:43.738672501 +0200 +++ /var/tmp/diff_new_pack.IJCR3u/_new 2023-05-12 20:39:43.746672545 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: poxml -Version:23.04.0 +Version:23.04.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-23.04.0.tar.xz -> poxml-23.04.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-04-23 22:47:16 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1533 (New) Package is "poxml" Sun Apr 23 22:47:16 2023 rev:122 rq:1080741 version:23.04.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-03-03 22:30:55.647908496 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1533/poxml.changes2023-04-23 22:50:26.215719462 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:43 UTC 2023 - Christophe Marin + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +--- +Fri Mar 31 16:42:47 UTC 2023 - Christophe Marin + +- Update to 23.03.90 + * New feature release + +--- +Fri Mar 17 20:44:35 UTC 2023 - Christophe Marin + +- Update to 23.03.80 + * New feature release + +--- Old: poxml-22.12.3.tar.xz poxml-22.12.3.tar.xz.sig New: poxml-23.04.0.tar.xz poxml-23.04.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.34gNTB/_old 2023-04-23 22:50:26.779722649 +0200 +++ /var/tmp/diff_new_pack.34gNTB/_new 2023-04-23 22:50:26.783722671 +0200 @@ -16,11 +16,9 @@ # -# 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 released Name: poxml -Version:22.12.3 +Version:23.04.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.12.3.tar.xz -> poxml-23.04.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.3/.gitignore new/poxml-23.04.0/.gitignore --- old/poxml-22.12.3/.gitignore1970-01-01 01:00:00.0 +0100 +++ new/poxml-23.04.0/.gitignore2023-02-25 04:39:01.0 +0100 @@ -0,0 +1,28 @@ +# Ignore the following files +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile +avail +random_seed +/build*/ +CMakeLists.txt.user* +*.unc-backup* +.cmake/ +/.clang-format +/compile_commands.json +.clangd +.idea +/cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.3/po/de/docs/poxml/man-po2xml.1.docbook new/poxml-23.04.0/po/de/docs/poxml/man-po2xml.1.docbook --- old/poxml-22.12.3/po/de/docs/poxml/man-po2xml.1.docbook 2023-02-25 06:23:26.0 +0100 +++ new/poxml-23.04.0/po/de/docs/poxml/man-po2xml.1.docbook 2023-02-25 04:39:01.0 +0100 @@ -75,7 +75,7 @@ >Siehe auch split2po(1), swappo(1), transxx(1), xml2pot(1) +>split2po(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.3/po/de/docs/poxml/man-split2po.1.docbook new/poxml-23.04.0/po/de/docs/poxml/man-split2po.1.docbook --- old/poxml-22.12.3/po/de/docs/poxml/man-split2po.1.docbook 2023-02-25 06:23:26.0 +0100 +++ new/poxml-23.04.0/po/de/docs/poxml/man-split2po.1.docbook 2023-02-25 04:39:01.0 +0100 @@ -82,7 +82,7 @@ >Siehe auch po2xml(1), swappo(1), transxx(1), xml2pot(1) +>po2xml(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.3/po/de/docs/poxml/man-swappo.1.docbook new/poxml-23.04.0/po/de/docs/poxml/man-swappo.1.docbook --- old/poxml-22.12.3/po/de/docs/poxml/man-swappo.1.docbook 2023-02-25 06:23:26.0 +0100 +++ new/poxml-23.04.0/po/de/docs/poxml/man-swappo.1.docbook 2023-02-25 04:39:01.0 +0100 @@ -73,7 +73,7 @@ >Siehe auch po2xml(1), split2po(1), transxx(1), xml2pot(1) +>po2xml(1), split2po(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.3/po/de/docs/poxml/man-xml2pot.1.docbook new/poxml-23.04.0/po/de/docs/poxml/man-xml2pot.1.docbook --- old/poxml-22.12.3/po/de/docs/poxml/man-xml2pot.1.docbook2023-02-25 06:23:26.0 +0100 +++ new/poxml-23.04.0/po/de/docs/poxml/man-xml2pot.1.docbook2023-02-25 04:39:01.0 +0100 @@ -76,7 +76,7 @@ >Siehe auch po2xml(1), split2po(1), swappo(1), transxx(1) +>po2xml(1), split2po(1), swappo(1) diff -urN '--exclude
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-03-03 22:28:03 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.31432 (New) Package is "poxml" Fri Mar 3 22:28:03 2023 rev:121 rq:1068947 version:22.12.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-02-04 14:26:54.929487201 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.31432/poxml.changes 2023-03-03 22:30:55.647908496 +0100 @@ -1,0 +2,8 @@ +Tue Feb 28 09:47:00 UTC 2023 - Christophe Marin + +- Update to 22.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.3/ + +--- Old: poxml-22.12.2.tar.xz poxml-22.12.2.tar.xz.sig New: poxml-22.12.3.tar.xz poxml-22.12.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.3FLOST/_old 2023-03-03 22:30:56.391911668 +0100 +++ /var/tmp/diff_new_pack.3FLOST/_new 2023-03-03 22:30:56.399911703 +0100 @@ -1,7 +1,7 @@ # # spec file for package poxml # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.12.2 +Version:22.12.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only @@ -72,8 +72,7 @@ %find_lang %{name} --with-man --all-name -%post -n kde-l10n-devel -p /sbin/ldconfig -%postun -n kde-l10n-devel -p /sbin/ldconfig +%ldconfig_scriptlets -n kde-l10n-devel %files -n kde-l10n-devel %license COPYING* ++ poxml-22.12.2.tar.xz -> poxml-22.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.2/po/pt_BR/docs/poxml/man-po2xml.1.docbook new/poxml-22.12.3/po/pt_BR/docs/poxml/man-po2xml.1.docbook --- old/poxml-22.12.2/po/pt_BR/docs/poxml/man-po2xml.1.docbook 2022-10-02 05:35:54.0 +0200 +++ new/poxml-22.12.3/po/pt_BR/docs/poxml/man-po2xml.1.docbook 2023-02-25 06:23:26.0 +0100 @@ -16,7 +16,7 @@ >b...@debian.org 8 de abril de 2003 +>08/04/2003 @@ -75,7 +75,7 @@ >Veja também split2po(1), swappo(1), transxx(1), xml2pot(1) +>split2po(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.2/po/pt_BR/docs/poxml/man-split2po.1.docbook new/poxml-22.12.3/po/pt_BR/docs/poxml/man-split2po.1.docbook --- old/poxml-22.12.2/po/pt_BR/docs/poxml/man-split2po.1.docbook 2022-10-02 05:35:54.0 +0200 +++ new/poxml-22.12.3/po/pt_BR/docs/poxml/man-split2po.1.docbook 2023-02-25 06:23:26.0 +0100 @@ -16,7 +16,7 @@ >b...@debian.org 7 de abril de 2003 +>07/04/2003 @@ -82,7 +82,7 @@ >Veja também po2xml(1), swappo(1), transxx(1), xml2pot(1) +>po2xml(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.2/po/pt_BR/docs/poxml/man-swappo.1.docbook new/poxml-22.12.3/po/pt_BR/docs/poxml/man-swappo.1.docbook --- old/poxml-22.12.2/po/pt_BR/docs/poxml/man-swappo.1.docbook 2022-10-02 05:35:54.0 +0200 +++ new/poxml-22.12.3/po/pt_BR/docs/poxml/man-swappo.1.docbook 2023-02-25 06:23:26.0 +0100 @@ -16,7 +16,7 @@ >b...@debian.org 7 de abril de 2003 +>07/04/2003 @@ -73,7 +73,7 @@ >Veja também po2xml(1), split2po(1), transxx(1), xml2pot(1) +>po2xml(1), split2po(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.12.2/po/pt_BR/docs/poxml/man-xml2pot.1.docbook new/poxml-22.12.3/po/pt_BR/docs/poxml/man-xml2pot.1.docbook --- old/poxml-22.12.2/po/pt_BR/docs/poxml/man-xml2pot.1.docbook 2022-10-02 05:35:54.0 +0200 +++ new/poxml-22.12.3/po/pt_BR/docs/poxml/man-xml2pot.1.docbook 2023-02-25 06:23:26.0 +0100 @@ -16,7 +16,7 @@ >b...@debian.org 7 de abril de 2003 +>07/04/2003 @@ -78,7 +78,7 @@ >Veja também po2xml(1), split2po(1), swappo(1), transxx(1) +>po2xml(1), split2po(1), swappo(1)
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-02-04 14:15:29 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.4462 (New) Package is "poxml" Sat Feb 4 14:15:29 2023 rev:120 rq:1062919 version:22.12.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2023-01-07 17:22:36.427191410 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.4462/poxml.changes2023-02-04 14:26:54.929487201 +0100 @@ -1,0 +2,8 @@ +Tue Jan 31 10:34:58 UTC 2023 - Christophe Marin + +- Update to 22.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.2/ + +--- Old: poxml-22.12.1.tar.xz poxml-22.12.1.tar.xz.sig New: poxml-22.12.2.tar.xz poxml-22.12.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.c17O0p/_old 2023-02-04 14:26:55.329489408 +0100 +++ /var/tmp/diff_new_pack.c17O0p/_new 2023-02-04 14:26:55.333489430 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.12.1 +Version:22.12.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.12.1.tar.xz -> poxml-22.12.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2023-01-07 17:19:15 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1563 (New) Package is "poxml" Sat Jan 7 17:19:15 2023 rev:119 rq:1056647 version:22.12.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-12-09 17:01:38.084955009 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1563/poxml.changes2023-01-07 17:22:36.427191410 +0100 @@ -1,0 +2,8 @@ +Tue Jan 3 10:21:23 UTC 2023 - Christophe Marin + +- Update to 22.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.1/ + +--- Old: poxml-22.12.0.tar.xz poxml-22.12.0.tar.xz.sig New: poxml-22.12.1.tar.xz poxml-22.12.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.CmgnFh/_old 2023-01-07 17:22:37.075195276 +0100 +++ /var/tmp/diff_new_pack.CmgnFh/_new 2023-01-07 17:22:37.083195324 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.12.0 +Version:22.12.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.12.0.tar.xz -> poxml-22.12.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-12-09 16:59:43 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1835 (New) Package is "poxml" Fri Dec 9 16:59:43 2022 rev:118 rq:1041614 version:22.12.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-11-04 17:41:09.218750230 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1835/poxml.changes2022-12-09 17:01:38.084955009 +0100 @@ -1,0 +2,20 @@ +Fri Dec 2 12:26:45 UTC 2022 - Christophe Marin + +- Update to 22.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.12.0/ + +--- +Sat Nov 26 16:46:22 UTC 2022 - Christophe Giboudeaux + +- Update to 22.11.90 + * New feature release + +--- +Sat Nov 12 08:55:28 UTC 2022 - Christophe Giboudeaux + +- Update to 22.11.80 + * New feature release + +--- Old: poxml-22.08.3.tar.xz poxml-22.08.3.tar.xz.sig New: poxml-22.12.0.tar.xz poxml-22.12.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.cOKMQJ/_old 2022-12-09 17:01:38.584957484 +0100 +++ /var/tmp/diff_new_pack.cOKMQJ/_new 2022-12-09 17:01:38.592957524 +0100 @@ -1,7 +1,7 @@ # # spec file for package poxml # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,10 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.08.3 +Version:22.12.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only -Group: System/GUI/KDE URL:https://www.kde.org/ Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with released} @@ -45,7 +44,6 @@ %package -n kde-l10n-devel Summary:Tools for translating DocBook XML files with Gettext -Group: System/GUI/KDE Recommends: %{name}-lang Obsoletes: kde4-l10n-devel < %{version} Provides: kde4-l10n-devel = %{version} @@ -70,10 +68,9 @@ %cmake_build %install - %kf5_makeinstall -C build - %if %{with released} -%find_lang %{name} --with-man --all-name - %endif +%kf5_makeinstall -C build + +%find_lang %{name} --with-man --all-name %post -n kde-l10n-devel -p /sbin/ldconfig %postun -n kde-l10n-devel -p /sbin/ldconfig @@ -86,8 +83,6 @@ %{_kf5_bindir}/xml2pot %{_kf5_mandir}/man1/*.*%{ext_man} -%if %{with released} %files lang -f %{name}.lang -%endif %changelog ++ poxml-22.08.3.tar.xz -> poxml-22.12.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.08.3/CMakeLists.txt new/poxml-22.12.0/CMakeLists.txt --- old/poxml-22.08.3/CMakeLists.txt2022-05-22 12:02:38.0 +0200 +++ new/poxml-22.12.0/CMakeLists.txt2022-10-02 05:35:54.0 +0200 @@ -6,7 +6,7 @@ set (KF5_MIN_VERSION "5.68.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) include(FeatureSummary) include(ECMAddAppIcon) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.08.3/po/ru/docs/poxml/man-po2xml.1.docbook new/poxml-22.12.0/po/ru/docs/poxml/man-po2xml.1.docbook --- old/poxml-22.08.3/po/ru/docs/poxml/man-po2xml.1.docbook 2022-11-01 01:11:43.0 +0100 +++ new/poxml-22.12.0/po/ru/docs/poxml/man-po2xml.1.docbook 2022-10-02 05:35:54.0 +0200 @@ -54,7 +54,7 @@ ÐпиÑание +>ÐÐÐСÐÐÐРСмоÑÑиÑе Ñакже +>СÐ. ТÐÐÐÐ split2po(1), swappo(1), transxx(1), xml2pot(1) @@ -81,7 +81,7 @@ ÐвÑоÑÑ +>ÐÐТÐРЫ PO XML tools напиÑÐ°Ð½Ñ &Stephan.Kulow; &Stephan.Kulow.mail; ÐпиÑание +>ÐÐÐСÐÐÐРСмоÑÑиÑе Ñакже +>СÐ. ТÐÐÐÐ po2xml(1), swappo(1), transxx(1), xml2pot(1) @@ -84,7 +84,7 @@ ÐвÑоÑÑ +>ÐÐТÐРЫ PO XML tools напиÑÐ°Ð½Ñ &Stephan.Kulow; &Stephan.Kulow.mail;
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-11-04 17:37:18 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2275 (New) Package is "poxml" Fri Nov 4 17:37:18 2022 rev:117 rq:1033407 version:22.08.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-10-15 16:40:07.210537341 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2275/poxml.changes2022-11-04 17:41:09.218750230 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:21:49 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +--- Old: poxml-22.08.2.tar.xz poxml-22.08.2.tar.xz.sig New: poxml-22.08.3.tar.xz poxml-22.08.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.PuK7r0/_old 2022-11-04 17:41:09.766753092 +0100 +++ /var/tmp/diff_new_pack.PuK7r0/_new 2022-11-04 17:41:09.770753113 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.08.2 +Version:22.08.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.08.2.tar.xz -> poxml-22.08.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-10-15 16:37:09 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2275 (New) Package is "poxml" Sat Oct 15 16:37:09 2022 rev:116 rq:1010872 version:22.08.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-09-09 18:29:00.833186843 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2275/poxml.changes2022-10-15 16:40:07.210537341 +0200 @@ -1,0 +2,8 @@ +Tue Oct 11 14:33:55 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.2/ + +--- Old: poxml-22.08.1.tar.xz poxml-22.08.1.tar.xz.sig New: poxml-22.08.2.tar.xz poxml-22.08.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.HpbjQ0/_old 2022-10-15 16:40:07.750538639 +0200 +++ /var/tmp/diff_new_pack.HpbjQ0/_new 2022-10-15 16:40:07.758538658 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.08.1 +Version:22.08.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.08.1.tar.xz -> poxml-22.08.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-09-09 18:27:29 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2083 (New) Package is "poxml" Fri Sep 9 18:27:29 2022 rev:115 rq:1002155 version:22.08.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-08-19 17:58:44.256384448 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2083/poxml.changes2022-09-09 18:29:00.833186843 +0200 @@ -1,0 +2,8 @@ +Tue Sep 6 15:21:25 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.1/ + +--- Old: poxml-22.08.0.tar.xz poxml-22.08.0.tar.xz.sig New: poxml-22.08.1.tar.xz poxml-22.08.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.5O2gi4/_old 2022-09-09 18:29:01.249187938 +0200 +++ /var/tmp/diff_new_pack.5O2gi4/_new 2022-09-09 18:29:01.253187949 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.08.0 +Version:22.08.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.08.0.tar.xz -> poxml-22.08.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.08.0/po/ru/docs/poxml/man-po2xml.1.docbook new/poxml-22.08.1/po/ru/docs/poxml/man-po2xml.1.docbook --- old/poxml-22.08.0/po/ru/docs/poxml/man-po2xml.1.docbook 2022-08-12 02:09:26.0 +0200 +++ new/poxml-22.08.1/po/ru/docs/poxml/man-po2xml.1.docbook 2022-09-06 02:11:36.0 +0200 @@ -54,7 +54,7 @@ +> . ?? +> ?? split2po(1), swappo(1), transxx(1), xml2pot(1) @@ -81,7 +81,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; +> . ?? +> ?? po2xml(1), swappo(1), transxx(1), xml2pot(1) @@ -84,7 +84,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.08.0/po/ru/docs/poxml/man-swappo.1.docbook new/poxml-22.08.1/po/ru/docs/poxml/man-swappo.1.docbook --- old/poxml-22.08.0/po/ru/docs/poxml/man-swappo.1.docbook 2022-08-12 02:09:26.0 +0200 +++ new/poxml-22.08.1/po/ru/docs/poxml/man-swappo.1.docbook 2022-09-06 02:11:36.0 +0200 @@ -52,7 +52,7 @@ +> . ?? +> ?? po2xml(1), split2po(1), transxx(1), xml2pot(1) @@ -79,7 +79,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; +> . ?? +> ?? po2xml(1), split2po(1), swappo(1), transxx(1) @@ -84,7 +84,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail;
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-08-19 17:55:54 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2083 (New) Package is "poxml" Fri Aug 19 17:55:54 2022 rev:114 rq:997961 version:22.08.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-07-09 17:05:10.996907811 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2083/poxml.changes2022-08-19 17:58:44.256384448 +0200 @@ -1,0 +2,20 @@ +Sun Aug 14 09:44:06 UTC 2022 - Christophe Giboudeaux + +- Update to 22.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.08.0/ + +--- +Fri Aug 5 12:11:47 UTC 2022 - Christophe Giboudeaux + +- Update to 22.07.90 + * New feature release + +--- +Sat Jul 16 08:29:03 UTC 2022 - Christophe Giboudeaux + +- Update to 22.07.80 + * New feature release + +--- Old: poxml-22.04.3.tar.xz poxml-22.04.3.tar.xz.sig New: poxml-22.08.0.tar.xz poxml-22.08.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.7MMqcO/_old 2022-08-19 17:58:44.708385395 +0200 +++ /var/tmp/diff_new_pack.7MMqcO/_new 2022-08-19 17:58:44.708385395 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.04.3 +Version:22.08.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.04.3.tar.xz -> poxml-22.08.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.04.3/CMakeLists.txt new/poxml-22.08.0/CMakeLists.txt --- old/poxml-22.04.3/CMakeLists.txt2022-07-05 06:38:10.0 +0200 +++ new/poxml-22.08.0/CMakeLists.txt2022-05-22 12:02:38.0 +0200 @@ -28,6 +28,7 @@ add_subdirectory( doc ) +kdoctools_install(po) include_directories(${GETTEXTPO_INCLUDE_DIR}) @@ -91,6 +92,3 @@ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -if (KF5DocTools_FOUND) - kdoctools_install(po) -endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.04.3/po/it/docs/poxml/man-po2xml.1.docbook new/poxml-22.08.0/po/it/docs/poxml/man-po2xml.1.docbook --- old/poxml-22.04.3/po/it/docs/poxml/man-po2xml.1.docbook 2022-07-05 06:38:10.0 +0200 +++ new/poxml-22.08.0/po/it/docs/poxml/man-po2xml.1.docbook 2022-08-12 02:09:26.0 +0200 @@ -75,7 +75,7 @@ >Vedi anche split2po(1), swappo(1), transxx(1), xml2pot(1) +>split2po(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.04.3/po/it/docs/poxml/man-split2po.1.docbook new/poxml-22.08.0/po/it/docs/poxml/man-split2po.1.docbook --- old/poxml-22.04.3/po/it/docs/poxml/man-split2po.1.docbook 2022-07-05 06:38:10.0 +0200 +++ new/poxml-22.08.0/po/it/docs/poxml/man-split2po.1.docbook 2022-08-12 02:09:26.0 +0200 @@ -82,7 +82,7 @@ >Vedi anche po2xml(1), swappo(1), transxx(1), xml2pot(1) +>po2xml(1), swappo(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.04.3/po/it/docs/poxml/man-swappo.1.docbook new/poxml-22.08.0/po/it/docs/poxml/man-swappo.1.docbook --- old/poxml-22.04.3/po/it/docs/poxml/man-swappo.1.docbook 2022-07-05 06:38:10.0 +0200 +++ new/poxml-22.08.0/po/it/docs/poxml/man-swappo.1.docbook 2022-08-12 02:09:26.0 +0200 @@ -73,7 +73,7 @@ >Vedi anche po2xml(1), split2po(1), transxx(1), xml2pot(1) +>po2xml(1), split2po(1), xml2pot(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-22.04.3/po/it/docs/poxml/man-xml2pot.1.docbook new/poxml-22.08.0/po/it/docs/poxml/man-xml2pot.1.docbook --- old/poxml-22.04.3/po/it/docs/poxml/man-xml2pot.1.docbook2022-07-05 06:38:10.0 +0200 +++ new/poxml-22.08.0/po/it/docs/poxml/man-xml2pot.1.docbook2022-08-12 02:09:26.0 +0200 @@ -78,7 +78,7 @@ >Vedi anche po2xml(1), split2po(1), swappo(1), transxx(1) +>po2xml(1), split2po(1), swappo(1)
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-07-09 17:02:46 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1523 (New) Package is "poxml" Sat Jul 9 17:02:46 2022 rev:113 rq:987725 version:22.04.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-06-12 17:42:18.274412906 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1523/poxml.changes2022-07-09 17:05:10.996907811 +0200 @@ -1,0 +2,8 @@ +Tue Jul 5 17:04:09 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.3/ + +--- Old: poxml-22.04.2.tar.xz poxml-22.04.2.tar.xz.sig New: poxml-22.04.3.tar.xz poxml-22.04.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.KRoOI5/_old 2022-07-09 17:05:11.604908387 +0200 +++ /var/tmp/diff_new_pack.KRoOI5/_new 2022-07-09 17:05:11.608908391 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.04.2 +Version:22.04.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.04.2.tar.xz -> poxml-22.04.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-06-12 17:40:02 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1548 (New) Package is "poxml" Sun Jun 12 17:40:02 2022 rev:112 rq:981869 version:22.04.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-05-14 22:58:19.207452693 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1548/poxml.changes2022-06-12 17:42:18.274412906 +0200 @@ -1,0 +2,8 @@ +Wed Jun 8 09:57:35 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.2/ + +--- Old: poxml-22.04.1.tar.xz poxml-22.04.1.tar.xz.sig New: poxml-22.04.2.tar.xz poxml-22.04.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.63hq4l/_old 2022-06-12 17:42:18.686413497 +0200 +++ /var/tmp/diff_new_pack.63hq4l/_new 2022-06-12 17:42:18.690413503 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.04.1 +Version:22.04.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.04.1.tar.xz -> poxml-22.04.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-05-14 22:56:44 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1538 (New) Package is "poxml" Sat May 14 22:56:44 2022 rev:111 rq:976912 version:22.04.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-04-23 19:48:43.503180131 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1538/poxml.changes2022-05-14 22:58:19.207452693 +0200 @@ -1,0 +2,8 @@ +Tue May 10 16:31:04 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.04.1/ + +--- Old: poxml-22.04.0.tar.xz poxml-22.04.0.tar.xz.sig New: poxml-22.04.1.tar.xz poxml-22.04.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.JKM4eK/_old 2022-05-14 22:58:19.631453223 +0200 +++ /var/tmp/diff_new_pack.JKM4eK/_new 2022-05-14 22:58:19.635453228 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:22.04.0 +Version:22.04.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-22.04.0.tar.xz -> poxml-22.04.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-04-23 19:46:47 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1538 (New) Package is "poxml" Sat Apr 23 19:46:47 2022 rev:110 rq:971604 version:22.04.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-03-04 20:20:38.508693552 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1538/poxml.changes2022-04-23 19:48:43.503180131 +0200 @@ -1,0 +2,25 @@ +Mon Apr 18 07:52:49 UTC 2022 - Christophe Giboudeaux + +- Update to 22.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.04.0/ + +--- +Fri Apr 8 18:22:10 UTC 2022 - Christophe Giboudeaux + +- Update to 22.03.90 + * New feature release + +--- +Wed Mar 23 08:15:11 UTC 2022 - Christophe Giboudeaux + +- Update to 22.03.80 + * New feature release +- Changes since 21.12.3: + * doc: remove transxx references + * Port away from QXmlDefaultHandler & friends + * Add CI + * Increase qt, cmake and kf5 requirements a bit + +--- Old: poxml-21.12.3.tar.xz poxml-21.12.3.tar.xz.sig New: poxml-22.04.0.tar.xz poxml-22.04.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.Rj7CGZ/_old 2022-04-23 19:48:44.083180821 +0200 +++ /var/tmp/diff_new_pack.Rj7CGZ/_new 2022-04-23 19:48:44.087180826 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:21.12.3 +Version:22.04.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.12.3.tar.xz -> poxml-22.04.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.12.3/.gitlab-ci.yml new/poxml-22.04.0/.gitlab-ci.yml --- old/poxml-21.12.3/.gitlab-ci.yml1970-01-01 01:00:00.0 +0100 +++ new/poxml-22.04.0/.gitlab-ci.yml2021-12-20 22:22:49.0 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.12.3/.kde-ci.yml new/poxml-22.04.0/.kde-ci.yml --- old/poxml-21.12.3/.kde-ci.yml 1970-01-01 01:00:00.0 +0100 +++ new/poxml-22.04.0/.kde-ci.yml 2021-12-20 22:22:49.0 +0100 @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': +'frameworks/extra-cmake-modules': '@stable' +'frameworks/kdoctools': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.12.3/CMakeLists.txt new/poxml-22.04.0/CMakeLists.txt --- old/poxml-21.12.3/CMakeLists.txt2022-03-01 01:13:49.0 +0100 +++ new/poxml-22.04.0/CMakeLists.txt2022-04-15 02:18:23.0 +0200 @@ -1,8 +1,11 @@ project(poxml) -cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) +cmake_minimum_required (VERSION 3.16 FATAL_ERROR) -find_package(ECM 1.7.0 REQUIRED CONFIG) +set (QT_MIN_VERSION "5.12.0") +set (KF5_MIN_VERSION "5.68.0") + +find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) include(FeatureSummary) @@ -20,8 +23,8 @@ PURPOSE "Required to build the poxml tools.") find_package(Gettext) -find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Xml) -find_package(KF5 REQUIRED COMPONENTS DocTools) +find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Xml) +find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS DocTools) add_subdirectory( doc ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.12.3/doc/man-po2xml.1.docbook new/poxml-22.04.0/doc/man-po2xml.1.docbook --- old/poxml-21.12.3/doc/man-po2xml.1.docbook 2020-01-10 17:57:12.0 +0100 +++ new/poxml-22.04.0/doc/man-po2xml.1.docbook 2021-12-20 22:22:49.0 +0100 @@ -44,7 +44,7 @@ See Also -split2po(1), swappo(1), transxx(1), xml2pot
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-03-04 20:16:53 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1958 (New) Package is "poxml" Fri Mar 4 20:16:53 2022 rev:109 rq:958980 version:21.12.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-02-04 21:51:48.595394048 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1958/poxml.changes2022-03-04 20:20:38.508693552 +0100 @@ -1,0 +2,9 @@ +Tue Mar 1 09:58:15 UTC 2022 - Christophe Giboudeaux + +- Update to 21.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.3/ +- No code change since 21.12.2 + +--- Old: poxml-21.12.2.tar.xz poxml-21.12.2.tar.xz.sig New: poxml-21.12.3.tar.xz poxml-21.12.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.nXybP9/_old 2022-03-04 20:20:38.992693167 +0100 +++ /var/tmp/diff_new_pack.nXybP9/_new 2022-03-04 20:20:38.996693164 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:21.12.2 +Version:21.12.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.12.2.tar.xz -> poxml-21.12.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-02-04 21:48:51 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1898 (New) Package is "poxml" Fri Feb 4 21:48:51 2022 rev:108 rq:951170 version:21.12.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2022-01-11 21:23:42.089145862 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1898/poxml.changes2022-02-04 21:51:48.595394048 +0100 @@ -1,0 +2,9 @@ +Tue Feb 1 13:04:02 UTC 2022 - Christophe Giboudeaux + +- Update to 21.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.2/ +- No code change since 21.12.1 + +--- Old: poxml-21.12.1.tar.xz poxml-21.12.1.tar.xz.sig New: poxml-21.12.2.tar.xz poxml-21.12.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.DtrjB8/_old 2022-02-04 21:51:49.147390244 +0100 +++ /var/tmp/diff_new_pack.DtrjB8/_new 2022-02-04 21:51:49.151390216 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: poxml -Version:21.12.1 +Version:21.12.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.12.1.tar.xz -> poxml-21.12.2.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2022-01-11 21:19:30 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1892 (New) Package is "poxml" Tue Jan 11 21:19:30 2022 rev:107 rq:944452 version:21.12.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-12-13 20:50:12.576627751 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.1892/poxml.changes2022-01-11 21:23:42.089145862 +0100 @@ -1,0 +2,9 @@ +Tue Jan 4 10:26:45 UTC 2022 - Christophe Giboudeaux + +- 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: poxml-21.12.0.tar.xz poxml-21.12.0.tar.xz.sig New: poxml-21.12.1.tar.xz poxml-21.12.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.XS54eB/_old 2022-01-11 21:23:42.601146222 +0100 +++ /var/tmp/diff_new_pack.XS54eB/_new 2022-01-11 21:23:42.605146225 +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: poxml -Version:21.12.0 +Version:21.12.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only Group: System/GUI/KDE URL:https://www.kde.org/ 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 @@ -71,7 +71,7 @@ %install %kf5_makeinstall -C build - %if %{with lang} + %if %{with released} %find_lang %{name} --with-man --all-name %endif @@ -86,7 +86,7 @@ %{_kf5_bindir}/xml2pot %{_kf5_mandir}/man1/*.*%{ext_man} -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++ poxml-21.12.0.tar.xz -> poxml-21.12.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-12-13 20:44:12 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2520 (New) Package is "poxml" Mon Dec 13 20:44:12 2021 rev:106 rq:938070 version:21.12.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-11-06 18:21:13.372986818 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.2520/poxml.changes2021-12-13 20:50:12.576627751 +0100 @@ -1,0 +2,23 @@ +Fri Dec 3 19:23:03 UTC 2021 - Christophe Giboudeaux + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +--- +Sat Nov 27 10:11:59 UTC 2021 - Christophe Giboudeaux + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +--- +Sat Nov 13 17:56:44 UTC 2021 - Christophe Giboudeaux + +- Update to 21.11.80 + * New feature release +- No code change since 21.08.3 + +--- Old: poxml-21.08.3.tar.xz poxml-21.08.3.tar.xz.sig New: poxml-21.12.0.tar.xz poxml-21.12.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.8082Eu/_old 2021-12-13 20:50:13.128628104 +0100 +++ /var/tmp/diff_new_pack.8082Eu/_new 2021-12-13 20:50:13.132628107 +0100 @@ -16,12 +16,11 @@ # -%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: poxml -Version:21.08.3 +Version:21.12.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.08.3.tar.xz -> poxml-21.12.0.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-11-06 18:17:55 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1890 (New) Package is "poxml" Sat Nov 6 18:17:55 2021 rev:105 rq:929438 version:21.08.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-10-13 18:09:46.371621286 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1890/poxml.changes2021-11-06 18:21:13.372986818 +0100 @@ -1,0 +2,9 @@ +Tue Nov 2 21:35:00 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- No code change since 21.08.2 + +--- Old: poxml-21.08.2.tar.xz poxml-21.08.2.tar.xz.sig New: poxml-21.08.3.tar.xz poxml-21.08.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.kbg6TH/_old 2021-11-06 18:21:13.804987057 +0100 +++ /var/tmp/diff_new_pack.kbg6TH/_new 2021-11-06 18:21:13.808987059 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.08.2 +Version:21.08.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.08.2.tar.xz -> poxml-21.08.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-10-13 18:05:54 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2443 (New) Package is "poxml" Wed Oct 13 18:05:54 2021 rev:104 rq:924030 version:21.08.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-09-04 22:38:11.172376781 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2443/poxml.changes2021-10-13 18:09:46.371621286 +0200 @@ -1,0 +2,9 @@ +Tue Oct 5 16:29:15 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.2/ +- No code change since 21.08.1 + +--- Old: poxml-21.08.1.tar.xz poxml-21.08.1.tar.xz.sig New: poxml-21.08.2.tar.xz poxml-21.08.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.RxUQHH/_old 2021-10-13 18:09:47.015622295 +0200 +++ /var/tmp/diff_new_pack.RxUQHH/_new 2021-10-13 18:09:47.015622295 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.08.1 +Version:21.08.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.08.1.tar.xz -> poxml-21.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.08.1/po/ca/docs/poxml/man-po2xml.1.docbook new/poxml-21.08.2/po/ca/docs/poxml/man-po2xml.1.docbook --- old/poxml-21.08.1/po/ca/docs/poxml/man-po2xml.1.docbook 2021-08-31 02:34:12.0 +0200 +++ new/poxml-21.08.2/po/ca/docs/poxml/man-po2xml.1.docbook 2021-10-05 07:41:58.0 +0200 @@ -66,7 +66,7 @@ >. El fitxer XML resultant s'envia a l'eixida est??ndard. Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;. +>Aquesta utilitat forma part del joc de desenvolupament de programari del &kde;. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.08.1/po/ca/docs/poxml/man-split2po.1.docbook new/poxml-21.08.2/po/ca/docs/poxml/man-split2po.1.docbook --- old/poxml-21.08.1/po/ca/docs/poxml/man-split2po.1.docbook 2021-08-31 02:34:12.0 +0200 +++ new/poxml-21.08.2/po/ca/docs/poxml/man-split2po.1.docbook 2021-10-05 07:41:58.0 +0200 @@ -73,7 +73,7 @@ > a un altre idioma. Aquesta traducci?? ??s el que el fitxer PO resultant > representar??. Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;. +>Aquesta utilitat forma part del joc de desenvolupament de programari del &kde;. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.08.1/po/ca/docs/poxml/man-swappo.1.docbook new/poxml-21.08.2/po/ca/docs/poxml/man-swappo.1.docbook --- old/poxml-21.08.1/po/ca/docs/poxml/man-swappo.1.docbook 2021-08-31 02:34:12.0 +0200 +++ new/poxml-21.08.2/po/ca/docs/poxml/man-swappo.1.docbook 2021-10-05 07:41:58.0 +0200 @@ -63,7 +63,7 @@ >El nou fitxer PO s'escriur?? a l'eixida est??ndard. L'antic fitxer PO >romandr?? sense alterar. Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;.Aquesta utilitat forma part del joc de desenvolupament de programari del &kde; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-21.08.1/po/ca/docs/poxml/man-xml2pot.1.docbook new/poxml-21.08.2/po/ca/docs/poxml/man-xml2pot.1.docbook --- old/poxml-21.08.1/po/ca/docs/poxml/man-xml2pot.1.docbook2021-08-31 02:34:12.0 +0200 +++ new/poxml-21.08.2/po/ca/docs/poxml/man-xml2pot.1.docbook2021-10-05 07:41:58.0 +0200 @@ -68,7 +68,7 @@ Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;.Aquesta utilitat forma part del joc de desenvolupament de programari del &kde;.
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-09-04 22:35:18 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1899 (New) Package is "poxml" Sat Sep 4 22:35:18 2021 rev:103 rq:916028 version:21.08.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-08-16 10:16:59.690701724 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1899/poxml.changes2021-09-04 22:38:11.172376781 +0200 @@ -1,0 +2,9 @@ +Wed Sep 1 12:39:37 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.1 +- No code change since 21.08.0 + +--- Old: poxml-21.08.0.tar.xz poxml-21.08.0.tar.xz.sig New: poxml-21.08.1.tar.xz poxml-21.08.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.m8lJVY/_old 2021-09-04 22:38:11.556377290 +0200 +++ /var/tmp/diff_new_pack.m8lJVY/_new 2021-09-04 22:38:11.560377295 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.08.0 +Version:21.08.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.08.0.tar.xz -> poxml-21.08.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-08-16 10:11:03 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.1899 (New) Package is "poxml" Mon Aug 16 10:11:03 2021 rev:102 rq:911800 version:21.08.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-07-10 00:02:44.754935049 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.1899/poxml.changes2021-08-16 10:16:59.690701724 +0200 @@ -1,0 +2,24 @@ +Fri Aug 6 09:43:04 UTC 2021 - Christophe Giboudeaux + +- Update to 21.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.08.0 +- No code change since 21.07.90 + +--- +Fri Jul 30 10:05:58 UTC 2021 - Christophe Giboudeaux + +- Update to 21.07.90 + * New feature release +- No code change since 21.07.80 + +--- +Sat Jul 17 20:07:07 UTC 2021 - Christophe Giboudeaux + +- Update to 21.07.80 + * New feature release +- No code change since 21.04.3 +- Only install the license files once + +--- Old: poxml-21.04.3.tar.xz poxml-21.04.3.tar.xz.sig New: poxml-21.08.0.tar.xz poxml-21.08.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.xeQRBu/_old 2021-08-16 10:17:00.246701055 +0200 +++ /var/tmp/diff_new_pack.xeQRBu/_new 2021-08-16 10:17:00.250701050 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.04.3 +Version:21.08.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only @@ -89,7 +89,6 @@ %if %{with lang} %files lang -f %{name}.lang -%license COPYING* %endif %changelog ++ poxml-21.04.3.tar.xz -> poxml-21.08.0.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-07-10 00:00:05 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2625 (New) Package is "poxml" Sat Jul 10 00:00:05 2021 rev:101 rq:905058 version:21.04.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-06-12 20:10:23.237172641 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2625/poxml.changes2021-07-10 00:02:44.754935049 +0200 @@ -1,0 +2,9 @@ +Wed Jul 7 08:59:09 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.04.3 +- No code change since 21.04.2 + +--- Old: poxml-21.04.2.tar.xz poxml-21.04.2.tar.xz.sig New: poxml-21.04.3.tar.xz poxml-21.04.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.O6QYwN/_old 2021-07-10 00:02:45.282930943 +0200 +++ /var/tmp/diff_new_pack.O6QYwN/_new 2021-07-10 00:02:45.286930912 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.04.2 +Version:21.04.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.04.2.tar.xz -> poxml-21.04.3.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-05-17 18:44:52 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2988 (New) Package is "poxml" Mon May 17 18:44:52 2021 rev:99 rq:892917 version:21.04.1 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-04-25 21:28:50.008532287 +0200 +++ /work/SRC/openSUSE:Factory/.poxml.new.2988/poxml.changes2021-05-17 18:44:58.712709180 +0200 @@ -1,0 +2,9 @@ +Wed May 12 06:09:07 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/21.04.1 +- No code change since 21.04.0 + +--- Old: poxml-21.04.0.tar.xz poxml-21.04.0.tar.xz.sig New: poxml-21.04.1.tar.xz poxml-21.04.1.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.kv44jX/_old 2021-05-17 18:44:59.256706872 +0200 +++ /var/tmp/diff_new_pack.kv44jX/_new 2021-05-17 18:44:59.260706855 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:21.04.0 +Version:21.04.1 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-21.04.0.tar.xz -> poxml-21.04.1.tar.xz ++
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-04-25 21:27:17 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.12324 (New) Package is "poxml" Sun Apr 25 21:27:17 2021 rev:98 rq:887790 version:21.04.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-03-10 08:56:11.090822688 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.12324/poxml.changes 2021-04-25 21:28:50.008532287 +0200 @@ -1,0 +2,23 @@ +Fri Apr 16 16:13:24 UTC 2021 - Christophe Giboudeaux + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +--- +Fri Apr 9 17:41:49 UTC 2021 - Christophe Giboudeaux + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +--- +Sun Mar 21 13:29:54 UTC 2021 - Christophe Giboudeaux + +- Update to 21.03.80 + * New feature release +- No code change since 20.12.3 + +--- Old: poxml-20.12.3.tar.xz poxml-20.12.3.tar.xz.sig New: poxml-21.04.0.tar.xz poxml-21.04.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.F9smko/_old 2021-04-25 21:28:50.484532859 +0200 +++ /var/tmp/diff_new_pack.F9smko/_new 2021-04-25 21:28:50.488532863 +0200 @@ -1,7 +1,7 @@ # # spec file for package poxml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:20.12.3 +Version:21.04.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only Group: System/GUI/KDE URL:https://www.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: antlr BuildRequires: antlr-devel BuildRequires: extra-cmake-modules @@ -35,10 +39,6 @@ BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Xml) -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2:applications.keyring -%endif %description This is a collection of tools that facilitate translating DocBook XML @@ -56,12 +56,10 @@ This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). -%if %{with lang} %lang_package -%endif %prep -%setup -q +%autosetup -p1 %build %ifarch ppc64 ++ poxml-20.12.3.tar.xz -> poxml-21.04.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-20.12.3/po/ru/docs/poxml/man-po2xml.1.docbook new/poxml-21.04.0/po/ru/docs/poxml/man-po2xml.1.docbook --- old/poxml-20.12.3/po/ru/docs/poxml/man-po2xml.1.docbook 2021-03-02 01:48:02.0 +0100 +++ new/poxml-21.04.0/po/ru/docs/poxml/man-po2xml.1.docbook 2021-04-16 10:43:48.0 +0200 @@ -54,7 +54,7 @@ +> ?? +>. ?? split2po(1), swappo(1), transxx(1), xml2pot(1) @@ -81,7 +81,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; +> ?? +>. ?? po2xml(1), swappo(1), transxx(1), xml2pot(1) @@ -84,7 +84,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-20.12.3/po/ru/docs/poxml/man-swappo.1.docbook new/poxml-21.04.0/po/ru/docs/poxml/man-swappo.1.docbook --- old/poxml-20.12.3/po/ru/docs/poxml/man-swappo.1.docbook 2021-03-02 01:48:02.0 +0100 +++ new/poxml-21.04.0/po/ru/docs/poxml/man-swappo.1.docbook 2021-04-16 10:43:48.0 +0200 @@ -52,7 +52,7 @@ +> ?
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-03-10 08:54:12 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.2378 (New) Package is "poxml" Wed Mar 10 08:54:12 2021 rev:97 rq:877226 version:20.12.3 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-02-07 15:23:27.922161234 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.2378/poxml.changes2021-03-10 08:56:11.090822688 +0100 @@ -1,0 +2,9 @@ +Thu Mar 4 06:12:00 UTC 2021 - Luca Beltrame + +- Update to 20.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/20.12.3 +- No code change since 20.12.2 + +--- Old: poxml-20.12.2.tar.xz poxml-20.12.2.tar.xz.sig New: poxml-20.12.3.tar.xz poxml-20.12.3.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.Ruxk9E/_old 2021-03-10 08:56:11.774823394 +0100 +++ /var/tmp/diff_new_pack.Ruxk9E/_new 2021-03-10 08:56:11.774823394 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:20.12.2 +Version:20.12.3 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-20.12.2.tar.xz -> poxml-20.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-20.12.2/po/ru/docs/poxml/man-po2xml.1.docbook new/poxml-20.12.3/po/ru/docs/poxml/man-po2xml.1.docbook --- old/poxml-20.12.2/po/ru/docs/poxml/man-po2xml.1.docbook 2021-02-02 01:48:12.0 +0100 +++ new/poxml-20.12.3/po/ru/docs/poxml/man-po2xml.1.docbook 2021-03-02 01:48:02.0 +0100 @@ -54,7 +54,7 @@ +> . ?? +> ?? split2po(1), swappo(1), transxx(1), xml2pot(1) @@ -81,7 +81,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; +> . ?? +> ?? po2xml(1), swappo(1), transxx(1), xml2pot(1) @@ -84,7 +84,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/poxml-20.12.2/po/ru/docs/poxml/man-swappo.1.docbook new/poxml-20.12.3/po/ru/docs/poxml/man-swappo.1.docbook --- old/poxml-20.12.2/po/ru/docs/poxml/man-swappo.1.docbook 2021-02-02 01:48:12.0 +0100 +++ new/poxml-20.12.3/po/ru/docs/poxml/man-swappo.1.docbook 2021-03-02 01:48:02.0 +0100 @@ -52,7 +52,7 @@ +> . ?? +> ?? po2xml(1), split2po(1), transxx(1), xml2pot(1) @@ -79,7 +79,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail; +> . ?? +> ?? po2xml(1), split2po(1), swappo(1), transxx(1) @@ -84,7 +84,7 @@ +> PO XML tools &Stephan.Kulow; &Stephan.Kulow.mail;
commit poxml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2021-02-07 15:20:33 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.28504 (New) Package is "poxml" Sun Feb 7 15:20:33 2021 rev:96 rq:869454 version:20.12.2 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2021-01-10 19:45:49.430047370 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.28504/poxml.changes 2021-02-07 15:23:27.922161234 +0100 @@ -1,0 +2,9 @@ +Wed Feb 3 08:30:11 UTC 2021 - Christophe Giboudeaux + +- Update to 20.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2021-02-apps-update +- No code change since 20.12.1 + +--- Old: poxml-20.12.1.tar.xz poxml-20.12.1.tar.xz.sig New: poxml-20.12.2.tar.xz poxml-20.12.2.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.kjXHLU/_old 2021-02-07 15:23:28.510161906 +0100 +++ /var/tmp/diff_new_pack.kjXHLU/_new 2021-02-07 15:23:28.514161910 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:20.12.1 +Version:20.12.2 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ applications.keyring ++ Binary files /var/tmp/diff_new_pack.kjXHLU/_old and /var/tmp/diff_new_pack.kjXHLU/_new differ ++ poxml-20.12.1.tar.xz -> poxml-20.12.2.tar.xz ++
commit poxml for openSUSE:Factory
Hello community, here is the log from the commit of package poxml for openSUSE:Factory checked in at 2020-12-17 17:03:32 Comparing /work/SRC/openSUSE:Factory/poxml (Old) and /work/SRC/openSUSE:Factory/.poxml.new.5145 (New) Package is "poxml" Thu Dec 17 17:03:32 2020 rev:94 rq:855297 version:20.12.0 Changes: --- /work/SRC/openSUSE:Factory/poxml/poxml.changes 2020-11-10 13:52:46.166927555 +0100 +++ /work/SRC/openSUSE:Factory/.poxml.new.5145/poxml.changes2020-12-17 17:08:05.129898225 +0100 @@ -1,0 +2,23 @@ +Sat Dec 5 23:18:01 UTC 2020 - Luca Beltrame + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- No code change since 20.11.90 + +--- +Fri Nov 27 15:18:13 UTC 2020 - Christophe Giboudeaux + +- Update to 20.11.90 + * New feature release +- No code change since 20.11.80 + +--- +Sat Nov 14 00:03:16 UTC 2020 - Christophe Giboudeaux + +- Update to 20.11.80 + * New feature release +- No code change since 20.08.3 + +--- Old: poxml-20.08.3.tar.xz poxml-20.08.3.tar.xz.sig New: poxml-20.12.0.tar.xz poxml-20.12.0.tar.xz.sig Other differences: -- ++ poxml.spec ++ --- /var/tmp/diff_new_pack.QPJLSI/_old 2020-12-17 17:08:05.745898836 +0100 +++ /var/tmp/diff_new_pack.QPJLSI/_new 2020-12-17 17:08:05.749898839 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: poxml -Version:20.08.3 +Version:20.12.0 Release:0 Summary:Tools for translating DocBook XML files with Gettext License:GPL-2.0-only AND GFDL-1.2-only ++ poxml-20.08.3.tar.xz -> poxml-20.12.0.tar.xz ++ ___ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org