rpms/nvidia-kmod/devel nvidia-kmod-no-vgaarb.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 nvidia-kmod.spec, 1.57, 1.58 sources, 1.15, 1.16
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17576/devel
Modified Files:
.cvsignore nvidia-kmod.spec sources
Added Files:
nvidia-kmod-no-vgaarb.patch
Log Message:
- Update to 190.53
- Add patch for VGA_ARB
nvidia-kmod-no-vgaarb.patch:
nv-linux.h | 3 +++
nv.c.orig | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
--- NEW FILE nvidia-kmod-no-vgaarb.patch ---
*** usr/src/nv/nv-linux.h.orig 2009-11-22 19:27:38.000000000 -0800
--- usr/src/nv/nv-linux.h 2009-12-16 11:02:22.000000000 -0800
***************
*** 83,102 ****
--- 83,105 ----
#if !defined(KERNEL_2_4)
#include <linux/sched.h> /* suser(), capable() replacement */
#include <linux/moduleparam.h> /* module_param() */
#include <linux/smp_lock.h> /* kernel_locked */
#include <asm/tlbflush.h> /* flush_tlb(), flush_tlb_all() */
#include <asm/kmap_types.h> /* page table entry lookup */
#endif
#include <linux/pci.h> /* pci_find_class, etc */
+ #if defined(CONFIG_VGA_ARB)
+ #include <linux/vgaarb.h> /* vga_set_legacy_decoding */
+ #endif
#include <linux/interrupt.h> /* tasklets, interrupt helpers */
#include <linux/timer.h>
#include <asm/div64.h> /* do_div() */
#include <asm/system.h> /* cli, sli, save_flags */
#include <asm/io.h> /* ioremap, virt_to_phys */
#include <asm/uaccess.h> /* access_ok */
#include <asm/page.h> /* PAGE_OFFSET */
#include <asm/pgtable.h> /* pte bit definitions */
*** usr/src/nv/nv.c.orig 2009-11-22 19:27:36.000000000 -0800
--- usr/src/nv/nv.c 2009-12-16 11:02:54.000000000 -0800
***************
*** 724,743 ****
--- 724,747 ----
goto failed;
}
entry->data = nv;
entry->read_proc = nv_kern_read_agpinfo;
#if defined(NV_PROC_DIR_ENTRY_HAS_OWNER)
entry->owner = THIS_MODULE;
#endif
}
+ #if defined(CONFIG_VGA_ARB)
+ vga_set_legacy_decoding(dev, VGA_RSRC_NONE);
+ #endif
+
NV_PCI_DEV_PUT(dev);
}
entry = create_proc_entry("version", flags, proc_nvidia);
if (!entry)
goto failed;
entry->read_proc = nv_kern_read_version;
#if defined(NV_PROC_DIR_ENTRY_HAS_OWNER)
entry->owner = THIS_MODULE;
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 31 Oct 2009 12:01:56 -0000 1.15
+++ .cvsignore 30 Dec 2009 13:11:53 -0000 1.16
@@ -1 +1 @@
-nvidia-kmod-data-190.42.tar.bz2
+nvidia-kmod-data-190.53.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- nvidia-kmod.spec 22 Nov 2009 13:16:38 -0000 1.57
+++ nvidia-kmod.spec 30 Dec 2009 13:11:53 -0000 1.58
@@ -6,9 +6,9 @@
#define buildforkernels newest
Name: nvidia-kmod
-Version: 190.42
+Version: 190.53
# Taken over by kmodtool
-Release: 1%{?dist}.5
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,8 @@
# </switch me>
Source11: nvidia-kmodtool-excludekernel-filterfile
+#http://www.nvnews.net/vbulletin/showthread.php?t=142656
+Patch0: nvidia-kmod-no-vgaarb.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -46,12 +48,12 @@
%setup -q -c -T -a 0
# patch loop
-#for arch in x86 x64
-#do
-# pushd nvidiapkg-${arch}
-# empty
-# popd
-#done
+for arch in x86 x64
+do
+ pushd nvidiapkg-${arch}
+%patch0 -p0 -b .vgaarb
+ popd
+done
for kernel_version in %{?kernel_versions} ; do
@@ -93,6 +95,10 @@
%changelog
+* Wed Dec 30 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.53-1
+- Update to 190.53
+- Add patch for VGA_ARB
+
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.5
- rebuild for new kernel, disable i586 builds
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 31 Oct 2009 12:01:56 -0000 1.15
+++ sources 30 Dec 2009 13:11:53 -0000 1.16
@@ -1 +1 @@
-0109cd36131cd7118f20ab412a45ef5c nvidia-kmod-data-190.42.tar.bz2
+9ba74aacc99d41283aff95d119050ec2 nvidia-kmod-data-190.53.tar.bz2
14 years, 11 months
rpms/nvidia-kmod/F-11 .cvsignore, 1.18, 1.19 nvidia-kmod.spec, 1.70, 1.71 sources, 1.19, 1.20
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17576/F-11
Modified Files:
.cvsignore nvidia-kmod.spec sources
Log Message:
- Update to 190.53
- Add patch for VGA_ARB
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 31 Oct 2009 10:36:20 -0000 1.18
+++ .cvsignore 30 Dec 2009 13:11:54 -0000 1.19
@@ -1 +1 @@
-nvidia-kmod-data-190.42.tar.bz2
+nvidia-kmod-data-190.53.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/nvidia-kmod.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- nvidia-kmod.spec 26 Dec 2009 15:39:24 -0000 1.70
+++ nvidia-kmod.spec 30 Dec 2009 13:11:54 -0000 1.71
@@ -3,12 +3,12 @@
# "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
Name: nvidia-kmod
-Version: 190.42
+Version: 190.53
# Taken over by kmodtool
-Release: 1%{?dist}.4
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Wed Dec 30 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.53-1
+- Update to 190.53
+
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.4
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 31 Oct 2009 10:36:20 -0000 1.19
+++ sources 30 Dec 2009 13:11:54 -0000 1.20
@@ -1 +1 @@
-0109cd36131cd7118f20ab412a45ef5c nvidia-kmod-data-190.42.tar.bz2
+9ba74aacc99d41283aff95d119050ec2 nvidia-kmod-data-190.53.tar.bz2
14 years, 11 months
rpms/open-vm-tools-kmod/devel .cvsignore, 1.12, 1.13 open-vm-tools-kmod.spec, 1.44, 1.45 sources, 1.12, 1.13
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22051
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
Update to upstream build 217847. Removed build of vmxnet3, is upstream as of kernel 2.6.32
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 15 Dec 2009 08:27:19 -0000 1.12
+++ .cvsignore 29 Dec 2009 22:06:10 -0000 1.13
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/open-vm-tools-kmod.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- open-vm-tools-kmod.spec 15 Dec 2009 08:27:19 -0000 1.44
+++ open-vm-tools-kmod.spec 29 Dec 2009 22:06:10 -0000 1.45
@@ -7,9 +7,9 @@
#define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2009.11.17
-%define buildver 210370
-%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
+%define builddate 2009.12.16
+%define buildver 217847
+%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
@@ -19,7 +19,7 @@
License: GPLv2
URL: http://open-vm-tools.sourceforge.net/
# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-2009.11.16-%{buildver}...
+Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-%{builddate}-%{buildve...
Source11: %{tname}-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{builddate}-%{release}-root-%(%{__id_u} -n)
@@ -77,6 +77,10 @@
%changelog
+* Tue Dec 29 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+- Removed build of vmxnet3, is upstream as of kernel 2.6.32
+
* Tue Dec 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.210370-1
- Update to upstream build 210370
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 15 Dec 2009 08:27:19 -0000 1.12
+++ sources 29 Dec 2009 22:06:10 -0000 1.13
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
14 years, 11 months
rpms/open-vm-tools/devel .cvsignore, 1.12, 1.13 open-vm-tools.spec, 1.15, 1.16 sources, 1.12, 1.13
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21913
Modified Files:
.cvsignore open-vm-tools.spec sources
Log Message:
Update to upstream build 217847
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 15 Dec 2009 08:22:46 -0000 1.12
+++ .cvsignore 29 Dec 2009 22:05:38 -0000 1.13
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/open-vm-tools.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- open-vm-tools.spec 15 Dec 2009 08:22:46 -0000 1.15
+++ open-vm-tools.spec 29 Dec 2009 22:05:38 -0000 1.16
@@ -1,5 +1,5 @@
-%define builddate 2009.11.17
-%define buildver 210370
+%define builddate 2009.12.16
+%define buildver 217847
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -8,8 +8,7 @@
Group: Applications/System
License: LGPLv2
URL: http://open-vm-tools.sourceforge.net/
-# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-2009.11.16-%{buildver}.t...
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{builddate}-%{buildver}...
Source1: %{name}-guestd.init
Source2: %{name}-sysconfig.mouse
Source3: vmware-toolbox.desktop
@@ -186,6 +185,9 @@
%changelog
+* Tue Dec 29 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+
* Tue Dec 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.210370-1
- Update to upstream build 210370
- Memory leak fix from 201664
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 15 Dec 2009 08:22:46 -0000 1.12
+++ sources 29 Dec 2009 22:05:38 -0000 1.13
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
14 years, 11 months
rpms/xorg-x11-drv-catalyst/F-11 .cvsignore, 1.6, 1.7 sources, 1.5, 1.6 xorg-x11-drv-catalyst.spec, 1.5, 1.6
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18483
Modified Files:
.cvsignore sources xorg-x11-drv-catalyst.spec
Log Message:
* Mon Dec 28 2009 Stewart Adam <s.adam at diffingo.com> - 9.12-1
- Update to Catalyst 9.12 (internal version 8.68.1)
- Remove rpaths from binaries
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 Oct 2009 05:17:27 -0000 1.6
+++ .cvsignore 28 Dec 2009 21:14:24 -0000 1.7
@@ -1,2 +1 @@
-ati-driver-installer-9-10-x86.x86_64.run
-ati-driver-installer-9-10-x86.x86_64.run
+ati-driver-installer-9-12-x86.x86_64.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 24 Oct 2009 05:17:27 -0000 1.5
+++ sources 28 Dec 2009 21:14:24 -0000 1.6
@@ -1,2 +1 @@
-c79bed0ec7e96a11105922a70aea7a9c ati-driver-installer-9-10-x86.x86_64.run
-c79bed0ec7e96a11105922a70aea7a9c ati-driver-installer-9-10-x86.x86_64.run
+a6b2b52921add6f39c3bfa9d366d8820 ati-driver-installer-9-12-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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xorg-x11-drv-catalyst.spec 24 Oct 2009 05:17:27 -0000 1.5
+++ xorg-x11-drv-catalyst.spec 28 Dec 2009 21:14:24 -0000 1.6
@@ -7,13 +7,13 @@
%endif
Name: xorg-x11-drv-catalyst
-Version: 9.10
+Version: 9.12
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
@@ -41,6 +41,8 @@
Requires: catalyst-kmod >= %{version}
+# It seems rpaths were introduced into the amdcccle/amdnotifyui binary in 9.12
+BuildRequires: chrpath
# Needed in all nvidia or fglrx driver packages
BuildRequires: desktop-file-utils
Requires: livna-config-display >= 0.0.23
@@ -134,7 +136,7 @@
rm -rf $RPM_BUILD_ROOT ./__doc
set +x
-for file in $(cd fglrxpkg &> /dev/null; find . -type f | grep -v -e 'amdcccle.kdelnk$' -e 'amdcccle.desktop$' -e 'lib/modules/fglrx$' -e 'fireglcontrolpanel$' -e '/usr/share/doc/fglrx/' -e 'fglrx_panel_sources.tgz$' -e 'amdcccle.*.desktop$' -e 'amdcccle.*.kdelnk' -e 'fglrx_sample_source.tgz$' -e '^./lib/modules/fglrx' -e '/usr/share/icons/ccc_')
+for file in $(cd fglrxpkg &> /dev/null; find . -type f | grep -v -e 'amdcccle.kdelnk$' -e 'amdcccle.desktop$' -e 'lib/modules/fglrx$' -e 'fireglcontrolpanel$' -e '/usr/share/doc/fglrx/' -e 'fglrx_panel_sources.tgz$' -e 'amdcccle.*.desktop$' -e 'amdcccle.*.kdelnk' -e 'fglrx_sample_source.tgz$' -e '^./lib/modules/fglrx' -e '/usr/share/icons/ccc_' -e '^./usr/share/ati/lib')
do
if [[ ! "/${file##}" = "/${file}" ]]
then
@@ -211,7 +213,6 @@
install -D -p -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/catalyst.sh
install -D -p -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/catalyst.csh
-install -D -p -m 0644 fglrxpkg/usr/share/icons/ccc_small.xpm $RPM_BUILD_ROOT/%{_datadir}/icons/ccc_small.xpm
install -D -p -m 0644 fglrxpkg/usr/share/icons/ccc_large.xpm $RPM_BUILD_ROOT/%{_datadir}/icons/ccc_large.xpm
install -D -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/%(basename %{SOURCE3})
install -D -p -m 0755 %{SOURCE4} $RPM_BUILD_ROOT%{_initrddir}/catalyst
@@ -236,6 +237,10 @@
chmod 644 $RPM_BUILD_ROOT/%{_sysconfdir}/ati/*.xbm.example
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/ati/*.sh
+# Remove rpaths (see comment on chrpath BR above)
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/amdcccle
+chrpath --delete $RPM_BUILD_ROOT%{_sbindir}/amdnotifyui
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -308,6 +313,10 @@
%{_includedir}/fglrx/
%changelog
+* Mon Dec 28 2009 Stewart Adam <s.adam at diffingo.com> - 9.12-1
+- Update to Catalyst 9.12 (internal version 8.68.1)
+- Remove rpaths from binaries
+
* Sat Oct 24 2009 Stewart Adam <s.adam at diffingo.com> - 9.10-1
- Update to Catalyst 9.10 (internal version 8.66.1)
- Remove radeon blacklists and update README: fglrx module is now compatible
14 years, 11 months
rpms/catalyst-kmod/F-11 .cvsignore, 1.6, 1.7 catalyst-kmod.spec, 1.20, 1.21 sources, 1.6, 1.7
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/catalyst-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18444
Modified Files:
.cvsignore catalyst-kmod.spec sources
Log Message:
* Mon Dec 28 2009 Stewart Adam <s.adam at diffingo.com> - 9.12-1
- Update to Catalyst 9.12 (internal version 8.68.1)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 Oct 2009 05:07:51 -0000 1.6
+++ .cvsignore 28 Dec 2009 21:13:49 -0000 1.7
@@ -1 +1 @@
-catalyst-kmod-data-9.10.tar.bz2
+catalyst-kmod-data-9.12.tar.bz2
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/catalyst-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- catalyst-kmod.spec 26 Dec 2009 15:38:31 -0000 1.20
+++ catalyst-kmod.spec 28 Dec 2009 21:13:49 -0000 1.21
@@ -12,8 +12,8 @@
%endif
Name: catalyst-kmod
-Version: 9.10
-Release: 1%{?dist}.4
+Version: 9.12
+Release: 1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Mon Dec 28 2009 Stewart Adam <s.adam at diffingo.com> - 9.12-1
+- Update to Catalyst 9.12 (internal version 8.68.1)
+
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.10-1.4
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 Oct 2009 05:07:51 -0000 1.6
+++ sources 28 Dec 2009 21:13:49 -0000 1.7
@@ -1 +1 @@
-f7cb9e3bde6de923deaeb8345b3a5dfb catalyst-kmod-data-9.10.tar.bz2
+aade1ad3d69eb43422e9d49b384a0bbb catalyst-kmod-data-9.12.tar.bz2
14 years, 11 months
rpms/ogmrip/F-12 .cvsignore, 1.4, 1.5 ogmrip.spec, 1.5, 1.6 sources, 1.4, 1.5
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20189
Modified Files:
.cvsignore ogmrip.spec sources
Log Message:
* Thu Dec 24 2009 Gianluca Sforna <giallu gmail com> - 0.13.3-1
- New upstream release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Sep 2009 22:02:23 -0000 1.4
+++ .cvsignore 27 Dec 2009 18:32:57 -0000 1.5
@@ -1 +1 @@
-ogmrip-0.13.1.tar.gz
+ogmrip-0.13.3.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/ogmrip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ogmrip.spec 21 Sep 2009 22:02:23 -0000 1.5
+++ ogmrip.spec 27 Dec 2009 18:32:57 -0000 1.6
@@ -1,5 +1,5 @@
Name: ogmrip
-Version: 0.13.1
+Version: 0.13.3
Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
@@ -10,7 +10,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel, libglade2-devel, GConf2-devel, libxml2-devel
-BuildRequires: hal-devel, dbus-glib-devel, enchant-devel, enca-devel
+BuildRequires: dbus-glib-devel, enchant-devel, enca-devel
BuildRequires: libdvdread-devel, libtheora-devel, libvorbis-devel
BuildRequires: libtiff-devel
BuildRequires: tesseract-devel
@@ -18,15 +18,12 @@
BuildRequires: gettext-devel, intltool
BuildRequires: desktop-file-utils
-# We patch configure.in
-BuildRequires: autoconf
-
# Not technically build required, but configure checks for it...
-Buildrequires: eject, mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
+Buildrequires: mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
BuildRequires: mkvtoolnix, lame
# Now, all the same as runtime requirements
-Requires: eject, mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
+Requires: mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
Requires: mkvtoolnix, lame
Requires: gpac
Requires: subtitleripper
@@ -64,7 +61,6 @@
%build
-autoconf
%configure \
--disable-static \
--disable-schemas-install \
@@ -139,6 +135,13 @@
%changelog
+* Thu Dec 24 2009 Gianluca Sforna <giallu gmail com> - 0.13.3-1
+- New upstream release
+
+* Thu Oct 8 2009 Gianluca Sforna <giallu gmail com> - 0.13.2-1
+- New upstream release
+- drop dependencies on hal-devel and eject
+
* Mon Sep 21 2009 Gianluca Sforna <giallu gmail com> - 0.13.1-1
- New upstream release
- drop upstreamed patches
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Sep 2009 22:02:23 -0000 1.4
+++ sources 27 Dec 2009 18:32:57 -0000 1.5
@@ -1 +1 @@
-1c0db0bae74f28e646ca90933435d0b2 ogmrip-0.13.1.tar.gz
+5c74da4e53e94d3bf2d57a3068cea151 ogmrip-0.13.3.tar.gz
14 years, 11 months
rpms/VirtualBox-OSE-kmod/F-11 VirtualBox-OSE-kmod.spec,1.37,1.38
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21617
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.6
- rebuild for new kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-11/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- VirtualBox-OSE-kmod.spec 6 Dec 2009 21:21:09 -0000 1.37
+++ VirtualBox-OSE-kmod.spec 26 Dec 2009 15:41:31 -0000 1.38
@@ -11,7 +11,7 @@
Name: VirtualBox-OSE-kmod
Version: 3.0.10
-Release: 1%{?dist}.5
+Release: 1%{?dist}.6
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -90,6 +90,9 @@
%changelog
+* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.6
+- rebuild for new kernel
+
* Sun Dec 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.5
- rebuild for new kernel
14 years, 11 months
rpms/sysprof-kmod/F-11 sysprof-kmod.spec,1.25,1.26
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21490
Modified Files:
sysprof-kmod.spec
Log Message:
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-2.24
- rebuild for new kernel
Index: sysprof-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/sysprof-kmod/F-11/sysprof-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sysprof-kmod.spec 6 Dec 2009 21:20:50 -0000 1.25
+++ sysprof-kmod.spec 26 Dec 2009 15:41:12 -0000 1.26
@@ -8,7 +8,7 @@
Name: sysprof-kmod
Summary: Kernel module for sysprof
Version: 1.0.12
-Release: 2%{?dist}.23
+Release: 2%{?dist}.24
Group: System Environment/Kernel
License: GPLv2+
@@ -73,6 +73,9 @@
%changelog
+* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-2.24
+- rebuild for new kernel
+
* Sun Dec 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-2.23
- rebuild for new kernel
14 years, 11 months
rpms/staging-kmod/F-11 staging-kmod.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21361
Modified Files:
staging-kmod.spec
Log Message:
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.9-1.4
- rebuild for new kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-11/staging-kmod.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- staging-kmod.spec 6 Dec 2009 21:20:32 -0000 1.7
+++ staging-kmod.spec 26 Dec 2009 15:40:55 -0000 1.8
@@ -10,7 +10,7 @@
Name: staging-kmod
Version: 2.6.30.9
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -89,6 +89,9 @@
%changelog
+* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.9-1.4
+- rebuild for new kernel
+
* Sun Dec 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.9-1.3
- rebuild for new kernel
14 years, 11 months