]> git.pld-linux.org Git - packages/glibc.git/log
packages/glibc.git
11 years agoThis commit was manufactured by cvs2git to create branch 'Ra-branch'. Ra-branch
cvs2git [Fri, 8 Nov 2002 01:36:49 +0000 (01:36 +0000)]
This commit was manufactured by cvs2git to create branch 'Ra-branch'.

Sprout from master 2002-11-08 01:36:49 UTC kloczek <kloczek@pld-linux.org> 'Patch from RH:'
Delete:
    glibc-crypt-blowfish.patch
    glibc-db2-alpha-mutex.patch
    glibc-flexiblearray.patch
    glibc-getaddrinfo-workaround.patch
    glibc-getxxxxinfo.patch
    glibc-info.patch
    glibc-ldconfig.patch
    glibc-linuxthreads-lock.patch
    glibc-paths.patch
    glibc-pld.patch
    glibc-postshell.patch
    glibc-pthread_create-manpage.patch
    glibc-sparc-linux-chown.patch
    glibc-string2-pointer-arith.patch
    glibc-unsecvars.patch
    glibc-vaargs.patch
    glibc-versions.awk_fix.patch
    glibc.spec
    ldconfig-bklinks.patch
    ldconfig-glibc.patch
    nscd.init
    nscd.logrotate
    nscd.sysconfig
    sln.8
    utmpd.init
    utmpd.sysconfig

11 years agoPatch from RH:
kloczek [Fri, 8 Nov 2002 01:36:49 +0000 (01:36 +0000)]
Patch from RH:

2002-09-28  Roland McGrath  <roland@redhat.com>

        * pthread.c (__pthread_reset_main_thread) [FLOATING_STACKS]:
        Don't call setrlimit, since we did no prior bogon we need to undo.

Changed files:
    glibc-setrlimit.patch -> 1.1

11 years agoPatch from RH:
kloczek [Fri, 8 Nov 2002 01:15:21 +0000 (01:15 +0000)]
Patch from RH:

2002-10-09  Jakub Jelinek  <jakub@redhat.com>

        * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
        _nss_dns_gethostbyaddr_r): Use malloc for host_buffer.
        * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
        _nss_dns_getnetbyaddr_r): Use malloc for net_buffer.
        * resolv/res_query.c (res_nquery): Use malloc for buf.
        * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.

Changed files:
    glibc-maxpacket.patch -> 1.1

11 years ago- obsolete
Jakub Bogusz [Mon, 4 Nov 2002 13:59:18 +0000 (13:59 +0000)]
- obsolete

Changed files:
    glibc-calloc-overflow.patch -> 1.2
    glibc-divdi3.patch -> 1.2
    glibc-gcc32.patch -> 1.2
    glibc-ldconfig-bklinks.patch -> 1.3
    glibc-nss_dns-overflow.patch -> 1.2
    glibc-sunrpc-overflow.patch -> 1.2
    glibc-use-int-not-arpa.patch -> 1.2
    postshell.c -> 1.2

11 years ago- 2.3 anyone?
Mariusz Mazur [Sat, 26 Oct 2002 17:54:54 +0000 (17:54 +0000)]
- 2.3 anyone?

Changed files:
    glibc.spec -> 1.252

11 years ago- changed relative symlinks btw directories to absolute; release 21.1 (check first...)
Jakub Bogusz [Fri, 25 Oct 2002 13:57:06 +0000 (13:57 +0000)]
- changed relative symlinks btw directories to absolute; release 21.1 (check first...)

Changed files:
    glibc.spec -> 1.251

11 years ago- updated man pages; rel. 21 glibc-2_2_5-21
ankry [Thu, 24 Oct 2002 15:45:52 +0000 (15:45 +0000)]
- updated man pages; rel. 21

Changed files:
    glibc.spec -> 1.250

11 years ago- postshell.c is now installed into glibc-2.3.1/elf/postshell.c and compiled GLIBC_2_3
Michal Moskal [Thu, 17 Oct 2002 13:24:29 +0000 (13:24 +0000)]
- postshell.c is now installed into glibc-2.3.1/elf/postshell.c and compiled
  from makefile there, so it is linked against new built glibc

Changed files:
    glibc-postshell.patch -> 1.1

11 years ago- release 20
filon [Wed, 16 Oct 2002 10:27:29 +0000 (10:27 +0000)]
- release 20

Changed files:
    glibc.spec -> 1.249

11 years ago- added gcc32 patch
Michal Moskal [Fri, 4 Oct 2002 07:25:56 +0000 (07:25 +0000)]
- added gcc32 patch

Changed files:
    glibc.spec -> 1.248

11 years ago- don't use __thread as identifier, as it is keyword in gcc 3.2
Michal Moskal [Fri, 4 Oct 2002 07:24:58 +0000 (07:24 +0000)]
- don't use __thread as identifier, as it is keyword in gcc 3.2

Changed files:
    glibc-gcc32.patch -> 1.1

11 years ago- oops, not this branch
Artur Frysiak [Fri, 30 Aug 2002 15:23:34 +0000 (15:23 +0000)]
- oops, not this branch

Changed files:
    glibc.spec -> 1.247

11 years ago- start testing glibc 2.2.92
Artur Frysiak [Fri, 30 Aug 2002 14:48:12 +0000 (14:48 +0000)]
- start testing glibc 2.2.92

Changed files:
    glibc.spec -> 1.246

11 years ago- added calloc-overflow patch from glibc CVS (contains also memalign fix) glibc-2_2_5-19
Jakub Bogusz [Sat, 17 Aug 2002 16:24:04 +0000 (16:24 +0000)]
- added calloc-overflow patch from glibc CVS (contains also memalign fix)
- added sln(8) man page taken from util-linux
- release 19

Changed files:
    glibc-calloc-overflow.patch -> 1.1
    glibc.spec -> 1.245
    sln.8 -> 1.1

11 years ago- added sunrpc security patch from glibc CVS (integer overflow) glibc-2_2_5-18
Jakub Bogusz [Mon, 12 Aug 2002 12:54:05 +0000 (12:54 +0000)]
- added sunrpc security patch from glibc CVS (integer overflow)
- release 18

Changed files:
    glibc.spec -> 1.244

11 years ago- security patch from glibc CVS
Jakub Bogusz [Mon, 12 Aug 2002 12:52:37 +0000 (12:52 +0000)]
- security patch from glibc CVS

Changed files:
    glibc-sunrpc-overflow.patch -> 1.1

11 years ago- security fix for overflow in resolver (when using dns for networks in glibc-2_2_5-17
Jakub Bogusz [Fri, 19 Jul 2002 21:34:07 +0000 (21:34 +0000)]
- security fix for overflow in resolver (when using dns for networks in
  nsswitch.conf - i.e. default configuration!)
- removed libpng 1.2.2 hack
- removed %%ghost from dirs - it caused problems: rpm -V complained about
  missing dirs and permissions weren't set correctly during upgrade
- release 17

Changed files:
    glibc-nss_dns-overflow.patch -> 1.1
    glibc.spec -> 1.243

11 years ago- add " in `echo $lang | sed "s,_.*,,"` glibc-2_2_5-16
areq [Wed, 3 Jul 2002 11:50:57 +0000 (11:50 +0000)]
- add " in `echo $lang | sed "s,_.*,,"`

Changed files:
    glibc.spec -> 1.242

11 years ago- modified %%lang for locale files
ankry [Mon, 17 Jun 2002 14:05:59 +0000 (14:05 +0000)]
- modified %%lang for locale files
- release 16

Changed files:
    glibc.spec -> 1.241

11 years ago- reverted last change; man1/getconf.1 is in Source5 glibc-2_2_5-15
ankry [Sat, 15 Jun 2002 21:25:41 +0000 (21:25 +0000)]
- reverted last change; man1/getconf.1 is in Source5
- release 15

Changed files:
    glibc.spec -> 1.240

11 years ago- There is no %{_mandir}/man1/getconf*
qrczak [Sat, 15 Jun 2002 20:56:47 +0000 (20:56 +0000)]
- There is no %{_mandir}/man1/getconf*
- Release 14.

Changed files:
    glibc.spec -> 1.239

11 years ago- updated .tars eith pl, ja, en manpages
ankry [Mon, 10 Jun 2002 14:53:49 +0000 (14:53 +0000)]
- updated .tars eith pl, ja, en manpages
- release 13

Changed files:
    glibc.spec -> 1.238

11 years ago- changed iconv group to Applications/Text
Tomasz Pala [Fri, 31 May 2002 16:30:21 +0000 (16:30 +0000)]
- changed iconv group to Applications/Text

Changed files:
    glibc.spec -> 1.237

11 years ago- removed /usr/lib/libmemusage.so from -devel (belongs to -memusage)
Jakub Bogusz [Tue, 21 May 2002 18:57:56 +0000 (18:57 +0000)]
- removed /usr/lib/libmemusage.so from -devel (belongs to -memusage)
- moved static-only "libraries" from -static to -devel
- use new %%doc
- release 12

Changed files:
    glibc.spec -> 1.236

11 years ago- add more locale dirs in %{_datadir}/locale/ (as %%ghost) glibc-2_2_5-11
ankry [Mon, 20 May 2002 07:19:08 +0000 (07:19 +0000)]
- add more locale dirs in %{_datadir}/locale/ (as %%ghost)
- release 11

Changed files:
    glibc.spec -> 1.235

11 years ago- fix %%post for iconv package glibc-2_2_5-10
Artur Frysiak [Wed, 24 Apr 2002 15:15:59 +0000 (15:15 +0000)]
- fix %%post for iconv package
- build postshell with corect CFLAGS/LDFLAGS
- release 10

Changed files:
    glibc.spec -> 1.234

11 years ago- s#%post iconv#%post -n iconv# glibc-2_2_5-9
kloczek [Tue, 23 Apr 2002 03:51:55 +0000 (03:51 +0000)]
- s#%post iconv#%post -n iconv#

Changed files:
    glibc.spec -> 1.233

11 years ago- added libanl to %%files (async name lookup routines)
Artur Frysiak [Mon, 22 Apr 2002 17:05:15 +0000 (17:05 +0000)]
- added libanl to %%files (async name lookup routines)
- fixed building with libpng 1.2.2 (maybe unneeded fix but ...)
- add iconvconfig to iconv subpackage and run it in %%post

missing %%files are sponsored by:
cd $RPM_BUILD_ROOT
find |sed 's/^.//'|sort -u >~/tmp/glibc.lst
rpm -qpl $RPM_TOP_DIR/RPMS/*-2.2.5-9.i686.rpm | sort -u >~/tmp/glibc.rpm.lst
vim -d ~/tmp/glibc.lst ~/tmp/glibc.rpm.lst

Changed files:
    glibc.spec -> 1.232

11 years ago- use postshell by malekith to do %%post jobs
Artur Frysiak [Mon, 22 Apr 2002 15:27:04 +0000 (15:27 +0000)]
- use postshell by malekith to do %%post jobs
- run telinit u in %%post (now umounting "/" on system shutdown don't say "busy")
- relase 9

Changed files:
    glibc.spec -> 1.231

11 years ago- updated man pages (incl. moved ld.so man pages)
ankry [Mon, 22 Apr 2002 07:45:24 +0000 (07:45 +0000)]
- updated man pages (incl. moved ld.so man pages)
- Conflicts ld.so < 1.9.9-10
- release 8

Changed files:
    glibc.spec -> 1.230

11 years ago- tool to be included in glibc, to run both ldconfig and telinit in post
Michal Moskal [Sat, 20 Apr 2002 11:23:29 +0000 (11:23 +0000)]
- tool to be included in glibc, to run both ldconfig and telinit in post

Changed files:
    postshell.c -> 1.1

11 years ago- relealy release 7. glibc-2_2_5-7
kloczek [Fri, 19 Apr 2002 06:04:47 +0000 (06:04 +0000)]
- relealy release 7.

Changed files:
    glibc.spec -> 1.229

11 years ago- release 7, glibc-2_2_5-3
kloczek [Fri, 19 Apr 2002 01:26:10 +0000 (01:26 +0000)]
- release 7,
- move librpcsvc.a from static to devel,
- remove %%{_libdir}/libnss_*.so symlinks from devel.

Changed files:
    glibc.spec -> 1.228

11 years ago- release 3.
kloczek [Wed, 10 Apr 2002 19:22:42 +0000 (19:22 +0000)]
- release 3.

Changed files:
    glibc.spec -> 1.227

11 years agofix problem with divdi3 and libgcc_s (patch extracted from libc CVS)
Artur Frysiak [Tue, 9 Apr 2002 10:55:00 +0000 (10:55 +0000)]
fix problem with divdi3 and libgcc_s (patch extracted from libc CVS)

Changed files:
    glibc-divdi3.patch -> 1.1

11 years agofix problem with divdi3 and libgcc_s, release 2.3
Artur Frysiak [Tue, 9 Apr 2002 10:54:01 +0000 (10:54 +0000)]
fix problem with divdi3 and libgcc_s, release 2.3

Changed files:
    glibc.spec -> 1.226

11 years ago- updated glibc-{non-english-,}man-pages.tar.bz2
ankry [Thu, 4 Apr 2002 11:11:58 +0000 (11:11 +0000)]
- updated glibc-{non-english-,}man-pages.tar.bz2
- release 2.2

Changed files:
    glibc.spec -> 1.225

11 years ago- release 2.1 (testing for nest)
Arkadiusz Miśkiewicz [Tue, 26 Mar 2002 01:31:20 +0000 (01:31 +0000)]
- release 2.1 (testing for nest)

Changed files:
    glibc.spec -> 1.224

11 years ago- removed all Group fields translations (oure rpm now can handle translating
kloczek [Fri, 22 Feb 2002 23:28:57 +0000 (23:28 +0000)]
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Changed files:
    glibc.spec -> 1.223

11 years ago- commneted applaying ldconfig-bklinks patch (seems it is not neccessary now). glibc-2_2_5-2
kloczek [Fri, 22 Feb 2002 09:10:19 +0000 (09:10 +0000)]
- commneted applaying ldconfig-bklinks patch (seems it is not neccessary now).

Changed files:
    glibc.spec -> 1.222

11 years ago- outdated.
kloczek [Fri, 22 Feb 2002 04:41:33 +0000 (04:41 +0000)]
- outdated.

Changed files:
    glibc-gcc3.patch -> 1.2
    glibc-glob.patch -> 1.2
    glibc-malloc.patch -> 1.3

11 years ago- bump release to 2.
kloczek [Fri, 22 Feb 2002 03:55:06 +0000 (03:55 +0000)]
- bump release to 2.

Changed files:
    glibc.spec -> 1.221

11 years ago- merge GLIBC_2_2_5 branch to HEAD,
kloczek [Fri, 22 Feb 2002 03:53:13 +0000 (03:53 +0000)]
- merge GLIBC_2_2_5 branch to HEAD,
- merge translations from KSI.

Changed files:
    glibc.spec -> 1.220

11 years ago- adapterized, fixed typos in nscd pl description, added nscd pl summary
Jakub Bogusz [Wed, 13 Feb 2002 19:46:50 +0000 (19:46 +0000)]
- adapterized, fixed typos in nscd pl description, added nscd pl summary

Changed files:
    glibc.spec -> 1.219

11 years ago- back to int
Arkadiusz Miśkiewicz [Sun, 3 Feb 2002 13:38:54 +0000 (13:38 +0000)]
- back to int

Changed files:
    glibc-use-int-not-arpa.patch -> 1.1

11 years ago- adding es/fr/pt_BR/ru/uk (and eventually de) Group translations
ankry [Sat, 2 Feb 2002 20:14:04 +0000 (20:14 +0000)]
- adding es/fr/pt_BR/ru/uk (and eventually de) Group translations

Changed files:
    glibc.spec -> 1.218

11 years ago- fixed bklinks patch (now works)
trojan [Wed, 30 Jan 2002 11:39:40 +0000 (11:39 +0000)]
- fixed bklinks patch (now works)
- release 13; STBR

Changed files:
    glibc.spec -> 1.217

11 years ago- fixed
trojan [Wed, 30 Jan 2002 11:37:53 +0000 (11:37 +0000)]
- fixed

Changed files:
    glibc-ldconfig-bklinks.patch -> 1.2

11 years ago- added man-pages tar URL
ankry [Thu, 24 Jan 2002 00:12:59 +0000 (00:12 +0000)]
- added man-pages tar URL

Changed files:
    glibc.spec -> 1.216

11 years ago- updated msg_ function names (to lower case)
Jakub Bogusz [Wed, 23 Jan 2002 22:33:20 +0000 (22:33 +0000)]
- updated msg_ function names (to lower case)

Changed files:
    nscd.init -> 1.8
    utmpd.init -> 1.7

11 years ago- switched back to 2.2.4, 2.2.5 goes to devel...
filon [Wed, 23 Jan 2002 16:41:04 +0000 (16:41 +0000)]
- switched back to 2.2.4, 2.2.5 goes to devel...

Changed files:
    glibc.spec -> 1.215

11 years ago- switch to bz2 source
Arkadiusz Miśkiewicz [Wed, 23 Jan 2002 00:33:02 +0000 (00:33 +0000)]
- switch to bz2 source

Changed files:
    glibc.spec -> 1.214

11 years ago- updated to 2.2.5
filon [Wed, 23 Jan 2002 00:22:17 +0000 (00:22 +0000)]
- updated to 2.2.5
- patches gcc3, malloc, glob are obsolette (incorporated into source)
- added: chmod +x scripts/cpp2
- cosmetics
- STBR (i'm commiting for machine with it installed)

Changed files:
    glibc.spec -> 1.213

11 years agoperl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
kloczek [Fri, 18 Jan 2002 02:13:06 +0000 (02:13 +0000)]
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Changed files:
    glibc.spec -> 1.212

11 years ago- updated man-pages section 3 sources to use:
ankry [Wed, 2 Jan 2002 16:16:19 +0000 (16:16 +0000)]
- updated man-pages section 3 sources to use:
  man-pages-pl-PTM-snapshot.20020102.tar.bz2
  man-pages-ja-20011215.tar.gz
  man-pages-1.47.tar.gz
  (no changes in spec required)

Changed files:
    glibc.spec -> 1.211

11 years ago- added Epoch: 6 for allow upgrade from MDK version. glibc-2_2_4-12
kloczek [Wed, 2 Jan 2002 12:18:32 +0000 (12:18 +0000)]
- added Epoch: 6 for allow upgrade from MDK version.

Changed files:
    glibc.spec -> 1.210

11 years ago200f4f261e13455fdf39cd044576e292 glibc-getaddrinfo-workaround.patch
Arkadiusz Miśkiewicz [Sun, 30 Dec 2001 22:35:32 +0000 (22:35 +0000)]
200f4f261e13455fdf39cd044576e292  glibc-getaddrinfo-workaround.patch
2e9be402c7ba9d33e2a6d46290e47a2d  glibc-gcc3.patch

Changed files:
    glibc-gcc3.patch -> 1.1
    glibc-getaddrinfo-workaround.patch -> 1.1

11 years ago- added getaddrinfo workaround from debian
Arkadiusz Miśkiewicz [Sun, 30 Dec 2001 22:34:41 +0000 (22:34 +0000)]
- added getaddrinfo workaround from debian
- added gcc3 patch
- release 12

Changed files:
    glibc.spec -> 1.209

11 years ago- changes in descriptions.
Tomasz Pala [Fri, 28 Dec 2001 17:15:54 +0000 (17:15 +0000)]
- changes in descriptions.

Changed files:
    glibc.spec -> 1.208

11 years ago- release 11: rebuild using rpm 4.0.2-46 (to ease install with rpm < 4.0.2-46)
Jakub Bogusz [Tue, 25 Dec 2001 22:06:05 +0000 (22:06 +0000)]
- release 11: rebuild using rpm 4.0.2-46 (to ease install with rpm < 4.0.2-46)

Changed files:
    glibc.spec -> 1.207

11 years ago- define debugcflags - linuxthreads require at least -O1
Jakub Bogusz [Tue, 18 Dec 2001 22:32:07 +0000 (22:32 +0000)]
- define debugcflags - linuxthreads require at least -O1

Changed files:
    glibc.spec -> 1.206

11 years ago- release 10: added glob patch with security fix in glob() (fix based on patch glibc-2_2_4-10
kloczek [Sat, 15 Dec 2001 22:08:21 +0000 (22:08 +0000)]
- release 10: added glob patch with security fix in glob() (fix based on patch
  from RedHat)

Changed files:
    glibc.spec -> 1.205

11 years ago- security fix in glob() (based on RH patch).
kloczek [Sat, 15 Dec 2001 22:07:13 +0000 (22:07 +0000)]
- security fix in glob() (based on RH patch).

Changed files:
    glibc-glob.patch -> 1.1

11 years ago- release 9. glibc-2_2_4-9
kloczek [Thu, 13 Dec 2001 18:12:52 +0000 (18:12 +0000)]
- release 9.

Changed files:
    glibc.spec -> 1.204

11 years ago- added Requires(post): fileutils to nscd subpackage.
Tomasz Pala [Thu, 13 Dec 2001 08:17:43 +0000 (08:17 +0000)]
- added Requires(post): fileutils to nscd subpackage.

Changed files:
    glibc.spec -> 1.203

11 years ago- removed upgrade race condition in nscd subpackage.
Tomasz Pala [Thu, 13 Dec 2001 08:12:13 +0000 (08:12 +0000)]
- removed upgrade race condition in nscd subpackage.

Changed files:
    glibc.spec -> 1.202

11 years ago- releasei 8: exclude fron %files lddlibc4 on sparc, sparc64 nad ppc. glibc-2_2_4-8
kloczek [Thu, 6 Dec 2001 04:32:42 +0000 (04:32 +0000)]
- releasei 8: exclude fron %files lddlibc4 on sparc, sparc64 nad ppc.

Changed files:
    glibc.spec -> 1.201

11 years ago- release 7. glibc-2_2_4-7
kloczek [Sat, 24 Nov 2001 01:59:00 +0000 (01:59 +0000)]
- release 7.

Changed files:
    glibc.spec -> 1.200

11 years ago- removed %{_mandir}/hu/man7/man.7 - it's in man-pages.
Tomasz Pala [Fri, 23 Nov 2001 17:06:38 +0000 (17:06 +0000)]
- removed %{_mandir}/hu/man7/man.7 - it's in man-pages.

Changed files:
    glibc.spec -> 1.199

11 years ago- added {hu,pl,}/man3/rquota.3 to glibc-devel
ankry [Fri, 16 Nov 2001 16:04:29 +0000 (16:04 +0000)]
- added {hu,pl,}/man3/rquota.3 to glibc-devel
- replaced man3/shadow.3 by a page from shadow (it was removed from man-pages)

Changed files:
    glibc.spec -> 1.198

11 years ago- some useless cosmetics.
Tomasz Pala [Tue, 30 Oct 2001 18:34:16 +0000 (18:34 +0000)]
- some useless cosmetics.

Changed files:
    glibc.spec -> 1.197

11 years ago- updated en man-pages to man-pages-1.43 glibc-2_2_4-6
ankry [Sun, 28 Oct 2001 22:59:50 +0000 (22:59 +0000)]
- updated en man-pages to man-pages-1.43
- removed man sections from .so man pointers
- updated ldconfig.8 (and added some other man-pages in man1, man8) from
  RH7.2
- moved nscd.8, nscd.conf.5 from man-pages
- release 6; conflicts with older man-pages and ld.so (man pages duplicates)

Changed files:
    glibc.spec -> 1.196

11 years ago- Conflicts: man-pages < 1.40-3, not =< 1.42
Jakub Bogusz [Mon, 22 Oct 2001 07:43:48 +0000 (07:43 +0000)]
- Conflicts: man-pages < 1.40-3, not =< 1.42

Changed files:
    glibc.spec -> 1.195

11 years ago- added conflicts for man-pages
Paweł Gołaszewski [Sat, 20 Oct 2001 14:35:24 +0000 (14:35 +0000)]
- added conflicts for man-pages

Changed files:
    glibc.spec -> 1.194

11 years ago- fixed %%install with bzip2ed manuals glibc-2_2_4-5
Jakub Bogusz [Mon, 8 Oct 2001 18:25:45 +0000 (18:25 +0000)]
- fixed %%install with bzip2ed manuals
- adapterized (new Group translations)
- release 5

Changed files:
    glibc.spec -> 1.193

11 years ago- repacked glibc*-man-pages.tar.gz to .tar.bz2
Jakub Bogusz [Mon, 8 Oct 2001 13:18:01 +0000 (13:18 +0000)]
- repacked glibc*-man-pages.tar.gz to .tar.bz2
- added ldconfig.8 (old Source5) to glibc-man-pages.tar.bz2
- added English and Japanese shadow.3 to *man-pages.tar.bz2
  (taken from shadow package - but it's about glibc header and functions)
- removed old ChangeLog.8 from devel %doc

Changed files:
    glibc.spec -> 1.192

11 years ago- moved into glibc-man-pages.tar.bz2
Jakub Bogusz [Mon, 8 Oct 2001 13:12:02 +0000 (13:12 +0000)]
- moved into glibc-man-pages.tar.bz2

Changed files:
    ldconfig.8 -> 1.2

11 years agoglibc-malloc.patch are fixed now
Artur Frysiak [Sat, 6 Oct 2001 08:52:40 +0000 (08:52 +0000)]
glibc-malloc.patch are fixed now

Changed files:
    glibc.spec -> 1.191

11 years agofixed
Artur Frysiak [Sat, 6 Oct 2001 08:51:39 +0000 (08:51 +0000)]
fixed

Changed files:
    glibc-malloc.patch -> 1.2

11 years ago- fixed typos in man paths
ankry [Sat, 6 Oct 2001 01:15:01 +0000 (01:15 +0000)]
- fixed typos in man paths

Changed files:
    glibc.spec -> 1.190

11 years ago- commented out glibc-malloc.patch - it breaks compilation; some
ankry [Sat, 6 Oct 2001 00:51:29 +0000 (00:51 +0000)]
- commented out glibc-malloc.patch - it breaks compilation; some
  BuildRequires missing ?
- man3/* pages moved to glibc-devel from man-pages
- increased release to 4

Changed files:
    glibc.spec -> 1.189

11 years ago- fix malloc implementation; release 3
Arkadiusz Miśkiewicz [Fri, 28 Sep 2001 20:07:52 +0000 (20:07 +0000)]
- fix malloc implementation; release 3

Changed files:
    glibc.spec -> 1.188

11 years agomalloc fixes from glibc cvs
Arkadiusz Miśkiewicz [Fri, 28 Sep 2001 20:07:29 +0000 (20:07 +0000)]
malloc fixes from glibc cvs

Changed files:
    glibc-malloc.patch -> 1.1

11 years ago- changed source tar names: .tgz -> .tar.gz
ankry [Tue, 18 Sep 2001 08:30:44 +0000 (08:30 +0000)]
- changed source tar names: .tgz -> .tar.gz

Changed files:
    glibc.spec -> 1.187

11 years ago- added manpages for: locale (locale.5, man7/*), timezone utils (tzfile.5,
ankry [Sun, 16 Sep 2001 07:33:12 +0000 (07:33 +0000)]
- added manpages for: locale (locale.5, man7/*), timezone utils (tzfile.5,
  tzselect.8, zic.8, zdump.8) and nsswitch.conf.5 from man-pages package.
- increased release to 2

Changed files:
    glibc.spec -> 1.186

11 years ago- awful %%configure macro expansions removed,
Tomasz Pala [Thu, 30 Aug 2001 12:18:48 +0000 (12:18 +0000)]
- awful %%configure macro expansions removed,
- other specs' changelogs cosmetical fixes,
- no functional nor release changes.

Changed files:
    glibc.spec -> 1.185

11 years ago- outdated.
kloczek [Fri, 17 Aug 2001 21:39:44 +0000 (21:39 +0000)]
- outdated.

Changed files:
    glibc-confname.patch -> 1.2
    glibc-getconf.patch -> 1.2
    glibc-nis.patch -> 1.2
    glibc-speed.patch -> 1.5

11 years ago- updated to 2.2.4, glibc-2_2_4-1
kloczek [Fri, 17 Aug 2001 21:34:41 +0000 (21:34 +0000)]
- updated to 2.2.4,
- removed obsoleted patches (confname, nis, speed, paths, vaargs).

Changed files:
    glibc.spec -> 1.184

11 years ago- reverting last change: removing new macros from %p{re,ost}{,un}
saq [Thu, 26 Jul 2001 05:42:07 +0000 (05:42 +0000)]
- reverting last change: removing new macros from %p{re,ost}{,un}

Changed files:
    glibc.spec -> 1.183

11 years ago- use macros in %{pre,post}{,un}
saq [Wed, 25 Jul 2001 16:30:45 +0000 (16:30 +0000)]
- use macros in %{pre,post}{,un}
- need rebuilt rpm (with new macros.pld) to build these

Changed files:
    glibc.spec -> 1.182

11 years ago- added some polish descriptions.
Tomasz Pala [Mon, 23 Jul 2001 17:48:48 +0000 (17:48 +0000)]
- added some polish descriptions.

Changed files:
    glibc.spec -> 1.181

11 years ago- release 16: rebuild memusage against gd 2.0.1. glibc-2_2_3-16
kloczek [Tue, 17 Jul 2001 21:06:04 +0000 (21:06 +0000)]
- release 16: rebuild memusage against gd 2.0.1.

Changed files:
    glibc.spec -> 1.180

11 years ago- added Obsoletes: glibc-common (to allow upgrade from RedHat)
undefine [Tue, 17 Jul 2001 13:16:06 +0000 (13:16 +0000)]
- added Obsoletes: glibc-common (to allow upgrade from RedHat)

Changed files:
    glibc.spec -> 1.179

11 years ago- %configure2_13 - it is passing configure now. (new ac is crazy)
Paweł Gołaszewski [Mon, 16 Jul 2001 10:02:58 +0000 (10:02 +0000)]
- %configure2_13 - it is passing configure now. (new ac is crazy)

Changed files:
    glibc.spec -> 1.178

11 years ago- release 14: s/%configure/%configure2_13/ glibc-2_2_3-14
kloczek [Mon, 16 Jul 2001 09:04:21 +0000 (09:04 +0000)]
- release 14: s/%configure/%configure2_13/

Changed files:
    glibc.spec -> 1.177

11 years ago- Realase == 6 glibc-2_2_3-6
dobrek [Mon, 9 Jul 2001 14:26:50 +0000 (14:26 +0000)]
- Realase == 6

Changed files:
    glibc.spec -> 1.176

11 years ago- Bugfix for axp.
dobrek [Mon, 9 Jul 2001 14:13:20 +0000 (14:13 +0000)]
- Bugfix for axp.

Changed files:
    glibc-vaargs.patch -> 1.1

11 years ago- Added glibc-valist.patch this is an axp bugfix.
dobrek [Mon, 9 Jul 2001 13:54:55 +0000 (13:54 +0000)]
- Added glibc-valist.patch this is an axp bugfix.
  Many thanks to  Jakub Jelinek and Andreas Jaeger.

Changed files:
    glibc.spec -> 1.175

11 years ago- added paths patch glibc-2_2_3-5
Sebastian Zagrodzki [Tue, 3 Jul 2001 13:28:34 +0000 (13:28 +0000)]
- added paths patch
- rel. 5

Changed files:
    glibc.spec -> 1.174

11 years ago- fix vi/sendmail paths
Sebastian Zagrodzki [Tue, 3 Jul 2001 13:28:09 +0000 (13:28 +0000)]
- fix vi/sendmail paths

Changed files:
    glibc-paths.patch -> 1.1

This page took 0.091282 seconds and 4 git commands to generate.