diff --git a/PackageKit-Qt.spec b/PackageKit-Qt.spec index 2a53b3a..1121802 100644 --- a/PackageKit-Qt.spec +++ b/PackageKit-Qt.spec @@ -4,7 +4,7 @@ Summary: Qt support library for PackageKit Name: PackageKit-Qt Version: 0.9.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: http://www.packagekit.org/ @@ -22,7 +22,7 @@ Patch2: 0002-Remove-daemon-proxy-conection-to-changed.patch Patch3: 0003-Add-operator-to-bitfield.patch Patch4: 0004-Remove-the-metatype-registration-for-Transaction-typ.patch Patch5: 0005-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch -Patch6: 0006-Properly-export-cmake-targets.patch +#Patch6: 0006-Properly-export-cmake-targets.patch BuildRequires: cmake BuildRequires: pkgconfig(QtDBus) pkgconfig(QtSql) @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 27 2014 Rex Dieter 0.9.2-5 +- drop Properly-export-cmake-targets.patch, breaks apper build + * Tue Aug 26 2014 Rex Dieter 0.9.2-4 - pull in some upstream fixes