diff --git a/.gitignore b/.gitignore index 9f61b7e..8d49e19 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/AppStream-0.7.3.tar.xz +/AppStream-0.7.5.tar.xz diff --git a/appstream.spec b/appstream.spec index 627c386..0340ec8 100644 --- a/appstream.spec +++ b/appstream.spec @@ -6,7 +6,7 @@ Summary: Utilities to generate, maintain and access the AppStream Xapian database Name: appstream -Version: 0.7.3 +Version: 0.7.5 Release: 1%{?dist} # lib LGPLv2+, tools GPLv2+ @@ -90,13 +90,12 @@ Requires: vala %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} -%{cmake} \ +%{cmake} .. \ -DQT:BOOL=ON -DAPPSTREAM_QT_VERSION:STRING="4"\ -DTESTS:BOOL=ON \ - -DVAPI:BOOL=%{?vala:ON}%{!?vala:OFF} \ - .. + -DVAPI:BOOL=%{?vala:ON}%{!?vala:OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -186,6 +185,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" %changelog +* Tue Jan 13 2015 Rex Dieter 0.7.5-1 +- 0.7.5 + * Mon Oct 13 2014 Rex Dieter - 0.7.3-1 - 0.7.3 - omit vala support (for now, build broken) diff --git a/sources b/sources index fc3d7f8..b1f2533 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4122bdb392a2bdc3e500d3060e786e5e AppStream-0.7.3.tar.xz +25c9d393787a1db04ed418be4be21caa AppStream-0.7.5.tar.xz