diff --git a/.gitignore b/.gitignore index 7e7694e..0cd6ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ abrt-1.1.10.tar.gz abrt-1.1.13.tar.gz +/abrt-1.1.14.tar.gz diff --git a/abrt.spec b/abrt.spec index b2a5be2..ba9f056 100644 --- a/abrt.spec +++ b/abrt.spec @@ -12,15 +12,15 @@ # # % define _buildid .local -%if 0%{?_buildid} +%if "0%{?_buildid}" != "0" %define pkg_release 0.%{?_buildid}%{?dist} %else -%define pkg_release 3%{?dist} +%define pkg_release 1%{?dist} %endif Summary: Automatic bug detection and reporting tool Name: abrt -Version: 1.1.13 +Version: 1.1.14 Release: %{?pkg_release} License: GPLv2+ Group: Applications/System @@ -29,14 +29,12 @@ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz Source1: abrt.init Patch0: abrt-1.0.9-hideprefs.patch Patch2: blacklist.patch -Patch3: polkit.patch BuildRequires: dbus-devel BuildRequires: gtk2-devel BuildRequires: curl-devel BuildRequires: rpm-devel >= 4.6 BuildRequires: sqlite-devel > 3.0 BuildRequires: desktop-file-utils -#BuildRequires: nss-devel BuildRequires: libnotify-devel BuildRequires: xmlrpc-c-devel BuildRequires: xmlrpc-c-client @@ -237,10 +235,9 @@ Virtual package to make easy default installation on desktop environments. %setup -q %patch0 -p1 -b .hideprefs # rawhide packages are not signed, so we need to disable the gpg check -#%patch1 -p1 -b .disable_gpg_check +# patch1 -p1 -b .disable_gpg_check # general patches %patch2 -p1 -b .blacklist_mono -%patch3 -p1 -b .polkit %build %configure @@ -495,6 +492,18 @@ fi %defattr(-,root,root,-) %changelog +* Wed Nov 17 2010 Jiri Moskovcak 1.1.14-1 +- made howto mandatory +- fixed segv in abrt-hook-ccpp rhbz#652338 +- added warning if kernel was tainted +- make the "install debuginfo" hint selectable rhbz#644343 +- wrap howto and comments rhbz#625237 +- wrap lines in the backtrace window rhbz#625232 +- changed '*' to '•' rhbz#625236 +- make the bt viewer not-editable rhbz#621871 +- removed unneeded patches + + * Wed Nov 10 2010 Jiri Moskovcak 1.1.13-3 - enabled gpg check forgotten from rawhide diff --git a/sources b/sources index f654f69..b358154 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ec49694174ae692ac4d42475649425b abrt-1.1.13.tar.gz +4bde3133efe28e929ce3dd24ee682955 abrt-1.1.14.tar.gz