diff --git a/breeze-5.7.0.tar.xz b/breeze-5.7.0.tar.xz deleted file mode 100644 index 9d4d71a..0000000 --- a/breeze-5.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54a817cfa2c961838c5581a0750e6a593b56edc0ae3b2392b2b84d8a2a00c4eb -size 12513772 diff --git a/breeze-5.7.2.tar.xz b/breeze-5.7.2.tar.xz new file mode 100644 index 0000000..586c9bc --- /dev/null +++ b/breeze-5.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7523b1b0f4aa6e69d6116308792f380c259ff2f6d7a2515f5a89268dbf1494 +size 12516856 diff --git a/breeze-rpmlintrc b/breeze-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/breeze-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# we don't use find_lang macro as it doesn't searches in subdirectories -addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/breeze.changes b/breeze.changes index 2380aad..beb324a 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Jul 20 08:54:14 UTC 2016 - hrvoje.senjan@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 + +------------------------------------------------------------------- +Mon Jul 18 08:38:22 UTC 2016 - jengelh@inai.de + +- Add fdupes by recommendation of rpmlint + +------------------------------------------------------------------- +Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@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:11:55 UTC 2016 - wbauer@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 + ------------------------------------------------------------------- Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/breeze.spec b/breeze.spec index d3022ce..7d4b5c3 100644 --- a/breeze.spec +++ b/breeze.spec @@ -18,10 +18,11 @@ %bcond_without lang Name: breeze -Version: 5.7.0 +Version: 5.7.2 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: kf5-filesystem BuildRequires: cmake(KDecoration2) >= %{version} @@ -50,7 +51,6 @@ Group: System/GUI/KDE 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 @@ -102,17 +102,19 @@ This package provides Breeze KWin decoration. %setup -q %build - %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif +%fdupes %buildroot/%_prefix %if %{with lang} -%files -n breeze5-style-lang -%defattr(-,root,root) +%files -n breeze5-style-lang -f %{name}.lang %doc COPYING* -%{_kf5_localedir}/ %endif %files -n breeze5-cursors diff --git a/breeze4-style.changes b/breeze4-style.changes index 87ebcf2..7deb2ad 100644 --- a/breeze4-style.changes +++ b/breeze4-style.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jul 20 08:54:14 UTC 2016 - hrvoje.senjan@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:22 UTC 2016 - hrvoje.senjan@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 + ------------------------------------------------------------------- Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/breeze4-style.spec b/breeze4-style.spec index aea2a7c..9bf30a5 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.7.0 +Version: 5.7.2 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12