rpms/openafs-kmod/F-19 openafs-kmod.spec,1.74,1.75
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/openafs-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26650
Modified Files:
openafs-kmod.spec
Log Message:
* Wed Feb 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.13
- Rebuilt for kernel
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/F-19/openafs-kmod.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- openafs-kmod.spec 24 Feb 2014 08:59:52 -0000 1.74
+++ openafs-kmod.spec 26 Feb 2014 08:42:20 -0000 1.75
@@ -23,7 +23,7 @@
Name: %{kmod_name}-kmod
Version: 1.6.6
-Release: 0.%{pre}%{?dist}.12
+Release: 0.%{pre}%{?dist}.13
Summary: Kernel module(s)
Group: System Environment/Kernel
@@ -99,6 +99,9 @@
%changelog
+* Wed Feb 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.13
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.12
- Rebuilt for kernel
10 years, 9 months
rpms/ndiswrapper-kmod/F-19 ndiswrapper-kmod.spec,1.105,1.106
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ndiswrapper-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26524
Modified Files:
ndiswrapper-kmod.spec
Log Message:
* Wed Feb 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.58-6.23
- Rebuilt for kernel
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-19/ndiswrapper-kmod.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ndiswrapper-kmod.spec 24 Feb 2014 08:59:43 -0000 1.105
+++ ndiswrapper-kmod.spec 26 Feb 2014 08:42:14 -0000 1.106
@@ -10,7 +10,7 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.58
-Release: 6%{?pre}%{?dist}.22
+Release: 6%{?pre}%{?dist}.23
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -80,6 +80,9 @@
%changelog
+* Wed Feb 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.58-6.23
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.58-6.22
- Rebuilt for kernel
10 years, 9 months
rpms/dvdstyler/F-20 .cvsignore, 1.24, 1.25 dvdstyler.spec, 1.44, 1.45 sources, 1.27, 1.28
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27739
Modified Files:
.cvsignore dvdstyler.spec sources
Log Message:
* Tue Feb 25 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.7-1
- Update to 2.7
* better support of multiple titlesets
* added a possibility to add a chapter selection menu
* added the rectangle selection tool
* added possibility to align multiple buttons to left/right/top/bottom
* added slide properties dialog
* added a possibility to select a titleset to import from DVD
* changed to use mplex tool for menu multiplexing
* updated ffmpeg to version 2.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore 4 Dec 2013 00:49:51 -0000 1.24
+++ .cvsignore 26 Feb 2014 00:13:15 -0000 1.25
@@ -1 +1 @@
-DVDStyler-2.6.1.tar.bz2
+DVDStyler-2.7.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/dvdstyler.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- dvdstyler.spec 4 Jan 2014 12:06:03 -0000 1.44
+++ dvdstyler.spec 26 Feb 2014 00:13:15 -0000 1.45
@@ -2,8 +2,8 @@
Name: dvdstyler
Epoch: 1
-Version: 2.6.1
-Release: 2%{?prerel}%{?dist}
+Version: 2.7
+Release: 1%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -58,7 +58,7 @@
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
%build
-chmod +x ./autogen.sh ./configure
+rm -f install-sh depcomp missing mkinstalldirs
./autogen.sh
%configure \
--disable-dependency-tracking
@@ -90,6 +90,17 @@
%{_mandir}/*/*.gz
%changelog
+* Tue Feb 25 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.7-1
+- Update to 2.7
+ * better support of multiple titlesets
+ * added a possibility to add a chapter selection menu
+ * added the rectangle selection tool
+ * added possibility to align multiple buttons to left/right/top/bottom
+ * added slide properties dialog
+ * added a possibility to select a titleset to import from DVD
+ * changed to use mplex tool for menu multiplexing
+ * updated ffmpeg to version 2.1.3
+
* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
- New upstream source.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 4 Jan 2014 12:06:03 -0000 1.27
+++ sources 26 Feb 2014 00:13:15 -0000 1.28
@@ -1 +1 @@
-f2780cac1d76ffa2a8716ff4d6f1cbd7 DVDStyler-2.6.1.tar.bz2
+10d73f4da2094efbcfbb43726a7dc72c DVDStyler-2.7.tar.bz2
10 years, 9 months
rpms/dvdstyler/devel .cvsignore, 1.24, 1.25 dvdstyler.spec, 1.44, 1.45 sources, 1.27, 1.28
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24592
Modified Files:
.cvsignore dvdstyler.spec sources
Log Message:
* Tue Feb 25 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.7-1
- Update to 2.7
* better support of multiple titlesets
* added a possibility to add a chapter selection menu
* added the rectangle selection tool
* added possibility to align multiple buttons to left/right/top/bottom
* added slide properties dialog
* added a possibility to select a titleset to import from DVD
* changed to use mplex tool for menu multiplexing
* updated ffmpeg to version 2.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore 4 Dec 2013 00:49:51 -0000 1.24
+++ .cvsignore 25 Feb 2014 22:54:31 -0000 1.25
@@ -1 +1 @@
-DVDStyler-2.6.1.tar.bz2
+DVDStyler-2.7.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/dvdstyler.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- dvdstyler.spec 4 Jan 2014 12:03:06 -0000 1.44
+++ dvdstyler.spec 25 Feb 2014 22:54:31 -0000 1.45
@@ -2,8 +2,8 @@
Name: dvdstyler
Epoch: 1
-Version: 2.6.1
-Release: 2%{?prerel}%{?dist}
+Version: 2.7
+Release: 1%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -58,7 +58,7 @@
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
%build
-chmod +x ./autogen.sh ./configure
+rm -f install-sh depcomp missing mkinstalldirs
./autogen.sh
%configure \
--disable-dependency-tracking
@@ -90,6 +90,17 @@
%{_mandir}/*/*.gz
%changelog
+* Tue Feb 25 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.7-1
+- Update to 2.7
+ * better support of multiple titlesets
+ * added a possibility to add a chapter selection menu
+ * added the rectangle selection tool
+ * added possibility to align multiple buttons to left/right/top/bottom
+ * added slide properties dialog
+ * added a possibility to select a titleset to import from DVD
+ * changed to use mplex tool for menu multiplexing
+ * updated ffmpeg to version 2.1.3
+
* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
- New upstream source.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 4 Jan 2014 12:03:06 -0000 1.27
+++ sources 25 Feb 2014 22:54:31 -0000 1.28
@@ -1 +1 @@
-f2780cac1d76ffa2a8716ff4d6f1cbd7 DVDStyler-2.6.1.tar.bz2
+10d73f4da2094efbcfbb43726a7dc72c DVDStyler-2.7.tar.bz2
10 years, 9 months
rpms/wl-kmod/F-20 wl-kmod.spec,1.91,1.92
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23361
Modified Files:
wl-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.12
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-20/wl-kmod.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- wl-kmod.spec 24 Feb 2014 08:59:34 -0000 1.91
+++ wl-kmod.spec 25 Feb 2014 22:09:00 -0000 1.92
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 5%{?dist}.11
+Release: 5%{?dist}.12
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
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.12
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-5.11
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec,1.163,1.164
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23240
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.49-1.3
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- nvidia-kmod.spec 25 Feb 2014 21:44:49 -0000 1.163
+++ nvidia-kmod.spec 25 Feb 2014 22:08:51 -0000 1.164
@@ -3,13 +3,13 @@
# "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
-#global buildforkernels newest
+%global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 331.49
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.49-1.3
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.49-1.2
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-304xx-kmod/F-20 nvidia-304xx-kmod.spec,1.24,1.25
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23118
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-2.6
- 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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- nvidia-304xx-kmod.spec 24 Feb 2014 08:59:18 -0000 1.24
+++ nvidia-304xx-kmod.spec 25 Feb 2014 22:08:44 -0000 1.25
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.119
# Taken over by kmodtool
-Release: 2%{?dist}.5
+Release: 2%{?dist}.6
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-2.6
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-2.5
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-173xx-kmod/F-20 nvidia-173xx-kmod.spec,1.65,1.66
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22998
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-5.6
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20/nvidia-173xx-kmod.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- nvidia-173xx-kmod.spec 24 Feb 2014 08:59:11 -0000 1.65
+++ nvidia-173xx-kmod.spec 25 Feb 2014 22:08:36 -0000 1.66
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 5%{?dist}.5
+Release: 5%{?dist}.6
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-5.6
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-5.5
- Rebuilt for kernel
10 years, 9 months
rpms/xtables-addons-kmod/F-20 xtables-addons-kmod.spec,1.44,1.45
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22874
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-4.13
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-20/xtables-addons-kmod.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- xtables-addons-kmod.spec 24 Feb 2014 08:59:04 -0000 1.44
+++ xtables-addons-kmod.spec 25 Feb 2014 22:08:28 -0000 1.45
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.3
-Release: 4%{?dist}.12
+Release: 4%{?dist}.13
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-4.13
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-4.12
- Rebuilt for kernel
10 years, 9 months
rpms/VirtualBox-kmod/F-20 VirtualBox-kmod.spec,1.40,1.41
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22753
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.10
- Rebuilt for kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-20/VirtualBox-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- VirtualBox-kmod.spec 24 Feb 2014 08:58:59 -0000 1.40
+++ VirtualBox-kmod.spec 25 Feb 2014 22:08:21 -0000 1.41
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.3.6
-Release: 2%{?prerel:.%{prerel}}%{?dist}.9
+Release: 2%{?prerel:.%{prerel}}%{?dist}.10
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.10
+- Rebuilt for kernel
+
* Mon Feb 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.9
- Rebuilt for kernel
10 years, 9 months