[libreport/f17] New upstream release 2.0.13

Jakub Filak jfilak at fedoraproject.org
Wed Aug 22 11:29:14 UTC 2012


commit be22d92f4fdfd755b82d5a1073018a3a8115d121
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Aug 22 10:49:49 2012 +0200

    New upstream release 2.0.13

 .gitignore                                         |    1 +
 ...o-delete-dump-dir-which-doesn-t-exist-rhb.patch |   58 -
 ...fixed-bug-in-automatic-running-of-next-ev.patch |   91 -
 0003-fix-leaks-in-list_possible_events.patch       |   29 -
 ...k-for-analyzer-Kerneloops-when-appending-.patch |   66 -
 ...d-support-for-sendining-sensitive-data-ev.patch |   58 -
 ...port-gtk-introduce-generic-ask_yes_no-fun.patch |  103 -
 ...port-gtk-asks-for-permission-to-send-sens.patch |   62 -
 ...port-cli-asks-for-premission-to-send-sens.patch |   40 -
 ..._opendir-fails-if-time-file-doesn-t-conta.patch |  112 -
 ...l-changes-to-message-texts-and-one-functi.patch |   77 -
 0011-updated-po-files.patch                        |78929 --------------------
 ...nal_libreport.h-into-POTFILES.in-rhbz-801.patch |   25 -
 0013-report-gtk-don-t-log-THANKYOU-message.patch   |   34 -
 ...ip-not-provided-bz-bug-description-templa.patch |   67 -
 ...-generate-koops-description-according-to-.patch |  181 -
 ...bug-fix-compare-ask-yes-no-dialog-respons.patch |   27 -
 ...essage-from-the-server-for-known-uReports.patch |   60 -
 ...porter-bugzilla-do-not-attach-empty-files.patch |   32 -
 ...-don-t-autodetect-executable-for-sealert-.patch |  117 -
 ...2-ureport-doesnt-fail-on-validation-error.patch |    0
 libreport.spec                                     |   58 +-
 sources                                            |    2 +-
 23 files changed, 17 insertions(+), 80212 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52bcccb..9a53938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /libreport-2.0.10.tar.gz
 /libreport-2.0.11.tar.gz
 /libreport-2.0.12.tar.gz
+/libreport-2.0.13.tar.gz
diff --git a/0020-trac-680-only-for-Fedora-package-17-repository-patch.patch b/libreport-2.0.12-ureport-doesnt-fail-on-validation-error.patch
similarity index 100%
rename from 0020-trac-680-only-for-Fedora-package-17-repository-patch.patch
rename to libreport-2.0.12-ureport-doesnt-fail-on-validation-error.patch
diff --git a/libreport.spec b/libreport.spec
index 379d3f8..fd25af6 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,32 +4,14 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.0.12
-Release: 5%{?dist}
+Version: 2.0.13
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-Patch1: 0001-don-t-try-to-delete-dump-dir-which-doesn-t-exist-rhb.patch
-Patch2: 0002-report-gtk-fixed-bug-in-automatic-running-of-next-ev.patch
-Patch3: 0003-fix-leaks-in-list_possible_events.patch
-Patch4: 0004-Do-not-check-for-analyzer-Kerneloops-when-appending-.patch
-Patch5: 0005-trac-660-add-support-for-sendining-sensitive-data-ev.patch
-Patch6: 0006-trac-660-report-gtk-introduce-generic-ask_yes_no-fun.patch
-Patch7: 0007-trac-660-report-gtk-asks-for-permission-to-send-sens.patch
-Patch8: 0008-trac-660-report-cli-asks-for-premission-to-send-sens.patch
-Patch9: 0009-trac-623-dd_opendir-fails-if-time-file-doesn-t-conta.patch
-Patch10: 0010-wizard-small-changes-to-message-texts-and-one-functi.patch
-Patch11: 0011-updated-po-files.patch
-Patch12: 0012-added-internal_libreport.h-into-POTFILES.in-rhbz-801.patch
-Patch13: 0013-report-gtk-don-t-log-THANKYOU-message.patch
-Patch14: 0014-trac-556-skip-not-provided-bz-bug-description-templa.patch
-Patch15: 0015-rhbz-846389-generate-koops-description-according-to-.patch
-Patch16: 0016-report-gtk-bug-fix-compare-ask-yes-no-dialog-respons.patch
-Patch17: 0017-show-message-from-the-server-for-known-uReports.patch
-Patch18: 0018-trac-678-reporter-bugzilla-do-not-attach-empty-files.patch
-Patch19: 0019-rhbz-741255-don-t-autodetect-executable-for-sealert-.patch
-Patch20: 0020-trac-680-only-for-Fedora-package-17-repository-patch.patch
+# This patch is desired only in F17 because of backward compatibility
+Patch0: libreport-2.0.12-ureport-doesnt-fail-on-validation-error.patch
 
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
@@ -246,30 +228,10 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
+%patch0 -p1
 
 %build
 autoconf
-%configure
 CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
 make %{?_smp_mflags}
 
@@ -438,6 +400,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
 
 %changelog
+* Wed Aug 22 2012 Jakub Filak <jfilak at redhat.com> 2.0.13-1
+- reporter-ureport: save backtrace hash to reported_to
+- trac#683: show the description file in bugzilla comment 0
+- trac#684: report-gtk saves only loaded files
+- reporter-ureport: allow sending attachments
+- event_config_dialog: make it resizable; tweak Uploader hint
+- add python binding for problem_data_send_to_abrt
+- reporter-ureport: attach bug ID from reported_to
+- reporter-ureport: make configurable only URL to a server
+
 * Wed Aug 15 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-5
 - ureport doesn't fail on "Validition error" server response
 - rhbz#741255: don't autodetect executable for sealert reports
diff --git a/sources b/sources
index 9c995eb..5e89682 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6deeeb2d184b8d3ceae69c496d6cbfb4  libreport-2.0.12.tar.gz
+671e86b5e64a2f60f6c724ed946c8408  libreport-2.0.13.tar.gz


More information about the scm-commits mailing list