From c1c75d4d9d7f49a0ca54de78ccc94d1670e1bbfecfb9e7a10a360ce8ec473c08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:27 +0000 Subject: [PATCH 1/6] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=88 --- lokalize-18.08.3.tar.xz | 3 --- lokalize-18.11.80.tar.xz | 3 +++ lokalize.changes | 15 +++++++++++++++ lokalize.spec | 27 ++++++++++++--------------- 4 files changed, 30 insertions(+), 18 deletions(-) delete mode 100644 lokalize-18.08.3.tar.xz create mode 100644 lokalize-18.11.80.tar.xz diff --git a/lokalize-18.08.3.tar.xz b/lokalize-18.08.3.tar.xz deleted file mode 100644 index 836b72d..0000000 --- a/lokalize-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec996691a9198e344fdd6f2c2b23ed0032733f3421be304a4b74219591dcfd94 -size 2894260 diff --git a/lokalize-18.11.80.tar.xz b/lokalize-18.11.80.tar.xz new file mode 100644 index 0000000..36f7040 --- /dev/null +++ b/lokalize-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd274d0582e770c63f5e2d45c580cbe83f835a6ba8541c20938121b73c206431 +size 2713880 diff --git a/lokalize.changes b/lokalize.changes index c4d385a..09d4a50 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:59 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:29 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Too many changes to list here + ------------------------------------------------------------------- Thu Nov 08 20:43:48 UTC 2018 - lbeltrame@kde.org diff --git a/lokalize.spec b/lokalize.spec index 133ba17..df5b380 100644 --- a/lokalize.spec +++ b/lokalize.spec @@ -1,7 +1,7 @@ # # spec file for package lokalize # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: lokalize -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: lokalize +Version: 18.11.80 +Release: 0 Summary: KDE Translation Editor -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/KDE -Url: http://www.kde.org/ +URL: http://www.kde.org/ Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: fdupes @@ -55,7 +54,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains lokalize, an editor for translations @@ -80,16 +78,15 @@ export CFLAGS="%{optflags} -fPIC" %kf5_makeinstall -C build %if %{with lang} # Remove bogus folder - rm -rf %{buildroot}/usr/share/locale/sr/docs/ + rm -rf %{buildroot}%{_datadir}/locale/sr/docs/ %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %suse_update_desktop_file -r org.kde.lokalize Development Translation %fdupes -s %{buildroot}%{_kf5_sharedir}/lokalize %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_appstreamdir} %doc %lang(en) %{_kf5_htmldir}/en/lokalize/ %{_kf5_applicationsdir}/org.kde.lokalize.desktop @@ -104,7 +101,7 @@ export CFLAGS="%{optflags} -fPIC" %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 8a3ed27bbad623be095d1bedc9d013525461a5602fa0b5c4f35e6b1ddcf9038f Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:13 +0000 Subject: [PATCH 2/6] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=89 --- lokalize-18.11.80.tar.xz | 3 --- lokalize-18.11.90.tar.xz | 3 +++ lokalize.changes | 10 ++++++++++ lokalize.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 lokalize-18.11.80.tar.xz create mode 100644 lokalize-18.11.90.tar.xz diff --git a/lokalize-18.11.80.tar.xz b/lokalize-18.11.80.tar.xz deleted file mode 100644 index 36f7040..0000000 --- a/lokalize-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd274d0582e770c63f5e2d45c580cbe83f835a6ba8541c20938121b73c206431 -size 2713880 diff --git a/lokalize-18.11.90.tar.xz b/lokalize-18.11.90.tar.xz new file mode 100644 index 0000000..1df705f --- /dev/null +++ b/lokalize-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df963b44bab33677b23c91e03f36a55c31c7b141b550807f63342e2360f32ee +size 2714340 diff --git a/lokalize.changes b/lokalize.changes index 09d4a50..624bc65 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:15 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:22:59 UTC 2018 - Luca Beltrame diff --git a/lokalize.spec b/lokalize.spec index df5b380..ca60579 100644 --- a/lokalize.spec +++ b/lokalize.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: lokalize -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: KDE Translation Editor License: GPL-2.0-or-later From eced0c6521e0f59bbf5a1bae290c49a51c3c6a7b365f8bd3fb9e7758af34eb7c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:46:26 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=90 --- lokalize.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lokalize.changes b/lokalize.changes index 624bc65..81d8813 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -6,7 +6,7 @@ Mon Dec 03 20:56:15 UTC 2018 - lbeltrame@kde.org * For more details please see: * https://www.kde.org/announcements/announce-applications-18.12-rc.php - Changes since 18.11.80: - * No code changes since 18.11.80 + * No code changes since 18.11.80 ------------------------------------------------------------------- Tue Nov 20 06:22:59 UTC 2018 - Luca Beltrame From 8a83bf603e10f50e188f2e6d1679bc0d84c7250c208a61c4f054d348521fc93f Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:29 +0000 Subject: [PATCH 4/6] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=91 --- lokalize-18.11.90.tar.xz | 3 --- lokalize-18.12.0.tar.xz | 3 +++ lokalize.changes | 13 +++++++++++++ lokalize.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 lokalize-18.11.90.tar.xz create mode 100644 lokalize-18.12.0.tar.xz diff --git a/lokalize-18.11.90.tar.xz b/lokalize-18.11.90.tar.xz deleted file mode 100644 index 1df705f..0000000 --- a/lokalize-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2df963b44bab33677b23c91e03f36a55c31c7b141b550807f63342e2360f32ee -size 2714340 diff --git a/lokalize-18.12.0.tar.xz b/lokalize-18.12.0.tar.xz new file mode 100644 index 0000000..e635c29 --- /dev/null +++ b/lokalize-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8541a738737b2628c09d4cdf579e55ed9b7598e77b3859b65b69b8100e9361f +size 2714584 diff --git a/lokalize.changes b/lokalize.changes index 81d8813..b13ebc2 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:20 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * Bump to 18.12 + * Bump lokalize version to 18.12 + * Bump lokalize version to 18.12 + * Bump lokalize version to 18.12 + ------------------------------------------------------------------- Mon Dec 03 20:56:15 UTC 2018 - lbeltrame@kde.org diff --git a/lokalize.spec b/lokalize.spec index ca60579..cd5c82e 100644 --- a/lokalize.spec +++ b/lokalize.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: lokalize -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: KDE Translation Editor License: GPL-2.0-or-later From 396f3d6a45fe0cc49b5e8764c6e3660810031f62173494c1490147bd4b0c01fa Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:58:35 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=92 --- lokalize.changes | 3 --- 1 file changed, 3 deletions(-) diff --git a/lokalize.changes b/lokalize.changes index b13ebc2..53484db 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -6,9 +6,6 @@ Fri Dec 14 06:09:20 UTC 2018 - lbeltrame@kde.org * For more details please see: * https://www.kde.org/announcements/announce-applications-18.12.0.php - Changes since 18.11.90: - * Bump to 18.12 - * Bump lokalize version to 18.12 - * Bump lokalize version to 18.12 * Bump lokalize version to 18.12 ------------------------------------------------------------------- From 90d2188b64e73647d27957c433d280c7df49f1c77d5d980e700efd1ecf305f4e Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:55:35 +0000 Subject: [PATCH 6/6] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=93 --- lokalize.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lokalize.changes b/lokalize.changes index 53484db..40454fd 100644 --- a/lokalize.changes +++ b/lokalize.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:29 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * Too many changes to list here @@ -79,7 +79,7 @@ Thu Jul 26 13:01:02 UTC 2018 - lbeltrame@kde.org - Update to 18.07.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * Add .arcconfig file * Do not duplicate work of KAboutData::setupCommandLine() @@ -135,7 +135,7 @@ Fri Apr 06 07:10:10 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * Update wiki URL * try harder detecting plural forms @@ -246,7 +246,7 @@ Sat Aug 5 18:19:30 UTC 2017 - christophe@krop.fr - Update to KDE Applications 17.07.90 * KDE Applications 17.07.90 - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -310,7 +310,7 @@ Sat Mar 25 23:10:51 CET 2017 - lbeltrame@kde.org - Update to 17.03.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * Less unclear usage of KDE * BUG: 363278 @@ -403,7 +403,7 @@ Mon Aug 8 15:47:42 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.07.90 * KDE Applications 16.07.90 (16.08-RC) - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php ------------------------------------------------------------------- @@ -519,7 +519,7 @@ Fri Aug 7 07:04:15 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.07.90 * KDE Applications 15.08.0 RC1 - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php -------------------------------------------------------------------