8f735d
Summary:       Hardware lister
8f735d
Name:          lshw
e67e1d
Version:       B.02.19.2
6eb117
Release:       6%{?dist}
8f735d
License:       GPLv2
8f735d
Group:         Applications/System
8f735d
URL:           http://ezix.org/project/wiki/HardwareLiSter
8f735d
Source0:       http://www.ezix.org/software/files/lshw-%{version}.tar.gz
8f735d
Patch1:        lshw-B.02.18-scandir.patch
e67e1d
Patch2:        lshw-B.02.18-revert-json.patch
e67e1d
Patch3:        lshw-B.02.19.2-cmake.patch
e67e1d
Patch4:        lshw-B.02.19.2-Add-the-FindPkgConfig-to-CMakeLists.patch
e67e1d
Patch5:        0001-report-CPU-family-model-stepping.patch
e67e1d
Patch6:        0002-move-PnP-devices-to-the-ISA-LPC-bridge.patch
e67e1d
Patch7:        0003-correctly-format-SMBIOS-UUID.patch
e67e1d
Patch8:        0004-cosmetic-clean-up.patch
e67e1d
Patch9:        0005-begin-work-on-input-devices.patch
e67e1d
Patch10:       0006-cosmetic-fixes.patch
e67e1d
Patch11:       0007-detect-sound-devices.patch
e67e1d
Patch12:       0008-detect-framebuffers.patch
e67e1d
Patch13:       0009-try-to-connect-input-devices-to-the-right-parent.patch
e67e1d
Patch14:       0010-devtree-Add-chip-id-from-the-dimm-module.patch
e67e1d
Patch15:       0011-devtree-Add-chip-id-from-CPU-node.patch
e67e1d
Patch16:       0012-volumes-fix-segfault-in-apfs-volume-code.patch
e67e1d
Patch17:       0013-merge-Github-PR-53.patch
e67e1d
Patch18:       0014-devtree-Add-capabilites-to-the-OPAL-Firmware.patch
e67e1d
Patch19:       0015-fix-issue-with-logical-names-being-truncated-dev-sda.patch
e67e1d
Patch20:       0016-code-clean-up-for-read-3.patch
e67e1d
Patch21:       0017-report-product-model-on-Power-systems.patch
f5c53a
Patch22:       0001-Fix-few-memory-leaks.patch
f5c53a
Patch23:       0002-Build-against-gtk3-instead-of-gtk2.patch
f5c53a
Patch24:       0003-Remove-deprecated-stock-messages.patch
f5c53a
Patch25:       0004-Remove-hack-which-is-apparently-not-useful-anymore.patch
f5c53a
Patch26:       0005-Use-GtkFileChooserNative-instead-of-GtkFileChooserDi.patch
f5c53a
Patch27:       0006-Replace-deprecated-GtkIconFactory-with-GHashTable.patch
f5c53a
Patch28:       0007-Replace-the-last-GtkStock-in-overwrite-dialog.patch
f5c53a
Patch29:       0008-Remove-deprecated-widgets.patch
f5c53a
Patch30:       0009-Remove-deprecated-use_action_appearance-property.patch
f5c53a
Patch31:       0010-Move-to-GtkApplication.patch
f5c53a
Patch32:       0011-Replace-signals-with-GSimpleActions.patch
f5c53a
Patch33:       0012-Enable-Disable-GSimpleAction-instead-of-button-sensi.patch
f5c53a
Patch34:       0013-Move-from-GtkMenuBar-to-GMenu.patch
f5c53a
Patch35:       0014-Replace-the-about-GtkDialog-with-a-GtkAboutDialog.patch
f5c53a
Patch36:       0015-Update-docs-TODO.patch
f5c53a
Patch37:       0016-Update-docs-TODO.patch
f5c53a
Patch38:       0017-update-man-page.patch
f5c53a
Patch39:       0018-fix-man-page-after-previous-update.patch
f5c53a
Patch40:       rhelonly-cleanup-remove-unused-support.c-support.h-generated-.patch
f5c53a
Patch41:       0001-Report-correct-memory-size-on-SMBIOS-2.7.patch
f5c53a
Patch42:       0001-devtree-Add-UUID-property.patch
6eb117
Patch43:       0001-Fix-getting-size-of-memory-banks-32GiB.patch
e6b9b5
8f735d
BuildRequires: cmake
8f735d
BuildRequires: desktop-file-utils
8f735d
BuildRequires: gcc
8f735d
BuildRequires: gcc-c++
8f735d
BuildRequires: gettext
f5c53a
BuildRequires: gtk3-devel >= 3.22
8f735d
BuildRequires: libappstream-glib
8f735d
BuildRequires: ninja-build
8f735d
BuildRequires: python3-devel
e6b9b5
BuildRequires: sqlite
e6b9b5
BuildRequires: sqlite-devel
8f735d
Requires:      hwdata
8f735d
%description
8f735d
lshw is a small tool to provide detailed informaton on the hardware
8f735d
configuration of the machine. It can report exact memory
8f735d
configuration, firmware version, mainboard configuration, CPU version
8f735d
and speed, cache configuration, bus speed, etc. on DMI-capable x86
8f735d
systems and on some PowerPC machines (PowerMac G4 is known to work).
8f735d
8f735d
Information can be output in plain text, XML or HTML.
8f735d
8f735d
%package       gui
8f735d
Summary:       Graphical hardware lister
8f735d
Group:         Applications/System
8f735d
Requires:      polkit
f5c53a
Requires:      gtk3 >= 3.22
8f735d
Requires:      %{name} = %{version}-%{release}
8f735d
%description   gui
8f735d
Graphical frontend for the hardware lister (lshw) tool. If desired,
8f735d
hardware information can be saved to file in plain, XML or HTML
8f735d
format.
8f735d
8f735d
%prep
8f735d
%setup -q
8f735d
%patch01 -p1
e67e1d
%patch02 -R -p1
e67e1d
%patch03 -p1
8f735d
%patch04 -p1
e6b9b5
%patch05 -p1
e6b9b5
%patch06 -p1
e6b9b5
%patch07 -p1
e6b9b5
%patch08 -p1
e6b9b5
%patch09 -p1
e6b9b5
%patch10 -p1
e6b9b5
%patch11 -p1
e6b9b5
%patch12 -p1
e6b9b5
%patch13 -p1
37ad14
%patch14 -p1
37ad14
%patch15 -p1
37ad14
%patch16 -p1
37ad14
%patch17 -p1
e67e1d
%patch18 -p1
e67e1d
%patch19 -p1
e67e1d
%patch20 -p1
e67e1d
%patch21 -p1
f5c53a
%patch22 -p1
f5c53a
%patch23 -p1
f5c53a
%patch24 -p1
f5c53a
%patch25 -p1
f5c53a
%patch26 -p1
f5c53a
%patch27 -p1
f5c53a
%patch28 -p1
f5c53a
%patch29 -p1
f5c53a
%patch30 -p1
f5c53a
%patch31 -p1
f5c53a
%patch32 -p1
f5c53a
%patch33 -p1
f5c53a
%patch34 -p1
f5c53a
%patch35 -p1
f5c53a
%patch36 -p1
f5c53a
%patch37 -p1
f5c53a
%patch38 -p1
f5c53a
%patch39 -p1
f5c53a
%patch40 -p1
f5c53a
%patch41 -p1
f5c53a
%patch42 -p1
6eb117
%patch43 -p1
8f735d
8f735d
%build
8f735d
mkdir build && pushd build
e6b9b5
%cmake .. -DNOLOGO=ON -DHWDATA=OFF -DPOLICYKIT=ON -DBUILD_SHARED_LIBS=OFF -DSQLITE=ON -GNinja
8f735d
%ninja_build
8f735d
8f735d
%install
8f735d
pushd build
8f735d
%ninja_install
8f735d
ln -s gtk-lshw %{buildroot}%{_sbindir}/lshw-gui
8f735d
8f735d
# translations seems borken, remove for now
8f735d
#find_lang %{name}
8f735d
rm -rf %{buildroot}%{_datadir}/locale/fr/
8f735d
8f735d
%check
8f735d
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
8f735d
8f735d
# check json output is valid
8f735d
pushd build
8f735d
src/lshw -json \
8f735d
    -disable usb -disable pcmcia -disable isapnp \
8f735d
    -disable ide -disable scsi -disable dmi -disable memory \
8f735d
    -disable cpuinfo 2>/dev/null | %{__python3} -m json.tool
8f735d
8f735d
#files -f %{name}.lang
8f735d
%files
8f735d
%license COPYING
8f735d
%doc README.md
8f735d
%{_mandir}/man1/lshw.1*
8f735d
%{_sbindir}/lshw
8f735d
8f735d
%files gui
8f735d
%license COPYING
8f735d
%{_bindir}/lshw-gui
8f735d
%{_sbindir}/gtk-lshw
8f735d
%{_sbindir}/lshw-gui
8f735d
%dir %{_datadir}/lshw
8f735d
%{_datadir}/lshw/artwork
8f735d
%dir %{_datadir}/lshw/ui
8f735d
%{_datadir}/lshw/ui/gtk-lshw.ui
8f735d
%{_datadir}/pixmaps/gtk-lshw.svg
8f735d
%{_datadir}/applications/gtk-lshw.desktop
8f735d
%{_datadir}/appdata/gtk-lshw.appdata.xml
8f735d
%{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
8f735d
8f735d
%changelog
6eb117
* Tue Jun 08 2021 Tao Liu <ltao@redhat.com> - B.02.19.2-6
6eb117
- Fix getting size of memory banks <32GiB
6eb117
f5c53a
* Tue Feb 02 2021 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-5
f5c53a
- Fix the wrong memory information in azure m or mv2 series
f5c53a
- Add UUID property to PowerVM LPAR
f5c53a
f5c53a
* Wed Dec 16 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-4
f5c53a
- Fix the gtk3 dependency for lshw-gui instead of lshw
f5c53a
- Resolves: rhbz#1905816
f5c53a
f5c53a
* Thu Dec 03 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-3
f5c53a
- Update to upstream master 56f1de9d1e4d
f5c53a
- Resolves: rhbz#1844426
f5c53a
e67e1d
* Wed May 27 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-2
e67e1d
- Update to upstream master 3775782808e8
e67e1d
e67e1d
* Tue May 26 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-1
e67e1d
- B.02.19.2
e67e1d
37ad14
* Mon Feb 10 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.18-23
37ad14
- Do not show modified time with -notime option
37ad14
- Resolves: rhbz#1733126
37ad14
37ad14
* Thu Nov 21 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-22
37ad14
- Display proper logical name of network device
37ad14
- Resolves: rhbz#1724087
37ad14
- Add DIMM running speed and Print dimm rank information
37ad14
- Resolves: rhbz#1725199
37ad14
e6b9b5
* Mon May 13 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-21
e6b9b5
- Update to upstream master 6cc0581bc805.
e6b9b5
- Resolves: rhbz#1664092
e6b9b5
e6b9b5
* Thu Apr 25 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-20
e6b9b5
- Change python to python3 in selftest/Makefile for the CI gating test.
e6b9b5
- Resolves: rhbz#1680623
e6b9b5
e6b9b5
* Thu Apr 25 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-19
e6b9b5
- Enable SQLite and fix the CI gating test.
e6b9b5
- Resolves: rhbz#1680623
e6b9b5
e6b9b5
* Tue Apr 23 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-18
e6b9b5
- Fix:59a8e99ab22d ("Porting the code from /CoreOS/lshw/sanity/check-output for the CI gating")
e6b9b5
- Resolves: rhbz#1680623
e6b9b5
e6b9b5
* Fri Apr 19 2019 Lianbo Jiang <lijiang@redhat.com> - B.02.18-17
e6b9b5
- Add the CI gating test
e6b9b5
- Resolves: rhbz#1680623
e6b9b5
8f735d
* Mon Apr 02 2018 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-16
8f735d
- Update to commit 20cda77
8f735d
- Convert to cmake build system
8f735d
8f735d
* Thu Feb 08 2018 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-15
8f735d
- Fix JSON issue (rhbz#1543320)
8f735d
8f735d
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - B.02.18-14
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8f735d
8f735d
* Fri Jan 26 2018 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-13
8f735d
- Fix date
8f735d
- Need gettext
8f735d
8f735d
* Fri Jan 26 2018 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-12
8f735d
- Update to commit d05baa7
8f735d
8f735d
* Mon Aug 28 2017 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-11
8f735d
- Prefer lshw-gui in lshw-gui context
8f735d
8f735d
* Sun Aug 13 2017 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-10
8f735d
- Add AppData bz#1476498
8f735d
8f735d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - B.02.18-9
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8f735d
8f735d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - B.02.18-8
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8f735d
8f735d
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.18-7
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
8f735d
8f735d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - B.02.18-6
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8f735d
8f735d
* Wed Aug 24 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-5
8f735d
- Modify lshw gui wrapper to fix bz#1368404
8f735d
8f735d
* Thu Aug 11 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-4
8f735d
- Add patches to fix sysconf/long_bit issue and crash (bz#1342792)
8f735d
8f735d
* Wed May 18 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-3
8f735d
- Add patch to fix crash (bz#1332486)
8f735d
8f735d
* Mon Apr 25 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-2
8f735d
- Date fix
8f735d
8f735d
* Mon Apr 25 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-1
8f735d
- B.02.18
8f735d
8f735d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - B.02.17-7
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8f735d
8f735d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-6
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f735d
8f735d
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - B.02.17-5
8f735d
- Rebuilt for GCC 5 C++11 ABI change
8f735d
8f735d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-4
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8f735d
8f735d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.17-3
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8f735d
8f735d
* Mon Sep 30 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.17-2
8f735d
- Add patch to fix segfault in scan fat code
8f735d
8f735d
* Thu Sep 26 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.17-1
8f735d
- B.02.17
8f735d
8f735d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-9
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8f735d
8f735d
* Sun Jun 09 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-8
8f735d
- Rename macro
8f735d
8f735d
* Sun Jun 09 2013 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-7
8f735d
- Fix desktop file (bz #953684)
8f735d
- Remove broken translations (bz #905896)
8f735d
- Add vendor macro
8f735d
 
8f735d
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - B.02.16-6
8f735d
- Drop desktop vendor tag.
8f735d
8f735d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-5
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8f735d
8f735d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-4
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8f735d
8f735d
* Tue May 08 2012 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-3
8f735d
- Switch from consolehelper to PolicyKit (bz #502730)
8f735d
8f735d
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.16-2
8f735d
- Rebuilt for c++ ABI breakage
8f735d
8f735d
* Sun Jan 29 2012 Terje Rosten <terje.rosten@ntnu.no> - B.02.16-1
8f735d
- B.02.16
8f735d
8f735d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.15-4
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f735d
8f735d
* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - B.02.15-3
8f735d
- Own all dirs
8f735d
8f735d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.15-2
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8f735d
8f735d
* Sun Nov 21 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.15-1
8f735d
- B.02.15
8f735d
- Remove patches now upstream
8f735d
- Build with sqlite support
8f735d
8f735d
* Sun Sep 05 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.14-5
8f735d
- Add patch to fix build with gcc-4.5
8f735d
8f735d
* Sun Sep 05 2010 Terje Rosten <terje.rosten@ntnu.no> - B.02.14-4
8f735d
- Add patch to fix ext4 issue
8f735d
8f735d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.14-3
8f735d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8f735d
8f735d
* Wed May 06 2009 Adam Jackson <ajax@redhat.com> - B.02.14-2
8f735d
- Requires: hwdata
8f735d
- Drop redundant copies of pci.ids and friends, since we'll pick up the
8f735d
  copies in hwdata at runtime
8f735d
8f735d
* Sun Mar  1 2009 Terje Rosten <terjeros@phys.ntnu.no> - B.02.14-1
8f735d
- B.02.14
8f735d
- Drop gcc43 patch now upstream
8f735d
8f735d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - B.02.13-4
8f735d
- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f735d
8f735d
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-3
8f735d
- rebuild
8f735d
8f735d
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-2
8f735d
- proper patch macro
8f735d
8f735d
* Wed Aug 13 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.13-1
8f735d
- B.02.13
8f735d
- remove patches now upstream
8f735d
- add new gcc43 patch
8f735d
8f735d
* Tue Apr 15 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-5
8f735d
- rebuild
8f735d
8f735d
* Tue Apr 15 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-4
8f735d
- add patch to fix bz #442501
8f735d
8f735d
* Mon Feb 11 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-3
8f735d
- add patch to build with gcc-4.3
8f735d
8f735d
* Sat Feb 09 2008 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-2
8f735d
- rebuild
8f735d
8f735d
* Mon Nov  5 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.12.01-1
8f735d
- B.02.12.01
8f735d
- Replace trademark icons
8f735d
8f735d
* Tue Aug 14 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-3
8f735d
- Move desktop and pam config to files
8f735d
- Simplify build
8f735d
8f735d
* Tue Aug 07 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-2
8f735d
- Remove trademarks
8f735d
8f735d
* Mon Aug 06 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11.01-1
8f735d
- B.02.11.01
8f735d
8f735d
* Sun Aug 05 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-3
8f735d
- Move artwork to gui subpackage
8f735d
- Implement consolehelper support
8f735d
8f735d
* Sat Aug 04 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-2
8f735d
- License is GPLv2 (only)
8f735d
- Fix ui %%description
8f735d
8f735d
* Wed Aug 01 2007 Terje Rosten <terjeros@phys.ntnu.no> - B.02.11-1
8f735d
- Follow upstream version scheme
8f735d
8f735d
* Wed Jul 25 2007 Terje Rosten <terjeros@phys.ntnu.no> - 2.11-1
8f735d
- 2.11
8f735d
8f735d
* Wed Jun 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 2.10-2
8f735d
- minor fixes
8f735d
- add patch to avoid stripping
8f735d
- add desktop file
8f735d
- strip changelog
8f735d
- move from sbin to bin
8f735d
- new url
8f735d
8f735d
* Wed Feb 14 2007 Dag Wieers <dag@wieers.com> - 2.10-1 - 4876+/dag
8f735d
- Updated to release B.02.10.
8f735d
8f735d
* Tue Dec 21 2004 Dag Wieers <dag@wieers.com> - 2.0-1
8f735d
- Initial package. (using DAR)
8f735d