rpms/mixxx/devel mixxx-1.10.0-gcc47.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 mixxx.spec, 1.12, 1.13 sources, 1.8, 1.9 mixxx-1.8.2-norpath.patch, 1.1, NONE mixxx-1.9.0-norpath.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mixxx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18536/devel
Modified Files:
.cvsignore mixxx.spec sources
Added Files:
mixxx-1.10.0-gcc47.patch
Removed Files:
mixxx-1.8.2-norpath.patch mixxx-1.9.0-norpath.patch
Log Message:
Update to 1.10.0
mixxx-1.10.0-gcc47.patch:
engineshoutcast.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE mixxx-1.10.0-gcc47.patch ---
diff -up mixxx-1.10.0/src/engine/engineshoutcast.cpp.gcc47 mixxx-1.10.0/src/engine/engineshoutcast.cpp
--- mixxx-1.10.0/src/engine/engineshoutcast.cpp.gcc47 2011-12-24 03:53:20.000000000 +0100
+++ mixxx-1.10.0/src/engine/engineshoutcast.cpp 2012-05-03 23:03:38.068426488 +0200
@@ -37,6 +37,7 @@
#include <QDebug>
#include <QMutexLocker>
#include <stdio.h> // currently used for writing to stdout
+#include <unistd.h> // sleep
/*
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 8 Nov 2011 19:20:52 -0000 1.8
+++ .cvsignore 3 May 2012 21:20:31 -0000 1.9
@@ -1 +1 @@
-mixxx-1.9.2-src.tar.gz
+mixxx-1.10.0-src.tar.gz
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/mixxx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mixxx.spec 2 Mar 2012 22:12:42 -0000 1.12
+++ mixxx.spec 3 May 2012 21:20:33 -0000 1.13
@@ -1,13 +1,17 @@
+%global _with_bpm 1
+%global _with_libgpod 1
+
Name: mixxx
-Version: 1.9.2
-Release: 3%{?dist}
+Version: 1.10.0
+Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
Source0: http://downloads.mixxx.org/mixxx-%{version}/mixxx-%{version}-src.tar.gz
-Patch0: mixxx-%{version}-norpath.patch
+Patch0: mixxx-1.9.2-norpath.patch
+Patch1: mixxx-1.10.0-gcc47.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#Build tools
@@ -32,7 +36,7 @@
BuildRequires: flac-devel
#Optionals Requirements
-#BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel
BuildRequires: libshout-devel
#BuildRequires: python-devel
#BuildRequires: lua-devel, tolua++-devel
@@ -56,6 +60,7 @@
%prep
%setup -q
%patch0 -p1 -b .norpath
+%patch1 -p1 -b .gcc47
%build
@@ -100,6 +105,9 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.10.0-1
+- Update to 1.10.0
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.9.2-3
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 Nov 2011 19:20:52 -0000 1.8
+++ sources 3 May 2012 21:20:33 -0000 1.9
@@ -1 +1 @@
-f84095951f66b12af5cf45d19200ff82 mixxx-1.9.2-src.tar.gz
+d92bf422491fa92adf7ed6c2998e67fb mixxx-1.10.0-src.tar.gz
--- mixxx-1.8.2-norpath.patch DELETED ---
--- mixxx-1.9.0-norpath.patch DELETED ---
12 years, 6 months
rpms/mixxx/F-17 mixxx-1.10.0-gcc47.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 mixxx.spec, 1.12, 1.13 sources, 1.8, 1.9 mixxx-1.8.2-norpath.patch, 1.1, NONE mixxx-1.9.0-norpath.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mixxx/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18536/F-17
Modified Files:
.cvsignore mixxx.spec sources
Added Files:
mixxx-1.10.0-gcc47.patch
Removed Files:
mixxx-1.8.2-norpath.patch mixxx-1.9.0-norpath.patch
Log Message:
Update to 1.10.0
mixxx-1.10.0-gcc47.patch:
engineshoutcast.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE mixxx-1.10.0-gcc47.patch ---
diff -up mixxx-1.10.0/src/engine/engineshoutcast.cpp.gcc47 mixxx-1.10.0/src/engine/engineshoutcast.cpp
--- mixxx-1.10.0/src/engine/engineshoutcast.cpp.gcc47 2011-12-24 03:53:20.000000000 +0100
+++ mixxx-1.10.0/src/engine/engineshoutcast.cpp 2012-05-03 23:03:38.068426488 +0200
@@ -37,6 +37,7 @@
#include <QDebug>
#include <QMutexLocker>
#include <stdio.h> // currently used for writing to stdout
+#include <unistd.h> // sleep
/*
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-17/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 8 Nov 2011 19:20:52 -0000 1.8
+++ .cvsignore 3 May 2012 21:20:33 -0000 1.9
@@ -1 +1 @@
-mixxx-1.9.2-src.tar.gz
+mixxx-1.10.0-src.tar.gz
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-17/mixxx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mixxx.spec 2 Mar 2012 14:55:08 -0000 1.12
+++ mixxx.spec 3 May 2012 21:20:35 -0000 1.13
@@ -1,13 +1,17 @@
+%global _with_bpm 1
+%global _with_libgpod 1
+
Name: mixxx
-Version: 1.9.2
-Release: 3%{?dist}
+Version: 1.10.0
+Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
Source0: http://downloads.mixxx.org/mixxx-%{version}/mixxx-%{version}-src.tar.gz
-Patch0: mixxx-%{version}-norpath.patch
+Patch0: mixxx-1.9.2-norpath.patch
+Patch1: mixxx-1.10.0-gcc47.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#Build tools
@@ -32,7 +36,7 @@
BuildRequires: flac-devel
#Optionals Requirements
-#BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel
BuildRequires: libshout-devel
#BuildRequires: python-devel
#BuildRequires: lua-devel, tolua++-devel
@@ -56,6 +60,7 @@
%prep
%setup -q
%patch0 -p1 -b .norpath
+%patch1 -p1 -b .gcc47
%build
@@ -100,6 +105,9 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.10.0-1
+- Update to 1.10.0
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.9.2-3
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-17/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 Nov 2011 19:20:52 -0000 1.8
+++ sources 3 May 2012 21:20:35 -0000 1.9
@@ -1 +1 @@
-f84095951f66b12af5cf45d19200ff82 mixxx-1.9.2-src.tar.gz
+d92bf422491fa92adf7ed6c2998e67fb mixxx-1.10.0-src.tar.gz
--- mixxx-1.8.2-norpath.patch DELETED ---
--- mixxx-1.9.0-norpath.patch DELETED ---
12 years, 6 months
rpms/wxsvg/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxsvg.spec, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16744/devel
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
Update to 1.1.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 28 Sep 2011 06:26:08 -0000 1.5
+++ .cvsignore 3 May 2012 20:28:25 -0000 1.6
@@ -1 +1 @@
-wxsvg-1.1.2.tar.bz2
+wxsvg-1.1.8.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 28 Sep 2011 06:26:08 -0000 1.5
+++ sources 3 May 2012 20:28:25 -0000 1.6
@@ -1 +1 @@
-d88b0a68334df157fa560413681c3264 wxsvg-1.1.2.tar.bz2
+884230115546590d162e8e91be5f076b wxsvg-1.1.8.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wxsvg.spec 28 Feb 2012 11:32:55 -0000 1.9
+++ wxsvg.spec 3 May 2012 20:28:25 -0000 1.10
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.1.8
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -8,7 +8,7 @@
URL: http://www.wxsvg.org/
Source0: http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, gettext
+#BuildRequires: libtool, gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
@@ -33,7 +33,6 @@
%setup -q
%build
-./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -71,6 +70,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.8-1
+- Update to 1.1.8
+
* Tue Feb 28 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.2-3
- Rebuilt for x264/FFmpeg
12 years, 6 months
rpms/wxsvg/F-17 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxsvg.spec, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/wxsvg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16744/F-17
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
Update to 1.1.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 28 Sep 2011 06:26:08 -0000 1.5
+++ .cvsignore 3 May 2012 20:28:26 -0000 1.6
@@ -1 +1 @@
-wxsvg-1.1.2.tar.bz2
+wxsvg-1.1.8.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 28 Sep 2011 06:26:08 -0000 1.5
+++ sources 3 May 2012 20:28:26 -0000 1.6
@@ -1 +1 @@
-d88b0a68334df157fa560413681c3264 wxsvg-1.1.2.tar.bz2
+884230115546590d162e8e91be5f076b wxsvg-1.1.8.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-17/wxsvg.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wxsvg.spec 28 Feb 2012 11:47:21 -0000 1.9
+++ wxsvg.spec 3 May 2012 20:28:26 -0000 1.10
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.1.8
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -8,7 +8,7 @@
URL: http://www.wxsvg.org/
Source0: http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, gettext
+#BuildRequires: libtool, gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
@@ -33,7 +33,6 @@
%setup -q
%build
-./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -71,6 +70,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.8-1
+- Update to 1.1.8
+
* Tue Feb 28 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.2-3
- Rebuilt for x264/FFmpeg
12 years, 6 months
rpms/OCE/F-15 oce-128.png, NONE, 1.1 oce-256.png, NONE, 1.1 oce-48.png, 1.2, 1.3 oce-64.png, NONE, 1.1 OCE.spec, 1.1, 1.2
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/OCE/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13644
Modified Files:
OCE.spec
Added Files:
oce-128.png oce-256.png oce-48.png oce-64.png
Log Message:
* Wed May 02 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-3
- Update icons.
Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/F-15/OCE.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OCE.spec 25 Dec 2011 02:47:07 -0000 1.1
+++ OCE.spec 3 May 2012 18:50:32 -0000 1.2
@@ -4,7 +4,7 @@
Name: OCE
Version: 0.8.0
-Release: 2%{?relcan:.rc%{relcan}}%{?dist}
+Release: 3%{?relcan:.rc%{relcan}}%{?dist}
Summary: OpenCASCADE Community Edition
License: Open CASCADE Technology Public License
@@ -17,9 +17,10 @@
Source1: DRAWEXE.1
Source2: opencascade-draw.desktop
-Source3: oce-96.png
-Source4: oce-48.png
-Source5: oce-32.png
+Source3: oce-256.png
+Source4: oce-128.png
+Source5: oce-64.png
+Source6: oce-48.png
# Utilities
BuildRequires: cmake
@@ -159,9 +160,11 @@
%{SOURCE2}
# Install icons
-install -Dm 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/96x96/apps/oce.png
-install -Dm 0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/oce.png
-install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/oce.png
+for size in 256 128 64 48; do
+ icon=%{_sourcedir}/oce-${size}.png
+ install -Dm 0644 $icon \
+ %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/oce.png
+done
%post foundation -p /sbin/ldconfig
@@ -288,6 +291,9 @@
%changelog
+* Wed May 02 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-3
+- Update icons.
+
* Mon Dec 19 2011 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-2
- Build against OpenMP for parallelization.
- Fix problem with OCE overriding build flags.
12 years, 6 months
rpms/OCE/F-16 oce-128.png, NONE, 1.1 oce-256.png, NONE, 1.1 oce-48.png, 1.2, 1.3 oce-64.png, NONE, 1.1 OCE.spec, 1.1, 1.2
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/OCE/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13371
Modified Files:
OCE.spec
Added Files:
oce-128.png oce-256.png oce-48.png oce-64.png
Log Message:
* Wed May 02 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-3
- Update icons.
Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/F-16/OCE.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OCE.spec 25 Dec 2011 02:45:37 -0000 1.1
+++ OCE.spec 3 May 2012 18:48:24 -0000 1.2
@@ -4,7 +4,7 @@
Name: OCE
Version: 0.8.0
-Release: 2%{?relcan:.rc%{relcan}}%{?dist}
+Release: 3%{?relcan:.rc%{relcan}}%{?dist}
Summary: OpenCASCADE Community Edition
License: Open CASCADE Technology Public License
@@ -17,9 +17,10 @@
Source1: DRAWEXE.1
Source2: opencascade-draw.desktop
-Source3: oce-96.png
-Source4: oce-48.png
-Source5: oce-32.png
+Source3: oce-256.png
+Source4: oce-128.png
+Source5: oce-64.png
+Source6: oce-48.png
# Utilities
BuildRequires: cmake
@@ -159,9 +160,11 @@
%{SOURCE2}
# Install icons
-install -Dm 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/96x96/apps/oce.png
-install -Dm 0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/oce.png
-install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/oce.png
+for size in 256 128 64 48; do
+ icon=%{_sourcedir}/oce-${size}.png
+ install -Dm 0644 $icon \
+ %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/oce.png
+done
%post foundation -p /sbin/ldconfig
@@ -288,6 +291,9 @@
%changelog
+* Wed May 02 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-3
+- Update icons.
+
* Mon Dec 19 2011 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-2
- Build against OpenMP for parallelization.
- Fix problem with OCE overriding build flags.
12 years, 6 months
rpms/nvidia-xconfig/F-16 nvidia-xconfig.spec, 1.15, 1.16 sources, 1.15, 1.16
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-xconfig/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11329
Modified Files:
nvidia-xconfig.spec sources
Log Message:
* Thu May 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-15
- Update to 295.49
Index: nvidia-xconfig.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/F-16/nvidia-xconfig.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nvidia-xconfig.spec 11 Apr 2012 15:48:21 -0000 1.15
+++ nvidia-xconfig.spec 3 May 2012 17:53:34 -0000 1.16
@@ -1,8 +1,8 @@
-%global nversion 295.40
+%global nversion 295.49
Name: nvidia-xconfig
Version: 1.0
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: NVIDIA X configuration file editor
Group: Applications/System
@@ -66,6 +66,9 @@
%{_mandir}/man1/nvidia-xconfig.1.*
%changelog
+* Thu May 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-15
+- Update to 295.49
+
* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-14
- Update to 295.40
- Fix source url
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/F-16/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 11 Apr 2012 15:48:21 -0000 1.15
+++ sources 3 May 2012 17:53:34 -0000 1.16
@@ -1 +1 @@
-b72c1f19b88ffe88017c07d146d179d4 nvidia-xconfig-295.40.tar.bz2
+147b04c9a870659db52566fb548d60bd nvidia-xconfig-295.49.tar.bz2
12 years, 6 months
rpms/staging-kmod/F-16 staging-kmod.spec,1.54,1.55
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11201
Modified Files:
staging-kmod.spec
Log Message:
That's my mess
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-16/staging-kmod.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- staging-kmod.spec 3 May 2012 17:51:09 -0000 1.54
+++ staging-kmod.spec 3 May 2012 17:52:26 -0000 1.55
@@ -20,7 +20,7 @@
Name: staging-kmod
Version: 3.3
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.3
+Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -130,12 +130,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-1.3
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-3
- Rebuilt for update kernel
-* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-2.2
-- rebuild for updated kernel
-
* Mon Apr 30 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.3-2.1
- make a few things more robust for drivers that have subdirectories (fixes
#2265)
12 years, 6 months