diff --git a/.gitignore b/.gitignore index 87b6c5f..2b4b59f 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /cockpit-0.88.tar.bz2 /cockpit-0.89.tar.bz2 /cockpit-0.90.tar.bz2 +/cockpit-0.91.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 2a3cb9c..ea550a0 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.90 +%define tag 0.91 %define rev 1 # # This file is maintained at the following location: @@ -48,7 +48,7 @@ URL: http://cockpit-project.org/ %if %{defined gitcommit} Source0: cockpit-%{version}.tar.gz %else -Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.bz2 +Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz %endif BuildRequires: pkgconfig(gio-unix-2.0) @@ -468,6 +468,12 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Thu Jan 14 2016 Stef Walter - 0.91-1 +- * Fix computing of graph samples on 32-bit OS +- * Distribute licenses of included components +- * Distribute development dependencies +- * Support 'make clean' properly in the tarball + * Tue Jan 05 2016 Stef Walter - 0.90-1 - * Fix Content-Security-Policy which broke loading in certain situations - * Deal correctly with failures trying to join unsupported domains diff --git a/sources b/sources index b579572..ae0c817 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f581398a4f106af5054b65ae6c101c9 cockpit-0.90.tar.bz2 +5f2647b645900bedca1d42708160c041 cockpit-0.91.tar.xz