rpms/dosemu/F-10 dosemu.desktop, NONE, 1.1 dosemu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26904/F-10
Modified Files:
.cvsignore sources
Added Files:
dosemu.desktop dosemu.spec
Log Message:
--- NEW FILE dosemu.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=DOSEMU
GenericName=DOS emulator
Comment=A DOS Emulator for linux
Exec=dosemu
Icon=dosemu
Terminal=false
Type=Application
Categories=System;Emulator;
--- NEW FILE dosemu.spec ---
Name: dosemu
Version: 1.4.0
Release: 3.1905svn
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
# For a breakdown of the licensing, see COPYING.DOSEMU
#
# FreeDOS is included as a boot image. Source code is available at:
# http://www.freedos.org/freedos/source/
#
# License info is explained here:
# http://apps.sourceforge.net/mediawiki/freedos/index.php?title=Main_Page#L...
# Got latest revision from SVN:
# svn co https://dosemu.svn.sourceforge.net/svnroot/dosemu/trunk dosemu-1.4.0
# tar --exclude .svn -czvf dosemu-1.4.0.tgz dosemu-1.4.0
Source: %{name}-%{version}.tgz
# Made a FreeDOS bootable image, must be done manually.
Source1: %{name}-freedos-bin.tgz
Source2: %{name}.desktop
Source3: freedos-source.tar.gz
Group: Applications/Emulator
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: bison
BuildRequires: flex
BuildRequires: slang-devel
BuildRequires: libX11-devel
BuildRequires: libXxf86vm-devel
BuildRequires: SDL-devel
BuildRequires: alsa-lib-devel
BuildRequires: libsndfile
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
%description
DOSEMU is a PC Emulator that allows Linux to run a DOS operating system
in a virtual x86 machine. This allows you to run all kinds of different
DOS programs including DPMI applications. Enjoy running your DOS
programs forever!
%prep
%setup -q
%build
%configure --with-fdtarball=%{SOURCE1}
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
make DESTDIR=$RPM_BUILD_ROOT install
desktop-file-install \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
%{SOURCE2}
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
install -p -m 0644 etc/dosemu.xpm ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
# Correct some file permissions
chmod 755 $RPM_BUILD_ROOT%{_datadir}/dosemu \
$RPM_BUILD_ROOT%{_datadir}/dosemu/drive_z \
$RPM_BUILD_ROOT%{_datadir}/dosemu/drive_z/doc/exe2bin
chmod +x $RPM_BUILD_ROOT%{_libdir}/dosemu/libplugin*.so
# Move configuration files to /etc/dosemu to make it FHS compliant
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/{dosemu.conf,dosemu.users,global.conf} \
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/drives/* \
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/dosemu.bin
%{_bindir}/dosemu
%{_bindir}/mkfatimage
%{_bindir}/mkfatimage16
%{_bindir}/midid
%{_bindir}/dosdebug
%{_bindir}/xdosemu
%{_mandir}/man1/mkfatimage16.1*
%{_mandir}/man1/midid.1*
%{_mandir}/man1/dosdebug.1*
%{_mandir}/man1/dosemu.1*
%{_mandir}/man1/dosemu.bin.1*
%{_mandir}/man1/xdosemu.1*
%{_mandir}/ru/man1/mkfatimage16.1*
%{_mandir}/ru/man1/dosdebug.1*
%{_mandir}/ru/man1/dosemu.1*
%{_mandir}/ru/man1/dosemu.bin.1*
%{_mandir}/ru/man1/xdosemu.1*
%dir %{_libdir}/dosemu
%{_libdir}/dosemu/libplugin*.so
%dir %{_datadir}/dosemu
%{_datadir}/dosemu/commands
%{_datadir}/dosemu/freedos
%{_datadir}/dosemu/drive_z
%{_datadir}/dosemu/keymap
%{_datadir}/dosemu/Xfonts
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/announce
%doc %{_docdir}/%{name}-%{version}/BUGS
%doc %{_docdir}/%{name}-%{version}/ChangeLog
%doc %{_docdir}/%{name}-%{version}/COPYING
%doc %{_docdir}/%{name}-%{version}/COPYING.DOSEMU
%doc %{_docdir}/%{name}-%{version}/DANG.txt
%doc %{_docdir}/%{name}-%{version}/dosemu-HOWTO.txt
%doc %{_docdir}/%{name}-%{version}/EMUfailure.txt
%doc %{_docdir}/%{name}-%{version}/NOVELL-HOWTO.txt
%doc %{_docdir}/%{name}-%{version}/NEWS
%doc %{_docdir}/%{name}-%{version}/README.bindist
%doc %{_docdir}/%{name}-%{version}/README.txt
%doc %{_docdir}/%{name}-%{version}/README-tech.txt
%doc %{_docdir}/%{name}-%{version}/README.gdb
%doc %{_docdir}/%{name}-%{version}/sound-usage.txt
%doc %{_docdir}/%{name}-%{version}/THANKS
%dir %{_sysconfdir}/dosemu
%dir %{_sysconfdir}/dosemu/drives
%config(noreplace) %{_sysconfdir}/dosemu/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/drives/c
%config(noreplace) %{_sysconfdir}/dosemu/drives/d
%config(noreplace) %{_sysconfdir}/dosemu/dosemu.users
%config(noreplace) %{_sysconfdir}/dosemu/global.conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/dosemu.xpm
%changelog
* Sun Aug 02 2009 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-3.1905svn
- used the latest SVN 1905 release
* Sun Mar 22 2009 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-2.1868svn
- fixed some minor problems with the spec file
* Fri Jul 23 2008 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-1.1868svn
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 26 Apr 2009 23:30:57 -0000 1.1
+++ .cvsignore 19 Aug 2009 16:11:19 -0000 1.2
@@ -0,0 +1,3 @@
+dosemu-1.4.0.tgz
+dosemu-freedos-bin.tgz
+freedos-source.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Apr 2009 23:30:57 -0000 1.1
+++ sources 19 Aug 2009 16:11:19 -0000 1.2
@@ -0,0 +1,3 @@
+0b2cfe3301b963eb190c600a2e7214e8 dosemu-1.4.0.tgz
+2e09774fe91cff4372cb4a393eb467f5 dosemu-freedos-bin.tgz
+f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
15 years, 3 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.24,1.25
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21989
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fix up build of vboxwebsrv somehow
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- VirtualBox-OSE.spec 19 Aug 2009 05:30:12 -0000 1.24
+++ VirtualBox-OSE.spec 19 Aug 2009 05:32:57 -0000 1.25
@@ -22,7 +22,7 @@
Name: VirtualBox-OSE
Version: 3.0.4
-Release: 5%{?dist}.x64
+Release: 5%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
15 years, 3 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE-3.0.4-visibility.patch, NONE, 1.1 VirtualBox-OSE-90-vboxdrv.rules, 1.2, 1.3 VirtualBox-OSE.spec, 1.23, 1.24
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21533
Modified Files:
VirtualBox-OSE-90-vboxdrv.rules VirtualBox-OSE.spec
Added Files:
VirtualBox-OSE-3.0.4-visibility.patch
Log Message:
Fix up build of vboxwebsrv somehow
VirtualBox-OSE-3.0.4-visibility.patch:
--- NEW FILE VirtualBox-OSE-3.0.4-visibility.patch ---
Hack to fix up build of gsoap bindings on Rawhide.
Still needs to be looked into.
Lubomir Rintel <lkundrak(a)v3.sk>
diff -up VirtualBox-3.0.4_OSE/Config.kmk.visibility VirtualBox-3.0.4_OSE/Config.kmk
--- VirtualBox-3.0.4_OSE/Config.kmk.visibility 2009-08-19 07:26:08.353120473 +0200
+++ VirtualBox-3.0.4_OSE/Config.kmk 2009-08-19 07:28:35.203118058 +0200
@@ -2436,7 +2436,7 @@ ifeq ($(KBUILD_TARGET),win)
else # the gcc guys
TEMPLATE_VBOXR3EXE_TOOL = $(VBOX_GCC_TOOL)
-TEMPLATE_VBOXR3EXE_CXXFLAGS = -g -pipe $(VBOX_GCC_PEDANTIC) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden)
+TEMPLATE_VBOXR3EXE_CXXFLAGS = -g -pipe $(VBOX_GCC_PEDANTIC) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fvisibility-inlines-hidden)
TEMPLATE_VBOXR3EXE_CXXFLAGS.x86 = -m32
TEMPLATE_VBOXR3EXE_CXXFLAGS.amd64 = -m64
# L4 currently can't handle exception handling.
diff -up VirtualBox-3.0.4_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl.visibility VirtualBox-3.0.4_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl
--- VirtualBox-3.0.4_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl.visibility 2009-08-04 19:18:47.000000000 +0200
+++ VirtualBox-3.0.4_OSE/src/VBox/Main/webservice/websrv-nsmap.xsl 2009-08-19 07:26:08.475118377 +0200
@@ -49,6 +49,7 @@
* Generated from: src/VBox/Main/idl/VirtualBox.xidl (VirtualBox's interface definitions in XML)
* Generator: src/VBox/Main/webservice/websrv-nsmap.xsl */
+#pragma GCC visibility push(default)
#include "soapH.h"
SOAP_NMAC struct Namespace namespaces[] =
{
@@ -64,6 +65,7 @@ SOAP_NMAC struct Namespace namespaces[]
<xsl:text><![CDATA[
{NULL, NULL, NULL, NULL}
};
+#pragma GCC visibility pop
]]></xsl:text>
</xsl:template>
Index: VirtualBox-OSE-90-vboxdrv.rules
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE-90-vboxdrv.rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-OSE-90-vboxdrv.rules 3 May 2009 14:24:14 -0000 1.2
+++ VirtualBox-OSE-90-vboxdrv.rules 19 Aug 2009 05:30:12 -0000 1.3
@@ -1 +1 @@
-ACTION=="add", DEVPATH=="/class/misc/vboxdrv", OWNER="root", MODE="0600"
+ACTION=="add", DEVPATH=="/class/misc/vboxdrv", OWNER="root", MODE="0666"
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- VirtualBox-OSE.spec 17 Aug 2009 05:18:49 -0000 1.23
+++ VirtualBox-OSE.spec 19 Aug 2009 05:30:12 -0000 1.24
@@ -22,7 +22,7 @@
Name: VirtualBox-OSE
Version: 3.0.4
-Release: 5%{?dist}
+Release: 5%{?dist}.x64
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -46,6 +46,7 @@
Patch8: VirtualBox-OSE-3.0.4-vblank.patch
Patch9: VirtualBox-OSE-3.0.4-optflags.patch
Patch10: VirtualBox-OSE-2.2.0-32bit.patch
+Patch11: VirtualBox-OSE-3.0.4-visibility.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -149,6 +150,7 @@
%patch8 -p1 -b .vblank
%patch9 -p1 -b .optflags
%patch10 -p1 -b .32bit
+%patch11 -p1 -b .visibility
# Remove prebuilt binary tools
rm -rf kBuild
@@ -170,6 +172,10 @@
# the installation paths, but install the tree with the default
# layout under 'obj' and shuffle files around in %%install.
+# FIXME: Utilize optflags. This will probably involve patching of makefiles
+# Setting VBOX_GCC_OPT to optflags doesn't use the flags for large part of
+# the tree, while preventing required symbols to be generated in .r0 files
+echo %{optflags}
kmk KBUILD_VERBOSE=2 TOOL_YASM_AS=yasm PATH_INS="$PWD/obj" \
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
KMK_REVISION=3000 KBUILD_KMK_REVISION=3000 \
@@ -230,7 +236,9 @@
obj/bin/VBoxXPCOMIPCD \
obj/bin/VBoxSysInfo.sh \
obj/bin/vboxshell.py \
- obj/bin/VBoxTestOGL
+ obj/bin/VBoxTestOGL \
+ obj/bin/vboxwebsrv \
+ obj/bin/webtest
# Language files
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox/nls \
@@ -384,6 +392,8 @@
%{_libdir}/virtualbox/VBoxSVC
%{_libdir}/virtualbox/VBoxTestOGL
%{_libdir}/virtualbox/VBoxXPCOMIPCD
+%{_libdir}/virtualbox/vboxwebsrv
+%{_libdir}/virtualbox/webtest
%{priv_mode} %{_libdir}/virtualbox/VBoxHeadless
%{priv_mode} %{_libdir}/virtualbox/VBoxSDL
%{priv_mode} %{_libdir}/virtualbox/VBoxNetDHCP
15 years, 3 months
rpms/xorg-x11-drv-catalyst/F-10 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xorg-x11-drv-catalyst.spec, 1.2, 1.3
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21725/F-10
Modified Files:
.cvsignore sources xorg-x11-drv-catalyst.spec
Log Message:
* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
- Update to Catalyst 9.8 (internal version 8.64.3)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 21 May 2009 12:34:34 -0000 1.3
+++ .cvsignore 18 Aug 2009 04:24:12 -0000 1.4
@@ -1 +1 @@
-ati-driver-installer-9-5-x86.x86_64.run
+ati-driver-installer-9-8-x86.x86_64.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 21 May 2009 12:34:34 -0000 1.3
+++ sources 18 Aug 2009 04:24:12 -0000 1.4
@@ -1 +1 @@
-5b6cf76693b66d84d75255f93b18c518 ati-driver-installer-9-5-x86.x86_64.run
+fc08593edd2d4eff51f893a9292b58f9 ati-driver-installer-9-8-x86.x86_64.run
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-10/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-catalyst.spec 21 May 2009 12:18:09 -0000 1.2
+++ xorg-x11-drv-catalyst.spec 18 Aug 2009 04:24:12 -0000 1.3
@@ -7,13 +7,13 @@
%endif
Name: xorg-x11-drv-catalyst
-Version: 9.5
+Version: 9.8
Release: 1%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
URL: http://www.ati.com/support/drivers/linux/radeon-linux.html
-Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
+Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
Source1: catalyst-README.Fedora
Source3: catalyst-config-display
Source4: catalyst-init
@@ -307,10 +307,12 @@
%doc fglrxpkg/usr/src/ati/fglrx_sample_source.tgz
%{atilibdir}/*.a
%{_libdir}/xorg/modules/*.a
-%{_includedir}/fglrx/GL/
-%{_includedir}/fglrx/X11/extensions/*.h
+%{_includedir}/fglrx/
%changelog
+* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
+- Update to Catalyst 9.8 (internal version 8.64.3)
+
* Thu May 21 2009 kwizart < kwizart at gmail.com > - 9.5-1
- Update to 9.5 (internal version 8.612)
15 years, 3 months
rpms/xorg-x11-drv-catalyst/F-11 .cvsignore, 1.3, 1.4 sources, 1.2, 1.3 xorg-x11-drv-catalyst.spec, 1.1, 1.2 dead.package, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21725/F-11
Modified Files:
.cvsignore sources xorg-x11-drv-catalyst.spec
Removed Files:
dead.package
Log Message:
* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
- Update to Catalyst 9.8 (internal version 8.64.3)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 21 May 2009 12:28:33 -0000 1.3
+++ .cvsignore 18 Aug 2009 04:24:13 -0000 1.4
@@ -1 +1 @@
-ati-driver-installer-9-5-x86.x86_64.run
+ati-driver-installer-9-8-x86.x86_64.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 6 May 2009 20:01:21 -0000 1.2
+++ sources 18 Aug 2009 04:24:13 -0000 1.3
@@ -1 +1 @@
-bdedd0405021f31000cca3399d5f7336 ati-driver-installer-9-4-x86.x86_64.run
+fc08593edd2d4eff51f893a9292b58f9 ati-driver-installer-9-8-x86.x86_64.run
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-catalyst.spec 6 May 2009 20:01:21 -0000 1.1
+++ xorg-x11-drv-catalyst.spec 18 Aug 2009 04:24:13 -0000 1.2
@@ -7,13 +7,13 @@
%endif
Name: xorg-x11-drv-catalyst
-Version: 9.4
-Release: 4%{?dist}
+Version: 9.8
+Release: 1%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
URL: http://www.ati.com/support/drivers/linux/radeon-linux.html
-Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
+Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
Source1: catalyst-README.Fedora
Source3: catalyst-config-display
Source4: catalyst-init
@@ -181,6 +181,9 @@
elif [[ ! "/${file##./usr/share/ati/amdcccle}" = "/${file}" ]]
then
install -D -p -m 0644 fglrxpkg/${file} $RPM_BUILD_ROOT/${file}
+ elif [[ ! "/${file##./usr/share/doc/amdcccle}" = "/${file}" ]]
+ then
+ install -D -p -m 0644 fglrxpkg/${file} $RPM_BUILD_ROOT/${file}
else
echo ${file} found -- don\'t know how to handle
exit 1
@@ -263,6 +266,7 @@
%defattr(-,root,root,-)
%doc fglrxpkg/usr/share/doc/fglrx/* README.Fedora
%dir %{_sysconfdir}/ati/
+%doc %{_docdir}/amdcccle/ccc_copyrights.txt
%{_sysconfdir}/ati/atiogl.xml
%{_sysconfdir}/ati/logo.xbm.example
%{_sysconfdir}/ati/logo_mask.xbm.example
@@ -301,10 +305,15 @@
%doc fglrxpkg/usr/src/ati/fglrx_sample_source.tgz
%{atilibdir}/*.a
%{_libdir}/xorg/modules/*.a
-%{_includedir}/fglrx/GL/
-%{_includedir}/fglrx/X11/extensions/*.h
+%{_includedir}/fglrx/
%changelog
+* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
+- Update to Catalyst 9.8 (internal version 8.64.3)
+
+* Mon Aug 17 2009 Jonathan Dieter <jdieter(a)lesbg.com> - 9.7-1
+- Update to 9.7 (internal version 8.632)
+
* Sun May 3 2009 Stewart Adam <s.adam at diffingo.com> - 9.4-4
- Make the ExclusiveArch dynamic
- Fix requirement on libs subpackage
--- dead.package DELETED ---
15 years, 3 months
rpms/catalyst-kmod/F-10 .cvsignore, 1.2, 1.3 catalyst-kmod.spec, 1.11, 1.12 sources, 1.3, 1.4
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/catalyst-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20990
Modified Files:
.cvsignore catalyst-kmod.spec sources
Log Message:
* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
- Update to Catalyst 9.8 (internal version 8.64.3)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 6 May 2009 20:04:26 -0000 1.2
+++ .cvsignore 18 Aug 2009 04:13:20 -0000 1.3
@@ -1 +1 @@
-catalyst-kmod-data-9.4.tar.bz2
+catalyst-kmod-data-9.8.tar.bz2
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-10/catalyst-kmod.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- catalyst-kmod.spec 15 Aug 2009 19:21:11 -0000 1.11
+++ catalyst-kmod.spec 18 Aug 2009 04:13:20 -0000 1.12
@@ -12,8 +12,8 @@
%endif
Name: catalyst-kmod
-Version: 9.5
-Release: 1%{?dist}.8
+Version: 9.8
+Release: 1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Mon Aug 17 2009 Stewart Adam <s.adam at diffingo.com> - 9.8-1
+- Update to Catalyst 9.8 (internal version 8.64.3)
+
* Sat Aug 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.5-1.8
- rebuild for new kernels
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 21 May 2009 12:18:41 -0000 1.3
+++ sources 18 Aug 2009 04:13:21 -0000 1.4
@@ -1 +1 @@
-ef360cc051fcd27cc3ba6ab52d8b82dd catalyst-kmod-data-9.5.tar.bz2
+cc18c402b9bf3c0b3c16c1213fcd2917 catalyst-kmod-data-9.8.tar.bz2
15 years, 3 months
rpms/live555/devel .cvsignore, 1.4, 1.5 live.2009.03.22-unified.patch, 1.1, 1.2 live555.spec, 1.5, 1.6 sources, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/live555/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16683/devel
Modified Files:
.cvsignore live.2009.03.22-unified.patch live555.spec sources
Log Message:
- 2009.07.28
- Revert circle dependency (prefer undefined non_weak_symbol)
- Disable static libraries compiled with fpic.
- Use c++ to link - BZ #564
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/live555/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 7 Apr 2009 19:31:08 -0000 1.4
+++ .cvsignore 17 Aug 2009 17:14:31 -0000 1.5
@@ -1,3 +1 @@
-changelog.txt
-liblivemedia_2008.07.25-2.diff.gz
-live.2009.04.07.tar.gz
+live.2009.07.28.tar.gz
live.2009.03.22-unified.patch:
Index: live.2009.03.22-unified.patch
===================================================================
RCS file: /cvs/free/rpms/live555/devel/live.2009.03.22-unified.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- live.2009.03.22-unified.patch 17 Apr 2009 11:58:46 -0000 1.1
+++ live.2009.03.22-unified.patch 17 Aug 2009 17:14:31 -0000 1.2
@@ -3,7 +3,7 @@
+++ live-patches/config.linux 2009-03-24 14:10:56.000000000 +0100
@@ -1,4 +1,4 @@
-COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
-+COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DBSD=1 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
++COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
C = c
C_COMPILER = cc
C_FLAGS = $(COMPILE_OPTS)
@@ -14,7 +14,7 @@
-LIBRARY_LINK = ld -o
-LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
-LIB_SUFFIX = a
-+LIBRARY_LINK = $(CC) -o
++LIBRARY_LINK = c++ -o
+LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@.$(SO_VERSION) $(LIBADDS)
+LIB_SUFFIX = so
LIBS_FOR_CONSOLE_APPLICATION =
@@ -30,7 +30,7 @@
+C_FLAGS = $(COMPILE_OPTS)
+CPP = cpp
+CPLUSPLUS_COMPILER = c++
-+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1
++CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall
+OBJ = o
+LINK = c++ -o
+LINK_OPTS = -L.
Index: live555.spec
===================================================================
RCS file: /cvs/free/rpms/live555/devel/live555.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- live555.spec 17 Apr 2009 11:58:46 -0000 1.5
+++ live555.spec 17 Aug 2009 17:14:31 -0000 1.6
@@ -1,9 +1,9 @@
-%define date 2009.04.07
+%define date 2009.07.28
%define live_soversion 0
Name: live555
Version: 0
-Release: 0.23.%{date}%{?dist}
+Release: 0.24.%{date}%{?dist}
Summary: Live555.com streaming libraries
Group: System Environment/Libraries
@@ -82,41 +82,13 @@
%build
./genMakefiles %{_target_os}.static
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC"
-rename .a _pic.a */*.a
-mv $(find BasicUsageEnvironment groupsock liveMedia UsageEnvironment -name "*.a" ) $(pwd)
-make clean
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
mv $(find BasicUsageEnvironment groupsock liveMedia UsageEnvironment -name "*.a" ) $(pwd)
make clean
-# Hack to prevent undefined-non-weak-symbol
-for i in groupsock liveMedia ; do
- pushd $i
- LIBADD="-lstdc++ -lpthread"
- for j in BasicUsageEnvironment groupsock liveMedia UsageEnvironment ; do
- if [ $(grep $j Makefile.head |wc -l) = 1 ] ; then
- LIBADD="$LIBADD -L../${j} -l${j}"
- fi
- done
- echo -e LIBADDS = " $LIBADD " >> Makefile.head
- popd
- pushd UsageEnvironment
- echo -e LIBADDS = -lstdc++ -L../BasicUsageEnvironment -lBasicUsageEnvironment >> Makefile.head
- popd
- pushd BasicUsageEnvironment
- echo -e LIBADDS = -lstdc++ -lpthread >> Makefile.head
- popd
-done
+
./genMakefiles %{_target_os}
make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" SO_VERSION="%{live_soversion}"
-# Hack to fix the circle dependency - we leave the safe parallele work here.
-pushd BasicUsageEnvironment
-rm *.so
-make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" SO_VERSION="%{live_soversion}" \
- LIBADDS="-lstdc++ -lpthread -L../UsageEnvironment -lUsageEnvironment"
-popd
-
%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
@@ -124,7 +96,6 @@
install -dm 755 $RPM_BUILD_ROOT%{_includedir}/$i
install -pm 644 $i/include/*.h* $RPM_BUILD_ROOT%{_includedir}/$i/
install -pm 644 lib${i}.a $RPM_BUILD_ROOT%{_libdir}/lib${i}.a
- install -pm 644 lib${i}_pic.a $RPM_BUILD_ROOT%{_libdir}/lib${i}_pic.a
install -pm 755 $i/lib${i}.so $RPM_BUILD_ROOT%{_libdir}/lib${i}.so.%{date}
ln -sf lib${i}.so.%{date} $RPM_BUILD_ROOT%{_libdir}/lib${i}.so.%{live_soversion}
ln -sf lib${i}.so.%{date} $RPM_BUILD_ROOT%{_libdir}/lib${i}.so
@@ -198,6 +169,12 @@
%{_libdir}/libUsageEnvironment*.a
%changelog
+* Mon Aug 17 2009 kwizart < kwizart at gmail.com > - 0-0.24.2009.07.28
+- 2009.07.28
+- Revert circle dependency (prefer undefined non_weak_symbol)
+- Disable static libraries compiled with fpic.
+- Use c++ to link - BZ #564
+
* Fri Apr 17 2009 kwizart < kwizart at gmail.com > - 0-0.23.2009.04.07
- Unified patches. (unrelevant fixes dropped).
Index: sources
===================================================================
RCS file: /cvs/free/rpms/live555/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 17 Apr 2009 11:58:46 -0000 1.5
+++ sources 17 Aug 2009 17:14:31 -0000 1.6
@@ -1 +1 @@
-724d6779ae6363545d9e83808e5cec2e live.2009.04.07.tar.gz
+f2a9c1067e97076492b324c185bda108 live.2009.07.28.tar.gz
15 years, 3 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.22,1.23
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11560
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fix up the optflags for x64
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- VirtualBox-OSE.spec 17 Aug 2009 03:29:11 -0000 1.22
+++ VirtualBox-OSE.spec 17 Aug 2009 05:18:49 -0000 1.23
@@ -1,7 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
# VirtualBox-OSE takes care of reasonable warning very well
-%global optflags %(rpm --eval %%optflags |sed 's/-Wall//')
+# Also, we build 32bit code besided 64biton x86_64
+%global optflags %(rpm --eval %%optflags |sed 's/-Wall//;s/-m[0-9][0-9]//')
# Hardening is basically a lot of seemingly useless checks that are here to
# mitigate impact of eventual security issue in setuid root VBox. When we
@@ -169,9 +170,6 @@
# the installation paths, but install the tree with the default
# layout under 'obj' and shuffle files around in %%install.
-# FIXME: Utilize optflags. This will probably involve patching of makefiles
-# Setting VBOX_GCC_OPT to optflags doesn't use the flags for large part of
-# the tree, while preventing required symbols to be generated in .r0 files
kmk KBUILD_VERBOSE=2 TOOL_YASM_AS=yasm PATH_INS="$PWD/obj" \
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
KMK_REVISION=3000 KBUILD_KMK_REVISION=3000 \
15 years, 3 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.21,1.22
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6052
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Mon Aug 17 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-3
- Source package is now xz-compressed
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- VirtualBox-OSE-kmod.spec 17 Aug 2009 03:34:19 -0000 1.21
+++ VirtualBox-OSE-kmod.spec 17 Aug 2009 03:37:07 -0000 1.22
@@ -20,12 +20,9 @@
Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}, xz
BuildRequires: %{AkmodsBuildRequires}
-Requires: VirtualBox-OSE = %{version}
-Requires: VirtualBox-OSE >= 3.0.4-5
-
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64
@@ -43,7 +40,7 @@
%prep
%setup -T -c
-tar --use-compress-program lzma -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.lzma
+tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
15 years, 3 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.20,1.21
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5901
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Mon Aug 17 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-3
- Source package is now xz-compressed
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- VirtualBox-OSE-kmod.spec 15 Aug 2009 17:00:57 -0000 1.20
+++ VirtualBox-OSE-kmod.spec 17 Aug 2009 03:34:19 -0000 1.21
@@ -23,7 +23,8 @@
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}
BuildRequires: %{AkmodsBuildRequires}
-Requires: VirtualBox-OSE = %{version}-%{release}
+Requires: VirtualBox-OSE = %{version}
+Requires: VirtualBox-OSE >= 3.0.4-5
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64
@@ -91,6 +92,9 @@
%changelog
+* Mon Aug 17 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-3
+- Source package is now xz-compressed
+
* Sat Aug 15 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-2
- Make it possible to disable hardening, do so by default
15 years, 3 months