X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gnome-abrt.spec;h=53fa42642a2649da210f66e3ab9001de6641b19f;hb=HEAD;hp=bc203e505fe82cfef04abd0326d96f4be8e38130;hpb=6a2db91d2b109ef9b113362689414575b772a0cc;p=packages%2Fgnome-abrt.git diff --git a/gnome-abrt.spec b/gnome-abrt.spec index bc203e5..53fa426 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -5,23 +5,23 @@ Summary: A utility for viewing problems that have occurred with the system Summary(pl.UTF-8): Narzędzie do przeglądania problemów, które wystąpiły w systemie Name: gnome-abrt -Version: 1.3.6 -Release: 2 +Version: 1.4.3 +Release: 1 License: GPL v2+ Group: Applications/System #Source0Download: https://github.com/abrt/gnome-abrt/releases Source0: https://github.com/abrt/gnome-abrt/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: a67842517efcb11c17a5bdf3976d6e60 +# Source0-md5: cebca029db214213634024b144111fbe URL: https://github.com/abrt/abrt/wiki/gnome-abrt BuildRequires: abrt-gui-devel >= 2.4.0 BuildRequires: asciidoc BuildRequires: gettext-tools >= 0.17 BuildRequires: gtk+3-devel >= 3.0 BuildRequires: libreport-gtk-devel >= 2.4.0 -BuildRequires: meson >= 0.51.0 +BuildRequires: meson >= 0.59.0 BuildRequires: ninja >= 1.5 BuildRequires: pkgconfig -%{?with_tests:BuildRequires: pylint} +%{?with_tests:BuildRequires: py3lint} BuildRequires: python3-devel >= 1:3.4 %{?with_tests:BuildRequires: python3-humanize} %{?with_tests:BuildRequires: python3-libreport} @@ -54,7 +54,7 @@ zapewniająca wygodny sposób zarządzania tymi problemami. %build %meson build \ - %{!?with_tests:-Dlint=false} + %{?with_tests:-Dlint=true} %ninja_build -C build