diff --git a/.gitignore b/.gitignore index 69b361a..a3d7d45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/AppStream-0.6.tar.gz -/AppStream-0.6.1.tar.gz +/AppStream-0.6.2.tar.gz diff --git a/appstream.spec b/appstream.spec index cb51483..5546b05 100644 --- a/appstream.spec +++ b/appstream.spec @@ -1,7 +1,7 @@ Summary: Utilities to generate, maintain and access the AppStream Xapian database Name: appstream -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} # lib LGPLv3+, tools GPLv3+ @@ -83,6 +83,8 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %doc LICENSE.GPLv3 LICENSE.LGPLv3 %config(noreplace) %{_sysconfdir}/appstream.conf %{_bindir}/appstream-index +%{_bindir}/appstream-validate +%{_mandir}/man1/appstream-validate.1* %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Appstream-0.6.typelib %{_libdir}/libappstream.so.0* @@ -111,6 +113,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Mon May 12 2014 Rex Dieter 0.6.2-1 +- 0.6.2 + * Sat Apr 26 2014 Rex Dieter 0.6.1-1 - Appstream-0.6.1, -vala support lives! diff --git a/sources b/sources index 22a760b..d93557a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c278853a4cb59d32e0b4b5e66a18bad AppStream-0.6.1.tar.gz +c5df357df76156f7a6d4dd9a27b50b66 AppStream-0.6.2.tar.gz