Hello community, here is the log from the commit of package breeze for openSUSE:Factory checked in at 2014-10-01 11:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze (Old) and /work/SRC/openSUSE:Factory/.breeze.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze" Changes: -------- --- /work/SRC/openSUSE:Factory/breeze/breeze.changes 2014-09-01 16:59:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes 2014-10-01 11:22:39.000000000 +0200 @@ -1,0 +2,18 @@ +Thu Sep 25 22:45:25 UTC 2014 - [email protected] + +- Update to 5.0.95: + * Minor tweaks to breeze style since previous update +- Install locale to %{_kf5_localedir} (../locale/kf5/ directory) +- Add rpmlintrc file for file-not-in-%lang warnings: we don't use + find_lang macro as it doesn't searches in subdirectories + +------------------------------------------------------------------- +Wed Sep 24 12:15:17 UTC 2014 - [email protected] + +- Update to 5.0.95~git20140924 + * Many improvements for the Breeze style + * Honor look-n-feel setting in kdeglobals (needed for openSUSE + branding) +- Drop pkgconfig(x11) BuildRequires + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2014-09-01 16:59:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes 2014-10-01 11:22:39.000000000 +0200 @@ -1,0 +2,15 @@ +Thu Sep 25 22:45:25 UTC 2014 - [email protected] + +- Update to 5.0.95: + * Minor tweaks to breeze style since previous update +- Added dont-build-translations.patch: we don't want translations + built twice + +------------------------------------------------------------------- +Wed Sep 24 12:15:17 UTC 2014 - [email protected] + +- Update to 5.0.95~git20140924 + * Many improvements for the Breeze style +- Drop pkgconfig(x11) BuildRequires + +------------------------------------------------------------------- Old: ---- breeze-5.0.95~git20140826.tar.xz New: ---- breeze-5.0.95.tar.xz breeze-rpmlintrc dont-build-translations.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze.spec ++++++ --- /var/tmp/diff_new_pack.u5cSjC/_old 2014-10-01 11:22:41.000000000 +0200 +++ /var/tmp/diff_new_pack.u5cSjC/_new 2014-10-01 11:22:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: breeze -Version: 5.0.95~git20140826 +Version: 5.0.95 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.12 @@ -31,7 +31,6 @@ BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 -BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(xcb) Requires: breeze5-cursors >= %{version} @@ -45,6 +44,7 @@ Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz +Source99: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -97,16 +97,22 @@ Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze KWin decoration. +%lang_package -n breeze5-style %prep %setup -q %build - %cmake_kf5 -d build -- -DBUILD_po=OFF + %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install %kf5_makeinstall -C build +%files -n breeze5-style-lang +%defattr(-,root,root) +%doc COPYING* +%{_kf5_localedir}/ + %files -n breeze5-icons %defattr(-,root,root) %doc COPYING* ++++++ breeze4-style.spec ++++++ --- /var/tmp/diff_new_pack.u5cSjC/_old 2014-10-01 11:22:41.000000000 +0200 +++ /var/tmp/diff_new_pack.u5cSjC/_new 2014-10-01 11:22:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.0.95~git20140826 +Version: 5.0.95 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12 @@ -25,13 +25,14 @@ BuildRequires: libkde4-devel BuildRequires: libqt4-devel BuildRequires: libxcb-devel -BuildRequires: pkgconfig(x11) Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz +# PATCH-FIX-UPSTREAM dont-build-translations.patch -- we don't need translations for kde4 style +Patch0: dont-build-translations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,15 +41,14 @@ %prep %setup -q -n breeze-%{version} +%patch0 -p1 %build -pushd kstyle %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON %make_jobs -popd %install - %kde4_makeinstall -C kstyle/build + %kde4_makeinstall -C build %files %defattr(-,root,root) ++++++ breeze-5.0.95~git20140826.tar.xz -> breeze-5.0.95.tar.xz ++++++ /work/SRC/openSUSE:Factory/breeze/breeze-5.0.95~git20140826.tar.xz /work/SRC/openSUSE:Factory/.breeze.new/breeze-5.0.95.tar.xz differ: char 17, line 1 ++++++ breeze-rpmlintrc ++++++ # we don't use find_lang macro as it doesn't searches in subdirectories addFilter("file-not-in-%lang .*")++++++ dont-build-translations.patch ++++++ --- breeze-5.0.95.orig/CMakeLists.txt 2014-09-25 16:45:07.000000000 +0200 +++ breeze-5.0.95/CMakeLists.txt 2014-09-26 00:57:54.472027256 +0200 @@ -10,6 +10,9 @@ else() find_package(ECM 0.0.9 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) + find_package(KF5I18n CONFIG REQUIRED) + ki18n_install(po) +# # include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings) @@ -28,5 +31,4 @@ endif() feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) -find_package(KF5I18n CONFIG REQUIRED) -ki18n_install(po) + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
