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