[abrt/f13/master] update to 1.1.14

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Nov 17 20:12:49 UTC 2010


commit fc8e99c951b74e31c8083554b32518f9aa1cb9dc
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Wed Nov 17 21:11:36 2010 +0100

    update to 1.1.14

 .gitignore |    1 +
 abrt.spec  |   26 ++++++++++++++++++--------
 sources    |    2 +-
 3 files changed, 20 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00576df..d763c4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 abrt-1.1.1.tar.gz
 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 383f7fc..94db2fe 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 2%{?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
@@ -28,16 +28,13 @@ URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
-Patch1: abrt_disable_gpgcheck.diff
 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
@@ -238,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
@@ -496,6 +492,20 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Nov 17 2010 Jiri Moskovcak <jmoskovc at redhat.com> 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 <jmoskovc at redhat.com> 1.1.13-3
+- enabled gpg check forgotten from rawhide
+
 * Mon Aug 16 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.13-2
 - re-enable the gpg check again, should be disabled only in 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


More information about the scm-commits mailing list