Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2016-08-08 13:54:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2016-07-15 12:27:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-08-08 13:54:24.000000000 +0200 @@ -1,0 +2,23 @@ +Wed Jul 20 08:54:35 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.2.php + +------------------------------------------------------------------- +Wed Jul 13 06:13:33 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.1.php + +------------------------------------------------------------------- +Tue Jul 5 11:47:34 UTC 2016 - wba...@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package +- Remove rpmlintrc file, it is not needed any more now + +------------------------------------------------------------------- Old: ---- oxygen-5.7.0.tar.xz oxygen5-rpmlintrc New: ---- oxygen-5.7.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.n748Zl/_old 2016-08-08 13:54:24.000000000 +0200 +++ /var/tmp/diff_new_pack.n748Zl/_new 2016-08-08 13:54:24.000000000 +0200 @@ -20,7 +20,7 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.7.0 +Version: 5.7.2 Release: 0 Summary: Oxygen style, KWin decoration, cursors and sounds License: GPL-2.0+ @@ -29,7 +29,6 @@ #Source: http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz Source: oxygen-%{version}.tar.xz Source1: baselibs.conf -Source99: %{name}-rpmlintrc BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Completion) @@ -138,11 +137,14 @@ %setup -q -n oxygen-%{version} %build -%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 +%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif %post style -p /sbin/ldconfig @@ -202,9 +204,7 @@ %{_kf5_libdir}/liboxygenstyle5.so %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %endif %changelog ++++++ oxygen-5.7.0.tar.xz -> oxygen-5.7.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.7.0/CMakeLists.txt new/oxygen-5.7.2/CMakeLists.txt --- old/oxygen-5.7.0/CMakeLists.txt 2016-06-30 17:04:19.000000000 +0200 +++ new/oxygen-5.7.2/CMakeLists.txt 2016-07-19 13:05:33.000000000 +0200 @@ -1,5 +1,5 @@ project(oxygen) -set(PROJECT_VERSION "5.7.0") +set(PROJECT_VERSION "5.7.2") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.7.0/kstyle/config/oxygenstyleconfig.cpp new/oxygen-5.7.2/kstyle/config/oxygenstyleconfig.cpp --- old/oxygen-5.7.0/kstyle/config/oxygenstyleconfig.cpp 2016-06-30 17:03:34.000000000 +0200 +++ new/oxygen-5.7.2/kstyle/config/oxygenstyleconfig.cpp 2016-07-19 13:04:53.000000000 +0200 @@ -81,6 +81,7 @@ connect( _menuHighlightSubtle, SIGNAL(toggled(bool)), SLOT(updateChanged()) ); connect( _windowDragMode, SIGNAL(currentIndexChanged(int)), SLOT(updateChanged()) ); + connect( _animationConfigWidget, SIGNAL(changed(bool)), SLOT(updateChanged()) ); connect( _animationConfigWidget, SIGNAL(layoutChanged()), SLOT(updateLayout()) ); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.7.0/kstyle/oxygenstyle.cpp new/oxygen-5.7.2/kstyle/oxygenstyle.cpp --- old/oxygen-5.7.0/kstyle/oxygenstyle.cpp 2016-06-30 17:03:34.000000000 +0200 +++ new/oxygen-5.7.2/kstyle/oxygenstyle.cpp 2016-07-19 13:04:53.000000000 +0200 @@ -862,6 +862,7 @@ case SH_ToolBox_SelectedPageTitleBold: return false; #if QT_VERSION >= 0x050000 + case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_Menu_SupportsSections: return true; #endif