rpms/xbmc/devel .cvsignore, 1.27, 1.28 sources, 1.29, 1.30 xbmc-generate-tarball-xz.sh, 1.27, 1.28 xbmc.spec, 1.76, 1.77
by Michael Cronenworth
Author: mooninite
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15298
Modified Files:
.cvsignore sources xbmc-generate-tarball-xz.sh xbmc.spec
Log Message:
* Sat May 10 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-2
- Update to latest Gotham final branch (commit e988513)
- Fixes for rtmp (RFBZ #3234)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 4 May 2014 19:21:53 -0000 1.27
+++ .cvsignore 10 May 2014 22:53:59 -0000 1.28
@@ -1 +1 @@
-xbmc-13.0-patched.tar.xz
+xbmc-13.0-Gotham_r2-ge988513-patched.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 4 May 2014 19:21:54 -0000 1.29
+++ sources 10 May 2014 22:53:59 -0000 1.30
@@ -1 +1 @@
-3e4b9596b6b9572600a798d3c4b522aa xbmc-13.0-patched.tar.xz
+90f50ccc6923d4dbe7dc726cfcef5416 xbmc-13.0-Gotham_r2-ge988513-patched.tar.xz
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xbmc-generate-tarball-xz.sh 4 May 2014 19:21:54 -0000 1.27
+++ xbmc-generate-tarball-xz.sh 10 May 2014 22:53:59 -0000 1.28
@@ -2,12 +2,15 @@
MAJORVERSION=13
MINORVERSION=0
-#PRERELEASE=Gotham_rc1
+GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
+GITSHORT=ge988513
+PRERELEASE=Gotham_r2
-VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}
+VERSION=${MAJORVERSION}.${MINORVERSION}${PRERELEASE:+-${PRERELEASE}}${GITSHORT:+-${GITSHORT}}
-GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Gotham
+#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$VERSION-Gotham
#GITHUBURL=https://github.com/xbmc/xbmc/zipball/$PRERELEASE
+GITHUBURL=https://github.com/xbmc/xbmc/zipball/$GITCOMMIT
# download zipball
if [[ ! -f xbmc-$VERSION.zip ]]; then
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- xbmc.spec 4 May 2014 19:21:54 -0000 1.76
+++ xbmc.spec 10 May 2014 22:53:59 -0000 1.77
@@ -1,18 +1,19 @@
#global PRERELEASE Gotham_rc1
%global DIRVERSION %{version}
+%global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
#global DIRVERSION %{version}-%{PRERELEASE}
%global _hardened_build 1
Name: xbmc
Version: 13.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
Group: Applications/Multimedia
URL: http://www.xbmc.org/
-Source0: %{name}-%{DIRVERSION}-patched.tar.xz
+Source0: %{name}-%{DIRVERSION}-%{GITCOMMIT}-patched.tar.xz
# xbmc contains code that we cannot ship, as well as redundant private
# copies of upstream libraries that we already distribute. Therefore
# we use this script to remove the code before shipping it.
@@ -233,7 +234,7 @@
%prep
-%setup -q -n %{name}-%{DIRVERSION}
+%setup -q -n %{name}-%{DIRVERSION}-%{GITCOMMIT}
%patch1 -p1
%patch2 -p1
@@ -383,6 +384,10 @@
%changelog
+* Sat May 10 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-2
+- Update to latest Gotham final branch (commit e988513)
+- Fixes for rtmp (RFBZ #3234)
+
* Sun May 04 2014 Michael Cronenworth <mike(a)cchtml.com> - 13.0-1
- Update to Gotham final
10 years, 6 months
rpms/vdr-markad/devel vdr-markad.conf, NONE, 1.1 vdr-markad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-markad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv498/devel
Modified Files:
.cvsignore sources
Added Files:
vdr-markad.conf vdr-markad.spec
Log Message:
--- NEW FILE vdr-markad.conf ---
# Configuration snippet for vdr-markad -*- sh -*-
#
# Add command line options to pass to the markad plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-markad-*/README for info about available options.
PLUGIN_OPTIONS="-l /var/lib/vdr/data/markad/logos"
--- NEW FILE vdr-markad.spec ---
%global commit 3c99d4782fa62a1e24aabb510ce6230dc00a5b31
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20140421
Name: vdr-markad
Version: 0.1.4
Release: 4.%{gitdate}git%{shortcommit}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
# go to http://projects.vdr-developer.org/git/vdr-plugin-markad.git/commit/
# click the link behind commit, then select the download links below.
URL: http://projects.vdr-developer.org/projects/plg-markad
Source0: http://projects.vdr-developer.org/git/vdr-plugin-markad.git/snapshot/vdr-...
Source1: %{name}.conf
BuildRequires: vdr-devel >= 1.7.30
BuildRequires: ffmpeg-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
%description
VDR-Plugin: markad - %{summary}
%prep
%setup -qn vdr-plugin-markad-%{commit}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} \
LIBDIR=. VDRDIR=%{_libdir}/vdr VDRINCDIR=%{_includedir} \
LOCALEDIR=./locale all
%install
install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}
install -pm 755 plugin/libvdr-markad.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/markad.conf
install -dm 755 $RPM_BUILD_ROOT%{_bindir}
install -pm 755 command/markad $RPM_BUILD_ROOT%{_bindir}
# locale
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
cp -pR plugin/locale/* $RPM_BUILD_ROOT%{_datadir}/locale
# copy logos
install -dm 755 $RPM_BUILD_ROOT%{vdr_vardir}/markad/logos
cp -pR command/logos/* $RPM_BUILD_ROOT%{vdr_vardir}/markad/logos
# install man
pushd command
make install-doc DESTDIR=$RPM_BUILD_ROOT
popd
%find_lang %{name}
%post
# make sure /etc/services has a svdrp entry
if ! grep E '\<svdrp\>' /etc/services > /dev/null 2>&1 ; then
echo "svdrp 6419/tcp # VDR" >> /etc/services
fi
%files -f %{name}.lang
%doc COPYING README HISTORY
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/markad.conf
%{_mandir}/man1/markad.1.gz
%{_bindir}/markad
%{_libdir}/vdr/libvdr-markad.so.%{vdr_apiversion}
%{vdr_vardir}/markad/
%changelog
* Fri May 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-4.20140421git3c99d47
- removed %%config(noreplace) flag in %%file section for logo dir
- added %%{optflags} macro in build section
* Mon Apr 21 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-3.20140421git3c99d47
- rebuild for new git version
* Sun Jan 19 2014 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-2.20131115git09617a6
- added gitdate for fedora naming schema
- added tarball download instructions
* Fri Jan 10 2014 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-1.09617a6
- rebuild for new git version
* Tue Sep 25 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-2
- used macro pname in file section
- added manpage patch
* Mon Sep 24 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-1
- rebuild for new release
* Tue May 22 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-8.20120522git
- new git release
- removed readme patch
* Sat May 19 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-7.20120519git
- new git release
- added plugin option file
- added patch for readme file
* Tue May 15 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-6.20120504git
- added correct permissions for vdr_vardir
* Sun May 13 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-5.20120504git
- fixed unstripped-binary-or-object messages
- fsf-address upstream bug
- fixed dependencies
* Tue May 08 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-4.20120504git
- solved unstripped-binary-or-object
- removed warning deprecated-grep
- removed mixed-use-of-spaces-and-tabs
- removed unneeded global settings
- added path for tv logos
* Mon May 07 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-3.20120504git
- added svdrp to /etc/services
- removed defattr in file section
* Sun May 06 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-2.20120504git
- new git version
- changed name of source package
* Sun Apr 29 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-1.20120310git
- first build for fc17
* Wed Sep 21 2011 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.1.2-1
- initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 8 May 2014 17:42:55 -0000 1.1
+++ .cvsignore 8 May 2014 18:28:14 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 8 May 2014 17:42:55 -0000 1.1
+++ sources 8 May 2014 18:28:14 -0000 1.2
@@ -0,0 +1 @@
+9dd847068922e5b0beae8c5804b6c345 vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
10 years, 6 months
rpms/vdr-markad/F-20 vdr-markad.conf, NONE, 1.1 vdr-markad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-markad/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32652/F-20
Modified Files:
.cvsignore sources
Added Files:
vdr-markad.conf vdr-markad.spec
Log Message:
--- NEW FILE vdr-markad.conf ---
# Configuration snippet for vdr-markad -*- sh -*-
#
# Add command line options to pass to the markad plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-markad-*/README for info about available options.
PLUGIN_OPTIONS="-l /var/lib/vdr/data/markad/logos"
--- NEW FILE vdr-markad.spec ---
%global commit 3c99d4782fa62a1e24aabb510ce6230dc00a5b31
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20140421
Name: vdr-markad
Version: 0.1.4
Release: 4.%{gitdate}git%{shortcommit}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
# go to http://projects.vdr-developer.org/git/vdr-plugin-markad.git/commit/
# click the link behind commit, then select the download links below.
URL: http://projects.vdr-developer.org/projects/plg-markad
Source0: http://projects.vdr-developer.org/git/vdr-plugin-markad.git/snapshot/vdr-...
Source1: %{name}.conf
BuildRequires: vdr-devel >= 1.7.30
BuildRequires: ffmpeg-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
%description
VDR-Plugin: markad - %{summary}
%prep
%setup -qn vdr-plugin-markad-%{commit}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} \
LIBDIR=. VDRDIR=%{_libdir}/vdr VDRINCDIR=%{_includedir} \
LOCALEDIR=./locale all
%install
install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}
install -pm 755 plugin/libvdr-markad.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/markad.conf
install -dm 755 $RPM_BUILD_ROOT%{_bindir}
install -pm 755 command/markad $RPM_BUILD_ROOT%{_bindir}
# locale
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
cp -pR plugin/locale/* $RPM_BUILD_ROOT%{_datadir}/locale
# copy logos
install -dm 755 $RPM_BUILD_ROOT%{vdr_vardir}/markad/logos
cp -pR command/logos/* $RPM_BUILD_ROOT%{vdr_vardir}/markad/logos
# install man
pushd command
make install-doc DESTDIR=$RPM_BUILD_ROOT
popd
%find_lang %{name}
%post
# make sure /etc/services has a svdrp entry
if ! grep E '\<svdrp\>' /etc/services > /dev/null 2>&1 ; then
echo "svdrp 6419/tcp # VDR" >> /etc/services
fi
%files -f %{name}.lang
%doc COPYING README HISTORY
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/markad.conf
%{_mandir}/man1/markad.1.gz
%{_bindir}/markad
%{_libdir}/vdr/libvdr-markad.so.%{vdr_apiversion}
%{vdr_vardir}/markad/
%changelog
* Fri May 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-4.20140421git3c99d47
- removed %%config(noreplace) flag in %%file section for logo dir
- added %%{optflags} macro in build section
* Mon Apr 21 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-3.20140421git3c99d47
- rebuild for new git version
* Sun Jan 19 2014 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-2.20131115git09617a6
- added gitdate for fedora naming schema
- added tarball download instructions
* Fri Jan 10 2014 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-1.09617a6
- rebuild for new git version
* Tue Sep 25 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-2
- used macro pname in file section
- added manpage patch
* Mon Sep 24 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.4-1
- rebuild for new release
* Tue May 22 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-8.20120522git
- new git release
- removed readme patch
* Sat May 19 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-7.20120519git
- new git release
- added plugin option file
- added patch for readme file
* Tue May 15 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-6.20120504git
- added correct permissions for vdr_vardir
* Sun May 13 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-5.20120504git
- fixed unstripped-binary-or-object messages
- fsf-address upstream bug
- fixed dependencies
* Tue May 08 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-4.20120504git
- solved unstripped-binary-or-object
- removed warning deprecated-grep
- removed mixed-use-of-spaces-and-tabs
- removed unneeded global settings
- added path for tv logos
* Mon May 07 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-3.20120504git
- added svdrp to /etc/services
- removed defattr in file section
* Sun May 06 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-2.20120504git
- new git version
- changed name of source package
* Sun Apr 29 2012 Martin Gansser <linux4martin(a)gmx.de> - 0.1.3-1.20120310git
- first build for fc17
* Wed Sep 21 2011 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.1.2-1
- initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/F-20/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 8 May 2014 17:42:55 -0000 1.1
+++ .cvsignore 8 May 2014 18:22:54 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/F-20/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 8 May 2014 17:42:55 -0000 1.1
+++ sources 8 May 2014 18:22:54 -0000 1.2
@@ -0,0 +1 @@
+9dd847068922e5b0beae8c5804b6c345 vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
10 years, 6 months
rpms/vdr-markad/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-markad/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsD32072/rpms/vdr-markad/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vdr-markad
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vdr-markad
# $Id: Makefile,v 1.1 2014/05/08 17:42:55 kwizart Exp $
NAME := vdr-markad
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
10 years, 6 months
rpms/vdr-markad - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-markad
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsD32072/rpms/vdr-markad
Log Message:
Directory /cvs/free/rpms/vdr-markad added to the repository
10 years, 6 months
rpms/vdr-markad Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-markad
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsD32072/rpms/vdr-markad
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vdr-markad
--- NEW FILE Makefile ---
# Top level Makefile for module vdr-markad
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
10 years, 6 months
rpms/vdr-markad/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-markad/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsD32072/rpms/vdr-markad/devel
Log Message:
Directory /cvs/free/rpms/vdr-markad/devel added to the repository
10 years, 6 months
rpms/wl-kmod/F-20 wl-kmod.spec,1.100,1.101
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22510
Modified Files:
wl-kmod.spec
Log Message:
* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.21
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-20/wl-kmod.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- wl-kmod.spec 30 Apr 2014 06:26:40 -0000 1.100
+++ wl-kmod.spec 8 May 2014 11:32:37 -0000 1.101
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 5%{?dist}.20
+Release: 5%{?dist}.21
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
+* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.21
+- Rebuilt for kernel
+
* Wed Apr 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.20
- Rebuilt for kernel
10 years, 6 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec,1.175,1.176
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22391
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-2.4
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- nvidia-kmod.spec 30 Apr 2014 06:26:33 -0000 1.175
+++ nvidia-kmod.spec 8 May 2014 11:32:31 -0000 1.176
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-2.4
+- Rebuilt for kernel
+
* Wed Apr 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-2.3
- Rebuilt for kernel
10 years, 6 months
rpms/nvidia-304xx-kmod/F-20 nvidia-304xx-kmod.spec,1.33,1.34
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22268
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.2
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20/nvidia-304xx-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- nvidia-304xx-kmod.spec 30 Apr 2014 06:26:27 -0000 1.33
+++ nvidia-304xx-kmod.spec 8 May 2014 11:32:26 -0000 1.34
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.121
# Taken over by kmodtool
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Thu May 08 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.2
+- Rebuilt for kernel
+
* Wed Apr 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.1
- Rebuilt for kernel
10 years, 6 months