commit ac866be529c03ad3f6cd3e3c224b08c1eff89113
Author: Jakub Bogusz <[email protected]>
Date:   Thu Jan 28 16:41:02 2016 +0100

    - updated to 1.2.1
    - removed obsolete python patch

 gnome-abrt-python.patch | 14 --------------
 gnome-abrt.spec         | 10 ++++------
 2 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 09cec88..1d39539 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -5,18 +5,17 @@
 Summary:       A utility for viewing problems that have occurred with the 
system
 Summary(pl.UTF-8):     Narzędzie do przeglądania problemów, które wystąpiły w 
systemie
 Name:          gnome-abrt
-Version:       1.2.0
-Release:       3
+Version:       1.2.1
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 9b2d3e364e735f6a7401a84462951232
+# Source0-md5: eab7296fc924620bed278ed22ea81766
 Patch0:                %{name}-pylint.patch
-Patch1:                %{name}-python.patch
 URL:           https://github.com/abrt/abrt/wiki/ABRT-Project
 BuildRequires: abrt-gui-devel >= 2.1.7
 BuildRequires: asciidoc
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gettext-tools >= 0.17
 BuildRequires: gtk+3-devel >= 3.0
@@ -53,7 +52,6 @@ zapewniająca wygodny sposób zarządzania tymi problemami.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %{__sed} -i -e 's#-pedantic##g' configure.ac
 %{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' src/gnome-abrt
diff --git a/gnome-abrt-python.patch b/gnome-abrt-python.patch
deleted file mode 100644
index c1afef1..0000000
--- a/gnome-abrt-python.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gnome-abrt-1.2.0/src/gnome_abrt/wrappers/module.c~ 2015-06-03 
05:36:53.000000000 +0200
-+++ gnome-abrt-1.2.0/src/gnome_abrt/wrappers/module.c  2015-09-18 
09:37:15.949588371 +0200
-@@ -41,7 +41,11 @@
-             .m_doc = module_doc,
-             .m_size = -1,
-             .m_methods = module_methods,
-+#if PY_MAJOR_VERSION >= 3 && PY_MINOR_VERSION >= 5
-+            .m_slots = NULL,
-+#else
-             .m_reload = NULL,
-+#endif
-             .m_traverse = NULL,
-             .m_clear = NULL,
-             .m_free = NULL,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-abrt.git/commitdiff/ac866be529c03ad3f6cd3e3c224b08c1eff89113

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

Reply via email to