91571f
%bcond_with jar
91571f
%bcond_with java
91571f
%bcond_without check
91571f
91571f
%global tarversion 0.19.8.1
91571f
%global archiveversion 0.19.8
91571f
91571f
Summary: GNU libraries and utilities for producing multi-lingual messages
91571f
Name: gettext
91571f
Version: 0.19.8.1
278aa6
Release: 17%{?dist}
91571f
License: GPLv3+ and LGPLv2+
91571f
Group: Development/Tools
91571f
URL: http://www.gnu.org/software/gettext/
91571f
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{tarversion}.tar.xz
91571f
# Disable the test_lock test as it often hangs on a number of arches
91571f
# https://bugzilla.redhat.com/show_bug.cgi?id=1155291
91571f
# http://savannah.gnu.org/bugs/?43487
91571f
Patch0: disable-gettext-runtime-test-lock.patch
91571f
# Upstreamed patch:
91571f
# http://lists.gnu.org/archive/html/bug-gettext/2016-08/msg00006.html
91571f
Patch1: gettext-po-send-mail.patch
91571f
# Rhbz#1531476, upstream a0cab23332a254e3500cac2a3a984472d02180e5
91571f
Patch2: gettext-0.19.8-its-segfault.patch
278aa6
# rhbz#1647044
278aa6
Patch3: gettext-0.19.8.1-CVE-2018-18751.patch
91571f
91571f
Source2: msghack.py
91571f
Source3: msghack.1
91571f
# for bootstrapping
91571f
# BuildRequires: autoconf >= 2.62
91571f
# BuildRequires: automake
278aa6
# BuildRequires: libtool
278aa6
# BuildRequires: bison
278aa6
91571f
BuildRequires: gcc-c++
91571f
%if %{with java}
91571f
# libintl.jar requires gcj >= 4.3 to build
91571f
BuildRequires: gcc-java, libgcj
91571f
# For javadoc
91571f
BuildRequires: java-1.6.0-openjdk-devel
91571f
%if %{with jar}
91571f
BuildRequires: %{_bindir}/fastjar
91571f
# require zip and unzip for brp-java-repack-jars
91571f
BuildRequires: zip, unzip
91571f
%endif
91571f
%endif
91571f
# for po-mode.el
91571f
BuildRequires: emacs
91571f
# for autosetup
91571f
BuildRequires: git
91571f
# ensure 'ARCHIVE_FORMAT=dirxz'
91571f
BuildRequires: xz
91571f
BuildRequires: chrpath
91571f
# following suggested by DEPENDENCIES:
91571f
BuildRequires: ncurses-devel
91571f
BuildRequires: libxml2-devel
91571f
BuildRequires: glib2-devel
91571f
BuildRequires: libcroco-devel
91571f
BuildRequires: libunistring-devel
91571f
Requires(post): info
91571f
Requires(preun): info
91571f
# Depend on the exact version of the library sub package
91571f
Requires: %{name}-libs%{_isa} = %{version}-%{release}
91571f
# for F17 UsrMove
91571f
Conflicts: filesystem < 3
91571f
Provides: /bin/gettext
91571f
# exception for bundled gnulib copylib
91571f
Provides: bundled(gnulib)
91571f
91571f
%description
91571f
The GNU gettext package provides a set of tools and documentation for
91571f
producing multi-lingual messages in programs. Tools include a set of
91571f
conventions about how programs should be written to support message
91571f
catalogs, a directory and file naming organization for the message
91571f
catalogs, a runtime library which supports the retrieval of translated
91571f
messages, and stand-alone programs for handling the translatable and
91571f
the already translated strings. Gettext provides an easy to use
91571f
library and tools for creating, using, and modifying natural language
91571f
catalogs and is a powerful and simple method for internationalizing
91571f
programs.
91571f
91571f
91571f
%package common-devel
91571f
Summary: Common development files for %{name}
91571f
Group: Development/Tools
91571f
# autopoint archive
91571f
License: GPLv3+
91571f
BuildArch: noarch
91571f
91571f
%description common-devel
91571f
This package contains common architecture independent gettext development files.
91571f
91571f
91571f
%package devel
91571f
Summary: Development files for %{name}
91571f
Group: Development/Tools
91571f
# autopoint is GPLv3+
91571f
# libasprintf is LGPLv2+
91571f
# libgettextpo is GPLv3+
91571f
License: LGPLv2+ and GPLv3+
91571f
Requires: %{name} = %{version}-%{release}
91571f
Requires: %{name}-libs = %{version}-%{release}
91571f
Requires: %{name}-common-devel = %{version}-%{release}
91571f
Requires(post): info
91571f
Requires(preun): info
91571f
Requires: xz
91571f
Obsoletes: gettext-autopoint < 0.18.1.1-3
91571f
Provides: gettext-autopoint = %{version}-%{release}
91571f
91571f
%description devel
91571f
This package contains all development related files necessary for
91571f
developing or compiling applications/libraries that needs
91571f
internationalization capability. You also need this package if you
91571f
want to add gettext support for your project.
91571f
91571f
91571f
%package libs
91571f
Summary: Libraries for %{name}
91571f
Group: System Environment/Libraries
91571f
# libasprintf is LGPLv2+
91571f
# libgettextpo is GPLv3+
91571f
License: LGPLv2+ and GPLv3+
91571f
91571f
%description libs
91571f
This package contains libraries used internationalization support.
91571f
91571f
91571f
%package -n emacs-%{name}
91571f
Summary: Support for editing po files within GNU Emacs
91571f
Group: Applications/Editors
91571f
BuildArch: noarch
91571f
# help users find po-mode.el
91571f
Provides: emacs-po-mode
91571f
Requires: emacs(bin) >= %{_emacs_version}
91571f
Provides: emacs-%{name}-el = %{version}-%{release}
91571f
Obsoletes: emacs-%{name}-el < %{version}-%{release}
91571f
91571f
%description -n emacs-%{name}
91571f
This package provides a major mode for editing po files within GNU Emacs.
91571f
91571f
%package -n msghack
91571f
Summary: Alter PO files in ways
91571f
BuildArch: noarch
91571f
91571f
%description -n msghack
91571f
This program can be used to alter .po files in ways no sane mind would
91571f
think about.
91571f
91571f
91571f
%prep
91571f
%autosetup -n %{name}-%{tarversion} -S git
91571f
91571f
91571f
%build
91571f
%if %{with java}
91571f
export JAVAC=gcj
91571f
%if %{with jar}
91571f
export JAR=fastjar
91571f
%endif
91571f
%endif
91571f
%ifarch ppc ppc64 ppc64le
91571f
# prevent test-isinf from failing with gcc-5.3.1 on ppc64le (#1294016)
91571f
export CFLAGS="$RPM_OPT_FLAGS -D__SUPPORT_SNAN__"
91571f
%endif
91571f
# --disable-rpath doesn't work properly on lib64
91571f
%configure --without-included-gettext --enable-nls --disable-static \
91571f
    --enable-shared --with-pic --disable-csharp --disable-rpath \
91571f
%if %{with java}
91571f
    --enable-java \
91571f
%else
91571f
    --disable-java --disable-native-java \
91571f
%endif
91571f
    --with-xz
91571f
91571f
make %{?_smp_mflags} %{?with_java:GCJFLAGS="-findirect-dispatch"}
91571f
91571f
91571f
%install
91571f
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p" \
91571f
    lispdir=%{_datadir}/emacs/site-lisp/gettext \
91571f
    aclocaldir=%{_datadir}/aclocal EXAMPLESFILES=""
91571f
91571f
91571f
install -pm 755 %SOURCE2 ${RPM_BUILD_ROOT}/%{_bindir}/msghack
91571f
install -pm 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_mandir}/man1/msghack.1
91571f
91571f
91571f
# make preloadable_libintl.so executable
91571f
chmod 755 ${RPM_BUILD_ROOT}%{_libdir}/preloadable_libintl.so
91571f
91571f
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
91571f
91571f
# doc relocations
91571f
for i in gettext-runtime/man/*.html; do
91571f
  rm ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/`basename $i`
91571f
done
91571f
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/javadoc*
91571f
91571f
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/examples
91571f
91571f
rm -rf htmldoc
91571f
mkdir htmldoc
91571f
mv ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/* ${RPM_BUILD_ROOT}/%{_datadir}/doc/libasprintf/* htmldoc
91571f
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/libasprintf
91571f
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext
91571f
91571f
## note libintl.jar does not build with gcj < 4.3
91571f
## since it would not be fully portable
91571f
%if %{with jar}
91571f
### this is no longer needed since examples not packaged
91571f
## set timestamp of examples ChangeLog timestamp for brp-java-repack-jars
91571f
#for i in `find ${RPM_BUILD_ROOT} examples -newer ChangeLog -type f -name ChangeLog`; do
91571f
#  touch -r ChangeLog  $i
91571f
#done
91571f
%else
91571f
# in case another java compiler is installed
91571f
rm -f ${RPM_BUILD_ROOT}%{_datadir}/%{name}/libintl.jar
91571f
%endif
91571f
91571f
rm -f ${RPM_BUILD_ROOT}%{_datadir}/%{name}/gettext.jar
91571f
91571f
# own this directory for third-party *.its files
91571f
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/its
91571f
91571f
# remove .la files
91571f
rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
91571f
91571f
# remove internal .so lib files
91571f
rm ${RPM_BUILD_ROOT}%{_libdir}/libgettext{src,lib}.so
91571f
91571f
# move po-mode initialization elisp file to the right place, and remove byte
91571f
# compiled file
91571f
install -d ${RPM_BUILD_ROOT}%{_emacs_sitestartdir}
91571f
mv ${RPM_BUILD_ROOT}%{_emacs_sitelispdir}/%{name}/start-po.el ${RPM_BUILD_ROOT}%{_emacs_sitestartdir}
91571f
rm ${RPM_BUILD_ROOT}%{_emacs_sitelispdir}/%{name}/start-po.elc
91571f
91571f
%find_lang %{name}-runtime
91571f
%find_lang %{name}-tools
91571f
cat %{name}-*.lang > %{name}.lang
91571f
91571f
# cleanup rpaths
91571f
for i in $RPM_BUILD_ROOT%{_bindir}/* `find $RPM_BUILD_ROOT%{_libdir} -type f`; do
91571f
  if file $i | grep "ELF 64-bit" >/dev/null; then
91571f
     chrpath -l $i && chrpath --delete $i
91571f
  fi
91571f
done
91571f
91571f
91571f
%if %{with check}
91571f
%check
91571f
# this takes quite a lot of time to run
91571f
91571f
# override LIBUNISTRING to prevent reordering of lib objects
91571f
make check LIBUNISTRING=-lunistring
91571f
%endif
91571f
91571f
%post
91571f
/sbin/install-info %{_infodir}/gettext.info.gz %{_infodir}/dir || :
91571f
91571f
%preun
91571f
if [ "$1" = 0 ]; then
91571f
  /sbin/install-info --delete %{_infodir}/gettext.info.gz %{_infodir}/dir || :
91571f
fi
91571f
91571f
%post devel
91571f
/sbin/install-info %{_infodir}/autosprintf.info %{_infodir}/dir || :
91571f
91571f
%preun devel
91571f
if [ "$1" = 0 ]; then
91571f
  /sbin/install-info --delete %{_infodir}/autosprintf.info %{_infodir}/dir || :
91571f
fi
91571f
91571f
%ldconfig_scriptlets libs
91571f
91571f
%files -f %{name}.lang
91571f
%doc AUTHORS gettext-runtime/BUGS
91571f
%doc COPYING gettext-tools/misc/DISCLAIM README
91571f
%doc NEWS THANKS 
91571f
%doc gettext-runtime/man/*.1.html
91571f
%doc gettext-runtime/intl/COPYING*
91571f
%{_bindir}/*
91571f
%exclude %{_bindir}/autopoint
91571f
%exclude %{_bindir}/gettextize
91571f
%exclude %{_bindir}/msghack
91571f
%{_infodir}/gettext*
91571f
%exclude %{_mandir}/man1/autopoint.1*
91571f
%exclude %{_mandir}/man1/msghack.1*
91571f
%{_mandir}/man1/*
91571f
%{_libdir}/%{name}
91571f
%if %{with java}
91571f
%exclude %{_libdir}/%{name}/gnu.gettext.*
91571f
%endif
91571f
%dir %{_datadir}/%{name}
91571f
%dir %{_datadir}/%{name}/its
91571f
%{_datadir}/%{name}/ABOUT-NLS
91571f
%{_datadir}/%{name}/po
91571f
%{_datadir}/%{name}/styles
91571f
%dir %{_datadir}/%{name}-%{archiveversion}
91571f
%{_datadir}/%{name}-%{archiveversion}/its
91571f
91571f
%files common-devel
91571f
%{_datadir}/%{name}/archive.*.tar.xz
91571f
91571f
%files devel
91571f
%doc gettext-runtime/man/*.3.html ChangeLog
91571f
%{_bindir}/autopoint
91571f
%{_bindir}/gettextize
91571f
%{_datadir}/%{name}/projects/
91571f
%{_datadir}/%{name}/config.rpath
91571f
%{_datadir}/%{name}/*.h
91571f
%{_datadir}/%{name}/msgunfmt.tcl
91571f
%{_datadir}/aclocal/*
91571f
%{_includedir}/*
91571f
%{_infodir}/autosprintf*
91571f
%{_libdir}/libasprintf.so
91571f
%{_libdir}/libgettextpo.so
91571f
%{_libdir}/preloadable_libintl.so
91571f
%{_mandir}/man1/autopoint.1*
91571f
%{_mandir}/man3/*
91571f
%{_datadir}/%{name}/intl
91571f
%{_datadir}/%{name}/javaversion.class
91571f
%doc gettext-runtime/intl-java/javadoc*
91571f
%if %{with java}
91571f
%{_libdir}/%{name}/gnu.gettext.*
91571f
%endif
91571f
91571f
%files libs
91571f
%{_libdir}/libasprintf.so.0*
91571f
%{_libdir}/libgettextpo.so.0*
91571f
%{_libdir}/libgettextlib-0.*.so
91571f
%{_libdir}/libgettextsrc-0.*.so
91571f
%if %{with jar}
91571f
%{_datadir}/%{name}/libintl.jar
91571f
%endif
91571f
91571f
%files -n emacs-%{name}
91571f
%dir %{_emacs_sitelispdir}/%{name}
91571f
%{_emacs_sitelispdir}/%{name}/*.elc
91571f
%{_emacs_sitelispdir}/%{name}/*.el
91571f
%{_emacs_sitestartdir}/*.el
91571f
91571f
%files -n msghack
91571f
%license COPYING
91571f
%{_bindir}/msghack
91571f
%{_mandir}/man1/msghack.1*
91571f
91571f
%changelog
278aa6
* Fri Jun 14 2019 Sundeep Anand <suanand@redhat.com> - 0.19.8.1-17
278aa6
- Ported CI gating tests to Python 3.6
278aa6
278aa6
* Fri Jun 14 2019 Sundeep Anand <suanand@redhat.com> - 0.19.8.1-16
278aa6
- add CI gating tests
278aa6
278aa6
* Fri May  3 2019 Jens Petersen <petersen@redhat.com> - 0.19.8.1-15
278aa6
- fix CVE-2018-18751: double-free in xgettext (rhbz#1647049)
278aa6
91571f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.8.1-14
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
91571f
91571f
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.8.1-13
91571f
- Switch to %%ldconfig_scriptlets
91571f
91571f
* Fri Jan 05 2018 Pavel Raiskup <praiskup@redhat.com> - 0.19.8.1-12
91571f
- xgettext --its segfault fix (rhbz#1531476)
91571f
91571f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.8.1-11
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
91571f
91571f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.8.1-10
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
91571f
91571f
* Wed Mar 15 2017 Kalev Lember <klember@redhat.com> - 0.19.8.1-9
91571f
- Depend on the exact version of the library sub package
91571f
91571f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.8.1-8
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
91571f
91571f
* Thu Jan 26 2017 Pavel Raiskup <praiskup@redhat.com> - 0.19.8.1-7
91571f
- really remove Requires: git from gettext-devel (rhbz#1161284)
91571f
- make the BuildRequires unconditional (rhbz#1416691)
91571f
91571f
* Wed Dec 21 2016 Pavel Raiskup <praiskup@redhat.com> - 0.19.8.1-6
91571f
- disable test-lock for 'gettext-tool' subdir too (rhbz#1406031)
91571f
91571f
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.19.8.1-5
91571f
- Rebuild for Python 3.6
91571f
91571f
* Fri Dec 16 2016 Petr Šabata <contyk@redhat.com> - 0.19.8.1-4
91571f
- Subpackage msghack so that gettext doesn't depend on python
91571f
- name the new sub-package 'msghack'
91571f
91571f
* Tue Nov 29 2016 Pavel Raiskup <praiskup@redhat.com> - 0.19.8.1-3
91571f
- devel subpackage to Require 'xz' (rhbz#1399270)
91571f
91571f
* Wed Aug 10 2016 Daiki Ueno <dueno@redhat.com> - 0.19.8.1-2
91571f
- utilize %%autosetup
91571f
- apply patch to fix po-send-mail when used with Emacs 25 (#1356642)
91571f
91571f
* Sat Jun 11 2016 Daiki Ueno <dueno@redhat.com> - 0.19.8.1-1
91571f
- update to 0.19.8.1 release
91571f
91571f
* Thu Jun  9 2016 Daiki Ueno <dueno@redhat.com> - 0.19.8-1
91571f
- update to 0.19.8 release
91571f
91571f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-4
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
91571f
91571f
* Tue Jan 12 2016 Daiki Ueno <dueno@redhat.com> - 0.19.7-3
91571f
- own .../gettext/its for third-party *.its files
91571f
- add a work around for test-isinf failure on ppc64le (#1297387)
91571f
91571f
* Fri Jan  8 2016 Daiki Ueno <dueno@redhat.com> - 0.19.7-2
91571f
- apply patch to recognize .glade extension for GtkBuilder files (#1296653)
91571f
91571f
* Thu Dec 10 2015 Daiki Ueno <dueno@redhat.com> - 0.19.7-1
91571f
- update to 0.19.7 release
91571f
91571f
* Thu Sep 24 2015 Daiki Ueno <dueno@redhat.com> - 0.19.6-1
91571f
- update to 0.19.6 release
91571f
91571f
* Wed Jul 22 2015 Daiki Ueno <dueno@redhat.com> - 0.19.5.1-2
91571f
- work around version conflict between gettextize and autopoint
91571f
91571f
* Thu Jul 16 2015 Daiki Ueno <dueno@redhat.com> - 0.19.5.1-1
91571f
- update to 0.19.5.1 release
91571f
91571f
* Fri Jun 26 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-7
91571f
- drop -el subpackage (#1234583)
91571f
91571f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-6
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
91571f
91571f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.19.4-5
91571f
- Rebuilt for GCC 5 C++11 ABI change
91571f
91571f
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.19.4-4
91571f
- Rebuilt for Fedora 23 Change
91571f
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
91571f
91571f
* Thu Feb 19 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-3
91571f
- port msghack.py to Python 3 (#1192086)
91571f
91571f
* Wed Dec 31 2014 Daiki Ueno <dueno@redhat.com> - 0.19.4-2
91571f
- remove git dependency from -devel subpackage (#1161284)
91571f
91571f
* Fri Dec 26 2014 Daiki Ueno <dueno@redhat.com> - 0.19.4-1
91571f
- update to 0.19.4 release
91571f
91571f
* Tue Oct 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.3-2
91571f
- Disable the test_lock test as it often hangs on a number of arches
91571f
91571f
* Thu Oct 16 2014 Daiki Ueno <dueno@redhat.com> - 0.19.3-1
91571f
- update to 0.19.3 release
91571f
- remove patches included in 0.19.3
91571f
- remove autoconf/automake/libtool/bison from BR, as we don't do bootstrap
91571f
91571f
* Wed Oct 15 2014 Daiki Ueno <dueno@redhat.com> - 0.19.2-5
91571f
- apply patch to fix infloop in autopoint (Closes: #1151238)
91571f
- apply patch to support newer ncurses in F-22
91571f
91571f
* Fri Oct  3 2014 Daiki Ueno <dueno@redhat.com> - 0.19.2-4
91571f
- apply patch to fix C octal character escape handling (Closes: #1147535)
91571f
91571f
* Tue Sep 02 2014 Dennis Gilmore <dennis@ausil.us> - 0.19.2-3
91571f
- rebuild for libunistring soname bump
91571f
91571f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.2-2
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
91571f
91571f
* Mon Jul 14 2014 Daiki Ueno <dueno@redhat.com> - 0.19.2-1
91571f
- update to 0.19.2 release
91571f
91571f
* Mon Jul  7 2014 Daiki Ueno <dueno@redhat.com> - 0.19.1-2
91571f
- apply patch to msghack.py, for Python 3 compatibility (Closes: #1113425,
91571f
  thanks to Bohuslav "Slavek" Kabrda)
91571f
91571f
* Tue Jun 10 2014 Daiki Ueno <dueno@redhat.com> - 0.19.1-1
91571f
- update to 0.19.1 release
91571f
- switch to xz-compressed archive
91571f
91571f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-3
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
91571f
91571f
* Mon Jun  2 2014 Daiki Ueno <dueno@redhat.com> - 0.19-2
91571f
- apply patch to workaround msgfmt bug that counts warnings as errors
91571f
91571f
* Mon Jun  2 2014 Daiki Ueno <dueno@redhat.com> - 0.19-1
91571f
- update to 0.19 release
91571f
- remove upstreamed -Wformat-security patch
91571f
91571f
* Tue Jan  7 2014 Daiki Ueno <dueno@redhat.com> - 0.18.3.2-1
91571f
- update to 0.18.3.2 release
91571f
- apply patch to suppress -Wformat-security warnings in gnulib-tests
91571f
91571f
* Sun Aug 25 2013 Daiki Ueno <dueno@redhat.com> - 0.18.3.1-1
91571f
- update to 0.18.3.1 release
91571f
91571f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.3-2
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
91571f
91571f
* Wed Jul 10 2013 Daiki Ueno <dueno@redhat.com> - 0.18.3-1
91571f
- update to 0.18.3 release
91571f
91571f
* Wed Jun 26 2013 Daiki Ueno <dueno@redhat.com> - 0.18.2.1-2
91571f
- add a man page for msghack
91571f
- fix bogus date in %%changelog
91571f
91571f
* Tue Mar 12 2013 Daiki Ueno <dueno@redhat.com> - 0.18.2.1-1
91571f
- update to 0.18.2.1 release (not really necessary though)
91571f
91571f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.2-2
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
91571f
91571f
* Wed Dec 26 2012 Daiki Ueno <dueno@redhat.com> - 0.18.2-1
91571f
- update to 0.18.2 release (based on the spec patch by Jens Petersen)
91571f
91571f
* Tue Oct  2 2012 Jens Petersen <petersen@redhat.com> - 0.18.1.1-17
91571f
- move gettextize to the devel subpackage with its source data files
91571f
- update msghack to GPL v3
91571f
91571f
* Fri Jul 27 2012 Jens Petersen <petersen@redhat.com> - 0.18.1.1-16
91571f
- patch gnulib since glibc and C11 dropped gets
91571f
91571f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1.1-15
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
91571f
91571f
* Tue May 29 2012 Remi Collet <remi@fedoraproject.org> - 0.18.1.1-14
91571f
- add upstream patch from debian to fix xgettext segfault in
91571f
  remember_a_message_plural (#826138)
91571f
91571f
* Thu May 17 2012 Jens Petersen <petersen@redhat.com> - 0.18.1.1-13
91571f
- base package now provides bundled(gnulib) to make it clear that
91571f
  gettext is built with bundled gnulib (#821757)
91571f
91571f
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 0.18.1.1-12
91571f
- add filesystem guard
91571f
91571f
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 0.18.1.1-11
91571f
- install everything in /usr
91571f
  https://fedoraproject.org/wiki/Features/UsrMove
91571f
91571f
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.18.1.1-10
91571f
- rebuild for gcc 4.7
91571f
91571f
* Tue Oct  4 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-9
91571f
- correct the configure --with-pic option syntax (Gilles Espinasse)
91571f
91571f
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-8
91571f
- add gettext-readlink-einval.patch to fix build on kernel >= 2.6.39 (#739188)
91571f
- add optional buildrequires suggested in the DEPENDENCIES file
91571f
91571f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1.1-7
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91571f
91571f
* Mon Feb  7 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-6
91571f
- remove internal libgettextlib.so and libgettextsrc.so (#650471)
91571f
91571f
* Mon Feb  7 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-5
91571f
- fix license field of gettext-libs since libgettextpo is GPLv3+ (#640158)
91571f
91571f
* Thu Sep  9 2010 Jens Petersen <petersen@redhat.com> - 0.18.1.1-4
91571f
- subpackage archive.git.tar.gz to avoid multilib conflicts (#631733)
91571f
- update msghack.py header
91571f
91571f
* Mon Aug 23 2010 Jens Petersen <petersen@redhat.com> - 0.18.1.1-3
91571f
- merge autopoint subpackage into devel to simplify deps (#625325)
91571f
- have ABOUT-NLS only in the base package datadir
91571f
91571f
* Wed Jun 23 2010 Jens Petersen <petersen@redhat.com> - 0.18.1.1-2
91571f
- correct license tag from GPLv3 to GPLv3+
91571f
- subpackage autopoint which requires git (#574031)
91571f
- no longer require cvs (#606746)
91571f
- add bcond for git
91571f
91571f
* Fri May 21 2010 Jens Petersen <petersen@redhat.com> - 0.18.1.1-1
91571f
- update to 0.18.1.1 release (#591044)
91571f
- gettext-0.17-autopoint-CVS-441481.patch, gettext-0.17-long-long-int-m4.patch
91571f
  gettext-0.17-open-args.patch, and
91571f
  gettext-xgettext-python-unicode-surrogate-473946.patch are upstream
91571f
- move libintl.jar to lib subpackage to avoid multilib problems
91571f
  (reported by Jim Radford in #595922)
91571f
- disable java for now
91571f
- use chrpath to get us out of rpath hell instead of complicated libtool hacks
91571f
- enable git support
91571f
91571f
* Fri Apr 23 2010 Jens Petersen <petersen@redhat.com> - 0.17-17
91571f
- create emacs subpackages for po-mode.el (thanks for patch from
91571f
  Jonathan Underwood, #579452)
91571f
- provide emacs-po-mode
91571f
- move libgettextlib and libgettextsrc from base to libs subpackage
91571f
  (requested by Peter Robinson for blender, #579388)
91571f
91571f
* Fri Nov 27 2009 Jens Petersen <petersen@redhat.com> - 0.17-16
91571f
- fix FTBFS by removing openmp.m4 which conflicts with recent autoconf (#539211)
91571f
- cleanup gettext-0.17-rpathFix.patch
91571f
  - separate gl_AC_TYPE_LONG_LONG replacement to another patch
91571f
  - use trailing ':' for tests LD_LIBRARY_PATH
91571f
- run autogen.sh with --quick and --skip-gnulib
91571f
91571f
* Tue Sep  1 2009 Jens Petersen <petersen@redhat.com> - 0.17-15
91571f
- bring back autopoint requires cvs (#517361)
91571f
- requires info rather than /sbin/install-info
91571f
- drop install_info and remove_install_info macros
91571f
91571f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-14
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91571f
91571f
* Wed Jun 24 2009 Jens Petersen <petersen@redhat.com> - 0.17-13
91571f
- buildrequire automake (#507275)
91571f
- run autogen
91571f
91571f
* Mon Jun 22 2009 Jens Petersen <petersen@redhat.com> - 0.17-12
91571f
- move intl/ and po/ to base package for gettextize
91571f
  (reported by Serge Pavlovsky, #496902)
91571f
91571f
* Fri May 22 2009 Jens Petersen <petersen@redhat.com> - 0.17-11
91571f
- use bcond's for build switches
91571f
91571f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-10
91571f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91571f
91571f
* Thu Feb 12 2009 Jens Petersen <petersen@redhat.com> - 0.17-9
91571f
- add buildjava switch to allow turning off the java bits completely
91571f
- add buildcheck to allow turning off make check
91571f
- drop cvs requires for autopoint (Karl Lattimer, #469555)
91571f
- add upstream gettext-xgettext-python-unicode-surrogate-473946.patch by
91571f
  Bruno Haible to fix xgettext handling of utf16 surrogates in python (#473946)
91571f
91571f
* Fri Aug 29 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.17-8
91571f
- Fix the build failure with koji.
91571f
91571f
* Fri Aug 29 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.17-7
91571f
- Remove the gettext-libs docs, as they are talking about autoconf, libtool, 
91571f
  which are not directly related to the gettext-libs.
91571f
- Remove unused definition and trailing space.
91571f
- Fix the build failure with mock .
91571f
91571f
* Tue Aug 19 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.17-6
91571f
- Fixed Bug 456666 msghack doesn't check for mandatory cmd line params 
91571f
  by adding checking statements and display usage (msghack.py modified)
91571f
- rpath patch for binary-or-shlib-defines-rpath in x86_64.
91571f
91571f
* Thu Apr 24 2008 Jens Petersen <petersen@redhat.com> - 0.17-5
91571f
- fix autopoint messing up CVS files with upstream patch (#441481)
91571f
91571f
* Mon Feb 18 2008 Jens Petersen <petersen@redhat.com> - 0.17-4
91571f
- if %%buildjar is off make sure libintl.jar does not get installed (#433210)
91571f
91571f
* Mon Feb 18 2008 Jens Petersen <petersen@redhat.com> - 0.17-3
91571f
- turn on building of libintl.jar now that we have gcc43
91571f
91571f
* Thu Feb 14 2008 Jens Petersen <petersen@redhat.com> - 0.17-2
91571f
- rebuild with gcc43
91571f
91571f
* Thu Jan 24 2008 Jens Petersen <petersen@redhat.com> - 0.17-1
91571f
- update to 0.17 release
91571f
  - update License field to GPLv3
91571f
  - add gettext-0.17-open-args.patch to fix build from upstream
91571f
  - gettext-tools-tests-lang-gawk-fail.patch, gettext-php-headers.patch,
91571f
    gettext-php-prinf-output-237241.patch, and
91571f
    gettext-xglade-define-xml-major-version-285701.patch are no longer needed
91571f
- drop superfluous po-mode-init.el source
91571f
- no need to run autoconf and autoheader when building
91571f
- pass -findirect-dispatch to gcj to make java binaries ABI independent
91571f
  (jakub,#427796)
91571f
- move autopoint, gettextize, and {_datadir}/{name}/ to main package
91571f
- force removal of emacs/ so install does not fail when no emacs
91571f
91571f
* Fri Sep 21 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-12
91571f
- add a libs subpackage (suggested by Dwayne Bailey, #294891)
91571f
- move preloadable_libintl.so to the devel subpackage
91571f
91571f
* Fri Sep 14 2007 Nils Philippsen <nphilipp@redhat.com> - 0.16.1-11
91571f
- remove gettext-xglade-include-expat-285701.patch, add
91571f
  gettext-xglade-define-xml-major-version-285701.patch to determine
91571f
  XML_MAJOR_VERSION from expat.h and define it in config.h (#285701)
91571f
91571f
* Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-10
91571f
- buildrequire expat-devel
91571f
- add gettext-xglade-include-expat-285701.patch to include expat.h
91571f
  to get xgettext to dl the right libexpat (Nils Philippsen, #285701)
91571f
91571f
* Thu Aug 16 2007 Jens Petersen <petersen@redhat.com>
91571f
- specify license is GPL and LGPL version 2 or later
91571f
91571f
* Wed Aug  1 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-9
91571f
- fix encoding of msghack script (Dwayne Bailey, #250248)
91571f
91571f
* Mon Apr 30 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-8
91571f
- add gettext-php-prinf-output-237241.patch to workaround php test failure
91571f
  (#237241)
91571f
- add gettext-php-headers.patch to correct php test headers
91571f
  (Robert Scheck, #232832)
91571f
91571f
* Thu Mar 15 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-7
91571f
- set preloadable_libintl.so executable in %%install so it gets stripped
91571f
- force removal of infodir/dir since it is not there when /sbin is not in path
91571f
91571f
* Tue Mar 13 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-6
91571f
- add buildjar switch for building of libintl.jar
91571f
- lots of spec file cleanup (Mamoru Tasaka, #225791):
91571f
- preserve timestamps of installed files
91571f
- disable building of static library
91571f
- use %%find_lang for .mo files
91571f
- remove examples from -devel package
91571f
- do not own en@*quot locale dirs
91571f
- set preloadable_libintl.so executable
91571f
- add ChangeLog to -devel package
91571f
- add %%check to run make check
91571f
- add gettext-tools-tests-lang-gawk-fail.patch to work around gawk test failure
91571f
91571f
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 0.16.1-5
91571f
- rebuild to pick up dependency on libgcj.so.8rh instead libgcj.so.7rh
91571f
91571f
* Thu Feb  1 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-4
91571f
- protect install-info in devel %%post and %%preun too (Ville Skyttä, #223689)
91571f
- forward port fix to reset of timestamp of examples ChangeLog for
91571f
  brp-java-repack-jars libintl.jar multilib conflict (#205207)
91571f
91571f
* Mon Jan 22 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-3
91571f
- protect install-info in %%post and %%preun (Ville Skyttä, #223689)
91571f
91571f
* Fri Dec 22 2006 Jens Petersen <petersen@redhat.com> - 0.16.1-1
91571f
- update to 0.16.1
91571f
91571f
* Mon Nov 27 2006 Jens Petersen <petersen@redhat.com> - 0.16-2
91571f
- re-enable openmp on ia64
91571f
91571f
* Thu Nov 23 2006 Jens Petersen <petersen@redhat.com> - 0.16-1
91571f
- update to 0.16 release
91571f
- disable openmp on ia64 (#216988)
91571f
91571f
* Fri Oct 27 2006 Jens Petersen <petersen@redhat.com> - 0.15-1
91571f
- update to 0.15 release
91571f
- mkinstalldirs and libintl.jar are gone
91571f
- javaversion.class added
91571f
91571f
* Mon Oct  2 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-3
91571f
- buildrequire zip and unzip to fix libintl.jar multilib conflict (#205207)
91571f
91571f
* Fri Aug 25 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-2
91571f
- move libgettext*.so devel files to devel package (Patrice Dumas, #203622)
91571f
91571f
* Mon Aug  7 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-1
91571f
- update to 0.14.6
91571f
- include preloadable_libintl.so again (Roozbeh Pournader, #149809)
91571f
- remove .la files (Kjartan Maraas, #172624)
91571f
- cleanup spec file
91571f
91571f
* Tue Jul 25 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0.14.5-4
91571f
- Bump release number.
91571f
91571f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-3.1
91571f
- rebuild
91571f
91571f
* Wed Feb 22 2006 Karsten Hopp <karsten@redhat.de> 0.14.5-3
91571f
- --disable-csharp, otherwise it'll build a dll when mono is 
91571f
  installed in the buildroot.
91571f
91571f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.2
91571f
- bump again for double-long bug on ppc(64)
91571f
91571f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.1
91571f
- rebuilt for new gcc4.1 snapshot and glibc changes
91571f
91571f
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 0.14.5-2.2
91571f
- rebuilt again
91571f
91571f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
91571f
- rebuilt
91571f
91571f
* Wed Sep 28 2005 Jindrich Novy <jnovy@redhat.com> 0.14.5-2
91571f
- convert spec to UTF-8
91571f
- remove old tarballs from sources
91571f
91571f
* Thu Aug 11 2005 Leon Ho <llch@redhat.com>
91571f
- updated to 0.14.5
91571f
- Add cvs as Requires for gettext-devel
91571f
91571f
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
91571f
- updated to 0.14.3
91571f
- fixed compiling problem on gcc4 (#150992)
91571f
- fixed Group for -devel (#138303)
91571f
- moved gettextize and autopoint to -devel (#137542, #145768)
91571f
- moved some of the man pages
91571f
91571f
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>
91571f
- rebuilt with gcc 4.0
91571f
91571f
* Wed Dec 01 2004 Leon Ho <llch@redhat.com>
91571f
- Add env var to redirect use fastjar instead of jar
91571f
- BuildRequires fastjar and libgcj
91571f
91571f
* Mon Nov 01 2004 Leon Ho <llch@redhat.com>
91571f
- fix call on phase0_getc()
91571f
- fix temp file issue (#136323 - CAN-2004-0966 - mjc)
91571f
91571f
* Sun Oct 03 2004 Leon Ho <llch@redhat.com>
91571f
- fixed typo on %%preun on -devel
91571f
91571f
* Fri Oct 01 2004 Leon Ho <llch@redhat.com>
91571f
- fix install_info
91571f
- add gcc-java build requirement
91571f
91571f
* Mon Sep 13 2004 Leon Ho <llch@redhat.com>
91571f
- move java stuff to gettext-devel (#132239)
91571f
- add BuildRequires: gcc-c++ (#132518)
91571f
- add some missing install-info and ldconfig (#131272)
91571f
- fix dir ownership (#133696)
91571f
- run autotools for 1.9
91571f
91571f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
91571f
- rebuilt
91571f
91571f
* Tue Jun 08 2004 Leon Ho <llch@redhat.com>
91571f
- use --without-included-gettext to avoid the need of libintl.so (#125497)
91571f
- remove preloadable_libintl.so
91571f
91571f
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
91571f
- moved some of the shared lib to main pkg
91571f
- added more build requires
91571f
91571f
* Thu Jun 03 2004 Leon Ho <llch@redhat.com>
91571f
- add conditionals for patch and requires auto* (#125216)
91571f
91571f
* Wed Jun 02 2004 Leon Ho <llch@redhat.com>
91571f
- packaged lib files for devel
91571f
- moved some of the files to different sub-pkg
91571f
- fix problem on x86_64 build
91571f
91571f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
91571f
- rebuilt
91571f
91571f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
91571f
- rebuilt
91571f
91571f
* Mon Feb 02 2004 Leon Ho <llch@redhat.com>
91571f
- rebuilt to 0.14.1
91571f
91571f
* Fri Sep 19 2003 Leon Ho <llch@redhat.com>
91571f
- rebuilt 0.12.1
91571f
- fix including files and excludes some patches
91571f
91571f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
91571f
- rebuilt
91571f
91571f
* Wed May 14 2003 Leon Ho <llch@redhat.com>
91571f
- 0.11.5
91571f
91571f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
91571f
- rebuilt
91571f
91571f
* Thu Jan 16 2003 Leon Ho <llch@redhat.com> 0.11.4-6
91571f
- add online help for msghack replacement
91571f
91571f
* Thu Dec  5 2002 Leon Ho <llch@redhat.com> 0.11.4-5
91571f
- add patch to fix gettextize (#78720)
91571f
91571f
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 0.11.4-4
91571f
- remove unpackaged files from the buildroot
91571f
91571f
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-3
91571f
- Use %%{_libdir} instead of /usr/lib (#72524)
91571f
91571f
* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.11.4-2
91571f
- install ulonglong.m4, which is required by uintmax_t.m4, which is already
91571f
  being installed
91571f
91571f
* Sun Jul 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-1
91571f
- 0.11.4
91571f
91571f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
91571f
- automated rebuild
91571f
91571f
* Thu May 23 2002 Tim Powers <timp@redhat.com>
91571f
- automated rebuild
91571f
91571f
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.2-1
91571f
- 0.11.2
91571f
- include some new files
91571f
91571f
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-2
91571f
- Add patch to make it compile with C99 compilers (#62313)
91571f
91571f
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-1
91571f
- 0.11.1
91571f
91571f
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
91571f
- update gettext to 0.11
91571f
- disable patch4
91571f
91571f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
91571f
- automated rebuild
91571f
91571f
* Wed Dec  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-3
91571f
- improve automake handling
91571f
91571f
* Wed Nov 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-2
91571f
- Add URL
91571f
- Add automake workaround (#56081)
91571f
91571f
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-1
91571f
- 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL
91571f
  uses the glibc version, and don't include libintl from gettext.
91571f
- include new man pages
91571f
- don't include the elisp mode - bundle it into the main emacs package,
91571f
  like we do for XEmacs.
91571f
- README-alpha no longer exists, so don't list it as a doc file
91571f
91571f
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-7
91571f
- Rebuild - this should fix #52463
91571f
91571f
* Wed Aug 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-6
91571f
- Fix handling of multiline entries (rest of #50065)
91571f
- don't use the references of the last entry in a po file
91571f
- remove duplicates when inverting
91571f
- Own the en@quot and en@boldquot locale dirs (#52164)
91571f
- Handle entries with a first line of "" as identical to those
91571f
  without
91571f
91571f
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- Added "--append" and "-o" to msghack, which should address 
91571f
  initial concerns in #50065
91571f
91571f
* Thu Jul 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- New msghack - from scratch, in python
91571f
91571f
* Tue Jul 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- msghack is back
91571f
91571f
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- Include some docfiles
91571f
91571f
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
91571f
- 0.10.38
91571f
- do not include charset.alias
91571f
91571f
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
91571f
- Build statically.
91571f
91571f
* Mon Apr 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- 0.10.37
91571f
- Disable all but two patches
91571f
91571f
* Sun Feb 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- Initialize proper fonts when entering po-mode (#29152)
91571f
91571f
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
91571f
- More fix about msgmerge.
91571f
91571f
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
91571f
- Fix for msgmerge not to break multibyte strings
91571f
  at Japanese locale.
91571f
91571f
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
91571f
- fixed the %%lang generator to not have "./" in the lang
91571f
91571f
* Sun Jan 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- add an init file for the emacs po-mode
91571f
- update source URL
91571f
91571f
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
91571f
- put gettext in /bin for initscripts use
91571f
- %%langify
91571f
91571f
* Fri Dec 29 2000 Bill Nottingham <notting@redhat.com>
91571f
- prereq /sbin/install-info
91571f
91571f
* Wed Aug 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- Added patch from Ulrich Drepper
91571f
91571f
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- update DESTDIR patch (#12072)
91571f
91571f
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
91571f
- automatic rebuild
91571f
91571f
* Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
91571f
- fix problems wrt to DESTDIR (#12072)
91571f
91571f
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
91571f
- use FHS paths
91571f
- add buildroot patch for .../intl/Makefile.in, was using abs. install path
91571f
91571f
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
91571f
- minor configure tweaks for ia64
91571f
91571f
* Sun Feb 27 2000 Cristian Gafton <gafton@redhat.com>
91571f
- add --comments to msghack
91571f
91571f
* Thu Feb 10 2000 Cristian Gafton <gafton@redhat.com>
91571f
- fix bug #9240 - gettextize has the right aclocal patch
91571f
91571f
* Wed Jan 12 2000 Cristian Gafton <gafton@redhat.com>
91571f
- add the --diff and --dummy options
91571f
91571f
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
91571f
- add the --missing option to msghack
91571f
91571f
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
91571f
- updated msghack not to merge in fuzzies in the master catalogs
91571f
91571f
* Thu Aug 26 1999 Cristian Gafton <gafton@redhat.com>
91571f
- updated msghack to understand --append
91571f
91571f
* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
91571f
- updated msghack to correctly deal with sorting files
91571f
91571f
* Thu May 06 1999 Cristian Gafton <gafton@redhat.com>
91571f
- msghack updates
91571f
91571f
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
91571f
- auto rebuild in the new build environment (release 8)
91571f
91571f
* Mon Mar 08 1999 Cristian Gafton <gafton@redhat.com>
91571f
- added patch for misc hacks to facilitate rpm translations
91571f
91571f
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
91571f
- patch to allow to build on ARM
91571f
91571f
* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
91571f
- add Emacs po-mode.el files.
91571f
91571f
* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
91571f
- include the aclocal support files
91571f
91571f
* Thu Sep  3 1998 Bill Nottingham <notting@redhat.com>
91571f
- remove devel package (functionality is in glibc)
91571f
91571f
* Tue Sep  1 1998 Jeff Johnson <jbj@redhat.com>
91571f
- update to 0.10.35.
91571f
91571f
* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
91571f
- add gettextize.
91571f
- create devel package for libintl.a and libgettext.h.
91571f
91571f
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
91571f
- translations modified for de, fr, tr
91571f
91571f
* Sun Nov 02 1997 Cristian Gafton <gafton@redhat.com>
91571f
- added info handling
91571f
- added misc-patch (skip emacs-lisp modofications)
91571f
91571f
* Sat Nov 01 1997 Erik Troan <ewt@redhat.com>
91571f
- removed locale.aliases as we get it from glibc now
91571f
- uses a buildroot
91571f
91571f
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
91571f
- Built against glibc