914 lines
28 KiB
RPMSpec
914 lines
28 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: powerdevil
|
|
Version: 6.2.3
|
|
Release: 1%{?dist}
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
# Plasma Dependencies
|
|
BuildRequires: plasma-workspace-devel
|
|
|
|
# KDE Frameworks 6
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: cmake(KF6Auth)
|
|
BuildRequires: cmake(KF6Config)
|
|
BuildRequires: cmake(KF6Crash)
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
BuildRequires: cmake(KF6DocTools)
|
|
BuildRequires: cmake(KF6GlobalAccel)
|
|
BuildRequires: cmake(KF6I18n)
|
|
BuildRequires: cmake(KF6IdleTime)
|
|
BuildRequires: cmake(KF6ItemModels)
|
|
BuildRequires: cmake(KF6KCMUtils)
|
|
BuildRequires: cmake(KF6KIO)
|
|
BuildRequires: cmake(KF6Kirigami2)
|
|
BuildRequires: cmake(KF6Notifications)
|
|
BuildRequires: cmake(KF6NotifyConfig)
|
|
BuildRequires: cmake(KF6Solid)
|
|
BuildRequires: cmake(KF6WindowSystem)
|
|
BuildRequires: cmake(LayerShellQt)
|
|
BuildRequires: cmake(KF6Runner)
|
|
BuildRequires: cmake(Plasma)
|
|
BuildRequires: cmake(PlasmaWaylandProtocols)
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
BuildRequires: cmake(Qt6Qml)
|
|
BuildRequires: cmake(QCoro6)
|
|
BuildRequires: cmake(Qt6WaylandClient)
|
|
BuildRequires: pkgconfig(wayland-server) >= 1.22
|
|
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libkscreen-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: systemd-rpm-macros
|
|
BuildRequires: xcb-util-image-devel
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
BuildRequires: xcb-util-wm-devel
|
|
|
|
BuildRequires: cmake(PlasmaActivities)
|
|
|
|
%ifnarch s390 s390x
|
|
BuildRequires: libddcutil-devel
|
|
# udev rules
|
|
Requires: ddcutil
|
|
Requires: (libwayland-client >= 1.22 or rx-libwayland-client)
|
|
Requires: (libwayland-cursor >= 1.22 or rx-libwayland-cursor)
|
|
%global DDCUTIL ON
|
|
%else
|
|
%global DDCUTIL OFF
|
|
%endif
|
|
|
|
Recommends: power-profiles-daemon
|
|
|
|
%description
|
|
Powerdevil is an utility for powermanagement. It consists
|
|
of a daemon (a KDED module) and a KCModule for its configuration.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
%global _rxlibdir /opt/rx/%{_lib}
|
|
export PATH=/opt/rx/bin:$PATH
|
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
|
export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
|
|
|
|
%cmake_kf6 -DHAVE_DDCUTIL=%DDCUTIL
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%find_lang powerdevil6 --with-html --all-name
|
|
|
|
# Don't bother with -devel
|
|
rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
|
%files -f powerdevil6.lang
|
|
%license LICENSES/*
|
|
%{_datadir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
|
%{_datadir}/dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf
|
|
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
|
|
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service
|
|
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service
|
|
%{_datadir}/dbus-1/system.d/org.kde.powerdevil.chargethresholdhelper.conf
|
|
%{_datadir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
|
|
%{_datadir}/polkit-1/actions/org.kde.powerdevil.discretegpuhelper.policy
|
|
%{_datadir}/polkit-1/actions/org.kde.powerdevil.chargethresholdhelper.policy
|
|
%{_datadir}/qlogging-categories6/powerdevil.categories
|
|
%{_kf6_libexecdir}/kauth/backlighthelper
|
|
%{_kf6_libexecdir}/kauth/discretegpuhelper
|
|
%{_kf6_libexecdir}/kauth/chargethresholdhelper
|
|
%{_sysconfdir}/xdg/autostart/powerdevil.desktop
|
|
%{_libexecdir}/org_kde_powerdevil
|
|
%{_kf6_libdir}/libpowerdevilconfigcommonprivate.so.*
|
|
%{_kf6_libdir}/libpowerdevilcore.so.*
|
|
%{_kf6_qtplugindir}/powerdevil/
|
|
%{_kf6_qtplugindir}/plasma/kcms/systemsettings/kcm_powerdevilprofilesconfig.so
|
|
%{_kf6_datadir}/knotifications6/powerdevil.notifyrc
|
|
%{_kf6_datadir}/applications/kcm_powerdevilprofilesconfig.desktop
|
|
%{_userunitdir}/plasma-powerdevil.service
|
|
%{_qt6_plugindir}/kf6/krunner/krunner_powerdevil.so
|
|
%{_kf6_qmldir}/org/kde/plasma/private/batterymonitor/batterymonitorplugin.qmltypes
|
|
%{_kf6_qmldir}/org/kde/plasma/private/batterymonitor/kde-qmlmodule.version
|
|
%{_kf6_qmldir}/org/kde/plasma/private/batterymonitor/libbatterymonitorplugin.so
|
|
%{_kf6_qmldir}/org/kde/plasma/private/batterymonitor/qmldir
|
|
%{_kf6_qmldir}/org/kde/plasma/private/brightnesscontrolplugin/brightnesscontrolplugin.qmltypes
|
|
%{_kf6_qmldir}/org/kde/plasma/private/brightnesscontrolplugin/kde-qmlmodule.version
|
|
%{_kf6_qmldir}/org/kde/plasma/private/brightnesscontrolplugin/libbrightnesscontrolplugin.so
|
|
%{_kf6_qmldir}/org/kde/plasma/private/brightnesscontrolplugin/qmldir
|
|
%{_kf6_metainfodir}/org.kde.plasma.battery.appdata.xml
|
|
%{_kf6_metainfodir}/org.kde.plasma.brightness.appdata.xml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerProfileItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/contents/ui/main.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.battery/metadata.json
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/BrightnessItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/CompactRepresentation.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/KeyboardColorItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/NightLightItem.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/PopupDialog.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/main.qml
|
|
%{_kf6_datadir}/plasma/plasmoids/org.kde.plasma.brightness/metadata.json
|
|
%{_kf6_datadir}/qlogging-categories6/batterymonitor.categories
|
|
|
|
%changelog
|
|
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
|
|
- 6.2.3
|
|
|
|
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
|
|
- 6.2.2
|
|
|
|
* Tue Oct 15 2024 Raven <raven@sysadmins.ws> - 6.2.1-1
|
|
- 6.2.1
|
|
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 6.1.5-1
|
|
- 6.1.5
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.1.4-1
|
|
- 6.1.4
|
|
|
|
* Mon Jul 8 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
|
|
- 6.1.2
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-1
|
|
- 6.1.1
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild with libxkbcommon_ng
|
|
|
|
* Tue Jun 18 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 6.0.5-1
|
|
- 6.0.5
|
|
|
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
|
- 6.0.4
|
|
|
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.0.3-2
|
|
- Rebuild (qt6)
|
|
|
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
|
- 6.0.3
|
|
|
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
|
- 6.0.2
|
|
|
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
|
- 6.0.1
|
|
|
|
* Fri Feb 23 2024 Alessandro Astone <ales.astone@gmail.com> - 6.0.0-2
|
|
- Require ddcutil for udev rules
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
|
- 6.0.0
|
|
|
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.93.0-2
|
|
- Rebuild (qt6)
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
|
- 5.93.0
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
|
- 5.92.0
|
|
|
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
|
- 5.91.0
|
|
|
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
|
- Update to 5.90.0
|
|
|
|
* Wed Nov 29 2023 Jan Grulich <jgrulich@redhat.com> - 5.27.80-2
|
|
- Rebuild (qt6)
|
|
|
|
* Sat Nov 18 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
|
- 5.27.80
|
|
|
|
* Sat Oct 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.9-2
|
|
- Rebuild(ddcutil)
|
|
|
|
* Tue Oct 24 2023 Steve Cossette <farchord@gmail.com> - 5.27.9-1
|
|
- 5.27.9
|
|
|
|
* Tue Sep 12 2023 justin.zobel@gmail.com - 5.27.8-1
|
|
- 5.27.8
|
|
|
|
* Mon Sep 04 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-5
|
|
- Update patch again to check systemd interface is there
|
|
|
|
* Sun Sep 03 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-4
|
|
- Update patch again to also disable lid suspend on VMs (per Natalie)
|
|
|
|
* Fri Sep 01 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-3
|
|
- Fix a bug in the backported patch (thanks Natalie, the original author)
|
|
|
|
* Fri Sep 01 2023 Adam Williamson <awilliam@redhat.com> - 5.27.7-2
|
|
- Backport MR #230 to disable auto-suspend on VMs (#2232711)
|
|
|
|
* Tue Aug 01 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.7-1
|
|
- 5.27.7
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.6-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Mon Jun 26 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-3
|
|
- Exclude enabling ddcutil on s390/s390x arches
|
|
|
|
* Sun Jun 25 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.6-2
|
|
- Enable ddcutil integration
|
|
|
|
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
|
|
- 5.27.6
|
|
|
|
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
|
|
- 5.27.5
|
|
|
|
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
|
|
- 5.27.4
|
|
|
|
* Tue Mar 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.3-1
|
|
- 5.27.3
|
|
|
|
* Tue Feb 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.2-1
|
|
- 5.27.2
|
|
|
|
* Sat Feb 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.1-2
|
|
- Add missing buildrequires libcap-devel
|
|
|
|
* Tue Feb 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.1-1
|
|
- 5.27.1
|
|
|
|
* Thu Feb 09 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.27.0-1
|
|
- 5.27.0
|
|
|
|
* Thu Jan 19 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.26.90-1
|
|
- 5.26.90
|
|
|
|
* Thu Jan 05 2023 Justin Zobel <justin@1707.io> - 5.26.5-1
|
|
- Update to 5.26.5
|
|
|
|
* Tue Nov 29 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.4-1
|
|
- 5.26.4
|
|
|
|
* Wed Nov 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.3-1
|
|
- 5.26.3
|
|
|
|
* Wed Oct 26 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.2-1
|
|
- 5.26.2
|
|
|
|
* Tue Oct 18 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.1-1
|
|
- 5.26.1
|
|
|
|
* Thu Oct 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.0-1
|
|
- 5.26.0
|
|
|
|
* Sat Sep 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.90-1
|
|
- 5.25.90
|
|
|
|
* Wed Sep 07 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.5-1
|
|
- 5.25.5
|
|
|
|
* Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1
|
|
- Update to 5.25.4
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.25.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Tue Jul 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.3-1
|
|
- 5.25.3
|
|
|
|
* Tue Jun 28 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.2-1
|
|
- 5.25.2
|
|
|
|
* Tue Jun 21 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.1-1
|
|
- 5.25.1
|
|
|
|
* Thu Jun 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.0-1
|
|
- 5.25.0
|
|
|
|
* Fri May 20 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.90-1
|
|
- 5.24.90
|
|
|
|
* Tue May 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.5-1
|
|
- 5.24.5
|
|
|
|
* Thu Mar 31 2022 Justin Zobel <justin@1707.io> - 5.24.4-1
|
|
- Update to 5.24.4
|
|
|
|
* Tue Mar 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.3-1
|
|
- 5.24.3
|
|
|
|
* Tue Feb 22 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.24.2-1
|
|
- 5.24.2
|
|
|
|
* Tue Feb 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.1-1
|
|
- 5.24.1
|
|
|
|
* Thu Feb 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.0-1
|
|
- 5.24.0
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.23.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Thu Jan 13 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.90-1
|
|
- 5.23.90
|
|
|
|
* Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1
|
|
- 5.23.5
|
|
|
|
* Tue Dec 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.4-1
|
|
- 5.23.4
|
|
|
|
* Wed Nov 10 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.3-1
|
|
- 5.23.3
|
|
|
|
* Tue Oct 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.2-1
|
|
- 5.23.2
|
|
|
|
* Sat Oct 23 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.1-1
|
|
- 5.23.1
|
|
|
|
* Fri Oct 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.0-1
|
|
- 5.23.0
|
|
- Add BuildRequires: systemd-rpm-macros
|
|
|
|
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
|
|
- 5.22.90
|
|
|
|
* Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1
|
|
- 5.22.5
|
|
|
|
* Tue Jul 27 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.4-1
|
|
- 5.22.4
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.22.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Mon Jul 12 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.3-1
|
|
- 5.22.3
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2.1-1
|
|
- 5.22.2.1
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2-1
|
|
- 5.22.2
|
|
|
|
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.1-1
|
|
- 5.22.1
|
|
|
|
* Wed Jun 09 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-2
|
|
- Recommends: power-profiles-daemon (fedora-kde/SIG Issue #80)
|
|
|
|
* Sun Jun 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.0-1
|
|
- 5.22.0
|
|
|
|
* Sat May 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
|
- 5.21.90
|
|
|
|
* Wed May 05 2021 Yaroslav Sidlovsky <zawertun@gmail.com> - 5.21.5-2
|
|
- added patch to fix #433408
|
|
|
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
|
- 5.21.5
|
|
|
|
* Tue Apr 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.4-1
|
|
- 5.21.4
|
|
|
|
* Tue Mar 16 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.3-1
|
|
- 5.21.3
|
|
|
|
* Tue Mar 02 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.2-1
|
|
- 5.21.2
|
|
|
|
* Tue Feb 23 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.1-1
|
|
- 5.21.1
|
|
|
|
* Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1
|
|
- 5.21.0
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Thu Jan 21 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.90-1
|
|
- 5.20.90 (beta)
|
|
|
|
* Tue Jan 5 16:03:33 CET 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.5-1
|
|
- 5.20.5
|
|
|
|
* Tue Dec 1 09:43:00 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.4-1
|
|
- 5.20.4
|
|
|
|
* Wed Nov 11 08:22:43 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.3-1
|
|
- 5.20.3
|
|
|
|
* Tue Oct 27 14:25:05 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.2-1
|
|
- 5.20.2
|
|
|
|
* Tue Oct 20 15:30:50 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.1-1
|
|
- 5.20.1
|
|
|
|
* Sun Oct 11 19:50:05 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.0-1
|
|
- 5.20.0
|
|
|
|
* Fri Sep 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.90-1
|
|
- 5.19.90
|
|
|
|
* Tue Sep 01 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.5-1
|
|
- 5.19.5
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.19.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Tue Jul 28 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.4-1
|
|
- 5.19.4
|
|
|
|
* Tue Jul 07 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.3-1
|
|
- 5.19.3
|
|
|
|
* Thu Jun 25 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.19.2.1-3
|
|
- tweak plasma_version, use with libworkspace versioned dep
|
|
|
|
* Tue Jun 23 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.2.1-1
|
|
- 5.19.2.1
|
|
|
|
* Tue Jun 23 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.2-1
|
|
- 5.19.2
|
|
|
|
* Wed Jun 17 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.1-1
|
|
- 5.19.1
|
|
|
|
* Tue Jun 9 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.0-1
|
|
- 5.19.0
|
|
|
|
* Fri May 15 2020 Martin Kyral <martin.kyral@gmail.com> - 5.18.90-1
|
|
- 5.18.90
|
|
|
|
* Tue May 05 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.5-1
|
|
- 5.18.5
|
|
|
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.18.4.1-1
|
|
- 5.18.4.1
|
|
|
|
* Tue Mar 31 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.4-1
|
|
- 5.18.4
|
|
|
|
* Tue Mar 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.3-1
|
|
- 5.18.3
|
|
|
|
* Tue Feb 25 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.2-1
|
|
- 5.18.2
|
|
|
|
* Tue Feb 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.1-1
|
|
- 5.18.1
|
|
|
|
* Tue Feb 11 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.0-1
|
|
- 5.18.0
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.17.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jan 16 2020 Jan Grulich <jgrulich@redhat.com> - 5.17.90-1
|
|
- 5.17.90
|
|
|
|
* Wed Jan 08 2020 Jan Grulich <jgrulich@redhat.com> - 5.17.5-1
|
|
- 5.17.5
|
|
|
|
* Thu Dec 05 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.4-1
|
|
- 5.17.4
|
|
|
|
* Wed Nov 13 2019 Martin Kyral <martin.kyral@gmail.com> - 5.17.3-1
|
|
- 5.17.3
|
|
|
|
* Wed Oct 30 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.2-1
|
|
- 5.17.2
|
|
|
|
* Wed Oct 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.1-1
|
|
- 5.17.1
|
|
|
|
* Thu Oct 10 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.0-1
|
|
- 5.17.0
|
|
|
|
* Fri Sep 20 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.90-1
|
|
- 5.16.90
|
|
|
|
* Fri Sep 06 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.5-1
|
|
- 5.16.5
|
|
|
|
* Tue Jul 30 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.4-1
|
|
- 5.16.4
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.16.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Wed Jul 10 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.3-1
|
|
- 5.16.3
|
|
|
|
* Wed Jun 26 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.2-1
|
|
- 5.16.2
|
|
|
|
* Tue Jun 18 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.16.1-1
|
|
- 5.16.1
|
|
|
|
* Tue Jun 11 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.0-1
|
|
- 5.16.0
|
|
|
|
* Thu May 16 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.90-1
|
|
- 5.15.90
|
|
|
|
* Thu May 09 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.5-1
|
|
- 5.15.5
|
|
|
|
* Wed Apr 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.4-1
|
|
- 5.15.4
|
|
|
|
* Tue Mar 12 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.3-1
|
|
- 5.15.3
|
|
|
|
* Tue Feb 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-1
|
|
- 5.15.2
|
|
|
|
* Tue Feb 19 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-1
|
|
- 5.15.1
|
|
|
|
* Wed Feb 13 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.0-1
|
|
- 5.15.0
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sun Jan 20 2019 Martin Kyral <martin.kyral@gmail.com> - 5.14.90-1
|
|
- 5.14.90
|
|
|
|
* Tue Nov 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.4-1
|
|
- 5.14.4
|
|
|
|
* Thu Nov 08 2018 Martin Kyral <martin.kyral@gmail.com> - 5.14.3-1
|
|
- 5.14.3
|
|
|
|
* Wed Oct 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
|
- 5.14.2
|
|
|
|
* Tue Oct 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.1-1
|
|
- 5.14.1
|
|
|
|
* Sat Oct 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.0-1
|
|
- 5.14.0
|
|
|
|
* Fri Sep 14 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.90-1
|
|
- 5.13.90
|
|
|
|
* Tue Sep 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.5-1
|
|
- 5.13.5
|
|
|
|
* Thu Aug 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.4-1
|
|
- 5.13.4
|
|
|
|
* Wed Jul 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.3-3
|
|
- bump kf5 deps
|
|
- tighten plasma-workspace-devel/libkworkspace5 deps (#1602800)
|
|
- drop Requires: kf5-filesystem (handled by kf5 tier 1 libs)
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Jul 11 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.3-1
|
|
- 5.13.3
|
|
|
|
* Mon Jul 09 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.2-1
|
|
- 5.13.2
|
|
|
|
* Tue Jun 19 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.1-1
|
|
- 5.13.1
|
|
|
|
* Sat Jun 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.0-1
|
|
- 5.13.0
|
|
|
|
* Fri May 18 2018 Martin Kyral <martin.kyral@gmail.com> - 5.12.90-1
|
|
- 5.12.90
|
|
|
|
* Tue May 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.5-1
|
|
- 5.12.5
|
|
|
|
* Wed Apr 25 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-2
|
|
- pull in upstream fix (kde#391782)
|
|
- cleanup, use %%make_build %%ldconfig_scriptlets
|
|
|
|
* Tue Mar 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-1
|
|
- 5.12.4
|
|
|
|
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
|
|
- 5.12.3
|
|
|
|
* Wed Feb 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.2-1
|
|
- 5.12.2
|
|
|
|
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.1-1
|
|
- 5.12.1
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Fri Feb 02 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.0-1
|
|
- 5.12.0
|
|
|
|
* Mon Jan 15 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.95-1
|
|
- 5.11.95
|
|
|
|
* Tue Jan 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.5-1
|
|
- 5.11.5
|
|
|
|
* Thu Nov 30 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.4-1
|
|
- 5.11.4
|
|
|
|
* Wed Nov 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
- 5.11.3
|
|
|
|
* Wed Oct 25 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.2-1
|
|
- 5.11.2
|
|
|
|
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
|
- 5.11.1
|
|
|
|
* Wed Oct 11 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.0-1
|
|
- 5.11.0
|
|
|
|
* Thu Aug 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.5-1
|
|
- 5.10.5
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Jul 21 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.4-1
|
|
- 5.10.4
|
|
|
|
* Tue Jun 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.3-1
|
|
- 5.10.3
|
|
|
|
* Thu Jun 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-1
|
|
- 5.10.2
|
|
|
|
* Tue Jun 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-1
|
|
- 5.10.1
|
|
|
|
* Wed May 31 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
|
- 5.10.0
|
|
|
|
* Wed Apr 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.5-2
|
|
- use %%find_lang --with-html
|
|
|
|
* Wed Apr 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.5-1
|
|
- 5.9.5
|
|
|
|
* Thu Mar 23 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.4-1
|
|
- 5.9.4
|
|
|
|
* Sat Mar 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.3-2
|
|
- rebuild
|
|
|
|
* Wed Mar 01 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
|
- 5.9.3
|
|
|
|
* Tue Feb 21 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.6-1
|
|
- 5.8.6
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.5-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.5-2
|
|
- filter plugin provides
|
|
|
|
* Wed Dec 28 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.5-1
|
|
- 5.8.5
|
|
|
|
* Tue Nov 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.4-1
|
|
- 5.8.4
|
|
|
|
* Tue Nov 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.3-1
|
|
- 5.8.3
|
|
|
|
* Tue Oct 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1
|
|
- 5.8.2
|
|
|
|
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-1
|
|
- 5.8.1
|
|
|
|
* Thu Sep 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-1
|
|
- 5.8.0
|
|
|
|
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.95-1
|
|
- 5.7.95
|
|
|
|
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1
|
|
- 5.7.5
|
|
|
|
* Tue Aug 23 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.4-1
|
|
- 5.7.4
|
|
|
|
* Tue Aug 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.3-1
|
|
- 5.7.3
|
|
|
|
* Tue Jul 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.2-1
|
|
- 5.7.2
|
|
|
|
* Tue Jul 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-1
|
|
- 5.7.1
|
|
|
|
* Thu Jun 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-1
|
|
- 5.7.0
|
|
|
|
* Sat Jun 25 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.95-1
|
|
- 5.6.95
|
|
|
|
* Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.5-1
|
|
- 5.6.5
|
|
|
|
* Sat May 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-1
|
|
- 5.6.4
|
|
|
|
* Tue Apr 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.3-1
|
|
- 5.6.3
|
|
|
|
* Sat Apr 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.2-1
|
|
- 5.6.2
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
|
- 5.6.1
|
|
|
|
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.5-1
|
|
- Plasma 5.5.5
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jan 27 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.4-1
|
|
- Plasma 5.5.4
|
|
|
|
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.5.3-2
|
|
- backport https://git.reviewboard.kde.org/r/126721/
|
|
- -BR: cmake
|
|
|
|
* Thu Jan 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.3-1
|
|
- Plasma 5.5.3
|
|
|
|
* Thu Dec 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.5.2-1
|
|
- 5.5.2
|
|
|
|
* Fri Dec 18 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.1-1
|
|
- Plasma 5.5.1
|
|
|
|
* Mon Dec 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
|
|
- .spec cosmetics, pull in upstream fixed, minimal qt5 dep
|
|
|
|
* Mon Dec 14 2015 Jan Grulich <jgrulich@redhat.com> - 5.5.0-2
|
|
- Rebuild
|
|
|
|
* Thu Dec 03 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.0-1
|
|
- Plasma 5.5.0
|
|
|
|
* Wed Nov 25 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.4.95-1
|
|
- Plasma 5.4.95
|
|
|
|
* Wed Nov 18 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.3-2
|
|
- .spec cosmetics
|
|
|
|
* Thu Nov 05 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.4.3-1
|
|
- Plasma 5.4.3
|
|
|
|
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.2-1
|
|
- 5.4.2
|
|
|
|
* Wed Sep 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-1
|
|
- 5.4.1
|
|
|
|
* Fri Aug 21 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
|
- Plasma 5.4.0
|
|
|
|
* Thu Aug 13 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.95-1
|
|
- Plasma 5.3.95
|
|
|
|
* Thu Jun 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.2-1
|
|
- Plasma 5.3.2
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Tue May 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1
|
|
- Plasma 5.3.1
|
|
|
|
* Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
|
- Plasma 5.3.0
|
|
|
|
* Wed Apr 22 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-1
|
|
- Plasma 5.2.95
|
|
|
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
|
- Plasma 5.2.2
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-2
|
|
- Rebuild (GCC 5)
|
|
|
|
* Tue Feb 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-1
|
|
- Plasma 5.2.1
|
|
|
|
* Fri Feb 06 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-2
|
|
- add upstream patch for BKO#337674
|
|
|
|
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
|
- Plasma 5.2.0
|
|
|
|
* Wed Jan 14 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-1.beta
|
|
- Plasma 5.1.95 Beta
|
|
|
|
* Mon Jan 05 2015 Jan Grulich <jgrulich@redhat.com> - 5.1.1-2
|
|
- Better URL
|
|
Used make install instead make_install macro
|
|
Fixed search for localization
|
|
Dropped unused BR: chrpath
|
|
|
|
* Wed Dec 17 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.2-2
|
|
- Plasma 5.1.2
|
|
|
|
* Fri Nov 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.1-1
|
|
- Plasma 5.1.1
|
|
|
|
* Tue Oct 14 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0.1-1
|
|
- Plasma 5.1.0.1
|
|
|
|
* Thu Oct 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
|
|
- Plasma 5.1.0
|
|
|
|
* Tue Sep 16 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.2-1
|
|
- Plasma 5.0.2
|
|
|
|
* Sun Aug 10 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.1-1
|
|
- Plasma 5.0.1
|
|
|
|
* Thu Jul 17 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
|
|
- Plasma 5.0.0
|
|
|
|
* Wed May 21 2014 Daniel Vrátil <dvratil@redhat.com> - 4.90.1-3.20140515gitf7a2bbe
|
|
- Fix missing BR
|
|
- Add a patch to fix UPower support
|
|
|
|
* Thu May 15 2014 Daniel Vrátil <dvratil@redhat.com> - 4.90.1-1.20140515gitf7a2bbe
|
|
- Intial snapshot
|