[libreport/f17] New upstream release 2.1.0

Jakub Filak jfilak at fedoraproject.org
Mon Feb 4 14:06:15 UTC 2013


commit ee08d72c2de96a347ee9aae70dc92e7d1edc77dd
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Feb 4 14:19:38 2013 +0100

    New upstream release 2.1.0
    
    Resolves: #826058, #902828

 .gitignore     |    1 +
 libreport.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 sources        |    2 +-
 3 files changed, 59 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45c43a4..98c4a20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /libreport-2.0.18.tar.gz
 /libreport-2.0.19.tar.gz
 /libreport-2.0.20.tar.gz
+/libreport-2.1.0.tar.gz
diff --git a/libreport.spec b/libreport.spec
index c0f9ef0..b1cce42 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,8 +4,8 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.0.20
-Release: 2%{?dist}
+Version: 2.1.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
@@ -124,6 +124,7 @@ Requires: libreport = %{version}-%{release}
 %if 0%{?rhel} >= 6
 %else
 Requires: recordmydesktop
+Requires: pygobject3
 %endif
 Provides: report-gtk = 0:0.23-1
 Obsoletes: report-gtk < 0:0.23-1
@@ -256,7 +257,7 @@ infrastructure or uploading the gathered data over ftp/scp...
 
 %build
 autoconf
-CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
+CFLAGS="%{optflags} -Werror" %configure --with-defaultdumpdirmode=0640 --disable-userownsdumpdir --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
@@ -401,6 +402,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
+%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_libreport.conf
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
 %{_sysconfdir}/libreport/events/report_Bugzilla.xml
@@ -444,6 +446,58 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Feb 04 2013 Jakub Filak <jfilak at redhat.com> 2.1.0-1
+- dd: unify error handling in save_binary_file()
+- dd_sanitize: don't sanitize symlinks
+- rpm: preserve old configuration for <F17 and <REHL7
+- configure: change defaults to be compliant with /var/tmp/abrt
+- configure: fix dump dir mode help string
+- dd: always sanitize mode of saved file
+- rhbz: replace obsolete methods by their substitutes
+- reporter-rhtsupport: improve error detection and logging
+- mailx: remove extra trailing newline in help text
+- spec: add requires section for pygobject3
+- reporter-rhtsupport: retain " Beta" suffix in version. Closes rhbz#896090
+- Fix bugs discoverent by Coverity
+- bz: swap 'bug id' arg with 'item name' arg in attach fn call
+- dd: move dir accessibility check from abrt to libreport
+- don't overwrite "type" rhbz#902828
+- move chown functionality from ABRT DBus to libreport
+- expose configure cmd options for dump dir mode and ownership
+- cli: guard against user ^Z-ing editor and being stuck
+- report-cli: don't close tty fd too early
+- report-cli: switch terminal's fg process group to editor's one; and back
+- dd: open symlinks on request
+- minor fix to the pkg-config file
+- reporter-rhtsupport: extract error message from Strata-Message: header
+- add build time condition for dump dir ownership schema
+- reporter-bz: post a comment to dup bug, if we found a dup. version 2.
+- report-cli: use Client API
+- report-cli: add event name prefix before question
+- run_event: default callbacks for logging and errors
+- make default dump dir mode configurable at build time
+- Stop reading text files one byte at a time
+- make dd_delete_item check that dd is locked
+- never follow symlinks rhbz#887866
+- Revert "reporter-bz: post a comment to dup bug, if we found a dup."
+- wizard: make radio-button text wrap
+- reporter-bz: post a comment to dup bug, if we found a dup.
+- added missing article
+- make the dependency on recordmydesktop soft - related to rhbz#891512
+- cli: use !ec_skip_review as indicator that the event is a reporter
+- Add and use "report-cli" event instead of removed "report-cli -r" option
+- cli: remove superfluous problem_data_free() call
+- uReport: add more explanatory message when upload fails
+- report-cli rework
+- don't require recordmydesktop on RHEL rhbz#891512
+- fixed the relro flags rhbz#812283
+- bugzilla_format_kernel.conf: Attach dmesg element. Closes rhbz#826058
+- bugzilla_format_kernel.conf: fix %summary
+- Make get_dirsize_find_largest_dir less talkative.
+- Minor fixes: robustify start_command(), fix style, fix English in msgs
+- Fix typo, remove c-format from a not c-formatted message
+- Resolves: #826058, #902828
+
 * Mon Jan  1 2013 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.20-2
 - don't require recordmydesktop on rhel
 
diff --git a/sources b/sources
index 70b7e65..873f222 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ba1983a98a8445cf1073f2a4eadd76a  libreport-2.0.20.tar.gz
+761e4393411cdac13e72d832bd383dd2  libreport-2.1.0.tar.gz


More information about the scm-commits mailing list