rpms/kino/devel ffmpeg2dirac.sh,NONE,1.1 kino.spec,1.8,1.9
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18781
Modified Files:
kino.spec
Added Files:
ffmpeg2dirac.sh
Log Message:
* Tue May 26 2009 Dan Horák <dan at danny.cz> - 1.3.3-3
- add ffmpeg2dirac export script
--- NEW FILE ffmpeg2dirac.sh ---
#!/bin/sh
# written by jan gerber <j(a)v2v.cc>
# profiles added by Dan Dennedy
usage()
{
# Title
echo "Title: Ogg Dirac Export (ffmpeg2dirac)"
# Usable?
which ffmpeg2dirac > /dev/null
[ $? -eq 0 ] && echo Status: Active || echo Status: Inactive
# Type
echo Flags: single-pass file-producer
# Profiles
echo "Profile: High Quality (640x480)"
echo "Profile: Medium Quality (320x240)"
echo "Profile: Broadband Quality (320x240)"
echo "Profile: Low Quality (160x128)"
}
execute()
{
# Arguments
normalisation="$1"
length="$2"
profile="$3"
file="$4"
[ "x$file" = "x" ] && file="kino_export_"`date +%Y-%m-%d_%H.%M.%S`
# Determine info arguments
size=`[ "$normalisation" = "pal" ] && echo 352x288 || echo 352x240`
video_bitrate=1152
audio_bitrate=224
# Run the command
case "$profile" in
"0" ) ffmpeg2dirac -f dv -x 640 -y 480 -d -v 7 -a 3 -H 48000 -o "$file".ogv - ;;
"1" ) ffmpeg2dirac -f dv -x 320 -y 240 -d -v 7 -a 3 -H 48000 -o "$file".ogv - ;;
"2" ) ffmpeg2dirac -f dv -x 320 -y 240 -d -v 5 -a 0 -H 44100 -o "$file".ogv - ;;
"3" ) ffmpeg2dirac -f dv -x 160 -y 128 -d -v 3 -a 0 -H 22000 -o "$file".ogv - ;;
esac
}
[ "$1" = "--usage" ] || [ -z "$1" ] && usage "$@" || execute "$@"
Index: kino.spec
===================================================================
RCS file: /cvs/free/rpms/kino/devel/kino.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kino.spec 29 Mar 2009 13:18:23 -0000 1.8
+++ kino.spec 26 May 2009 12:03:58 -0000 1.9
@@ -1,12 +1,13 @@
Name: kino
Version: 1.3.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.kinodv.org
Source0: http://dl.sf.net/kino/kino-%{version}.tar.gz
+Source1: ffmpeg2dirac.sh
Patch0: %{name}-udev.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,6 +31,8 @@
Requires: ffmpeg
Requires: mjpegtools
Requires: mencoder
+Requires: ffmpeg2dirac
+Requires: ffmpeg2theora
%description
Kino is a non-linear DV editor for GNU/Linux. It features excellent
@@ -55,17 +58,19 @@
--disable-static \
--disable-dependency-tracking \
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
%install
-%{__rm} -rf ${RPM_BUILD_ROOT}
-%{__make} install DESTDIR=${RPM_BUILD_ROOT}
-%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/kino-gtk2/*.la
-ln -sf kino ${RPM_BUILD_ROOT}%{_bindir}/kino2raw
-%{__rm} ${RPM_BUILD_ROOT}%{_datadir}/applications/Kino.desktop
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/kino-gtk2/*.la
+ln -sf kino $RPM_BUILD_ROOT%{_bindir}/kino2raw
+rm $RPM_BUILD_ROOT%{_datadir}/applications/Kino.desktop
ln -s Kino.desktop kino.desktop
+install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts/exports
+
%find_lang kino
desktop-file-install \
@@ -76,11 +81,11 @@
%check
-%{__make} check
+make check
%clean
-%{__rm} -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
%files -f kino.lang
%defattr(-,root,root,-)
@@ -100,6 +105,9 @@
%{_includedir}/kino
%changelog
+* Tue May 26 2009 Dan Horák <dan at danny.cz> - 1.3.3-3
+- add ffmpeg2dirac export script
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.3.3-2
- rebuild for new F11 features
15 years, 6 months
rpms/cairo-dock/devel cairo-dock.spec,1.21,1.22
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31253
Modified Files:
cairo-dock.spec
Log Message:
* Mon May 25 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.3-2
- Workaround to avoid endless loop on po/ directory
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cairo-dock.spec 25 May 2009 10:05:45 -0000 1.21
+++ cairo-dock.spec 25 May 2009 11:06:15 -0000 1.22
@@ -19,7 +19,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 1
+%global fedora_main_rel 2
%global fedora_rel %{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -177,17 +177,6 @@
files for developing applications that use %{name}.
%prep
-
-set +x
-echo "Tried mock build on x86_64 machine and it seems"
-echo "that something strange is occuring on cairo-dock/po"
-echo "directory (however koji scratch build succeeds...)"
-echo
-echo "I will investigate why......"
-set -x
-
-exit 1
-
%if 0%{released} < 1
%setup -q -c
%else
@@ -346,6 +335,10 @@
# --enable-glitz cannot be set because cairo-glitz.h is missing
# (Fedora cairo does not support glitz)
%configure
+
+# Workaround to avoid endless loop on po/
+touch po/stamp-it
+
%{__make} %{?_smp_mflags} || status=$((status+1))
# For plug-ins & themes
@@ -371,6 +364,10 @@
%configure \
--enable-gio-in-gmenu \
+
+# Workaround to avoid endless loop on po/
+touch po/stamp-it
+
# Parallel make fails some times, but it is gerenally fast
# so do parallel make anyway first
retry=0
@@ -632,6 +629,9 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Mon May 25 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.3-2
+- Workaround to avoid endless loop on po/ directory
+
* Sun May 24 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.3-1
- 2.0.3
15 years, 6 months
rpms/cairo-dock/devel cairo-dock.spec,1.20,1.21
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27403
Modified Files:
cairo-dock.spec
Log Message:
Something strange seems to be happening...
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- cairo-dock.spec 23 May 2009 15:55:41 -0000 1.20
+++ cairo-dock.spec 25 May 2009 10:05:45 -0000 1.21
@@ -177,6 +177,17 @@
files for developing applications that use %{name}.
%prep
+
+set +x
+echo "Tried mock build on x86_64 machine and it seems"
+echo "that something strange is occuring on cairo-dock/po"
+echo "directory (however koji scratch build succeeds...)"
+echo
+echo "I will investigate why......"
+set -x
+
+exit 1
+
%if 0%{released} < 1
%setup -q -c
%else
15 years, 6 months
rpms/mlt/devel mlt-0.4.0-license.patch, NONE, 1.1 mlt-0.4.0-linker.patch, NONE, 1.1 mlt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Zarko Pintar
Author: grof
Update of /cvs/free/rpms/mlt/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17401/devel
Modified Files:
.cvsignore sources
Added Files:
mlt-0.4.0-license.patch mlt-0.4.0-linker.patch mlt.spec
Log Message:
mlt-0.4.0-license.patch:
--- NEW FILE mlt-0.4.0-license.patch ---
--- mlt-0.4.0/src/mlt++/config.h.old
+++ mlt-0.4.0/src/mlt++/config.h
@@ -3,19 +3,19 @@
* Copyright (C) 2004-2005 Charles Yates
* Author: Charles Yates <charles.yates(a)pandora.be>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef MLTPP_CONFIG_H_
mlt-0.4.0-linker.patch:
--- NEW FILE mlt-0.4.0-linker.patch ---
--- mlt-0.4.0/src/modules/motion_est/Makefile.old
+++ mlt-0.4.0/src/modules/motion_est/Makefile
@@ -12,7 +12,7 @@ OBJS = factory.o \
CFLAGS += -I../..
-LDFLAGS += -L../../framework -lmlt
+LDFLAGS += -L../../framework -lmlt -lm
SRCS := $(OBJS:.o=.c)
--- NEW FILE mlt.spec ---
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
Version: 0.4.0
Release: 3%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
Group: System Environment/Libraries
Source: http://downloads.sourceforge.net/mlt/%{name}-%{version}.tar.gz
#patch to fix link motionest against libm
Patch0: mlt-0.4.0-linker.patch
#patch to fix license info of MLT++
Patch1: mlt-0.4.0-license.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: frei0r-devel
BuildRequires: ffmpeg-devel
BuildRequires: qt-devel
BuildRequires: libquicktime-devel
BuildRequires: SDL-devel
BuildRequires: gtk2-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libogg-devel
BuildRequires: libdv-devel
BuildRequires: libvorbis-devel
BuildRequires: libsamplerate-devel
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: sox-devel
%description
MLT is an open source multimedia framework, designed and developed for
television broadcasting.
It provides a toolkit for broadcasters, video editors,media players,
transcoders, web streamers and many more types of applications. The
functionality of the system is provided via an assortment of ready to use
tools, xml authoring components, and an extendible plug-in based API.
%package devel
Summary: Libraries, includes to develop applications with %{name}
License: LGPLv2+
Group: Development/Libraries
Requires: pkgconfig
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains the header files and static libraries for
building applications which use %{name}.
%prep
%setup -q
%patch0 -p1 -b .linker
%patch1 -p1 -b .license
find ./ -name configure -exec chmod 755 {} \;
chmod 755 src/modules/lumas/create_lumas
chmod -x demo/demo
# Don't optimize (breaks debugging)
sed -i -e '/fomit-frame-pointer/d' configure
sed -i -e '/ffast-math/d' configure
%build
%configure \
--enable-gpl \
--enable-motion-est \
%ifarch ppc ppc64
--disable-mmx \
--disable-sse \
%endif
--qimage-libdir=%{_qt4_libdir} \
--qimage-includedir=%{_qt4_headerdir} \
--avformat-swscale
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
mv src/modules/motion_est/README README.motion_est
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING GPL NEWS README*
%{_bindir}/melt
%{_libdir}/%{name}
%{_libdir}/*.so.*
%{_datadir}/%{name}
%files devel
%defattr(-,root,root,-)
%doc docs/* demo
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_includedir}/*
%changelog
* Wed May 20 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.0-3
- added linker and license patches
- set license of MLT devel subpackage to LGPLv2+
* Wed May 20 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.0-2
- some PPC clearing
* Mon May 18 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.0-1
- update to 0.4.0
* Wed May 13 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.9-2
- spec cleaning
* Mon May 11 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.9-1
- new release
- MLT++ is now a part of this package
* Fri May 7 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.8-3
- unused-direct-shlib-dependency fix
* Fri Apr 17 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.8-2
- spec clearing
- added patches for resolving broken lqt-config, lib64 and execstack
* Wed Apr 15 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.8-1
- New release
* Thu Apr 9 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.6-3
- Enabled MMX support (not for PPC & PPC64)
- include demo files
- some spec cosmetics
* Thu Mar 12 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.3.6-2
- Change URL address
- devel Requires: pkgconfig
* Fri Feb 20 2009 Levente Farkas <lfarkas(a)lfarkas.org> - 0.3.6-1
- Update to 0.3.6
* Wed Nov 5 2008 Arkady L. Shane <ashejn(a)yandex-team.ru> - 0.3.1-0.1.svn1180
- update to upstream r1180
- add --avformat-swscale configure option
* Tue Nov 4 2008 Arkady L. Shane <ashejn(a)yandex-team.ru> - 0.3.0-5
- rebuilt with proper qt4 paths
* Mon Oct 13 2008 jeff <moe(a)blagblagblag.org> - 0.3.0-4
- Build without fomit-frame-pointer ffmath
- Add BuildRequires: prelink
- clear-execstack libmltgtk2.so
- Don't strip binaries
- Group: Development/Libraries
- Prefix albino, humperdink, and miracle binaries with mlt-
* Sun Oct 5 2008 jeff <moe(a)blagblagblag.org> - 0.3.0-3
- License: GPLv2+ and LGPLv2+
- Group: Development/Tools
- ExcludeArch: x86_64 s390 s390x ppc ppc64
- %%defattr(-,root,root)
- %%doc docs/
- %%{_libdir}/%%{name} to main package
* Sun Aug 24 2008 jeff <moe(a)blagblagblag.org> - 0.3.0-2
- Change BuildRoot:
- Full source URL
- ExcludeArch: x86_64
- -devel Requires: pkgconfig, Requires: %%{name} = %%{version}-%%{release}
* Sun Aug 24 2008 jeff <moe(a)blagblagblag.org> - 0.3.0-1
- Update to 0.3.0
- --enable-gpl
- mlt-filehandler.patch
* Tue Jul 8 2008 jeff <moe(a)blagblagblag.org> - 0.2.5-0.svn1155.0blag.f10
- Build for blaghead
* Mon Jul 7 2008 jeff <moe(a)blagblagblag.org> - 0.2.5-0.svn1155.0blag.f9
- Update to svn r1155
- Remove sox-st.h.patch
- Add configure --disable-sox as it breaks build
* Sun Nov 11 2007 jeff <moe(a)blagblagblag.org> - 0.2.4-0blag.f7
- Update to 0.2.4
- Clean up spec
* Sat Jun 23 2007 jeff <moe(a)blagblagblag.org> - 0.2.3-0blag.f7
- Update to 0.2.3
* Sat Dec 30 2006 jeff <moe(a)blagblagblag.org> - 0.2.2-0blag.fc6
- Rebuild for 60k
- Remove --disable-sox
- Add mlt-0.2.2-sox-st.h.patch
* Sat Oct 21 2006 jeff <moe(a)blagblagblag.org> - 0.2.2-0blag.fc5
- Update to 0.2.2
* Sat Oct 21 2006 jeff <moe(a)blagblagblag.org> - 0.2.1-0blag.fc5
- BLAG'd
- Removed "olib" from path, name, etc.
- Add changelog
- Update summary/description
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 24 May 2009 11:57:27 -0000 1.1
+++ .cvsignore 24 May 2009 21:22:05 -0000 1.2
@@ -0,0 +1 @@
+mlt-0.4.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 24 May 2009 11:57:27 -0000 1.1
+++ sources 24 May 2009 21:22:05 -0000 1.2
@@ -0,0 +1 @@
+30d9fec2097dbdf02051a9589634753a mlt-0.4.0.tar.gz
15 years, 6 months
rpms/sysprof-kmod/F-9 sysprof-kmod.spec,1.5,1.6
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1302
Modified Files:
sysprof-kmod.spec
Log Message:
* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-1.5
- rebuild for new kernels
Index: sysprof-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/sysprof-kmod/F-9/sysprof-kmod.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sysprof-kmod.spec 12 May 2009 04:52:20 -0000 1.5
+++ sysprof-kmod.spec 24 May 2009 16:29:03 -0000 1.6
@@ -8,7 +8,7 @@
Name: sysprof-kmod
Summary: Kernel module for sysprof
Version: 1.0.12
-Release: 1%{?dist}.4
+Release: 1%{?dist}.5
Group: System Environment/Kernel
License: GPLv2+
@@ -73,6 +73,9 @@
%changelog
+* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-1.5
+- rebuild for new kernels
+
* Tue May 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-1.4
- rebuild for new kernels
15 years, 6 months
rpms/rt2870-kmod/F-9 rt2870-kmod.spec,1.29,1.30
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv947
Modified Files:
rt2870-kmod.spec
Log Message:
* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-1.1
- rebuild for new kernels
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rt2870-kmod.spec 22 May 2009 20:58:33 -0000 1.29
+++ rt2870-kmod.spec 24 May 2009 16:28:46 -0000 1.30
@@ -3,11 +3,11 @@
# "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: rt2870-kmod
Version: 2.1.2.0
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -77,6 +77,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-1.1
+- rebuild for new kernels
+
* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-1
- version update (2.1.2.0)
15 years, 6 months
rpms/rt2860-kmod/F-9 rt2860-kmod.spec,1.23,1.24
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2860-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv826
Modified Files:
rt2860-kmod.spec
Log Message:
* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-1.1
- rebuild for new kernels
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rt2860-kmod.spec 23 May 2009 16:41:56 -0000 1.23
+++ rt2860-kmod.spec 24 May 2009 16:28:30 -0000 1.24
@@ -3,11 +3,11 @@
# "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: rt2860-kmod
Version: 2.1.2.0
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
@@ -78,6 +78,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-1.1
+- rebuild for new kernels
+
* Sat May 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-1
- version update (2.1.2.0)
15 years, 6 months
rpms/qc-usb-kmod/F-9 qc-usb-kmod.spec,1.18,1.19
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/qc-usb-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv700
Modified Files:
qc-usb-kmod.spec
Log Message:
* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.6-42.14
- rebuild for new kernels
Index: qc-usb-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/qc-usb-kmod/F-9/qc-usb-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- qc-usb-kmod.spec 12 May 2009 04:51:22 -0000 1.18
+++ qc-usb-kmod.spec 24 May 2009 16:28:14 -0000 1.19
@@ -7,7 +7,7 @@
Name: qc-usb-kmod
Version: 0.6.6
-Release: 42%{?dist}.13
+Release: 42%{?dist}.14
Summary: qc-usb kernel modules
Group: System Environment/Kernel
@@ -70,6 +70,9 @@
%changelog
+* Sun May 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.6-42.14
+- rebuild for new kernels
+
* Tue May 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.6-42.13
- rebuild for new kernels
15 years, 6 months