rpms/mock-rpmfusion-free/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mock-rpmfusion-free/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst13706/rpms/mock-rpmfusion-free/devel
Log Message:
Directory /cvs/free/rpms/mock-rpmfusion-free/devel added to the repository
15 years, 9 months
rpms/mock-rpmfusion-free - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mock-rpmfusion-free
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvst13706/rpms/mock-rpmfusion-free
Log Message:
Directory /cvs/free/rpms/mock-rpmfusion-free added to the repository
15 years, 9 months
rpms/xorg-x11-drv-nvidia-96xx/F-10 xorg-x11-drv-nvidia-96xx.spec, 1.3, 1.4
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23799
Modified Files:
xorg-x11-drv-nvidia-96xx.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-10/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-nvidia-96xx.spec 11 Nov 2008 10:43:42 -0000 1.3
+++ xorg-x11-drv-nvidia-96xx.spec 22 Feb 2009 18:40:08 -0000 1.4
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-96xx
Version: 96.43.09
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -71,7 +71,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -257,6 +257,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Mon Nov 10 2008 kwizart < kwizart at gmail.com > - 96.43.09-3
- Clean the spec.
15 years, 9 months
rpms/rt3070-kmod/F-10 rt3070-2.6.29-compile.patch, 1.1, 1.2 rt3070-kmod.spec, 1.1, 1.2
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22546
Modified Files:
rt3070-2.6.29-compile.patch rt3070-kmod.spec
Log Message:
* Sun Feb 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.1.0-2
- Fix the 2.6.29 patch
rt3070-2.6.29-compile.patch:
Index: rt3070-2.6.29-compile.patch
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-10/rt3070-2.6.29-compile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt3070-2.6.29-compile.patch 22 Feb 2009 16:47:13 -0000 1.1
+++ rt3070-2.6.29-compile.patch 22 Feb 2009 18:24:01 -0000 1.2
@@ -1,6 +1,6 @@
diff -rupN old/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c new/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c
--- old/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c 2008-12-24 01:24:20.000000000 -0500
-+++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c 2009-01-15 12:00:16.000000000 -0500
++++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c 2009-02-22 12:41:55.000000000 -0500
@@ -751,7 +751,7 @@ Note:
NDIS_STATUS CreateThreads(
IN struct net_device *net_dev)
@@ -10,9 +10,36 @@
POS_COOKIE pObj = (POS_COOKIE) pAd->OS_Cookie;
//init_MUTEX(&(pAd->usbdev_semaphore));
+diff -rupN old/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/eeprom.c new/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/eeprom.c
+--- old/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/eeprom.c 2008-12-24 01:33:02.000000000 -0500
++++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/common/eeprom.c 2009-02-22 12:48:02.000000000 -0500
+@@ -1065,9 +1065,9 @@ INT set_eFuseLoadFromBin_Proc(
+ kfree(buffer);
+ return FALSE;
+ }
+- orgfsuid = current->fsuid;
+- orgfsgid = current->fsgid;
+- current->fsuid=current->fsgid = 0;
++ orgfsuid = current_fsuid();
++ orgfsgid = current_fsgid();
++ /*current->fsuid=current->fsgid = 0;*/
+ orgfs = get_fs();
+ set_fs(KERNEL_DS);
+
+@@ -1130,8 +1130,10 @@ INT set_eFuseLoadFromBin_Proc(
+ DBGPRINT(RT_DEBUG_TRACE, ("--> Error %d closing %s\n", -retval, src));
+ }
+ set_fs(orgfs);
++#if 0
+ current->fsuid = orgfsuid;
+ current->fsgid = orgfsgid;
++#endif
+ for(j=0;j<i;j++)
+ {
+ DBGPRINT(RT_DEBUG_TRACE, ("%02X ",buffer[j]));
diff -rupN old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_main_dev.c new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_main_dev.c
--- old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_main_dev.c 2008-12-24 02:36:30.000000000 -0500
-+++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_main_dev.c 2009-01-15 11:59:44.000000000 -0500
++++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_main_dev.c 2009-02-22 12:41:55.000000000 -0500
@@ -133,7 +133,7 @@ Note:
*/
int MainVirtualIF_close(IN struct net_device *net_dev)
@@ -157,7 +184,7 @@
{
diff -rupN old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_profile.c new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_profile.c
--- old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_profile.c 2008-12-24 02:06:26.000000000 -0500
-+++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_profile.c 2009-01-15 11:59:41.000000000 -0500
++++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/rt_profile.c 2009-02-22 12:41:55.000000000 -0500
@@ -925,9 +925,9 @@ NDIS_STATUS RTMPReadParametersHook(
// Save uid and gid used for filesystem access.
@@ -185,7 +212,7 @@
diff -rupN old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/sta_ioctl.c new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/sta_ioctl.c
--- old/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/sta_ioctl.c 2008-12-23 21:54:58.000000000 -0500
-+++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/sta_ioctl.c 2009-01-15 11:59:34.000000000 -0500
++++ new/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux/sta_ioctl.c 2009-02-22 12:41:55.000000000 -0500
@@ -579,7 +579,7 @@ rt_ioctl_giwname(struct net_device *dev,
struct iw_request_info *info,
char *name, char *extra)
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-10/rt3070-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt3070-kmod.spec 22 Feb 2009 16:47:13 -0000 1.1
+++ rt3070-kmod.spec 22 Feb 2009 18:24:01 -0000 1.2
@@ -7,7 +7,7 @@
Name: rt3070-kmod
Version: 2.0.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
Group: System Environment/Kernel
@@ -85,5 +85,8 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Feb 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.1.0-2
+- Fix the 2.6.29 patch
+
* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.1.0-1
- Initial build
15 years, 9 months
rpms/rt3070-kmod/devel rt3070-kmod.spec,1.2,1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22493
Modified Files:
rt3070-kmod.spec
Log Message:
enable %define buildforkernels newest
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/devel/rt3070-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt3070-kmod.spec 22 Feb 2009 18:07:44 -0000 1.2
+++ rt3070-kmod.spec 22 Feb 2009 18:22:45 -0000 1.3
@@ -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
Name: rt3070-kmod
Version: 2.0.1.0
15 years, 9 months
rpms/xorg-x11-drv-nvidia/F-9 xorg-x11-drv-nvidia.spec,1.7,1.8
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21863
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 173.14.15-3
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-9/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xorg-x11-drv-nvidia.spec 15 Nov 2008 21:20:47 -0000 1.7
+++ xorg-x11-drv-nvidia.spec 22 Feb 2009 18:13:48 -0000 1.8
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 173.14.15
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -72,7 +72,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -82,6 +82,7 @@
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
Requires: %{name} = %{version}-%{release}
+Provides: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%ifarch %{ix86}
Provides: %{name}-libs-32bit = %{version}-%{release}
Obsoletes: %{name}-libs-32bit <= %{version}-%{release}
@@ -276,6 +277,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 173.14.15-3
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Sat Nov 15 2008 Stewart Adam <s.adam at diffingo.com> - 173.14.15-2
- Fix _libs typo
15 years, 9 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.15,1.16
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21836
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 180.29-2
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xorg-x11-drv-nvidia.spec 10 Feb 2009 12:49:33 -0000 1.15
+++ xorg-x11-drv-nvidia.spec 22 Feb 2009 18:13:38 -0000 1.16
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 180.29
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -70,7 +70,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -291,6 +291,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 180.29-2
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Tue Feb 10 2009 kwizart < kwizart at gmail.com > - 180.29-1
- Update to 180.29 (stable)
15 years, 9 months
rpms/xorg-x11-drv-nvidia/F-10 xorg-x11-drv-nvidia.spec,1.14,1.15
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21809
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 180.29-2
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-10/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xorg-x11-drv-nvidia.spec 13 Feb 2009 09:10:51 -0000 1.14
+++ xorg-x11-drv-nvidia.spec 22 Feb 2009 18:13:32 -0000 1.15
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 180.29
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -70,7 +70,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -291,6 +291,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 180.29-2
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Tue Feb 10 2009 kwizart < kwizart at gmail.com > - 180.29-1
- Update to 180.29 (stable)
15 years, 9 months
rpms/xorg-x11-drv-nvidia-96xx/F-9 xorg-x11-drv-nvidia-96xx.spec, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21770/F-9
Modified Files:
xorg-x11-drv-nvidia-96xx.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-9/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-96xx.spec 11 Nov 2008 11:04:12 -0000 1.1
+++ xorg-x11-drv-nvidia-96xx.spec 22 Feb 2009 18:12:53 -0000 1.2
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-96xx
Version: 96.43.09
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -71,7 +71,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -257,6 +257,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Mon Nov 10 2008 kwizart < kwizart at gmail.com > - 96.43.09-3
- Clean the spec.
15 years, 9 months
rpms/xorg-x11-drv-nvidia-96xx/devel xorg-x11-drv-nvidia-96xx.spec, 1.4, 1.5
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21770/devel
Modified Files:
xorg-x11-drv-nvidia-96xx.spec
Log Message:
* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
- Make devel subpackage depend on lib subpackage of the same arch
Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/devel/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-x11-drv-nvidia-96xx.spec 29 Jan 2009 14:33:13 -0000 1.4
+++ xorg-x11-drv-nvidia-96xx.spec 22 Feb 2009 18:12:53 -0000 1.5
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-96xx
Version: 96.43.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -71,7 +71,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -257,6 +257,9 @@
%changelog
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.10-2
+- Make devel subpackage depend on lib subpackage of the same arch
+
* Thu Jan 29 2009 kwizart < kwizart at gmail.com > - 96.43.10-1
- Update to 96.43.10 (beta)
15 years, 9 months