]> git.pld-linux.org Git - packages/libreport.git/commitdiff
- updated to 2.6.3 auto/th/libreport-2.6.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Jan 2016 17:31:42 +0000 (18:31 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Jan 2016 17:31:42 +0000 (18:31 +0100)
- removed obsolete ILP32 patch

libreport-ILP32.patch [deleted file]
libreport.spec

diff --git a/libreport-ILP32.patch b/libreport-ILP32.patch
deleted file mode 100644 (file)
index fdaa73b..0000000
+++ /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");
index 2703047369914508312f949a6dfd15b4b759ba1a..5f8f9b8a95f4f0c2447b2998f2122343c6f3cb22 100644 (file)
@@ -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}
 
This page took 0.101741 seconds and 4 git commands to generate.