rpms/xorg-x11-drv-nvidia-304xx/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xorg-x11-drv-nvidia-304xx.spec, 1.10, 1.11
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2332
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia-304xx.spec
Log Message:
* Fri Jan 24 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-1
- Update to 304.119
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 14 Dec 2013 17:20:33 -0000 1.4
+++ .cvsignore 24 Jan 2014 12:16:49 -0000 1.5
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86_64-304.117.run
-NVIDIA-Linux-x86-304.117.run
+NVIDIA-Linux-x86-304.119.run
+NVIDIA-Linux-x86_64-304.119.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 14 Dec 2013 17:20:33 -0000 1.4
+++ sources 24 Jan 2014 12:16:49 -0000 1.5
@@ -1,2 +1,2 @@
-af1c41338ac657a7340aad6a6271baa8 NVIDIA-Linux-x86_64-304.117.run
-023eb03da304a1842fc503c81e3c5694 NVIDIA-Linux-x86-304.117.run
+a2acb8066ac296005dbf560ee83ae6d9 NVIDIA-Linux-x86-304.119.run
+b7b84b6a5759a9c3f563d1f6bfa6a056 NVIDIA-Linux-x86_64-304.119.run
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xorg-x11-drv-nvidia-304xx.spec 28 Dec 2013 19:00:17 -0000 1.10
+++ xorg-x11-drv-nvidia-304xx.spec 24 Jan 2014 12:16:49 -0000 1.11
@@ -6,8 +6,8 @@
%global __strip /bin/true
Name: xorg-x11-drv-nvidia-304xx
-Version: 304.117
-Release: 4%{?dist}
+Version: 304.119
+Release: 1%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -395,6 +395,9 @@
%changelog
+* Fri Jan 24 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-1
+- Update to 304.119
+
* Sat Dec 28 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 304.117-4
- remove conditionals
10 years, 11 months
rpms/openafs-kmod/devel .cvsignore, 1.18, 1.19 openafs-kmod.spec, 1.39, 1.40 sources, 1.21, 1.22
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/openafs-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2942
Modified Files:
.cvsignore openafs-kmod.spec sources
Log Message:
* Wed Jan 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-1
- Update to OpenAFS 1.6.6 final
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 30 Nov 2013 02:34:33 -0000 1.18
+++ .cvsignore 22 Jan 2014 16:50:40 -0000 1.19
@@ -1 +1 @@
-openafs-1.6.6pre1-src.tar.bz2
+openafs-1.6.6-src.tar.bz2
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/openafs-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- openafs-kmod.spec 10 Dec 2013 19:23:06 -0000 1.39
+++ openafs-kmod.spec 22 Jan 2014 16:50:40 -0000 1.40
@@ -1,5 +1,5 @@
# (un)define the next line to either build for the newest or all current kernels
-%global buildforkernels current
+%global buildforkernels akmod
# Define the OpenAFS sysname
%ifarch %{ix86}
@@ -15,7 +15,8 @@
%define sysname amd64_linux26
%endif
-%define pre pre1
+#define pre pre1
+%define pre %nil
%define kmod_name openafs
@@ -23,14 +24,22 @@
Name: %{kmod_name}-kmod
Version: 1.6.6
-Release: 0.%{pre}%{?dist}.4
+%if 0%{?pre}
+Release: 0.%{pre}%{?dist}
+%else
+Release: 1%{?dist}
+%endif
Summary: Kernel module(s)
Group: System Environment/Kernel
License: IBM
URL: http://www.openafs.org
+%if 0%{?pre}
Source0: http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{kmod_name}-%{versio...
+%else
+Source0: http://dl.openafs.org/dl/%{version}/%{kmod_name}-%{version}-src.tar.bz2
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +108,9 @@
%changelog
+* Wed Jan 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-1
+- Update to OpenAFS 1.6.6 final
+
* Tue Dec 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.4
- Rebuilt for f20 final kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 30 Nov 2013 02:34:34 -0000 1.21
+++ sources 22 Jan 2014 16:50:40 -0000 1.22
@@ -1 +1 @@
-c771d56cfddf5fe5ac00e610c2b47613 openafs-1.6.6pre1-src.tar.bz2
+b98987a47fe94e2740ead10fd9a036ce openafs-1.6.6-src.tar.bz2
10 years, 11 months
rpms/openafs/devel .cvsignore, 1.17, 1.18 openafs.spec, 1.45, 1.46 sources, 1.21, 1.22
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/openafs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2607
Modified Files:
.cvsignore openafs.spec sources
Log Message:
* Wed Jan 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-1
- Update to OpenAFS 1.6.6 final
- Drop Fedora 18 conditional
- Correct bogus dates in changelog
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 30 Nov 2013 02:26:26 -0000 1.17
+++ .cvsignore 22 Jan 2014 16:43:16 -0000 1.18
@@ -1,2 +1,2 @@
-openafs-1.6.6pre1-src.tar.bz2
-openafs-1.6.6pre1-doc.tar.bz2
+openafs-1.6.6-doc.tar.bz2
+openafs-1.6.6-src.tar.bz2
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- openafs.spec 3 Dec 2013 05:37:57 -0000 1.45
+++ openafs.spec 22 Jan 2014 16:43:16 -0000 1.46
@@ -10,10 +10,11 @@
%define sysname amd64_linux26
%endif
-%define pre pre1
+#define pre pre1
+%define pre %nil
-# Use systemd unit files on Fedora 18 and above.
-%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
+# Use systemd unit files on RHEL 7 and above.
+%if 0%{?rhel} >= 7
%global _with_systemd 1
%endif
@@ -21,12 +22,21 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.6
-Release: 0.%{pre}%{?dist}.1
+%if 0%{?pre}
+Release: 0.%{pre}%{?dist}
+%else
+Release: 1%{?dist}
+%endif
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
+%if 0%{?pre}
Source0: http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
Source1: http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
+%else
+Source0: http://dl.openafs.org/dl/%{version}/%{name}-%{version}-src.tar.bz2
+Source1: http://dl.openafs.org/dl/%{version}/%{name}-%{version}-doc.tar.bz2
+%endif
Source11: http://grand.central.org/dl/cellservdb/CellServDB
Source12: cacheinfo
Source13: openafs.init
@@ -459,6 +469,11 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Jan 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-1
+- Update to OpenAFS 1.6.6 final
+- Drop Fedora 18 conditional
+- Correct bogus dates in changelog
+
* Tue Dec 03 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-0.pre1.1
- Fix ExecPostStart patch
@@ -504,7 +519,7 @@
* Tue Dec 11 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-9
- Correct bosserver path in systemd unit file
-* Wed Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
+* Thu Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
- Implement a directory for sourced post init scripts. These
fine tune the AFS client's behavior after startup and live in
/etc/openafs/posthooks.d/
@@ -529,7 +544,7 @@
- Patch to allow fileservers to report correct partition
usage data on partitions sizes greater than 2TB.
-* Mon May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
+* Tue May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
- Provide openafs-static (RPM Fusion bug #2310).
* Wed Apr 04 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-1
@@ -551,7 +566,7 @@
* Wed Mar 07 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4
- Update to OpenAFS 1.6.1 pre-release 4
-* Wed Feb 28 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre3
+* Tue Feb 28 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre3
- Update to OpenAFS 1.6.1 pre-release 3
* Wed Feb 08 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre2
@@ -620,7 +635,7 @@
* Thu Jul 15 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-4
- RPMFusion Bug #1333
-* Tue Jun 30 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-3
+* Wed Jun 30 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-3
- Correct rpmlint warnings
- RPMFusion Bug #1047 - Fix SELinux contexts on /afs
- RPMFusion Bug #1275 - service openafs status now sets the exit code
@@ -684,7 +699,7 @@
- init.d file as well as sysconfig file rename afs => openafs
- Prereq/Require cleanups
-* Thu May 16 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-7
+* Fri May 16 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-7
- Include the AFS version of asetkey
- Build with --with-krb5-conf which enables aklog and asetkey's builds
@@ -700,7 +715,7 @@
* Tue Feb 12 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-1
- OpenAFS 1.4.6
-* Mon Jul 11 2007 Jack Neely <jjneely(a)ncsu.edu> 1.4.4-3
+* Wed Jul 11 2007 Jack Neely <jjneely(a)ncsu.edu> 1.4.4-3
- RHEL 5 does not include the krbafs-utils package and we require
the pagsh program.
@@ -760,11 +775,11 @@
* Wed May 08 2002 Jack Neely <jjneely(a)pams.ncsu.edu>
- rebuilt on 2.4.18-3
-* Fri Mar 21 2002 Jack Neely <slack(a)quackmaster.net>
+* Thu Mar 21 2002 Jack Neely <slack(a)quackmaster.net>
- upgraded to openafs-1.2.3
- rebuilt on 2.4.18-0.4
-* Thu Mar 13 2002 Jack Neely <slack(a)quackmaster.net>
+* Wed Mar 13 2002 Jack Neely <slack(a)quackmaster.net>
- rebuild on 2.4.9-31
- Added kernel depend on the kernel package
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 30 Nov 2013 02:26:26 -0000 1.21
+++ sources 22 Jan 2014 16:43:16 -0000 1.22
@@ -1,2 +1,2 @@
-c771d56cfddf5fe5ac00e610c2b47613 openafs-1.6.6pre1-src.tar.bz2
-ad98010dfca94b4c72a77f4db2046f26 openafs-1.6.6pre1-doc.tar.bz2
+f78cd959e06e9f8ea64908808ecde58b openafs-1.6.6-doc.tar.bz2
+b98987a47fe94e2740ead10fd9a036ce openafs-1.6.6-src.tar.bz2
10 years, 11 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.162,1.163
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11471
Modified Files:
nvidia-kmod.spec
Log Message:
Update
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- nvidia-kmod.spec 17 Jan 2014 20:25:30 -0000 1.162
+++ nvidia-kmod.spec 21 Jan 2014 23:50:02 -0000 1.163
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.20
# Taken over by kmodtool
-Release: 10%{?dist}.4
+Release: 10%{?dist}.5
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -96,6 +96,9 @@
%changelog
+* Wed Jan 22 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-10.5
+- Rebuilt for kernel
+
* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-10.4
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-304xx-kmod/devel nvidia-304xx-kmod.spec, 1.13, 1.14 nvidia_3.13_kernel.patch, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6968
Modified Files:
nvidia-304xx-kmod.spec nvidia_3.13_kernel.patch
Log Message:
* Tue Jan 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.117-4
- make more changes to 3.13 kernel patch
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nvidia-304xx-kmod.spec 13 Jan 2014 11:07:03 -0000 1.13
+++ nvidia-304xx-kmod.spec 21 Jan 2014 22:40:01 -0000 1.14
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.117
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Tue Jan 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.117-4
+- make more changes to 3.13 kernel patch
+
* Mon Jan 13 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.117-3
- fix 3.13.0 kernel patch for EFI systems with CSM disabled
nvidia_3.13_kernel.patch:
nv-acpi.c | 3 +++
1 file changed, 3 insertions(+)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia_3.13_kernel.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nvidia_3.13_kernel.patch 13 Jan 2014 11:07:03 -0000 1.2
+++ nvidia_3.13_kernel.patch 21 Jan 2014 22:40:01 -0000 1.3
@@ -1,16 +1,5 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
-@@ -15,6 +15,10 @@
- #include "nv-linux.h"
- #include "nv-reg.h"
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
-+#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
-+#endif
-+
- #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
-
- static int nv_acpi_add (struct acpi_device *);
@@ -299,7 +299,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 11 months
rpms/nvidia-kmod/devel nvidia-kmod.spec, 1.150, 1.151 nvidia_3.13_kernel.patch, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3693
Modified Files:
nvidia-kmod.spec nvidia_3.13_kernel.patch
Log Message:
* Tue Jan 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-4
- make more changes to 3.13 kernel patch
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- nvidia-kmod.spec 13 Jan 2014 17:37:48 -0000 1.150
+++ nvidia-kmod.spec 21 Jan 2014 21:02:13 -0000 1.151
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.38
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -103,6 +103,9 @@
%changelog
+* Tue Jan 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-4
+- make more changes to 3.13 kernel patch
+
* Mon Jan 13 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-3
- fix patch for 3.13 kernel
nvidia_3.13_kernel.patch:
nv-acpi.c | 3 +++
uvm/nvidia_uvm_linux.h | 10 ++++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia_3.13_kernel.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nvidia_3.13_kernel.patch 13 Jan 2014 17:37:48 -0000 1.2
+++ nvidia_3.13_kernel.patch 21 Jan 2014 21:02:13 -0000 1.3
@@ -1,16 +1,5 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
-@@ -15,6 +15,10 @@
- #include "nv-linux.h"
- #include "nv-reg.h"
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
-+#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
-+#endif
-+
- #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
- static RM_STATUS nv_acpi_extract_integer (const union acpi_object *, void *, NvU32, NvU32 *);
- static RM_STATUS nv_acpi_extract_buffer (const union acpi_object *, void *, NvU32, NvU32 *);
@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 11 months
rpms/get_iplayer/F-20 get_iplayer.spec,1.15,1.16
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23272
Modified Files:
get_iplayer.spec
Log Message:
* Thu Jan 16 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-4
- Remove workaround for RHBZ#1051607, fixed in file-libs-5.14-14.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/get_iplayer.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- get_iplayer.spec 12 Jan 2014 21:58:27 -0000 1.15
+++ get_iplayer.spec 18 Jan 2014 00:20:30 -0000 1.16
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 2.85
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -9,6 +9,7 @@
Source0: ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-%{version}.tar.gz
Source1: options
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
BuildRequires: sed
BuildRequires: perl(Cwd) perl(Env) perl(Fcntl) perl(File::Copy)
@@ -17,35 +18,9 @@
BuildRequires: perl(IO::Seekable) perl(IO::Socket) perl(LWP::ConnCache)
BuildRequires: perl(LWP::UserAgent) perl(POSIX) perl(Time::Local) perl(URI)
BuildRequires: perl(HTML::Entities) perl(HTTP::Cookies)
+BuildRequires: file-libs >= 5.14-14
Requires: rtmpdump ffmpeg id3v2 lame mplayer vlc-core
-# Workaround for https://bugzilla.rpmfusion.org/show_bug.cgi?id=3068:
-Requires: perl(base)
-Requires: perl(Cwd)
-Requires: perl(Encode)
-Requires: perl(Env)
-Requires: perl(Fcntl)
-Requires: perl(File::Basename)
-Requires: perl(File::Copy)
-Requires: perl(File::Path)
-Requires: perl(File::Spec)
-Requires: perl(File::stat)
-Requires: perl(Getopt::Long)
-Requires: perl(HTML::Entities)
-Requires: perl(HTTP::Cookies)
-Requires: perl(HTTP::Headers)
-Requires: perl(integer)
-Requires: perl(IO::Seekable)
-Requires: perl(IO::Socket)
-Requires: perl(LWP::ConnCache)
-Requires: perl(LWP::UserAgent)
-Requires: perl(POSIX)
-Requires: perl(strict)
-Requires: perl(Time::Local)
-Requires: perl(URI)
-
-BuildArch: noarch
-
%description
get_iplayer is a tool for listing, recording and streaming BBC iPlayer TV
programmes, and other programmes via 3rd-party plugins.
@@ -76,6 +51,9 @@
%doc README.md
%changelog
+* Thu Jan 16 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-4
+- Remove workaround for RHBZ#1051607, fixed in file-libs-5.14-14.
+
* Sun Jan 12 2014 Peter Oliver <rpm(a)mavit.org.uk> - 2.85-3
- Manually list Requires. Works around
https://bugzilla.redhat.com/show_bug.cgi?id=1051607 and fixes
10 years, 11 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.106,1.107
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30811
Modified Files:
wl-kmod.spec
Log Message:
* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.15
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- wl-kmod.spec 12 Jan 2014 15:18:13 -0000 1.106
+++ wl-kmod.spec 17 Jan 2014 20:25:40 -0000 1.107
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 1%{?dist}.14
+Release: 1%{?dist}.15
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.15
+- Rebuilt for kernel
+
* Sun Jan 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.14
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.161,1.162
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30637
Modified Files:
nvidia-kmod.spec
Log Message:
* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-10.4
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- nvidia-kmod.spec 12 Jan 2014 15:18:04 -0000 1.161
+++ nvidia-kmod.spec 17 Jan 2014 20:25:30 -0000 1.162
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.20
# Taken over by kmodtool
-Release: 10%{?dist}.3
+Release: 10%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -96,6 +96,9 @@
%changelog
+* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-10.4
+- Rebuilt for kernel
+
* Sun Jan 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-10.3
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30356
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-1.4
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- nvidia-304xx-kmod.spec 12 Jan 2014 15:17:56 -0000 1.34
+++ nvidia-304xx-kmod.spec 17 Jan 2014 20:25:20 -0000 1.35
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.116
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-1.4
+- Rebuilt for kernel
+
* Sun Jan 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.116-1.3
- Rebuilt for kernel
10 years, 11 months