diff --git a/PackageKit.spec b/PackageKit.spec index ddc555c..07c7273 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -3,7 +3,7 @@ Summary: Package management service Name: PackageKit Version: 0.6.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -262,10 +262,12 @@ user to restart the computer or remove and re-insert the device. %endif --with-default-backend=yum,zif \ --disable-local \ - --disable-ruck \ --disable-strict \ --disable-tests +rm lib/packagekit-qt/src/*.moc +rm lib/packagekit-qt2/*.moc + make %{?_smp_mflags} %install @@ -464,6 +466,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Tue Aug 02 2011 Richard Hughes - 0.6.17-2 +- Ensure the moc files are re-generated by manually deleting them. + * Mon Aug 01 2011 Richard Hughes - 0.6.17-1 - New upstream release. - Manually convert the results of GetDetails to unicode.