source: projects/specs/trunk/m/metacity/metacity-vl.spec @ 12446

Revision 12446, 14.5 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

Line 
1%define gettext_package metacity
2
3Summary: Metacity window manager
4Summary(ja): Metacity ウインドウマネージャ
5Name: metacity
6Version: 3.36.1
7Release: 1%{?_dist_release}
8Vendor: Project Vine
9Distribution: Vine Linux
10
11URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
12License: GPL
13%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
14Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: gtk3-devel >= 3.15.2
18BuildRequires: gsettings-desktop-schemas-devel >= 3.3.0
19BuildRequires: libcanberra-gtk3-devel
20BuildRequires: startup-notification-devel >= 0.7
21BuildRequires: libgtop2-devel
22BuildRequires: libSM-devel
23BuildRequires: vulkan-devel
24BuildRequires: zenity
25BuildRequires: libtool, automake, autoconf
26BuildRequires: yelp-tools
27
28Requires: vine-themes
29
30%description
31Metacity is a simple window manager that integrates nicely with
32the GNOME desktop.
33
34
35%package devel
36Summary: Development files for metacity
37Group: Development/Libraries
38Requires: gtk3-devel, libX11-devel
39Requires: pkgconfig
40Requires: %{name} = %{version}-%{release}
41
42%description devel
43This package contains the files needed for compiling programs using
44the metacity-private library. Note that you are not supposed to write
45programs using the metacity-private library, since it is a private
46API. This package exists purely for technical reasons.
47
48
49%prep
50%setup -q
51
52
53%build
54autoreconf -if
55%configure --enable-vulkan=yes
56%__make %{?_smp_mflags} INTLTOOL_MERGE=/usr/bin/intltool-merge
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62make install DESTDIR=$RPM_BUILD_ROOT
63
64/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
65/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
66
67%find_lang %{gettext_package}
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72
73%postun
74if [ $1 -eq 0 ]; then
75  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
76fi
77
78%posttrans
79glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
80
81
82%files -f %{gettext_package}.lang
83%defattr(-,root,root)
84%license COPYING
85%doc README AUTHORS NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
86%{_bindir}/metacity
87%{_bindir}/metacity-message
88%{_datadir}/metacity
89%{_libdir}/lib*.so.*
90%{_mandir}/man1/metacity.1.gz
91%{_mandir}/man1/metacity-message.1.gz
92%{_datadir}/glib-2.0/schemas/org.gnome.metacity.gschema.xml
93%{_datadir}/glib-2.0/schemas/org.gnome.metacity.keybindings.gschema.xml
94%{_datadir}/glib-2.0/schemas/org.gnome.metacity.theme.gschema.xml
95%{_datadir}/gnome-control-center/keybindings/*
96%{_datadir}/applications/metacity.desktop
97
98%files devel
99%defattr(-,root,root)
100%{_bindir}/metacity-theme-viewer
101%{_bindir}/metacity-window-demo
102%{_includedir}/*
103%{_libdir}/lib*.so
104%{_libdir}/pkgconfig/*
105%{_mandir}/man1/metacity-theme-viewer.1.gz
106%{_mandir}/man1/metacity-window-demo.1.gz
107
108
109%changelog
110* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
111- new upstream release.
112
113* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.1-1
114- new upstream release.
115- dropped Patch4.
116
117* Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.2-1
118- new upstream release
119
120* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
121- new upstream release
122- remove unused Source, Patches and BR
123
124* Wed Jul 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.34.13-4
125- remove vine themes
126  - add Requires: vine-themes
127
128* Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.13-3
129- rebuild with libgtop2-2.30.0
130
131* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.13-2
132- rebuild with VineSeed environement
133
134* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.13-1
135- new upstream release
136
137* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.8-1
138- new upstream release
139- change BuildRequires: yelp-tools instead of gnome-doc-utils
140- add BuildRequires: pangox-compat-devel
141
142* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.5-1
143- new upstream release
144
145* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-2
146- update Source10 (metacity-theme-vine-7.tar.xz)
147
148* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-1
149- new upstream release
150- drop Patch0,1,10,11
151- remove BuildRequires: GConf2-devel
152- remove Requires: GConf2
153- BuildRequires: gsettings-desktop-schemas-devel
154
155* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1
156- new upstream release
157
158* Tue Aug 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-5
159- fix Vine theme to use fixed size window buttons.
160  - some fonts breaks window title design..
161
162* Wed Jun 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-4
163- update metacity theme
164
165* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-3
166- add patch20 (revert patch)
167  - this commit breaks compiz window decoration.
168
169* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-2
170- update ja.po from git
171
172* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-1
173- update to 2.34.0
174- add patch11 to revert default settings
175  - default title font to Sans Bold 10
176  - add icon menu on titlebar
177- disable patch2 to change workspace num to 4 (factory default).
178
179* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-3
180- update metacity theme
181
182* Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-2
183- update metacity theme
184- drop old old theme
185- add patch10 to enable compositing_manager by default
186
187* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
188- new upstream release
189
190* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
191- rebuild with rpm-4.8.1 for pkg-config file
192- add BuildRequires: gnome-doc-utils
193
194* Fri Apr 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-1
195- updated metacity to 2.30.1
196  - fixed crash when right-clicking on window frame
197
198* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
199- new upstream release
200
201* Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2
202- add BR: libgtop2-devel
203
204* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
205- new upstream release
206- dropped Patch5, 6 and 7 (merged into upstream)
207- removed BR: libglade2-devel
208
209* Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-4
210- added BuildRequires: zenity, libcanberra-devel
211
212* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
213- Patch4: don't spam .xsession-errors so hard
214- Patch5: use libcanberra to play the alert sound
215- Patch6: don't force bell
216- Patch7: fix interaction with autohide panels
217
218* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
219- update Patch0,1,2
220  - apply patches to ".in.in" insread of ".in"
221
222* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
223- new upstream release
224- split development file to -devel subpackage
225  - remove static libs
226
227* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
228- new upstream release
229
230* Fri May 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-2
231- rebuild to fix strange color problem.
232
233* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
234- new upstream release
235
236* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
237- new upstream release
238- added Requires(post): GConf2
239
240* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
241- new upstream release
242
243* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.13-0vl1
244- new upstream release
245
246* Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
247- new upstream release
248
249* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
250- new upstream release
251- remove Patch20 which is merged in upstream
252- include ClearVine theme as default theme.
253
254* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
255- new upstream release
256
257* Fri Apr 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
258- add Patch20 to make configurable new window focus (bug 326159)
259
260* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
261- new upstream release
262
263* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.144-0vl1
264- new upstream release
265
266* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
267- new upstream release
268
269* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
270- new upstream release
271
272* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
273- new upstream release
274
275* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.2-0vl1
276- new upstream release
277
278* Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-0vl1
279- new upstream release
280
281* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
282- new upstream release
283
284* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
285- new upstream version
286- include Vine metacity theme as default theme.
287- update Patch0 to change deafult theme.
288
289* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl2
290- update NeoVine metacity theme.
291
292* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl1
293- new upstream release
294
295* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1
296- new upstream release
297
298* Sun Jun 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
299- new upstream release
300- add BuildRequires: libtoo,automake14, autoconf
301
302* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.6.3-0vl1
303- new upstream release
304- build with new toolchain
305
306* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
307- new upstream release
308
309* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
310- new upstream release
311
312* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl2
313- fixed missing locale files
314
315* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
316- new upstream release
317
318* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl2
319- add patch10 to increase workspaces (4->6).
320
321* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1
322- new upstream release
323
324* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.3-0vl1
325- new upstream release
326
327* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl2
328- update ja.po
329- update NeoVine theme
330
331* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl1
332- new upstream release
333
334* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
335- fixed typo
336- NeoVine Metatheme moved to gnome-themes package.
337
338* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
339- new upstream release
340- add patch2 from rawhide.
341- drop patch1, merged in upstream.
342
343* Fri Jan 31 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.21-0vl2
344- add Patch1 to fix hang on all 64-bit platforms
345
346* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-0vl1
347- new upstream release
348
349* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl3
350- update NeoVine metatheme (use gnome default icons)
351
352* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
353- update neovine theme
354
355* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
356- new upstream release
357
358* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
359- drop patch0 to use system fonts.
360
361* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
362- update ja.po
363
364* Fri Dec 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl5
365- fixed NeoVine theme
366
367* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl4
368- add NeoVine theme ported from sawfish.
369- use neoVine as default theme. (Patch0)
370
371* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl3
372- change URL
373- add BuildRequires
374
375* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl2
376- add include files
377
378* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1
379- build for Vine Linux
380- new upstream release from gnome-2.1.4
381
382* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
383- 2.4.3
384- remove patches that have gone upstream
385
386* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
387- fix shaded window decorations in Bluecurve theme
388
389* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
390- fix the mplayer-disappears-on-de-fullscreen bug
391
392* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
393- add some fixes from CVS for #71163 #72379 #72478 #72513
394
395* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
396- patch .schemas.in instead of .schemas so we get right default theme/fonts
397
398* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
399- grow size of top resize, and display proper cursor on enter notify
400- require latest intltool to try and fix metacity.schemas by
401  regenerating it in non-UTF-8 locale
402
403* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
404- default to Sans Bold font, fixes #70920 and matches graphic design spec
405
406* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
407- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
408- more apps that probably intend to be, fix for changing number of
409  workspaces, fix for moving windows in multihead
410
411* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
412- update build requires
413
414* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
415- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from
416  this weekend
417- change default theme to bluecurve and require new redhat-artwork
418
419* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
420- 2.4.0
421- themes are moved, require appropriate redhat-artwork
422
423* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
424- munge the desktop file to be in toplevel menus and
425  not show in KDE
426
427* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
428- don't use system font by default as metacity's
429  font is now in the system font dialog
430
431* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
432- 2.3.987.92 cvs snap
433
434* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
435- 2.3.987.91 cvs snap
436
437* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
438- 2.3.987.90 cvs snap
439
440* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
441- automated rebuild
442
443* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
444- rebuild for new libraries
445
446* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
447- rebuild in different environment
448
449* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
450- 2.3.987
451- default to redhat theme
452
453* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
454- rebuild in different environment
455
456* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
457- 2.3.610.90 cvs snap
458
459* Sun May 26 2002 Tim Powers <timp@redhat.com>
460- automated rebuild
461
462* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
463- rebuild in different environment
464
465* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
466- 2.3.377
467
468* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
469- 2.3.233
470
471* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
472- rebuild in different environment
473- add gconf schemas boilerplate
474
475* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
476- 2.3.89
477
478* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
479- 2.3.34
480
481* Sat Oct 13 2001 Havoc Pennington <hp@redhat.com>
482- 2.3.21
483
484* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
485- 2.3.8
486- 2.3.13
487
488* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
489- Initial build.
490
491
Note: See TracBrowser for help on using the repository browser.