Hello community, here is the log from the commit of package kgpg for openSUSE:Factory checked in at 2017-05-08 18:50:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgpg (Old) and /work/SRC/openSUSE:Factory/.kgpg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgpg" Mon May 8 18:50:39 2017 rev:72 rq:490417 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes 2017-03-15 00:54:18.132664912 +0100 +++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes 2017-05-08 18:50:42.460450324 +0200 @@ -1,0 +2,33 @@ +Sun Apr 16 10:44:58 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * None + +------------------------------------------------------------------- +Wed Apr 12 20:25:35 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * None + +------------------------------------------------------------------- +Sat Mar 25 23:10:27 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Compile with gcc <= 4.8 +- Remove patches, now upstream: + * 0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch + * 0003-Revert-Increase-KF5-requirement.patch + +------------------------------------------------------------------- Old: ---- 0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch 0003-Revert-Increase-KF5-requirement.patch kgpg-16.12.3.tar.xz New: ---- kgpg-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgpg.spec ++++++ --- /var/tmp/diff_new_pack.9xHDjO/_old 2017-05-08 18:50:43.304331118 +0200 +++ /var/tmp/diff_new_pack.9xHDjO/_new 2017-05-08 18:50:43.308330553 +0200 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kgpg -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} # It can only build on the same platforms as Qt Webengine ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 @@ -31,9 +32,6 @@ Source0: kgpg-%{version}.tar.xz Patch1: kgpg-autostart.diff Patch2: fix-build-gcc48.patch -# The following patches are from upstream and added on the upstream maintainers request, see https://build.opensuse.org/request/show/448937 -Patch3: 0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch -Patch4: 0003-Revert-Increase-KF5-requirement.patch BuildRequires: akonadi-contact-devel %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel @@ -61,17 +59,20 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Widgets) Requires: gpg2 +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Kgpg is a simple GUI for gpg +%if %{with lang} +%lang_package +%endif + %prep %setup -q -n kgpg-%{version} %patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 +#patch2 -p1 %build %cmake_kf5 -d build @@ -79,6 +80,10 @@ %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif #suse_update_desktop_file org.kde.kgpg.deskt Utility Security %files @@ -97,4 +102,9 @@ %{_kf5_configdir}/autostart/org.kde.kgpg.desktop %{_kf5_kxmlguidir}/kgpg/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ kgpg-16.12.3.tar.xz -> kgpg-17.04.0.tar.xz ++++++ ++++ 277512 lines of diff (skipped) ++++++ kgpg-autostart.diff ++++++ --- /var/tmp/diff_new_pack.9xHDjO/_old 2017-05-08 18:50:44.232200048 +0200 +++ /var/tmp/diff_new_pack.9xHDjO/_new 2017-05-08 18:50:44.232200048 +0200 @@ -1,6 +1,6 @@ --- org.kde.kgpg.desktop 2008/07/21 09:57:19 1.1 +++ org.kde.kgpg.desktop 2008/07/21 09:57:26 -@@ -219,3 +219,4 @@ +@@ -118,3 +118,4 @@ X-KDE-autostart-condition=kgpgrc:User Interface:AutoStart:false Categories=Qt;KDE;Utility;X-KDE-Utilities-PIM;
