rpms/xorg-x11-drv-fglrx/F-8 xorg-x11-drv-fglrx.spec,1.4,1.5
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25692/F-8
Modified Files:
xorg-x11-drv-fglrx.spec
Log Message:
multilib fix
Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-8/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-x11-drv-fglrx.spec 18 Oct 2008 17:18:42 -0000 1.4
+++ xorg-x11-drv-fglrx.spec 25 Oct 2008 17:00:05 -0000 1.5
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-fglrx
Version: 8.542
-Release: 3.%{ativersion}%{?dist}
+Release: 4.%{ativersion}%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: BSD/Commercial/GPL/QPL
@@ -30,11 +30,6 @@
ExclusiveArch: x86_64 i386
-# pulls compat-libstdc++-33
-Requires: libstdc++.so.5
-Requires: libstdc++.so.5(CXXABI_1.2)
-Requires: libstdc++.so.5(GLIBCPP_3.2)
-
Requires: fglrx-kmod >= %{version}
Requires(post): fglrx-kmod >= %{version}
@@ -86,7 +81,6 @@
%package libs
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
-Requires: %{name} = %{version}-%{release}
%ifarch %{ix86}
Provides: %{name}-libs-32bit = %{version}-%{release}
Obsoletes: %{name}-libs-32bit <= %{version}-%{release}
@@ -144,11 +138,11 @@
elif [[ ! "/${file##./usr/X11R6/%{_lib}/modules}" = "/${file}" ]]
then
install -D -p -m 0755 fglrxpkg/${file} $RPM_BUILD_ROOT/%{_libdir}/xorg/modules/${file##./usr/X11R6/%{_lib}/modules}
- %ifarch %{ix86}
+%ifarch %{ix86}
elif [[ ! "/${file##./usr/X11R6/lib/modules/dri}" = "/${file}" ]]
then
install -D -p -m 0755 fglrxpkg/${file} $RPM_BUILD_ROOT/%{_prefix}/lib/dri/${file##./usr/X11R6/lib/modules/dri}
- %endif
+%endif
elif [[ ! "/${file##./usr/X11R6/include/X11/extensions}" = "/${file}" ]]
then
install -D -p -m 0644 fglrxpkg/${file} $RPM_BUILD_ROOT/%{_includedir}/X11/extensions/${file##./usr/X11R6/include/X11/extensions}
@@ -158,7 +152,7 @@
#elif [[ ! "/${file##./usr/X11R6/lib/}" = "/${file}" ]]
#then
# atilibdir32bit doesn't exist anymore; we do multiarch builds instead (ie "make i386" catches these files)
- # #install -D -p -m 0755 fglrxpkg/${file} $RPM_BUILD_ROOT/%{atilibdir32bit}/${file##./usr/X11R6/lib/}
+ # install -D -p -m 0755 fglrxpkg/${file} $RPM_BUILD_ROOT/%{atilibdir32bit}/${file##./usr/X11R6/lib/}
# continue
elif [[ ! "/${file##./usr/X11R6/bin/}" = "/${file}" ]]
then
@@ -281,6 +275,8 @@
%{_datadir}/ati/amdcccle/*
%{_datadir}/icons/*
%{_mandir}/man[1-9]/atieventsd.*
+%{_libdir}/xorg/modules/extensions/fglrx/
+%{_libdir}/xorg/modules/*.so
%files libs
%defattr(-,root,root,-)
@@ -289,8 +285,6 @@
# FIXME: This file is recognized as "data" - figure out how to move it later
%{atilibdir}/libAMDXvBA.cap
%{_libdir}/dri/
-%{_libdir}/xorg/modules/*.so
-%{_libdir}/xorg/modules/extensions/fglrx/
%files devel
%defattr(-,root,root,-)
@@ -301,6 +295,11 @@
%{_includedir}/X11/extensions/*.h
%changelog
+* Sat Oct 25 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-4.8.10
+- Remove the libs subpackage's dependency on main package
+- Don't place Xorg modules in -libs
+- Let RPM detect dependency on libstdc
+
* Sat Oct 18 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-3.8.10
- Change dependency of main package to libs subpackage in devel subpackage to
fix multiarch repo push
16 years, 1 month
rpms/xorg-x11-drv-fglrx/devel xorg-x11-drv-fglrx.spec,1.5,1.6
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25692/devel
Modified Files:
xorg-x11-drv-fglrx.spec
Log Message:
multilib fix
Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xorg-x11-drv-fglrx.spec 23 Oct 2008 15:31:58 -0000 1.5
+++ xorg-x11-drv-fglrx.spec 25 Oct 2008 17:00:06 -0000 1.6
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-fglrx
Version: 8.543
-Release: 0.4.%{ativersion}%{?dist}
+Release: 0.5.%{ativersion}%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: BSD/Commercial/GPL/QPL
@@ -82,7 +82,6 @@
%package libs
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
-Requires: %{name} = %{version}-%{release}
%ifarch %{ix86}
Provides: %{name}-libs-32bit = %{version}-%{release}
Obsoletes: %{name}-libs-32bit <= %{version}-%{release}
@@ -305,6 +304,9 @@
%{_includedir}/X11/extensions/*.h
%changelog
+* Sat Oct 25 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-0.5.8.11beta
+- Remove the libs subpackage's dependency on main package
+
* Thu Oct 23 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-0.4.8.11beta
- Don't place Xorg modules in -libs
- Let RPM detect dependency on libstdc
16 years, 1 month
rpms/sdlmame/F-8 .cvsignore, 1.20, 1.21 sdlmame.spec, 1.23, 1.24 sources, 1.21, 1.22
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31578
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
- Updated to 0.128u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore 16 Oct 2008 21:15:23 -0000 1.20
+++ .cvsignore 24 Oct 2008 11:18:10 -0000 1.21
@@ -1 +1 @@
-sdlmame0128.zip
+sdlmame0128u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sdlmame.spec 16 Oct 2008 21:15:23 -0000 1.23
+++ sdlmame.spec 24 Oct 2008 11:18:10 -0000 1.24
@@ -1,4 +1,4 @@
-#define beta 0127u8
+%define beta 0128u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0128
-Release: 1%{?beta}%{?dist}
+Version: 0129
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
+- Updated to 0.128u1
+
* Thu Oct 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-1
- Updated to 0.128
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 16 Oct 2008 21:15:23 -0000 1.21
+++ sources 24 Oct 2008 11:18:10 -0000 1.22
@@ -1 +1 @@
-4bea3bb5afd2fba15f5370ef2508b5a0 sdlmame0128.zip
+19c5844d33c1cee6e82f186e2830d506 sdlmame0128u1.zip
16 years, 1 month
rpms/sdlmame/devel .cvsignore, 1.20, 1.21 sdlmame.spec, 1.24, 1.25 sources, 1.21, 1.22
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31358
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
- Updated to 0.128u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore 16 Oct 2008 21:15:11 -0000 1.20
+++ .cvsignore 24 Oct 2008 11:17:58 -0000 1.21
@@ -1 +1 @@
-sdlmame0128.zip
+sdlmame0128u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sdlmame.spec 16 Oct 2008 21:15:11 -0000 1.24
+++ sdlmame.spec 24 Oct 2008 11:17:58 -0000 1.25
@@ -1,4 +1,4 @@
-#define beta 0127u8
+%define beta 0128u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0128
-Release: 1%{?beta}%{?dist}
+Version: 0129
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
+- Updated to 0.128u1
+
* Thu Oct 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-1
- Updated to 0.128
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 16 Oct 2008 21:15:11 -0000 1.21
+++ sources 24 Oct 2008 11:17:58 -0000 1.22
@@ -1 +1 @@
-4bea3bb5afd2fba15f5370ef2508b5a0 sdlmame0128.zip
+19c5844d33c1cee6e82f186e2830d506 sdlmame0128u1.zip
16 years, 1 month
rpms/sdlmame/F-9 .cvsignore, 1.20, 1.21 sdlmame.spec, 1.23, 1.24 sources, 1.21, 1.22
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31164
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
- Updated to 0.128u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore 16 Oct 2008 21:14:54 -0000 1.20
+++ .cvsignore 24 Oct 2008 11:17:49 -0000 1.21
@@ -1 +1 @@
-sdlmame0128.zip
+sdlmame0128u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sdlmame.spec 16 Oct 2008 21:14:54 -0000 1.23
+++ sdlmame.spec 24 Oct 2008 11:17:49 -0000 1.24
@@ -1,4 +1,4 @@
-#define beta 0127u8
+%define beta 0128u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0128
-Release: 1%{?beta}%{?dist}
+Version: 0129
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -197,6 +197,9 @@
%{_bindir}/ldplayer
%changelog
+* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
+- Updated to 0.128u1
+
* Thu Oct 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-1
- Updated to 0.128
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 16 Oct 2008 21:14:54 -0000 1.21
+++ sources 24 Oct 2008 11:17:49 -0000 1.22
@@ -1 +1 @@
-4bea3bb5afd2fba15f5370ef2508b5a0 sdlmame0128.zip
+19c5844d33c1cee6e82f186e2830d506 sdlmame0128u1.zip
16 years, 1 month
rpms/iscsitarget-kmod/F-8 iscsitarget-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/iscsitarget-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6415
Modified Files:
iscsitarget-kmod.spec
Log Message:
newest only
Index: iscsitarget-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/iscsitarget-kmod/F-8/iscsitarget-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iscsitarget-kmod.spec 23 Oct 2008 19:35:25 -0000 1.3
+++ iscsitarget-kmod.spec 24 Oct 2008 05:12:53 -0000 1.4
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#define buildforkernels newest
+%define buildforkernels newest
# Release code won't build for newer kernels
%define patchlevel svn147
16 years, 1 month
rpms/madwifi-kmod/F-9 madwifi-kmod.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/madwifi-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4528
Modified Files:
madwifi-kmod.spec
Log Message:
doesn't support ppc64
Index: madwifi-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/madwifi-kmod/F-9/madwifi-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- madwifi-kmod.spec 23 Oct 2008 19:26:00 -0000 1.2
+++ madwifi-kmod.spec 24 Oct 2008 04:41:50 -0000 1.3
@@ -22,7 +22,7 @@
%define AkmodsBuildRequires sharutils
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
16 years, 1 month
rpms/rt2870-kmod/F-8 rt2870-kmod.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2870-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv438
Modified Files:
rt2870-kmod.spec
Log Message:
* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-1.2
- rebuild for latest kernel; enable ppc again
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-8/rt2870-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2870-kmod.spec 5 Oct 2008 18:33:06 -0000 1.1
+++ rt2870-kmod.spec 23 Oct 2008 19:39:28 -0000 1.2
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 1.4.0.0
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -25,9 +25,7 @@
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc64
-# ppc disabled by knurd on 20081003 as it is known to fail on 2.6.26:
-# https://bugzilla.redhat.com/show_bug.cgi?id=464613
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -75,6 +73,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-1.2
+- rebuild for latest kernel; enable ppc again
+
* Sun Oct 05 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.4.0.0-1.1
- adjust make call in build to build properly is running kernel and target
kernel are different
16 years, 1 month
rpms/rt2860-kmod/F-8 rt2860-kmod.spec,1.4,1.5
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2860-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv310
Modified Files:
rt2860-kmod.spec
Log Message:
* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-1.2
- rebuild for latest kernel; enable ppc again
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-8/rt2860-kmod.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2860-kmod.spec 19 Oct 2008 21:01:44 -0000 1.4
+++ rt2860-kmod.spec 23 Oct 2008 19:38:59 -0000 1.5
@@ -7,7 +7,7 @@
Name: rt2860-kmod
Version: 1.8.0.0
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
@@ -24,9 +24,7 @@
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc64
-# ppc disabled by knurd on 20081003 as it is known to fail on 2.6.26:
-# https://bugzilla.redhat.com/show_bug.cgi?id=464613
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -73,6 +71,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-1.2
+- rebuild for latest kernel; enable ppc again
+
* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1.1
- update strip-tftpboot-copy.patch to match rt2860 sources with no fuzziness
- revert the patch names to the old versions
16 years, 1 month
rpms/qc-usb-kmod/F-8 qc-usb-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/qc-usb-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32330
Modified Files:
qc-usb-kmod.spec
Log Message:
* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.6-41.2
- rebuild for latest kernel; enable ppc again
Index: qc-usb-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/qc-usb-kmod/F-8/qc-usb-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qc-usb-kmod.spec 4 Oct 2008 13:14:31 -0000 1.3
+++ qc-usb-kmod.spec 23 Oct 2008 19:36:01 -0000 1.4
@@ -7,7 +7,7 @@
Name: qc-usb-kmod
Version: 0.6.6
-Release: 41%{?dist}.1
+Release: 41%{?dist}.2
Summary: qc-usb kernel modules
Group: System Environment/Kernel
@@ -20,9 +20,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc64
-# ppc disabled by knurd on 20081003 as it is known to fail on 2.6.26:
-# https://bugzilla.redhat.com/show_bug.cgi?id=464613
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
@@ -69,6 +67,9 @@
%changelog
+* Thu Oct 23 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.6-41.2
+- rebuild for latest kernel; enable ppc again
+
* Fri Oct 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.6.6-41.1
- rebuild for rpm fusion
16 years, 1 month