rpms/lame/devel .cvsignore,1.6,1.7 lame.spec,1.6,1.7 sources,1.6,1.7
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/lame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3957
Modified Files:
.cvsignore lame.spec sources
Log Message:
Update to 3.99.5.
Index: lame.spec
===================================================================
RCS file: /cvs/free/rpms/lame/devel/lame.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lame.spec 19 Feb 2012 21:11:00 -0000 1.6
+++ lame.spec 17 Apr 2012 11:15:04 -0000 1.7
@@ -1,5 +1,5 @@
Name: lame
-Version: 3.99.4
+Version: 3.99.5
Release: 1%{?dist}
Summary: Free MP3 audio compressor
@@ -116,6 +116,9 @@
%{_bindir}/mp3x
%changelog
+* Tue Apr 17 2012 Matthias Saou <matthias(a)saou.eu> 3.99.5-1
+- Update to 3.99.5.
+
* Sun Feb 19 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.99.4-1
- Update to 3.99.4
@@ -229,7 +232,7 @@
- Backed out Vorbis changes (bug 198, 223).
* Fri May 2 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 0:3.93.1-0.fdr.4
-- Fixed problems with Makefiles being removed from documentation upon
+- Fixed problems with Makefiles being removed from documentation upon
installation.
* Fri Apr 25 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 0:3.93.1-0.fdr.3
@@ -239,7 +242,7 @@
* Fri Apr 4 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 0:3.93.1-0.fdr.2
- Minor adjustments of optimisation flags and configure settings.
-- Killed some noise caused by a bad gtk macro.
+- Killed some noise caused by a bad gtk macro.
- Added epoch numbers to requires.
* Wed Apr 2 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 0:3.93.1-0.fdr.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lame/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 19 Feb 2012 21:11:00 -0000 1.6
+++ sources 17 Apr 2012 11:15:04 -0000 1.7
@@ -1 +1 @@
-e54d7847bfd01f18d56c07e65147d75a lame-3.99.4.tar.gz
+84835b313d4a8b68f5349816d33e07ce lame-3.99.5.tar.gz
12 years, 7 months
rpms/vcdimager/devel vcdimager.spec,1.11,1.12
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/vcdimager/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2439
Modified Files:
vcdimager.spec
Log Message:
Minor spec file cleanups
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/devel/vcdimager.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vcdimager.spec 25 Jan 2012 15:01:39 -0000 1.11
+++ vcdimager.spec 17 Apr 2012 09:45:50 -0000 1.12
@@ -1,12 +1,13 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
Version: 0.7.24
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: %{name}-libs = %{version}-%{release}
Requires(post): info
Requires(preun): info
BuildRequires: libcdio-devel >= 0.72
@@ -15,8 +16,6 @@
BuildRequires: pkgconfig >= 0.9
BuildRequires: popt-devel
-Requires: %{name}-libs = %{version}-%{release}
-
%description
VCDImager allows you to create VideoCD BIN/CUE CD images from MPEG
files. These can be burned with cdrdao or any other program capable of
@@ -40,7 +39,6 @@
Summary: Header files and static library for VCDImager
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
-
Requires: pkgconfig
Requires: libcdio-devel
@@ -59,20 +57,20 @@
%build
%configure --disable-static --disable-dependency-tracking
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
%install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install INSTALL="install -p"
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install INSTALL="install -p"
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
# Sometimes this file gets created... but we don't want it!
-%{__rm} -f %{buildroot}%{_infodir}/dir
+rm -f %{buildroot}%{_infodir}/dir
%clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
%post libs -p /sbin/ldconfig
@@ -116,6 +114,9 @@
%changelog
+* Tue Apr 17 2012 Matthias Saou <matthias(a)saou.eu> 0.7.24-4
+- Minor spec file cleanups.
+
* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
12 years, 7 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.62,1.63
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15668/devel
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Update for UsrMove
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- VirtualBox-OSE-kmod.spec 13 Apr 2012 06:23:25 -0000 1.62
+++ VirtualBox-OSE-kmod.spec 17 Apr 2012 06:04:43 -0000 1.63
@@ -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 akmod
+#define buildforkernels newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.12
-Release: 1%{?dist}.1
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -94,14 +94,26 @@
%check
# If we built modules, check if it was everything the kmodsrc package provided
-MODS=$(find $(ls -d $RPM_BUILD_ROOT/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
+MODS=$(find $(ls -d $RPM_BUILD_ROOT%{_prefix}/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Tue Apr 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-3
+- Update for UsrMove
+
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-2.2
+- rebuild for updated kernel
+
+* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-2.1
+- Just build akmods
+
* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-1.1
-- New release.
+- New release
+
+* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.3
+- rebuild for beta kernel
* Tue Feb 07 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.2
- Rebuild for UsrMove
12 years, 7 months
rpms/VirtualBox-OSE-kmod/F-17 VirtualBox-OSE-kmod.spec,1.65,1.66
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15668/F-17
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Update for UsrMove
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-17/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- VirtualBox-OSE-kmod.spec 16 Apr 2012 21:27:50 -0000 1.65
+++ VirtualBox-OSE-kmod.spec 17 Apr 2012 06:04:43 -0000 1.66
@@ -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
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.12
-Release: 2%{?dist}.2
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -94,12 +94,15 @@
%check
# If we built modules, check if it was everything the kmodsrc package provided
-MODS=$(find $(ls -d $RPM_BUILD_ROOT/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
+MODS=$(find $(ls -d $RPM_BUILD_ROOT%{_prefix}/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Tue Apr 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-3
+- Update for UsrMove
+
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-2.2
- rebuild for updated kernel
12 years, 7 months
rpms/wl-kmod/F-16 wl-kmod.spec,1.84,1.85
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12048
Modified Files:
wl-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.18
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-16/wl-kmod.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- wl-kmod.spec 12 Apr 2012 12:27:40 -0000 1.84
+++ wl-kmod.spec 16 Apr 2012 21:29:50 -0000 1.85
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 2%{?dist}.17
+Release: 2%{?dist}.18
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.18
+- rebuild for updated kernel
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.17
- rebuild for updated kernel
12 years, 7 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.127,1.128
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11927
Modified Files:
nvidia-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.40-2.1
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- nvidia-kmod.spec 12 Apr 2012 19:53:42 -0000 1.127
+++ nvidia-kmod.spec 16 Apr 2012 21:29:42 -0000 1.128
@@ -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
-#define buildforkernels newest
+%define buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 295.40
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.40-2.1
+- rebuild for updated kernel
+
* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.40-2
- Update to 295.40
12 years, 7 months
rpms/catalyst-kmod/F-16 catalyst-kmod.spec,1.42,1.43
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11802
Modified Files:
catalyst-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.3-2.4
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/catalyst-kmod.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- catalyst-kmod.spec 12 Apr 2012 12:27:18 -0000 1.42
+++ catalyst-kmod.spec 16 Apr 2012 21:29:34 -0000 1.43
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 12.3
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -103,6 +103,9 @@
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.3-2.4
+- rebuild for updated kernel
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.3-2.3
- rebuild for updated kernel
12 years, 7 months
rpms/xtables-addons-kmod/F-16 xtables-addons-kmod.spec,1.41,1.42
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11481
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.16
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-16/xtables-addons-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xtables-addons-kmod.spec 12 Apr 2012 12:27:07 -0000 1.41
+++ xtables-addons-kmod.spec 16 Apr 2012 21:29:26 -0000 1.42
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.41
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.16
+- rebuild for updated kernel
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.15
- rebuild for updated kernel
12 years, 7 months
rpms/west-chamber-kmod/F-16 west-chamber-kmod.spec,1.36,1.37
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11268
Modified Files:
west-chamber-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.32
- rebuild for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-16/west-chamber-kmod.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- west-chamber-kmod.spec 12 Apr 2012 12:26:57 -0000 1.36
+++ west-chamber-kmod.spec 16 Apr 2012 21:29:18 -0000 1.37
@@ -11,7 +11,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 7.%{?svndate}svn%{?dist}.31
+Release: 7.%{?svndate}svn%{?dist}.32
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -82,6 +82,9 @@
rm -rf %{buildroot}
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.32
+- rebuild for updated kernel
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.31
- rebuild for updated kernel
12 years, 7 months
rpms/VirtualBox-OSE-kmod/F-16 VirtualBox-OSE-kmod.spec,1.89,1.90
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11144
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-1.6
- rebuild for updated kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-16/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- VirtualBox-OSE-kmod.spec 12 Apr 2012 19:58:20 -0000 1.89
+++ VirtualBox-OSE-kmod.spec 16 Apr 2012 21:29:10 -0000 1.90
@@ -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
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.12
-Release: 1%{?dist}.5
+Release: 1%{?dist}.6
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -99,6 +99,9 @@
%changelog
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-1.6
+- rebuild for updated kernel
+
* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-1.4
- rebuild for updated kernel
12 years, 7 months