]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
c7c9eeda24550b48d0334c48947cad2a0b3a7149
[packages/glibc.git] / glibc.spec
1 Summary:     GNU libc
2 Summary(de): GNU-Libc
3 Summary(fr): GNU libc
4 Summary(pl): GNU libc
5 Summary(tr): GNU libc
6 Name:        glibc
7 Version:     2.0.7
8 %define kheaders 2.1.76
9 %define version 981012
10 Release:     30
11 Copyright:   LGPL
12 Group:       Development/Libraries/Libc
13 Source0:     glibc-2.0.7-%{version}.tar.gz
14 Source1:     ftp://prep.ai.mit.edu/pub/gnu/glibc-localedata-2.0.7pre3.tar.gz
15 Source2:     ftp://prep.ai.mit.edu/pub/gnu/glibc-linuxthreads-2.0.7pre5.tar.gz
16 Source3:     ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.6.tar.gz 
17 Source4:     glibc-2.0.7-nsswhich.conf
18 Source5:     linux-include-%{kheaders}.tar.gz
19 Source6:     glibc-2.0.7-db-mans.tar.gz
20
21 Patch0:      glibc-2.0.7-preload.patch
22 Patch1:      glibc-2.0.7-nonmt.patch
23 Patch2:      glibc-2.0.7-localedata.patch
24 Patch3:      glibc-2.0.7-misc.patch
25 Patch4:      glibc-2.0.7-sparc.patch
26 Patch5:      glibc-2.0.7-sparc2.patch
27 Patch6:      glibc-2.0.7-sparc3.patch
28 Patch7:      glibc-2.0.7-tz.patch
29 Patch9:      glibc-2.0.7-sparc4.patch
30 Patch10:     glibc-2.0.6-threads.patch
31 Patch11:     glibc-2.0.7-pagesize.patch
32 Patch12:     glibc-2.0.7-getpagesize.patch
33 Patch13:     glibc-2.0.7-resolv.patch
34 Patch14: glibc-2.0.7-slovak.patch
35 Patch15: glibc-2.0.7-serbian.patch
36 Patch17: glibc-2.0.7-shaper.patch
37 Patch18: glibc-2.0.7-sparclongjmp2.patch
38 Patch19:     glibc-localedata_install.patch.gz
39 Patch100: glibc-2.0.7-kfd.patch
40
41 Buildroot:   /tmp/%{name}-%{PACKAGE_VERSION}-root
42 Obsoletes:   zoneinfo libc-static libc-devel libc-profile libc-headers linuxthreads
43 Autoreq:     false
44 %ifarch alpha
45 Provides: ld.so.2
46 %else
47 %endif
48 %ifarch sparc
49 Obsoletes: libc
50 %endif
51
52 %description
53 Contains the standard libraries that are used by multiple programs on
54 the system. In order to save disk space and memory, as well as to
55 ease upgrades, common system code is kept in one place and shared between
56 programs. This package contains the most important sets of shared libraries,
57 the standard C library and the standard math library. Without these, a
58 Linux system will not function. It also contains national language (locale)
59 support and timezone databases.
60
61 %description -l de
62 Enthält die Standard-Libraries, die von verschiedenen Programmen im 
63 System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen 
64 und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an 
65 einer einzigen Stelle gespeichert und wird von den Programmen 
66 gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der 
67 shared Libraries, die Standard-C-Library und die Standard-Math-Library, 
68 ohne die das Linux-System nicht funktioniert. Ferner enthält es den Support 
69 für die verschiedenen Sprachgregionen (locale) und die Zeitzonen-Datenbank.
70
71 %description -l fr
72 Contient les bibliothèques standards utilisées par de nombreux programmes
73 du système. Afin d'économiser l'espace disque et mémoire, et de faciliter
74 les mises à jour, le code commun au système est mis à un endroit et partagé
75 entre les programmes. Ce paquetage contient les bibliothèques partagées les
76 plus importantes, la bibliothèque standard du C et la bibliothèque
77 mathématique standard. Sans celles-ci, un système Linux ne peut fonctionner.
78 Il contient aussi la gestion des langues nationales (locales) et les bases
79 de données des zones horaires.
80
81 %description -l pl
82 Pakiet ten zawiera standardowe biblioteki, u¿ywane przez ró¿ne programy w
83 twoim systemie. U¿ywanie przez programy bibliotek z tego pakietu oszczêdza
84 miejsce na dysku i pamiêæ. Wiekszo¶æ kodu systemowego jest usytu³owane w
85 jednym miejscu i dzielone miêdzy wieloma programami. Pakiet ten zawiera
86 bardzo wa¿ny sbiór bibliotek wspó³dzielonych, standardowych bibliotek C i
87 standardowych bibliotek matematycznych. Bez glibc system Linux nie jest w
88 stanie funkcjonowaæ. Znajduj± siê tutaj równie¿ definicje ró¿nych informacji
89 dla wielu jêzyków (locale) oraz definicje stref czasowych.
90
91 %description -l tr
92 Bu paket, birçok programýn kullandýðý standart kitaplýklarý içerir. Disk
93 alaný ve bellek kullanýmýný azaltmak ve ayný zamanda güncelleme iþlemlerini
94 kolaylaþtýrmak için ortak sistem kodlarý tek bir yerde tutulup programlar
95 arasýnda paylaþtýrýlýr. Bu paket en önemli ortak kitaplýklarý, standart
96 C kitaplýðýný ve standart matematik kitaplýðýný içerir. Bu kitaplýklar olmadan
97 Linux sistemi çalýþmayacaktýr. Yerel dil desteði ve zaman dilimi veri tabaný
98 da bu pakette yer alýr.
99
100 %package debug
101 Summary: glibc with debugging information
102 Summary(de): glibc mit Debugging-Info
103 Summary(fr): glibc contenant des informations pour le débuggage
104 Summary(tr): Hata ayýklama bilgileriyle oluþturulmuþ glibc
105 Group: Development/Libraries/Libc
106 Requires:    %{name} = %{PACKAGE_VERSION}
107
108 %description debug
109 These libraries have the debugging information debuggers use for tracing
110 the execution of programs. These are only needed when the shared libraries
111 themselves are being debugged -- they are not needed to debug programs which
112 use them.
113
114 %description -l de debug
115 Diese Libraries enthalten die Debugging-Daten, die Debuggers zum Verfolgen
116 der Ausführung von Programmen verwenden. Sie benötigen diese nur, wenn
117 die gemeinsam genutzten Libraries debugged werden - sie werden zum Debuggen
118 von Programmen, die sie benutzen, nicht benötigt.
119
120 %description -l fr debug
121 Ces bibliothèques disposent d'information de débuggage pour tracer l'exécution
122 des programmes. Elles ne sont nécessaires que lorsque les bibliothèques
123 partagées ont été elles-mêmes débuggées -- elles ne sont pas nécessaires pour
124 débugger les programmes qui les utilisent.
125
126 %description -l tr debug
127 Programlarýn çalýþmalarýný izlemek (trace) ve hata ayýklamak için kullanýlan
128 kitaplýklar. Bunlar sadece ortak kitaplýklarýn hatalarýný ayýklamak
129 isteyenlere gerekecektir.
130
131 %package devel
132 Summary:     Additional libraries required to compile
133 Summary(de): Weitere Libraries zum Kompilieren
134 Summary(fr): Librairies supplémentaires nécessaires à la compilation.
135 Summary(pl): Dodatkowe biblioteki wymagane podczas kompilacji
136 Summary(tr): Geliþtirme için gerekli diðer kitaplýklar
137 Group:       Development/Libraries/Libc
138 Requires:    kernel-headers
139 Conflicts:   texinfo < 3.11
140 Prereq:      /sbin/install-info
141 Requires:    %{name} = %{PACKAGE_VERSION}
142 Obsoletes:   libc-devel linuxthreads-devel
143
144 %description devel
145 To develop programs which use the standard C libraries (which nearly all
146 programs do), the system needs to have these standard header files and object
147 files available for creating the executables.
148
149 %description -l de devel
150 Bei der Entwicklung von Programmen, die die Standard-C-Libraries verwenden
151 (also fast alle), benötigt das System diese Standard-Header- und Objektdateien
152 zum Erstellen der ausführbaren Programme.
153
154 %description -l fr devel
155 Pour développer des programmes utilisant les bibliothèques standard du C
156 (ce que presque tous les programmes font), le système doit posséder ces
157 fichiers en-têtes et objets standards pour créer les exécutables.
158
159 %description -l pl devel
160 Pakiet ten jest niezbêdny przy tworzeniu w³±snych programów wykorzystuj±cych
161 standardowe biblioteki C. Znajduj± siê tutaj pliki nag³ówkowe i
162 pliki objektowe, niezbêdne do kompilacji plików wykonywalnych.
163
164 %description -l tr devel
165 C kitaplýðýný kullanan (ki hemen hemen hepsi kullanýyor) programlar
166 geliþtirmek için gereken standart baþlýk dosyalarý ve statik kitaplýklar.
167
168 %package profile
169 Summary:     glibc with profiling support
170 Summary(de): glibc mit Profil-Unterstützung
171 Summary(fr): glibc avec support pour profiling.
172 Summary(pl): wersje bibliotek glibc do profajlowania
173 Summary(tr): Ölçüm desteði olan glibc
174 Group:       Development/Libraries/Libc
175 Obsoletes:   libc-profile
176 Requires:    %{name} = %{PACKAGE_VERSION}
177
178 %description profile
179 When programs are being profiled used gprof, they must use these libraries
180 instrad of the standard C libraries for gprof to be able to profile
181 them correctly.
182
183 %description -l de profile
184 Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
185 Libraries anstelle der üblichen C-Libraries verwendet werden.
186
187 %description -l pl profile
188 Je¿eli program ma byæ poddany badanion z u¿yciem profajlera gprof, to bêdzie
189 musia³ byæ linkowany z bibliotekami z tego pakietu.
190
191 %description -l tr profile
192 gprof kullanýlarak ölçülen programlar standart C kitaplýðý yerine bu
193 kitaplýðý kullanmak zorundadýrlar.
194
195 %prep
196 %setup -q -a 1 -a 2 -a 3 -a 5 -a 6
197 %patch0 -p1 -b .preload
198 #%patch1 -p0 -b .nonmt
199 %patch2 -p1 -b .localedata
200 %patch3 -p1 -b .misc
201 %ifarch sparc
202 %patch4 -p1 -b .sparc
203 %patch5 -p1 -b .sparc2
204 %patch6 -p1 -b .sparc3
205 %patch9 -p1 -b .sparc4
206 %patch12 -p1 -b .getpagesize
207 %patch18 -p1 -b .sparclongjmp2
208 %endif
209 %patch7 -p1 -b .tz
210 %patch10 -p1 -b .threads
211 %patch11 -p1 -b .pagesize
212 %patch14 -p1 -b .slovak
213 %patch15 -p1 -b .serbian
214 %patch17 -p1 -b .shaper
215 %patch19 -p1 -b .localedata_install
216
217 # this is the 3000 file descriptors patch...
218 #patch100 -p1 -b .kfd
219
220 ln -s asm-${RPM_ARCH} linux/include/asm
221 ln -s ../../../../linux/include/linux sysdeps/unix/sysv/linux/linux
222 ln -s ../../../../linux/include/asm sysdeps/unix/sysv/linux/asm
223
224 find . -type f -size 0 -exec rm -f {} \;
225
226 %build
227 autoconf
228 CFLAGS="$RPM_OPT_FLAGS -g -DNDEBUG=1" \
229 ./configure \
230         --enable-add-ons=yes --enable-profile --prefix=/usr
231 make -r
232
233 %install
234 rm -rf $RPM_BUILD_ROOT
235 install -d $RPM_BUILD_ROOT/usr/man/man3
236
237 make install_root=$RPM_BUILD_ROOT install
238 make install_root=$RPM_BUILD_ROOT install-locales -C localedata
239
240 # the man pages for the linuxthreads require special attention
241 make -C linuxthreads/man
242 install linuxthreads/man/*.3thr $RPM_BUILD_ROOT/usr/man/man3
243 install db/*.3 $RPM_BUILD_ROOT/usr/man/man3
244
245 gzip -9nvf $RPM_BUILD_ROOT/usr/info/libc*
246
247 rm -rf $RPM_BUILD_ROOT/usr/share/zoneinfo/{localtime,posixtime,posixrules}
248 # this one conflicts badly with the kernel
249 rm -rf $RPM_BUILD_ROOT/usr/include/scsi
250 ln -sf ../../../etc/localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/localtime
251 ln -sf localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/posixtime
252 ln -sf localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/posixrules
253 ln -sf ../../usr/lib/libbsd-compat.a $RPM_BUILD_ROOT/usr/lib/libbsd.a
254 rm -f $RPM_BUILD_ROOT/etc/localtime
255
256 install $RPM_SOURCE_DIR/glibc-2.0.7-nsswhich.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
257
258 # This is for ncsd - in glibc 2.1
259 #install nscd/nscd.conf $RPM_BUILD_ROOT/etc
260 #mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
261 #install nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
262
263 # the last bit: more documentation
264 rm -rf documentation
265 mkdir documentation
266 cp linuxthreads/ChangeLog  documentation/ChangeLog.threads
267 cp linuxthreads/Changes documentation/Changes.threads
268 cp linuxthreads/README documentation/README.threads
269 cp linuxthreads/FAQ.html documentation/FAQ-threads.html
270 cp -r linuxthreads/Examples documentation/examples.threads
271 cp crypt/README documentation/README.crypt
272 cp ChangeLog* documentation
273 gzip -9 documentation/ChangeLog*
274
275 strip $RPM_BUILD_ROOT/{lib/*,bin/*,sbin/*,usr/{bin/*,sbin/*}} || :
276
277 rm -f $RPM_BUILD_ROOT/usr/include/*.def
278
279 %post   -p /sbin/ldconfig
280 %postun -p /sbin/ldconfig
281
282 %post devel
283 /sbin/install-info /usr/info/libc.info.gz /usr/info/dir
284
285 %preun devel
286 if [ "$1" = 0 ]; then
287     /sbin/install-info --delete /usr/info/libc.info.gz /usr/info/dir
288 fi
289
290 %clean
291 rm -rf $RPM_BUILD_ROOT
292
293 %files
294 %defattr(644, root, root, 755)
295 %config /etc/nsswhich.conf
296 %config /etc/rpc
297 /usr/share/i18n
298 /usr/share/locale
299 /usr/share/zoneinfo
300 %attr(755, root, root) /lib/*
301 %attr(755, root, root) /usr/bin/*
302 %attr(755, root, root) /usr/sbin/*
303
304 %files devel
305 %defattr(644, root, root, 755)
306 %doc README NEWS FAQ BUGS NOTES PROJECTS documentation/*
307 /usr/include/*
308 /usr/lib/*.o         
309 /usr/lib/lib*.so
310 /usr/info/*info*.gz
311 %attr(644, root, man) /usr/man/man3/*
312 /usr/lib/libBrokenLocale.a
313 /usr/lib/libbsd-compat.a
314 /usr/lib/libbsd.a
315 /usr/lib/libc.a
316 /usr/lib/libc_nonshared.a
317 /usr/lib/libcrypt.a
318 /usr/lib/libdb.a
319 /usr/lib/libdl.a
320 /usr/lib/libieee.a
321 /usr/lib/libm.a
322 /usr/lib/libmcheck.a
323 /usr/lib/libndbm.a
324 /usr/lib/libnsl.a
325 /usr/lib/libposix.a
326 /usr/lib/libpthread.a
327 /usr/lib/libresolv.a
328 /usr/lib/librpcsvc.a
329 /usr/lib/libutil.a
330
331 %files profile
332 %attr(644, root, root) /usr/lib/lib*_p.a
333
334 %files debug
335 %attr(644, root, root) /usr/lib/libg.a
336
337 %changelog
338 * Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
339 - updated to fix some of the memory leaks in the dl code
340
341 * Wed Sep 30 1998 Cristian Gafton <gafton@redhat.com>
342 - ypall UDP socket leak fixed
343 - add if_shaper.h
344 - list ruffian as a supported arch
345 - serbian locale support
346 - slovak patches in
347
348 * Sun Sep 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
349   [2.0.7-24]
350 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
351 - added using %%{name} and %%{version} in Source,
352 - changed dependencies to "Requires: %%{name} = %%{version}" in devel
353   subpackage,
354 - added full %attr description in %files,
355 - removed INSTALL from %doc,
356 - added stripping programs and shared libraries,
357 - all %doc moved to devel.
358
359 * Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
360   [2.0.7-23]
361 - resolver timeout fix on un-networked systems
362
363 * Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
364 - fix for tmp race condition on glibcbug
365 - fix for getpagesize() in sparc
366 - man pages for the db functions (from old db-1.85)
367
368 * Thu Aug 20 1998 Jeff Johnson <jbj@redhat.com>
369 - patches for debugging threads (http://odin.appliedtheory.com/).
370
371 * Mon Aug 17 1998 Cristian Gafton <gafton@redhat.com>
372 - new cvs version and patch top fix some typos
373
374 * Thu Aug 13 1998 Jakub Jelinek <jj@ultra.linux.cz>
375 - Fix SPARC longjmp to allow threaded apps (sparc4)
376 - install in localedata requires chroot to be in $PATH
377
378 * Thu Jul 23 1998 Cristian Gafton <gafton@redhat.com>
379 - upgraded the cvs snapshot to match the "official" pre5 release
380 - also upgraded the linuxthreads package
381 - changelog is not at the end of the spec file.
382
383 * Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
384 - added patch for socketbits.h to define CMSG_LEN/ALIGN/SPACE
385
386 * Sat Jul 11 1998 Cristian Gafton <gafton@redhat.com>
387 - upgraded again from the cvs version to catch the paranoia env patch
388 - added a patch to fix the backport of the env paranoia found in the CVS
389
390 * Fri Jun 26 1998 Cristian Gafton <gafton@redhat.com>
391 - updated the cvs version
392 - added a (maybe way too paranoid) tz patch
393
394 * Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
395 - Add sparc patches from davem.
396
397 * Sat May 23 1998 Cristian Gafton <gafton@redhat.com>
398 - updated again sbapshot to catch the latest rpc fixes
399
400 * Thu May 21 1998 Cristian Gafton <gafton@redhat.com>
401 - updated snapshot to include the fixed time patches
402 - added Jeff's sparc patch 
403
404 * Wed May 20 1998 Cristian Gafton <gafton@redhat.com>
405 - added time-related patches for tzset & friends
406
407 * Sat May 09 1998 Prospector System <bugs@redhat.com>
408 - translations modified for de, fr, tr
409
410 * Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
411 - added a patch to fix the pow function (ulrich drepper, pointed out by
412   andreas jaeger)
413 - updated snapshot
414
415 * Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
416 - updated snapshot
417 - fixed sethostid which used to require the slack-dead /var/adm dir
418
419 * Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
420 - fixed russian locale problem
421 - alpha should now link again statically. Patch from rth
422
423 * Sat Apr 18 1998 Cristian Gafton <gafton@redhat.com>
424 - updated snapchot and added a patch to fix a closelog() problem
425
426 * Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
427 - updated snapshot and added a new patch to fix __open_catalog
428 - added AutoReqProv: false to help break some circular dependencies
429
430 * Mon Apr 06 1998 Cristian Gafton <gafton@redhat.com>
431 - updated glibc snapshot
432
433 * Sat Apr 04 1998 Cristian Gafton <gafton@redhat.com>
434 - updated snapshot; rebuilt package on alpha with egcs
435
436 * Tue Mar 31 1998 Cristian Gafton <gafton@redhat.com>
437 - more patches to fix dlopen()/dlclose problems
438
439 * Tue Mar 24 1998 Cristian Gafton <gafton@redhat.com>
440 - fixed a dlclose() problem.
441 - updated the cvs snapshot
442
443 * Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
444 - need a fairly recent version of texinfo (3.11 or later). Handle this
445   through a Conflicts: header for the glibc-devel package
446
447 * Sat Mar 14 1998 Cristian Gafton <gafton@redhat.com>
448 - new package versioning for snapshots
449
450 * Sat Mar 14 1998 Cristian Gafton <gafton@redhat.com>
451 - new snapshot
452 - fixed a localedef bug
453 - reverted some changes in the new localedata ru_RU that caused locale files
454   to be built incorrectly.
455
456 * Wed Mar 04 1998 Cristian Gafton <gafton@redhat.com>
457 - downgraded kernel headers to 2.1.76. tty changes in more recent kernels
458   require too many programs to be recompiled against the new glibc.
459 - upgraded the dlfix patch for dlopen() to handle large shared objects
460 - updated the fix patch to make the source compile on alpha
461 - the new sources require binutils 2.8.1.0.21 or later to compile on alpha
462 - updated snapshot; lots of patches obsoleted
463 - added a patch to buold & install the localedata files correctly
464 - added yet another patch from H.J.Lu
465
466 * Sat Feb 28 1998 Cristian Gafton <gafton@redhat.com>
467 - updated the snapshot
468 - upgraded the kernel headers to 2.1.88
469 - replaced the full kernel source with a homebrew
470   linux-include-2.1.88.tar.gz (it was way too hard to maintain glibc from
471   home over my modem...)
472
473 * Wed Feb 18 1998 Cristian Gafton <gafton@redhat.com>
474 - added a dl-open fix for the RTLD_GLOBAL flag
475
476 * Sat Feb 07 1998 Cristian Gafton <gafton@redhat.com>
477 - upgraded to 2.0.7pre1
478 - modified spec file to include linuxthreads man pages and documentation
479
480 * Wed Jan 28 1998 Erik Troan <ewt@redhat.com>
481 - don't believe LD_PRELOAD if the app is setuid root
482
483 * Tue Jan 27 1998 Cristian Gafton <gafton@redhat.com>
484 - added (what else ?) more patches from Andreas Jaeger, Andreas Schwab,
485   Ulrich Drepper and H J Lu
486
487 * Fri Jan 16 1998 Cristian Gafton <gafton@redhat.com>
488 - added nss patch to fix a problem of ignoring the NSS_STATUS_TRYAGAIN
489   return value from the modules by getXXbyYY_r and getXXent_r functions
490 - added another patch for the nss_db from Andreas Schwab
491
492 * Wed Jan 14 1998 Cristian Gafton <gafton@redhat.com>
493 - added a patch to fix the problems with the nss_db lookups from Andreas
494   Schwab
495 - added a patch to fix lookup problems with large entries (errno not being
496   reset from ERANGE)
497 - added another two tiny patches from Andreas Jaeger
498 - added a header patch for the net/if.h file which failed to #define
499   #IFF_* symbols
500 - fixed obsoletes header for linuxthreads
501 - added a patch for locale on big endian machines from Andreas Schwab
502 - added a config patch from Andreas Jaeger
503
504 * Wed Jan  7 1998 Cristian Gafton <gafton@redhat.com>
505 - figured out how to handle newer kernels on alpha - back to 2.1.76
506 - added a patch to address case-sensitve hosts and aliases lookup brokeness
507 - re-added the patch for alpha/net/route.h, which somehow escaped the
508   official release
509 - added the threads and thread-signal patches from Andreas Jaeger
510
511 * Mon Dec 29 1997 Cristian Gafton <gafton@redhat.com>
512 - finally 2.0.6 final release is here...
513 - reverted to kernel headers 2.1.60. Although the latest one available
514   should be used (2.1.76 at the moment), the new kernel headers break
515   compilation on alpha (due to the rename of the __NR_sigaction to
516   __NR_old_osf_sigaction). In two days I haven't figured out the correct
517   place to modify this on glibc sources, so...
518
519 * Thu Dec 25 1997 Cristian Gafton <gafton@redhat.com>
520 - upgraded to pre6
521
522 * Tue Dec 23 1997 Cristian Gafton <gafton@redhat.com>
523 - upgraded to pre5
524 - added NIS patch fix
525
526 * Mon Dec 15 1997 Cristian Gafton <gafton@redhat.com>
527 - added security patch
528
529 * Fri Dec 12 1997 Cristian Gafton <gafton@redhat.com>
530 - updated to 2.0.6pre4
531 - cleaned up the spec file
532
533 * Sun Nov 09 1997 Erik Troan <ewt@redhat.com>
534 - added setlocale patch from Ulrich
535
536 * Wed Nov 05 1997 Erik Troan <ewt@redhat.com>
537 - added new glob.c from Ulrich
538
539 * Wed Oct 29 1997 Erik Troan <ewt@redhat.com>
540 - fixed timezone patch
541
542 * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
543 - added patch to fix sense on timezone global
544
545 * Sat Oct 25 1997 Erik Troan <ewt@redhat.com>
546 - build against included kernel headers
547 - added ld.so patch from ulrich
548
549 * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
550 - added documentation files as %doc
551 - improved obsoletes list
552
553 * Thu Oct 16 1997 Erik Troan <ewt@redhat.com>
554 - added patch to fix nfs inet_ntoa() memory leak
555 - create proper sysdeps/alpha/Implies
556 - create configparms w/ a here doc, not a separate patch file
557
558 * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
559 - added patch from Ulrich for rcmd() w/ IP number
560
561 * Tue Sep 16 1997 Erik Troan <ewt@redhat.com>
562 - added obsolete entries 
563
564 * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
565 - removed /usr/info/dir
566 - added support for install-info for devel package
567
568 * Wed Sep 10 1997 Erik Troan <ewt@redhat.com>
569 - updated to 2.0.5c
570
571 * Wed Sep 10 1997 Erik Troan <ewt@redhat.com>
572 - added getcwd() fix from Ulrich
573 - changed datadir to default /usr/share instead of /usr/lib
574
575 * Mon Sep 01 1997 Erik Troan <ewt@redhat.com>
576 - fixed some symlinks (which broke due to the buildroot)
577
578 * Thu Aug 28 1997 Erik Troan <ewt@redhat.com>
579 - removed extrneous symlinks invocation
580 - removed /etc/localtime from filelist
581
582 * Wed Aug 27 1997 Erik Troan <ewt@redhat.com>
583 - added patch to tcp.h from Ulrich
584
585 * Wed Aug 27 1997 Erik Troan <ewt@redhat.com>
586 - updated to 2.0.5
587 - removed zic symlink hack
588
589 * Sat Aug 23 1997 Erik Troan <ewt@redhat.com>
590 - minor hack for alpha (won't be necessary in next release)
591 - swhiched to use a build root
592 - dynamically builds file lists
593
594 * Tue Aug 19 1997 Erik Troan <ewt@redhat.com>
595 - 1) Updated to glibc 2.0.5pre5 (version of package is 2.0.4.9)
596
597 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
598 - 1) Updated to glibc 2.0.4
599
600 * Thu May 15 1997 Erik Troan <ewt@redhat.com>
601 - 1) Updated to glibc 2.0.3, builds glibc on Intel as well.
602
603 * Tue Feb 18 1997 Erik Troan <ewt@redhat.com>
604 - 1) added patch for shadow to work w/ :: rather then :-1: entries
605 - 2) incorporated Richard Henderson's string operation fix
606 - 3) added default /etc/nsswhich.conf
607   [2.1.1-1]
608 - based on RH spec,
609 - spec rewrited by PLD team,
610   we start at GNU libc 2.0.92 one year ago ...
611 - pl translation by Wojtek ¦lusarczyk <wojtek@shadow.eu.org>.
This page took 0.067516 seconds and 3 git commands to generate.