diff --git a/polkit-kde.spec b/polkit-kde.spec index c598651..644e185 100644 --- a/polkit-kde.spec +++ b/polkit-kde.spec @@ -1,6 +1,6 @@ Name: polkit-kde Version: 0.95.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PolicyKit integration for KDE Desktop Group: Applications/System @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch50: polkit-kde-1-0.95.1-ImplicitDSOLinking.patch # Already in kde svn Patch51: polkit-kde-1_root-password.patch +Patch52: polkit-kde-1_gcc45.patch BuildRequires: kdelibs4-devel BuildRequires: polkit-qt-devel >= 0.95 @@ -35,6 +36,7 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE. %patch50 -p1 -b .ImplicitDSOLinking %patch51 -p0 +%patch52 -p1 -b .gcc45 %build @@ -68,6 +70,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 04 2010 Radek Novacek - 0.95.1-6 +- Fixed FTBFS with GCC-4.5 + * Wed Aug 04 2010 Radek Novacek - 0.95.1-5 - Add patch for showing "password for root" when root user is authenticating - Related: #618543