Репозитории ALT

Группа :: Система/Библиотеки
Пакет: setproctitle
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
9 марта 2011 Dmitry V. Levin <ldv at altlinux.org> 0.3.2-alt3
- Rebuilt for debuginfo.
- Rebuilt for soname set-versions.
- setproctitle.h: Added extern "C" wrapper.
- Removed obsolete %post_ldconfig/%postun_ldconfig calls.
- setproctitle.3:
+ Noted that setproctitle() clobbers argv[].
+ Updated authorship and license information. - Packaged LICENSE file, updated License tag.
- setproctitle: Clear the _whole_ title buffer every time.
- Linked the library with -Wl,-z,defs.
- Build with _GNU_SOURCE defined, replaced deprecated
__progname and __progname_full symbols with
program_invocation_short_name and program_invocation_name. - Enabled almost all diagnostics supported by gcc
and fixed all issues found by gcc-3.4.5-alt2. - Changed linking to use gcc instead of ld.
- Linked the library with -Wl,-z,now.
- Updated FSF postal address.
- Pass libdir to "make install" for better mutlilib support (#6764).
- Initial revision.