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