Hello community, here is the log from the commit of package purpose for openSUSE:Factory checked in at 2016-07-20 09:15:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/purpose (Old) and /work/SRC/openSUSE:Factory/.purpose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purpose" Changes: -------- --- /work/SRC/openSUSE:Factory/purpose/purpose.changes 2015-10-19 22:16:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.purpose.new/purpose.changes 2016-07-20 09:15:52.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 13 08:09:57 UTC 2016 - [email protected] + +- Update to 1.1 + * No changelog provided + +------------------------------------------------------------------- Old: ---- purpose-1.0.tar.xz New: ---- purpose-1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ purpose.spec ++++++ --- /var/tmp/diff_new_pack.D7ZSWr/_old 2016-07-20 09:15:53.000000000 +0200 +++ /var/tmp/diff_new_pack.D7ZSWr/_new 2016-07-20 09:15:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package purpose # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -16,11 +16,12 @@ # +%bcond_without lang Name: purpose -Version: 1.0 +Version: 1.1 Release: 0 %define kf5_version 5.7.0 -%define rversion 1.0 +%define rversion 1.1 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.7.0 BuildRequires: intltool @@ -38,11 +39,14 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 +%if %{with lang} +Recommends: %{name}-lang +%endif Summary: Provides abstractions to get the developer's purposes fulfilled License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: %{name}-%{rversion}.tar.xz +Source: http://download.kde.org/stable/%{name}/%{name}-%{rversion}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,8 +75,16 @@ %install %kf5_makeinstall -C build - # the reviewboard icon is shipped with kdevplatform - rm -rfv %{buildroot}%{_kf5_iconsdir}/hicolor/*/apps/reviewboard.* +%if %{with lang} + %find_lang libpurpose_quick %{name}.lang + %find_lang libpurpose_widgets %{name}.lang + %find_lang purpose_imgur %{name}.lang + %find_lang purpose_ktp-sendfile %{name}.lang + %find_lang purpose_pastebin %{name}.lang + %find_lang purpose_reviewboard %{name}.lang + %find_lang purpose_saveas %{name}.lang + %find_lang purpose_youtube %{name}.lang +%endif %post /sbin/ldconfig @@ -80,16 +92,24 @@ %postun /sbin/ldconfig +%if %{with lang} +%files lang -f %{name}.lang +%defattr(-,root,root) +%endif + %files %defattr(-,root,root) %doc COPYING* %{_kf5_libdir}/libKF5Purpose.so.* %{_kf5_libdir}/libKF5PurposeWidgets.so.* %{_kf5_libdir}/libReviewboardHelpers.so +%{_kf5_libexecdir}/ %{_kf5_sharedir}/purpose/ +%{_kf5_sharedir}/kpackage/ %{_kf5_plugindir}/ %{_kf5_qmldir}/ %{_kf5_iconsdir}/hicolor/*/actions/kipiplugin_youtube.* +%{_kf5_iconsdir}/hicolor/*/apps/reviewboard-purpose.* %{_kf5_sharedir}/accounts/ %files devel ++++++ purpose-1.0.tar.xz -> purpose-1.1.tar.xz ++++++ ++++ 9902 lines of diff (skipped)
