[packages/libreport] - updated to 2.6.3 - removed obsolete ILP32 patch

qboosh qboosh at pld-linux.org
Wed Jan 27 18:29:28 CET 2016


commit d915e0d3454ac8a67426297f3aca4535ecc53ca0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jan 27 18:31:42 2016 +0100

    - updated to 2.6.3
    - removed obsolete ILP32 patch

 libreport-ILP32.patch | 34 ----------------------------------
 libreport.spec        | 14 +++++++-------
 2 files changed, 7 insertions(+), 41 deletions(-)
---
diff --git a/libreport.spec b/libreport.spec
index 2703047..5f8f9b8 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -6,14 +6,13 @@
 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.6.0
-Release:	4
+Version:	2.6.3
+Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5:	764ef9745518391abe8349f979d6ce1d
+# Source0-md5:	a377e6dc8665e679a72fefd09341c9c5
 Patch0:		format-security.patch
-Patch1:		%{name}-ILP32.patch
 URL:		https://fedorahosted.org/abrt/
 BuildRequires:	asciidoc
 %{?with_tests:BuildRequires:	augeas}
@@ -354,7 +353,6 @@ zgłaszania błędów w systemach RHEL.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -386,8 +384,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/report*/*.la
 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
 
-# empty version ru
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ru_RU
+# empty versions of nb,ru
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{no,ru_RU}
+# not supported by glibc yet
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,aln,bal,ilo}
 
 %find_lang %{name}
 
diff --git a/libreport-ILP32.patch b/libreport-ILP32.patch
deleted file mode 100644
index fdaa73b..0000000
--- a/libreport-ILP32.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- libreport-2.6.0/tests/xfuncs.at.orig	2015-06-08 17:13:44.000000000 +0200
-+++ libreport-2.6.0/tests/xfuncs.at	2015-06-27 17:10:28.975037433 +0200
-@@ -88,7 +88,7 @@
- 
-         char buf[sizeof(unsigned long) * 3 + 1];
- 
--        snprintf(buf, sizeof(buf), "%lu", 1LU + UINT_MAX);
-+        snprintf(buf, sizeof(buf), "%llu", 1LLU + UINT_MAX);
-         assert(try_atou(buf, &uint_value) != 0 || !"Above UINT_MAX");
-         assert(uint_value == 12345);
- 
-@@ -115,11 +115,11 @@
- 
-         char buf[sizeof(long) * 3 + 1];
- 
--        snprintf(buf, sizeof(buf), "%ld", 1L + INT_MAX);
-+        snprintf(buf, sizeof(buf), "%lld", 1LL + INT_MAX);
-         assert(try_atoi(buf, &int_value) != 0 || !"Parse INT_MAX+1");
-         assert(int_value == 12345 || !"Above INT_MAX");
- 
--        snprintf(buf, sizeof(buf), "%ld", -1L + INT_MIN);
-+        snprintf(buf, sizeof(buf), "%lld", -1LL + INT_MIN);
-         assert(try_atoi(buf, &int_value) != 0 || !"Parse INT_MIN-1");
-         assert(int_value == 12345 || !"Belove INT_MIN");
- 
-@@ -144,7 +144,7 @@
- 
-         char buf[sizeof(long) * 3 + 1];
- 
--        snprintf(buf, sizeof(buf), "%ld", 1L + INT_MAX);
-+        snprintf(buf, sizeof(buf), "%lld", 1LL + INT_MAX);
-         assert(try_atoi_positive(buf, &positive_value) != 0);
-         assert(positive_value == 12345 || !"Above INT_MAX");
- 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list