[libreport/f19] New upstream release 2.1.9

Jakub Filak jfilak at fedoraproject.org
Sun Oct 27 21:18:14 UTC 2013


commit 10c6c0908e207eff4c7dd9066f63fd7ffc2ba2e1
Author: Jakub Filak <jfilak at redhat.com>
Date:   Sun Oct 27 18:53:39 2013 +0100

    New upstream release 2.1.9

 .gitignore     |    1 +
 libreport.spec |   22 +++++++++++++++++++---
 sources        |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87df24e..89c96f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /libreport-2.1.6.tar.gz
 /libreport-2.1.7.tar.gz
 /libreport-2.1.8.tar.gz
+/libreport-2.1.9.tar.gz
diff --git a/libreport.spec b/libreport.spec
index 6378fee..9c7145d 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.8
+Version: 2.1.9
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -29,15 +29,16 @@ BuildRequires: asciidoc
 BuildRequires: xmlto
 BuildRequires: newt-devel
 BuildRequires: libproxy-devel
-BuildRequires: satyr-devel >= 0.10
+BuildRequires: satyr-devel >= 0.11
 BuildRequires: doxygen
+BuildRequires: systemd-devel
 Requires: libreport-filesystem = %{version}-%{release}
 # required for update from old report library, otherwise we obsolete report-gtk
 # and all it's plugins, but don't provide the python bindings and the sealert
 # end-up with: can't import report.GtkIO
 # FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
 Requires: libreport-python = %{version}-%{release}
-Requires: satyr >= 0.10
+Requires: satyr >= 0.11
 
 
 # for rhel6
@@ -549,6 +550,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Oct 26 2013 Jakub Filak <jfilak at redhat.com> 2.1.9-1
+- rephrase a message for missing configuration
+- ask for missing configuration instead of dying
+- Client API: introduce non-iteractive mode
+- spec: add systemd-devel to BuildRequires
+- Use log_ family instead of VERBn log calls
+- Add journald support
+- Modify logging to use various logging levels
+- Include hostname in mailx notification
+- enable reporting to Red Hat Support tool for anaconda bugs
+- bugzilla: set URL field
+- fix an overflow condition in parse time fn for x32 arch
+- add a short explanation of private tickets - related rhbz#1011916
+- don't use popup to ask for a private ticket - related rhbz#1011916
+
 * Fri Oct 04 2013 Jakub Filak <jfilak at redhat.com> 2.1.8-1
 - disable rhel/fedora workflows for anaconda
 - added whitelist for sensitive data - rhbz#1009730 rhbz#896246
diff --git a/sources b/sources
index d712584..7062523 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b926d31e1cfdaf2870d094aea660c782  libreport-2.1.8.tar.gz
+fc827f5081b0dd6f0ec112666801dca3  libreport-2.1.9.tar.gz


More information about the scm-commits mailing list