rpms/clipgrab/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/clipgrab/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD25399/rpms/clipgrab/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module clipgrab
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: clipgrab
# $Id: Makefile,v 1.1 2014/12/13 12:56:04 kwizart Exp $
NAME := clipgrab
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 ---
9 years, 11 months
rpms/clipgrab Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/clipgrab
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD25399/rpms/clipgrab
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module clipgrab
--- NEW FILE Makefile ---
# Top level Makefile for module clipgrab
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 ---
9 years, 11 months
rpms/clipgrab/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/clipgrab/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD25399/rpms/clipgrab/devel
Log Message:
Directory /cvs/nonfree/rpms/clipgrab/devel added to the repository
9 years, 11 months
rpms/clipgrab - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/clipgrab
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsD25399/rpms/clipgrab
Log Message:
Directory /cvs/nonfree/rpms/clipgrab added to the repository
9 years, 11 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.142,1.143
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25054
Modified Files:
wl-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.14
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- wl-kmod.spec 23 Nov 2014 16:43:25 -0000 1.142
+++ wl-kmod.spec 13 Dec 2014 12:36:20 -0000 1.143
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 1%{?dist}.13
+Release: 1%{?dist}.14
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.14
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.13
- Rebuilt for kernel
9 years, 11 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.203,1.204
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24933
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.22
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- nvidia-kmod.spec 23 Nov 2014 16:43:19 -0000 1.203
+++ nvidia-kmod.spec 13 Dec 2014 12:36:13 -0000 1.204
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}.21
+Release: 1%{?dist}.22
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.22
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.21
- Rebuilt for kernel
9 years, 11 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.71,1.72
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24808
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.19
- 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.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- nvidia-304xx-kmod.spec 23 Nov 2014 16:43:13 -0000 1.71
+++ nvidia-304xx-kmod.spec 13 Dec 2014 12:36:03 -0000 1.72
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.121
# Taken over by kmodtool
-Release: 1%{?dist}.18
+Release: 1%{?dist}.19
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.19
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.18
- Rebuilt for kernel
9 years, 11 months
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.116,1.117
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24683
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.19
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- nvidia-173xx-kmod.spec 23 Nov 2014 16:43:07 -0000 1.116
+++ nvidia-173xx-kmod.spec 13 Dec 2014 12:35:57 -0000 1.117
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 3%{?dist}.18
+Release: 3%{?dist}.19
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.19
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.18
- Rebuilt for kernel
9 years, 11 months
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.91,1.92
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24560
Modified Files:
catalyst-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.20
- Rebuilt for kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- catalyst-kmod.spec 23 Nov 2014 16:43:01 -0000 1.91
+++ catalyst-kmod.spec 13 Dec 2014 12:35:51 -0000 1.92
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 14.4
-Release: 1%{?dist}.19
+Release: 1%{?dist}.20
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.20
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.19
- Rebuilt for kernel
9 years, 11 months
rpms/xtables-addons-kmod/F-19 xtables-addons-kmod.spec,1.96,1.97
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24438
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.22
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- xtables-addons-kmod.spec 23 Nov 2014 16:42:55 -0000 1.96
+++ xtables-addons-kmod.spec 13 Dec 2014 12:35:45 -0000 1.97
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.5
-Release: 1%{?dist}.21
+Release: 1%{?dist}.22
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -65,6 +65,9 @@
rm -rf %{buildroot}
%changelog
+* Sat Dec 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.22
+- Rebuilt for kernel
+
* Sun Nov 23 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.21
- Rebuilt for kernel
9 years, 11 months