commit ba3309594e53f98e110bcfa2ec2596d0c18e3ec0
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jul 19 14:00:52 2014 +0200

    - updated to 2.2.3
    - updated format-security patch
    - rebuild ac/am for as-needed to work

 format-security.patch |  9 ---------
 libreport.spec        | 15 +++++++++++----
 2 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/libreport.spec b/libreport.spec
index d9d8ccc..79d08c5 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -6,17 +6,19 @@
 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.2.2
+Version:       2.2.3
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 0183ac40c8d6e701087a33bcc1b95a6d
+# Source0-md5: b92e2fc2cee52ae0f5fac633e5ae9cd3
 Patch0:                format-security.patch
 URL:           https://fedorahosted.org/abrt/
 BuildRequires: asciidoc
 %{?with_tests:BuildRequires:   augeas}
 BuildRequires: augeas-devel
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
 BuildRequires: curl-devel
 BuildRequires: dbus-devel
 BuildRequires: desktop-file-utils
@@ -27,7 +29,7 @@ BuildRequires:        intltool >= 0.35.0
 BuildRequires: json-c-devel
 BuildRequires: libproxy-devel
 BuildRequires: libtar-devel
-BuildRequires: libtool
+BuildRequires: libtool >= 1:1.4.2
 BuildRequires: libxml2-devel >= 2
 BuildRequires: newt-devel
 BuildRequires: nss-devel
@@ -323,6 +325,11 @@ zgłaszania błędów w systemach RHEL.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        AUGPARSE=/usr/bin/augparse \
        --disable-silent-rules
@@ -404,7 +411,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libreport/internal_libreport.h
 %{_includedir}/libreport/workflow.h
 %{_includedir}/libreport/xml_parser.h
-%{_pkgconfigdir}/%{name}.pc
+%{_pkgconfigdir}/libreport.pc
 
 %files web
 %defattr(644,root,root,755)
diff --git a/format-security.patch b/format-security.patch
index 2c96bb3..fe3fbe6 100644
--- a/format-security.patch
+++ b/format-security.patch
@@ -11,15 +11,6 @@
          }
 --- libreport-2.2.2/src/gui-wizard-gtk/wizard.c.orig   2014-04-20 
22:07:04.000000000 +0200
 +++ libreport-2.2.2/src/gui-wizard-gtk/wizard.c        2014-06-14 
17:08:36.638269706 +0200
-@@ -320,7 +320,7 @@
-         GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-         GTK_MESSAGE_WARNING,
-         GTK_BUTTONS_CLOSE,
--        message);
-+        "%s", message);
- 
-     gtk_window_set_transient_for(GTK_WINDOW(wrong_settings), 
GTK_WINDOW(g_wnd_assistant));
-     gtk_message_dialog_set_markup(GTK_MESSAGE_DIALOG(wrong_settings),
 @@ -1935,7 +1935,7 @@
          GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
          GTK_MESSAGE_WARNING,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreport.git/commitdiff/ba3309594e53f98e110bcfa2ec2596d0c18e3ec0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to