]> git.pld-linux.org Git - packages/libreport.git/commitdiff
- updated to 2.7.1 auto/th/libreport-2.7.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2016 07:49:52 +0000 (09:49 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2016 07:49:52 +0000 (09:49 +0200)
- removed obsolete format-security patch

format-security.patch [deleted file]
libreport.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index 7f0614e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
---- libreport-2.7.0/src/plugins/reporter-ureport.c~    2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/plugins/reporter-ureport.c     2016-04-27 10:31:21.566593068 +0300
-@@ -312,7 +312,7 @@
-         {
-             log(_("This problem has already been reported."));
-             if (response->urr_message)
--                log(response->urr_message);
-+                log("%s", response->urr_message);
-             ret = EXIT_STOP_EVENT_RUN;
-         }
---- libreport-2.7.0/src/gui-wizard-gtk/wizard.c~       2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/gui-wizard-gtk/wizard.c        2016-04-27 10:39:33.488656568 +0300
-@@ -3352,7 +3352,7 @@
-                 GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                 GTK_MESSAGE_WARNING,
-                 GTK_BUTTONS_CLOSE,
--                message);
-+                "%s", message);
-             free(message);
-             gtk_window_set_transient_for(GTK_WINDOW(dlg), GTK_WINDOW(g_wnd_assistant));
-             gtk_dialog_run(GTK_DIALOG(dlg));
---- libreport-2.7.0/src/plugins/reporter-rhtsupport.c~ 2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/plugins/reporter-rhtsupport.c  2016-04-27 10:35:22.815716392 +0300
-@@ -288,7 +288,7 @@
-         ureport_server_response_save_in_dump_dir(resp, dump_dir_name, conf);
-         if (resp->urr_message)
--            log(resp->urr_message);
-+            log("%s", resp->urr_message);
-     }
-     else if (g_verbose > 2)
-         error_msg(_("Server responded with an error: '%s'"), resp->urr_value);
index b132a0f166b0aa1615388e1f78ed091fc3acea2a..e5985e1f66a2d9361247f81f0371251495ea6ce3 100644 (file)
@@ -6,13 +6,12 @@
 Summary:       Generic library for reporting various problems
 Summary(pl.UTF-8):     Ogólna biblioteka do zgłaszania różnych problemów
 Name:          libreport
-Version:       2.7.0
-Release:       2
+Version:       2.7.1
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 7354fa562de18ab690127a4ff7d5601e
-Patch0:                format-security.patch
+# Source0-md5: ad4e7bfc4e3fbb7283bc7dd6f92fe995
 URL:           https://github.com/abrt/libreport
 BuildRequires: asciidoc
 BuildRequires: augeas-devel
@@ -354,7 +353,6 @@ zgłaszania błędów w systemach RHEL.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.096475 seconds and 4 git commands to generate.