rpms/devede/devel .cvsignore, 1.15, 1.16 devede.spec, 1.20, 1.21 sources, 1.15, 1.16
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7939
Modified Files:
.cvsignore devede.spec sources
Log Message:
* Mon Apr 19 2010 Andrea Musuruane <musuruan(a)gmail.com> 3.16.8-1
- Updated to version 3.16.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 18 Apr 2010 08:31:19 -0000 1.15
+++ .cvsignore 19 Apr 2010 19:58:09 -0000 1.16
@@ -1 +1 @@
-devede-3.16.7.tar.bz2
+devede-3.16.8.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/devel/devede.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- devede.spec 18 Apr 2010 08:31:19 -0000 1.20
+++ devede.spec 19 Apr 2010 19:58:09 -0000 1.21
@@ -1,5 +1,5 @@
Name: devede
-Version: 3.16.7
+Version: 3.16.8
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -107,6 +107,9 @@
%changelog
+* Mon Apr 19 2010 Andrea Musuruane <musuruan(a)gmail.com> 3.16.8-1
+- Updated to version 3.16.8
+
* Sun Apr 18 2010 Andrea Musuruane <musuruan(a)gmail.com> 3.16.7-1
- Updated to version 3.16.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 18 Apr 2010 08:31:19 -0000 1.15
+++ sources 19 Apr 2010 19:58:09 -0000 1.16
@@ -1 +1 @@
-73a10b7438876cb329f02228137cef39 devede-3.16.7.tar.bz2
+7879f9832c447e9cabca3d0be7d3a6c8 devede-3.16.8.tar.bz2
14 years, 7 months
rpms/ffmpegthumbnailer/F-12 ffmpegthumbnailer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Magnus Tuominen
Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31651/F-12
Modified Files:
.cvsignore sources
Added Files:
ffmpegthumbnailer.spec
Log Message:
version 2.0.1-1:wq
--- NEW FILE ffmpegthumbnailer.spec ---
Name: ffmpegthumbnailer
Version: 2.0.1
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL: http://code.google.com/p/ffmpegthumbnailer/
Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath
%description
This video thumbnailer can be used to create thumbnails for your video files.
%package devel
Summary: Headers and libraries for building apps that use ffmpegthumbnailer
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This video thumbnailer can be used to create thumbnails for your video files,
development package.
%prep
%setup -q
chmod -x README INSTALL COPYING AUTHORS
%build
%configure --enable-png \
--enable-jpeg \
--disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
%files devel
%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
%{_libdir}/pkgconfig/lib%{name}.pc
%dir %{_includedir}/libffmpegthumbnailer
%{_includedir}/libffmpegthumbnailer/*.h
%changelog
* Sat Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
- version bump
- libspatch.patch merged upstream, issue 59
* Mon Apr 12 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-3
- drop _kde4_ macros
- moving chmod to %%prep
- moving %%{_includedir}/libffmpegthumbnailer to -devel
- track sonames closer
- license change to GPLv2+
- remove duplicate docs from -devel
- patching libs in pkgconfig%%{name}.pc, thanks to rdieter
* Sun Apr 11 2010 leigh scott <leigh123linux(a)googlemail.com> 2.0.0-2
- fix rpath
- enable jpeg and png support
- clean up spec file
- remove static libs as they aren't needed
- add docs
* Sat Apr 10 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-1
- initial build
- has to be built with "QA_RPATHS=$[0x0001|0x0010 ]" for now
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Apr 2010 12:38:52 -0000 1.1
+++ .cvsignore 19 Apr 2010 18:22:09 -0000 1.2
@@ -0,0 +1 @@
+ffmpegthumbnailer-2.0.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Apr 2010 12:38:52 -0000 1.1
+++ sources 19 Apr 2010 18:22:09 -0000 1.2
@@ -0,0 +1 @@
+3ca766104dae81380b70feaefa6d7162 ffmpegthumbnailer-2.0.1.tar.gz
14 years, 7 months
rpms/ffmpegthumbnailer/F-13 ffmpegthumbnailer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Magnus Tuominen
Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24973/F-13
Modified Files:
.cvsignore sources
Added Files:
ffmpegthumbnailer.spec
Log Message:
version 2.0.1-1
--- NEW FILE ffmpegthumbnailer.spec ---
Name: ffmpegthumbnailer
Version: 2.0.1
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL: http://code.google.com/p/ffmpegthumbnailer/
Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath
%description
This video thumbnailer can be used to create thumbnails for your video files.
%package devel
Summary: Headers and libraries for building apps that use ffmpegthumbnailer
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This video thumbnailer can be used to create thumbnails for your video files,
development package.
%prep
%setup -q
chmod -x README INSTALL COPYING AUTHORS
%build
%configure --enable-png \
--enable-jpeg \
--disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
%files devel
%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
%{_libdir}/pkgconfig/lib%{name}.pc
%dir %{_includedir}/libffmpegthumbnailer
%{_includedir}/libffmpegthumbnailer/*.h
%changelog
* Sat Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
- version bump
- libspatch.patch merged upstream, issue 59
* Mon Apr 12 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-3
- drop _kde4_ macros
- moving chmod to %%prep
- moving %%{_includedir}/libffmpegthumbnailer to -devel
- track sonames closer
- license change to GPLv2+
- remove duplicate docs from -devel
- patching libs in pkgconfig%%{name}.pc, thanks to rdieter
* Sun Apr 11 2010 leigh scott <leigh123linux(a)googlemail.com> 2.0.0-2
- fix rpath
- enable jpeg and png support
- clean up spec file
- remove static libs as they aren't needed
- add docs
* Sat Apr 10 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-1
- initial build
- has to be built with "QA_RPATHS=$[0x0001|0x0010 ]" for now
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Apr 2010 12:38:52 -0000 1.1
+++ .cvsignore 19 Apr 2010 17:46:47 -0000 1.2
@@ -0,0 +1 @@
+ffmpegthumbnailer-2.0.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Apr 2010 12:38:52 -0000 1.1
+++ sources 19 Apr 2010 17:46:47 -0000 1.2
@@ -0,0 +1 @@
+3ca766104dae81380b70feaefa6d7162 ffmpegthumbnailer-2.0.1.tar.gz
14 years, 7 months
rpms/ffmpegthumbnailer/devel ffmpegthumbnailer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Magnus Tuominen
Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22997/devel
Modified Files:
.cvsignore sources
Added Files:
ffmpegthumbnailer.spec
Log Message:
version 2.0.1
--- NEW FILE ffmpegthumbnailer.spec ---
Name: ffmpegthumbnailer
Version: 2.0.1
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL: http://code.google.com/p/ffmpegthumbnailer/
Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath
%description
This video thumbnailer can be used to create thumbnails for your video files.
%package devel
Summary: Headers and libraries for building apps that use ffmpegthumbnailer
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This video thumbnailer can be used to create thumbnails for your video files,
development package.
%prep
%setup -q
chmod -x README INSTALL COPYING AUTHORS
%build
%configure --enable-png \
--enable-jpeg \
--disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
%files devel
%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
%{_libdir}/pkgconfig/lib%{name}.pc
%dir %{_includedir}/libffmpegthumbnailer
%{_includedir}/libffmpegthumbnailer/*.h
%changelog
* Sat Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
- version bump
- libspatch.patch merged upstream, issue 59
* Mon Apr 12 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-3
- drop _kde4_ macros
- moving chmod to %%prep
- moving %%{_includedir}/libffmpegthumbnailer to -devel
- track sonames closer
- license change to GPLv2+
- remove duplicate docs from -devel
- patching libs in pkgconfig%%{name}.pc, thanks to rdieter
* Sun Apr 11 2010 leigh scott <leigh123linux(a)googlemail.com> 2.0.0-2
- fix rpath
- enable jpeg and png support
- clean up spec file
- remove static libs as they aren't needed
- add docs
* Sat Apr 10 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-1
- initial build
- has to be built with "QA_RPATHS=$[0x0001|0x0010 ]" for now
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Apr 2010 12:38:52 -0000 1.1
+++ .cvsignore 19 Apr 2010 17:27:32 -0000 1.2
@@ -0,0 +1 @@
+ffmpegthumbnailer-2.0.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Apr 2010 12:38:52 -0000 1.1
+++ sources 19 Apr 2010 17:27:33 -0000 1.2
@@ -0,0 +1 @@
+3ca766104dae81380b70feaefa6d7162 ffmpegthumbnailer-2.0.1.tar.gz
14 years, 7 months
rpms/xtables-addons-kmod/F-12 xtables-addons-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xtables-addons-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13354
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.24-1.2
- rebuild for new kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-12/xtables-addons-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xtables-addons-kmod.spec 17 Apr 2010 11:30:53 -0000 1.3
+++ xtables-addons-kmod.spec 19 Apr 2010 15:41:16 -0000 1.4
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.24
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.24-1.2
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.24-1.1
- rebuild for new kernel
14 years, 7 months
rpms/west-chamber-kmod/F-12 west-chamber-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/west-chamber-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13231
Modified Files:
west-chamber-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.2
- rebuild for new kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-12/west-chamber-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- west-chamber-kmod.spec 17 Apr 2010 11:30:33 -0000 1.3
+++ west-chamber-kmod.spec 19 Apr 2010 15:41:03 -0000 1.4
@@ -13,7 +13,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 4.%{?svndate}svn%{?dist}.1
+Release: 4.%{?svndate}svn%{?dist}.2
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -78,6 +78,9 @@
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.2
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.1-4.20100405svn.1
- rebuild for new kernel
14 years, 7 months
rpms/VirtualBox-OSE-kmod/F-12 VirtualBox-OSE-kmod.spec,1.55,1.56
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13110
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.9
- rebuild for new kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-12/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- VirtualBox-OSE-kmod.spec 17 Apr 2010 11:30:18 -0000 1.55
+++ VirtualBox-OSE-kmod.spec 19 Apr 2010 15:40:50 -0000 1.56
@@ -11,7 +11,7 @@
Name: VirtualBox-OSE-kmod
Version: 3.1.4
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.9
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.8
- rebuild for new kernel
14 years, 7 months
rpms/staging-kmod/F-12 staging-kmod.spec,1.36,1.37
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12989
Modified Files:
staging-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1.8
- rebuild for new kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- staging-kmod.spec 17 Apr 2010 11:30:01 -0000 1.36
+++ staging-kmod.spec 19 Apr 2010 15:40:36 -0000 1.37
@@ -14,7 +14,7 @@
Name: staging-kmod
Version: 2.6.32.8
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.7
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.8
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -105,6 +105,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1.8
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1.7
- rebuild for new kernel
14 years, 7 months
rpms/rt3070-kmod/F-12 rt3070-kmod.spec,1.40,1.41
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12868
Modified Files:
rt3070-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.24
- rebuild for new kernel
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-12/rt3070-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- rt3070-kmod.spec 17 Apr 2010 11:29:47 -0000 1.40
+++ rt3070-kmod.spec 19 Apr 2010 15:40:22 -0000 1.41
@@ -7,7 +7,7 @@
Name: rt3070-kmod
Version: 2.1.1.0
-Release: 3%{?dist}.23
+Release: 3%{?dist}.24
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
Group: System Environment/Kernel
@@ -87,6 +87,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.24
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.23
- rebuild for new kernel
14 years, 7 months
rpms/rt2870-kmod/F-12 rt2870-kmod.spec,1.75,1.76
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2870-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12730
Modified Files:
rt2870-kmod.spec
Log Message:
* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.16
- rebuild for new kernel
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-12/rt2870-kmod.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- rt2870-kmod.spec 17 Apr 2010 11:29:29 -0000 1.75
+++ rt2870-kmod.spec 19 Apr 2010 15:40:08 -0000 1.76
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 2.1.2.0
-Release: 6%{?dist}.15
+Release: 6%{?dist}.16
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -80,6 +80,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.16
+- rebuild for new kernel
+
* Sat Apr 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-6.15
- rebuild for new kernel
14 years, 7 months