From ccc1762ededec146f8a9f0db7aebdd6fe7e7754b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 23 2011 06:06:50 +0000 Subject: Update to 0.18.1.1 --- diff --git a/mingw32-gettext-0.17-gnulib-optarg-symbols.patch b/mingw32-gettext-0.17-gnulib-optarg-symbols.patch deleted file mode 100644 index f7063c4..0000000 --- a/mingw32-gettext-0.17-gnulib-optarg-symbols.patch +++ /dev/null @@ -1,14 +0,0 @@ -See https://bugzilla.redhat.com/show_bug.cgi?id=467398#c3 - ---- ./gettext-tools/woe32dll/gettextlib-exports.c.lfarkas 2008-10-31 11:42:38.000000000 +0100 -+++ ./gettext-tools/woe32dll/gettextlib-exports.c 2008-10-31 11:43:29.000000000 +0100 -@@ -26,7 +26,7 @@ - VARIABLE(gl_array_list_implementation) - VARIABLE(gl_linkedhash_list_implementation) - VARIABLE(program_name) --VARIABLE(rpl_optarg) --VARIABLE(rpl_optind) -+/*VARIABLE(rpl_optarg) -+VARIABLE(rpl_optind)*/ - VARIABLE(simple_backup_suffix) - VARIABLE(styled_ostream_typeinfo) diff --git a/mingw32-gettext.spec b/mingw32-gettext.spec index f4c7100..d398595 100644 --- a/mingw32-gettext.spec +++ b/mingw32-gettext.spec @@ -5,8 +5,8 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-gettext -Version: 0.17 -Release: 16%{?dist} +Version: 0.18.1.1 +Release: 1%{?dist} Summary: GNU libraries and utilities for producing multi-lingual messages License: GPLv2+ and LGPLv2+ @@ -15,8 +15,6 @@ URL: http://www.gnu.org/software/gettext/ Source0: http://ftp.gnu.org/pub/gnu/gettext/gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: mingw32-gettext-0.17-gnulib-optarg-symbols.patch - BuildArch: noarch BuildRequires: mingw32-filesystem >= 49 @@ -51,10 +49,9 @@ Static version of the MinGW Windows Gettext library. %prep %setup -q -n gettext-%{version} -%patch0 -p1 - %build +echo "gl_cv_func_memchr_works='yes'" >> %{_mingw32_cache} %{_mingw32_configure} \ --disable-java \ --disable-native-java \ @@ -95,9 +92,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw32_bindir}/gettext.sh %{_mingw32_bindir}/gettextize %{_mingw32_bindir}/libasprintf-0.dll -%{_mingw32_bindir}/libgettextlib-0-17.dll +%{_mingw32_bindir}/libgettextlib-0-18-1.dll %{_mingw32_bindir}/libgettextpo-0.dll -%{_mingw32_bindir}/libgettextsrc-0-17.dll +%{_mingw32_bindir}/libgettextsrc-0-18-1.dll %{_mingw32_bindir}/libintl-8.dll %{_mingw32_bindir}/msg*.exe %{_mingw32_bindir}/ngettext.exe @@ -137,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 23 2011 Kalev Lember - 0.18.1.1-1 +- Update to 0.18.1.1 + * Mon May 23 2011 Kalev Lember - 0.17-16 - Removed html documentation and info pages