Commit Graph

214 Commits

Author SHA1 Message Date
Kalev Lember
99ef669afc Rebuilt for GCC 5 C++11 ABI change 2015-05-02 13:54:23 +02:00
Till Maas
1e22ea787c Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:21:18 +01:00
Daiki Ueno
56dcfb3d5d Update to 0.19.4-3 2015-02-19 12:02:24 +09:00
Daiki Ueno
a5df21e81d Update to 0.19.4-2 2014-12-31 10:17:00 +09:00
Daiki Ueno
da13e3807d Update to 0.19.4-1 2014-12-26 17:47:53 +09:00
Peter Robinson
3988706b40 Disable the test_lock test as it often hangs on a number of arches 2014-10-28 16:03:37 +00:00
Daiki Ueno
d5e533acc8 Update to 0.19.3-1 2014-10-16 18:59:38 +09:00
Daiki Ueno
32c7ad1986 Update to 0.19.2-5 2014-10-15 14:10:18 +09:00
Daiki Ueno
ec75cf4e8a Update to 0.19.2-4 2014-10-03 13:00:45 +09:00
Dennis Gilmore
83b4c21414 rebuild for libunistring soname bump 2014-09-02 06:58:30 -05:00
Peter Robinson
fe5411f0b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 14:18:59 +00:00
Daiki Ueno
38f29f9133 Update to 0.19.2-1 2014-07-14 19:13:22 +09:00
Daiki Ueno
5a1ae756c6 Update to 0.19.1-2 2014-07-07 11:48:26 +09:00
Daiki Ueno
81750ca123 Remove unnecessary patch 2014-06-10 17:22:36 +09:00
Daiki Ueno
560376d784 Update sources 2014-06-10 17:06:01 +09:00
Daiki Ueno
8cabc36496 Update to 0.19.1-1 2014-06-10 16:49:52 +09:00
Dennis Gilmore
6229f21243 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 09:04:22 -05:00
Daiki Ueno
f59f2fe383 Fix the last commit 2014-06-02 19:14:25 +09:00
Daiki Ueno
991bf5f363 Update to 0.19-2 2014-06-02 19:02:23 +09:00
Daiki Ueno
15ef493c43 Update to 0.19-1 2014-06-02 12:52:58 +09:00
Daiki Ueno
a292e5048d Update to 0.18.3.2-1 2014-01-07 18:19:01 +09:00
Daiki Ueno
7c25fc7f25 Update to 0.18.3.1-1 2013-08-26 08:47:35 +09:00
Dennis Gilmore
4ef529bb47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 08:02:19 -05:00
Daiki Ueno
f2232a9e2a Update to 0.18.3-1 2013-07-10 19:12:52 +09:00
Daiki Ueno
85c836422d Add msghack.1 2013-06-26 18:43:40 +09:00
Daiki Ueno
43d07a7c80 Update to 0.18.2.1-2 2013-06-26 18:43:02 +09:00
Daiki Ueno
4b40d5581d update to 0.18.2.1 release 2013-03-12 15:31:13 +09:00
Dennis Gilmore
32ece58848 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 16:42:07 -06:00
Daiki Ueno
8a2f464e7f update to 0.18.2 release 2012-12-26 16:30:40 +09:00
Jens Petersen
62265d022a move gettextize to devel and update msghack to GPL v3
should fix various rpmlint errors
2012-10-02 19:24:45 +09:00
Jens Petersen
42f60e1101 stdio.in.h is also in libgettextpo 2012-07-28 00:28:46 +09:00
Jens Petersen
bc338ba2db need to fix stdio.h for gets in gettext-tools too 2012-07-27 19:09:39 +09:00
Jens Petersen
5ea031c7fe patch gnulib since glibc and C11 dropped gets 2012-07-27 17:48:39 +09:00
Dennis Gilmore
f9fc870677 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 23:51:32 -05:00
Jens Petersen
36d5ee4e79 minor spec cleanup for UsrMove changes
- don't list bindir twice
2012-06-01 10:19:35 +09:00
Jens Petersen
feb72963e5 upstream patch for xgettext remember_a_message_plural crash (#826138)
- thanks to Remi Collet for report with patch from Debian
2012-05-31 17:30:45 +09:00
Jens Petersen
f166fbd5b3 provide bundled(gnulib) to cover gnulib copylib exception (#821757) 2012-05-17 10:45:55 +09:00
Harald Hoyer
9c9f4d13f0 add filesystem guard 2012-01-25 21:11:56 +01:00
Harald Hoyer
e52ad18890 install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 14:12:19 +01:00
Nils Philippsen
ee1992fe14 rebuild for gcc 4.7 2012-01-10 16:43:13 +01:00
Jens Petersen
a8429d710a correct the configure --with-pic option syntax (Gilles Espinasse) 2011-10-04 10:32:40 +09:00
Jens Petersen
0d49b3fc37 fix EINVAL issue on recent kernels and add some optional BRs 2011-09-28 17:54:30 +09:00
Dennis Gilmore
519c6c9021 explicitely BuildRequire gtk2 2011-06-08 09:09:24 -05:00
Dennis Gilmore
5f73aa2140 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 18:10:23 -06:00
Jens Petersen
7ed4974359 remove internal libgettextlib.so and libgettextsrc.so (#650471) 2011-02-07 15:33:57 +10:00
Jens Petersen
5d0888d8a4 fix license field of gettext-libs: libgettextpo is GPLv3+ (#640158) 2011-02-07 14:51:59 +10:00
Jens Petersen
ed8b437b5f subpackage archive.git.tar.gz to avoid multilib conflicts (#631733) 2010-09-09 18:38:53 +10:00
Jens Petersen
d44c0861b4 improve ABOUT-NLS changelog entry 2010-08-23 17:46:39 +10:00
Jens Petersen
ba0543915a merge autopoint subpackage into devel to simplify deps (#625325)
also have ABOUT-NLS only in the base package datadir
2010-08-23 17:44:31 +10:00
Fedora Release Engineering
180c5222dd dist-git conversion 2010-07-28 15:29:27 +00:00