rpms/dvbcut/F-10 dvbcut-0.6.0.gcc44-add-include.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5020/F-10
Modified Files:
.cvsignore sources
Added Files:
dvbcut-0.6.0.gcc44-add-include.patch
Log Message:
update to svn157
add patch to compile with gcc44
dvbcut-0.6.0.gcc44-add-include.patch:
--- NEW FILE dvbcut-0.6.0.gcc44-add-include.patch ---
diff -ur src.orig/buffer.cpp src/buffer.cpp
--- src.orig/buffer.cpp 2009-03-31 23:41:16.000000000 +1100
+++ src/buffer.cpp 2009-03-31 23:39:14.000000000 +1100
@@ -26,7 +26,7 @@
#include <unistd.h>
#include <cstring>
#include <cstdlib>
-// #include <cstdio>
+#include <cstdio>
#include <stdint.h>
#include <cassert>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2009 13:30:59 -0000 1.2
+++ .cvsignore 1 Apr 2009 22:23:38 -0000 1.3
@@ -1 +1 @@
-dvbcut-20090101.tar.bz2
+dvbcut-svn157.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Jan 2009 13:30:59 -0000 1.2
+++ sources 1 Apr 2009 22:23:38 -0000 1.3
@@ -1 +1 @@
-67a96cc944bca1f8873c2ade95db2de4 dvbcut-20090101.tar.bz2
+0d397162702d0001e540d57f836662fd dvbcut-svn157.tar.bz2
15 years, 7 months
rpms/dvbcut/EL-5 dvbcut-0.6.0.gcc44-add-include.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5020/EL-5
Modified Files:
.cvsignore sources
Added Files:
dvbcut-0.6.0.gcc44-add-include.patch
Log Message:
update to svn157
add patch to compile with gcc44
dvbcut-0.6.0.gcc44-add-include.patch:
--- NEW FILE dvbcut-0.6.0.gcc44-add-include.patch ---
diff -ur src.orig/buffer.cpp src/buffer.cpp
--- src.orig/buffer.cpp 2009-03-31 23:41:16.000000000 +1100
+++ src/buffer.cpp 2009-03-31 23:39:14.000000000 +1100
@@ -26,7 +26,7 @@
#include <unistd.h>
#include <cstring>
#include <cstdlib>
-// #include <cstdio>
+#include <cstdio>
#include <stdint.h>
#include <cassert>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvbcut/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2009 14:54:25 -0000 1.2
+++ .cvsignore 1 Apr 2009 22:23:38 -0000 1.3
@@ -1 +1 @@
-dvbcut-20090101.tar.bz2
+dvbcut-svn157.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvbcut/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Jan 2009 14:54:25 -0000 1.2
+++ sources 1 Apr 2009 22:23:38 -0000 1.3
@@ -1 +1 @@
-67a96cc944bca1f8873c2ade95db2de4 dvbcut-20090101.tar.bz2
+0d397162702d0001e540d57f836662fd dvbcut-svn157.tar.bz2
15 years, 7 months
rpms/dvbcut/devel dvbcut-0.6.0.gcc44-add-include.patch,NONE,1.1
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5020/devel
Added Files:
dvbcut-0.6.0.gcc44-add-include.patch
Log Message:
update to svn157
add patch to compile with gcc44
dvbcut-0.6.0.gcc44-add-include.patch:
--- NEW FILE dvbcut-0.6.0.gcc44-add-include.patch ---
diff -ur src.orig/buffer.cpp src/buffer.cpp
--- src.orig/buffer.cpp 2009-03-31 23:41:16.000000000 +1100
+++ src/buffer.cpp 2009-03-31 23:39:14.000000000 +1100
@@ -26,7 +26,7 @@
#include <unistd.h>
#include <cstring>
#include <cstdlib>
-// #include <cstdio>
+#include <cstdio>
#include <stdint.h>
#include <cassert>
15 years, 7 months
rpms/dvbcut/F-9 dvbcut-snapshot.sh,1.1,1.2 dvbcut.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3203/F-9
Modified Files:
dvbcut-snapshot.sh dvbcut.spec
Log Message:
add patch for compilation with gcc44
Index: dvbcut-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-9/dvbcut-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut-snapshot.sh 4 Jan 2009 13:33:33 -0000 1.1
+++ dvbcut-snapshot.sh 1 Apr 2009 21:49:43 -0000 1.2
@@ -1,6 +1,8 @@
#!/bin/bash
# based on:
# http://cvs.rpmfusion.org/viewvc/rpms/ffmpeg/F-10/ffmpeg-snapshot.sh?revis...
+# 2009-03-29 DT add request a specific revision, and use the revision number.
+echo " dvbcut-snapshot. A specific svn revision can be passed."
set -e
@@ -14,20 +16,32 @@
unset CDPATH
pwd=$(pwd)
-svn=$(date +%Y%m%d)
+
+if [ -n "$1" ]
+then
+ svnrev=$1
+else
+# determine current head/trunk svn revision number
+ echo " determining the head revision number..."
+ svnrev=$(svn info https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk |grep Revision|cut -c11-)
+fi
+echo " retrieving revision $svnrev ..."
cd "$tmp"
-svn checkout -r {$svn} https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-$svn
-cd dvbcut-$svn
+svn checkout -r $svnrev https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-svn$svnrev
+cd dvbcut-svn$svnrev
+echo " stripping ffmpeg and creating bzip2 archive ..."
# remove included ffmpeg sources
find . -type d -name "ffmpeg*" -print0 | xargs -0r rm -rf
# remove subversion control files
find . -type d -name .svn -print0 | xargs -0r rm -rf
+# remove debian packaging files
+find . -type d -name "debian*" -print0 | xargs -0r rm -rf
+
cd ..
-tar jcf "$pwd"/dvbcut-$svn.tar.bz2 dvbcut-$svn
+tar jcf "$pwd"/dvbcut-svn$svnrev.tar.bz2 dvbcut-svn$svnrev
cd - >/dev/null
-
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-9/dvbcut.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut.spec 4 Jan 2009 13:33:33 -0000 1.1
+++ dvbcut.spec 1 Apr 2009 21:49:43 -0000 1.2
@@ -1,18 +1,17 @@
-# svn revision 138
-%define svndate 20090101
+%define svnrev 157
Name: dvbcut
-Version: 0.5.4
-Release: 6.%{svndate}svn138%{?dist}
+Version: 0.6.0
+Release: 3.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
License: GPLv2+ and LGPLv2
URL: http://dvbcut.sourceforge.net/
-# No release has been made since 2007-mid, so using svn checkout for latest fixes:
+# fixes were committed to svn since release, so using svn checkout for latest fixes:
#Source0: http://downloads.sourceforge.net/dvbcut/dvbcut_%{version}.tar.bz2
# use sh dvbcut-snapshot.sh to create the archive
-Source0: %{name}-%{svndate}.tar.bz2
+Source0: %{name}-svn%{svnrev}.tar.bz2
# Since no icons have been developed by the project, created icons using the
# weblogo on the home page. Scaled and text pixel edited using gimp.
Source1: %{name}.logo.16x16.png
@@ -21,6 +20,7 @@
# This desktop file was created by hand.
Source4: %{name}.desktop
Source5: %{name}-snapshot.sh
+Patch0: %{name}-0.6.0.gcc44-add-include.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
@@ -45,7 +45,9 @@
%prep
-%setup -q -n %{name}-%{svndate}
+%setup -q -n %{name}-svn%{svnrev}
+%patch0 -b .gcc44-add-include
+
# Fix QTDIR libs in configure
sed -i 's,-L$QTDIR/$mr_libdirname,-L$QTDIR/lib,' configure.in
@@ -53,6 +55,10 @@
# Avoid stripping binaries
sed -i 's,$(STRIP) $(topdir)/bin/dvbcut$(EXEEXT),,' src/Makefile.in
+# don't try to make Debian and ffmpeg files that have been stripped
+sed -i '/debian/d' DISTFILES
+sed -i '/ffmpeg.src/d' DISTFILES
+
%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -113,6 +119,19 @@
%changelog
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-3.svn157
+- add gcc4 patch for rawhide
+
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-2.svn157
+- update to latest post release svn checkout for minor fixes
+- improve dvbcut-snapshot script to not use the checkout date
+- del the debian packaging files from the snapshot archive
+- mod spec to use svnver rather svndate, to make it easier to confirm sources
+- del lines from DISTFILES that reference removed files
+
+* Sat Feb 7 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-1.20090207svn156
+- update to 0.6.0 release, still using post release svn checkout
+
* Thu Jan 1 2009 David Timms <iinet.net.au at dtimms> - 0.5.4-6.20090101svn138
- add required alphatag to post release package name
- mod License to be GPLv2+ and LGPLv2
15 years, 7 months
rpms/dvbcut/F-10 dvbcut-snapshot.sh,1.1,1.2 dvbcut.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3203/F-10
Modified Files:
dvbcut-snapshot.sh dvbcut.spec
Log Message:
add patch for compilation with gcc44
Index: dvbcut-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-10/dvbcut-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut-snapshot.sh 4 Jan 2009 13:30:59 -0000 1.1
+++ dvbcut-snapshot.sh 1 Apr 2009 21:49:43 -0000 1.2
@@ -1,6 +1,8 @@
#!/bin/bash
# based on:
# http://cvs.rpmfusion.org/viewvc/rpms/ffmpeg/F-10/ffmpeg-snapshot.sh?revis...
+# 2009-03-29 DT add request a specific revision, and use the revision number.
+echo " dvbcut-snapshot. A specific svn revision can be passed."
set -e
@@ -14,20 +16,32 @@
unset CDPATH
pwd=$(pwd)
-svn=$(date +%Y%m%d)
+
+if [ -n "$1" ]
+then
+ svnrev=$1
+else
+# determine current head/trunk svn revision number
+ echo " determining the head revision number..."
+ svnrev=$(svn info https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk |grep Revision|cut -c11-)
+fi
+echo " retrieving revision $svnrev ..."
cd "$tmp"
-svn checkout -r {$svn} https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-$svn
-cd dvbcut-$svn
+svn checkout -r $svnrev https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-svn$svnrev
+cd dvbcut-svn$svnrev
+echo " stripping ffmpeg and creating bzip2 archive ..."
# remove included ffmpeg sources
find . -type d -name "ffmpeg*" -print0 | xargs -0r rm -rf
# remove subversion control files
find . -type d -name .svn -print0 | xargs -0r rm -rf
+# remove debian packaging files
+find . -type d -name "debian*" -print0 | xargs -0r rm -rf
+
cd ..
-tar jcf "$pwd"/dvbcut-$svn.tar.bz2 dvbcut-$svn
+tar jcf "$pwd"/dvbcut-svn$svnrev.tar.bz2 dvbcut-svn$svnrev
cd - >/dev/null
-
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/F-10/dvbcut.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut.spec 4 Jan 2009 13:30:59 -0000 1.1
+++ dvbcut.spec 1 Apr 2009 21:49:43 -0000 1.2
@@ -1,18 +1,17 @@
-# svn revision 138
-%define svndate 20090101
+%define svnrev 157
Name: dvbcut
-Version: 0.5.4
-Release: 6.%{svndate}svn138%{?dist}
+Version: 0.6.0
+Release: 3.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
License: GPLv2+ and LGPLv2
URL: http://dvbcut.sourceforge.net/
-# No release has been made since 2007-mid, so using svn checkout for latest fixes:
+# fixes were committed to svn since release, so using svn checkout for latest fixes:
#Source0: http://downloads.sourceforge.net/dvbcut/dvbcut_%{version}.tar.bz2
# use sh dvbcut-snapshot.sh to create the archive
-Source0: %{name}-%{svndate}.tar.bz2
+Source0: %{name}-svn%{svnrev}.tar.bz2
# Since no icons have been developed by the project, created icons using the
# weblogo on the home page. Scaled and text pixel edited using gimp.
Source1: %{name}.logo.16x16.png
@@ -21,6 +20,7 @@
# This desktop file was created by hand.
Source4: %{name}.desktop
Source5: %{name}-snapshot.sh
+Patch0: %{name}-0.6.0.gcc44-add-include.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
@@ -45,7 +45,9 @@
%prep
-%setup -q -n %{name}-%{svndate}
+%setup -q -n %{name}-svn%{svnrev}
+%patch0 -b .gcc44-add-include
+
# Fix QTDIR libs in configure
sed -i 's,-L$QTDIR/$mr_libdirname,-L$QTDIR/lib,' configure.in
@@ -53,6 +55,10 @@
# Avoid stripping binaries
sed -i 's,$(STRIP) $(topdir)/bin/dvbcut$(EXEEXT),,' src/Makefile.in
+# don't try to make Debian and ffmpeg files that have been stripped
+sed -i '/debian/d' DISTFILES
+sed -i '/ffmpeg.src/d' DISTFILES
+
%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -113,6 +119,19 @@
%changelog
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-3.svn157
+- add gcc4 patch for rawhide
+
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-2.svn157
+- update to latest post release svn checkout for minor fixes
+- improve dvbcut-snapshot script to not use the checkout date
+- del the debian packaging files from the snapshot archive
+- mod spec to use svnver rather svndate, to make it easier to confirm sources
+- del lines from DISTFILES that reference removed files
+
+* Sat Feb 7 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-1.20090207svn156
+- update to 0.6.0 release, still using post release svn checkout
+
* Thu Jan 1 2009 David Timms <iinet.net.au at dtimms> - 0.5.4-6.20090101svn138
- add required alphatag to post release package name
- mod License to be GPLv2+ and LGPLv2
15 years, 7 months
rpms/dvbcut/EL-5 dvbcut-snapshot.sh,1.1,1.2 dvbcut.spec,1.2,1.3
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3203/EL-5
Modified Files:
dvbcut-snapshot.sh dvbcut.spec
Log Message:
add patch for compilation with gcc44
Index: dvbcut-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/dvbcut/EL-5/dvbcut-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut-snapshot.sh 4 Jan 2009 14:54:25 -0000 1.1
+++ dvbcut-snapshot.sh 1 Apr 2009 21:49:43 -0000 1.2
@@ -1,6 +1,8 @@
#!/bin/bash
# based on:
# http://cvs.rpmfusion.org/viewvc/rpms/ffmpeg/F-10/ffmpeg-snapshot.sh?revis...
+# 2009-03-29 DT add request a specific revision, and use the revision number.
+echo " dvbcut-snapshot. A specific svn revision can be passed."
set -e
@@ -14,20 +16,32 @@
unset CDPATH
pwd=$(pwd)
-svn=$(date +%Y%m%d)
+
+if [ -n "$1" ]
+then
+ svnrev=$1
+else
+# determine current head/trunk svn revision number
+ echo " determining the head revision number..."
+ svnrev=$(svn info https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk |grep Revision|cut -c11-)
+fi
+echo " retrieving revision $svnrev ..."
cd "$tmp"
-svn checkout -r {$svn} https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-$svn
-cd dvbcut-$svn
+svn checkout -r $svnrev https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut-svn$svnrev
+cd dvbcut-svn$svnrev
+echo " stripping ffmpeg and creating bzip2 archive ..."
# remove included ffmpeg sources
find . -type d -name "ffmpeg*" -print0 | xargs -0r rm -rf
# remove subversion control files
find . -type d -name .svn -print0 | xargs -0r rm -rf
+# remove debian packaging files
+find . -type d -name "debian*" -print0 | xargs -0r rm -rf
+
cd ..
-tar jcf "$pwd"/dvbcut-$svn.tar.bz2 dvbcut-$svn
+tar jcf "$pwd"/dvbcut-svn$svnrev.tar.bz2 dvbcut-svn$svnrev
cd - >/dev/null
-
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/EL-5/dvbcut.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvbcut.spec 4 Jan 2009 21:34:53 -0000 1.2
+++ dvbcut.spec 1 Apr 2009 21:49:43 -0000 1.3
@@ -1,18 +1,17 @@
-# svn revision 138
-%define svndate 20090101
+%define svnrev 157
Name: dvbcut
-Version: 0.5.4
-Release: 7.%{svndate}svn138%{?dist}
+Version: 0.6.0
+Release: 3.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
License: GPLv2+ and LGPLv2
URL: http://dvbcut.sourceforge.net/
-# No release has been made since 2007-mid, so using svn checkout for latest fixes:
+# fixes were committed to svn since release, so using svn checkout for latest fixes:
#Source0: http://downloads.sourceforge.net/dvbcut/dvbcut_%{version}.tar.bz2
# use sh dvbcut-snapshot.sh to create the archive
-Source0: %{name}-%{svndate}.tar.bz2
+Source0: %{name}-svn%{svnrev}.tar.bz2
# Since no icons have been developed by the project, created icons using the
# weblogo on the home page. Scaled and text pixel edited using gimp.
Source1: %{name}.logo.16x16.png
@@ -21,10 +20,11 @@
# This desktop file was created by hand.
Source4: %{name}.desktop
Source5: %{name}-snapshot.sh
+Patch0: %{name}-0.6.0.gcc44-add-include.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
-BuildRequires: qt-devel
+BuildRequires: qt3-devel
BuildRequires: libao-devel
BuildRequires: a52dec-devel
BuildRequires: libmad-devel
@@ -45,7 +45,9 @@
%prep
-%setup -q -n %{name}-%{svndate}
+%setup -q -n %{name}-svn%{svnrev}
+%patch0 -b .gcc44-add-include
+
# Fix QTDIR libs in configure
sed -i 's,-L$QTDIR/$mr_libdirname,-L$QTDIR/lib,' configure.in
@@ -53,6 +55,10 @@
# Avoid stripping binaries
sed -i 's,$(STRIP) $(topdir)/bin/dvbcut$(EXEEXT),,' src/Makefile.in
+# don't try to make Debian and ffmpeg files that have been stripped
+sed -i '/debian/d' DISTFILES
+sed -i '/ffmpeg.src/d' DISTFILES
+
%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -113,8 +119,18 @@
%changelog
-* Mon Jan 5 2009 David Timms <iinet.net.au at dtimms> - 0.5.4-7.20090101svn138
-- mod BR qt3 to qt for EL-5 branch
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-3.svn157
+- add gcc4 patch for rawhide
+
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-2.svn157
+- update to latest post release svn checkout for minor fixes
+- improve dvbcut-snapshot script to not use the checkout date
+- del the debian packaging files from the snapshot archive
+- mod spec to use svnver rather svndate, to make it easier to confirm sources
+- del lines from DISTFILES that reference removed files
+
+* Sat Feb 7 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-1.20090207svn156
+- update to 0.6.0 release, still using post release svn checkout
* Thu Jan 1 2009 David Timms <iinet.net.au at dtimms> - 0.5.4-6.20090101svn138
- add required alphatag to post release package name
15 years, 7 months
rpms/dvbcut/devel dvbcut.spec,1.4,1.5
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3203/devel
Modified Files:
dvbcut.spec
Log Message:
add patch for compilation with gcc44
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/dvbcut.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dvbcut.spec 29 Mar 2009 13:55:51 -0000 1.4
+++ dvbcut.spec 1 Apr 2009 21:49:44 -0000 1.5
@@ -2,7 +2,7 @@
Name: dvbcut
Version: 0.6.0
-Release: 2.svn%{svnrev}%{?dist}
+Release: 3.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -20,6 +20,7 @@
# This desktop file was created by hand.
Source4: %{name}.desktop
Source5: %{name}-snapshot.sh
+Patch0: %{name}-0.6.0.gcc44-add-include.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
@@ -45,6 +46,8 @@
%prep
%setup -q -n %{name}-svn%{svnrev}
+%patch0 -b .gcc44-add-include
+
# Fix QTDIR libs in configure
sed -i 's,-L$QTDIR/$mr_libdirname,-L$QTDIR/lib,' configure.in
@@ -116,6 +119,9 @@
%changelog
+* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-3.svn157
+- add gcc4 patch for rawhide
+
* Sun Mar 29 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-2.svn157
- update to latest post release svn checkout for minor fixes
- improve dvbcut-snapshot script to not use the checkout date
15 years, 7 months
rpms/vice/devel vice-2.1-gcc44.patch,NONE,1.1 vice.spec,1.6,1.7
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22148
Modified Files:
vice.spec
Added Files:
vice-2.1-gcc44.patch
Log Message:
* Wed Apr 1 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.1-3
- Fix building with gcc 4.4
vice-2.1-gcc44.patch:
--- NEW FILE vice-2.1-gcc44.patch ---
diff -up vice-2.1/src/arch/unix/joy.c~ vice-2.1/src/arch/unix/joy.c
--- vice-2.1/src/arch/unix/joy.c~ 2008-10-25 21:35:56.000000000 +0200
+++ vice-2.1/src/arch/unix/joy.c 2009-04-01 10:32:24.000000000 +0200
@@ -131,7 +131,7 @@ static int use_old_api=1;
#define JS_DATA_TYPE joystick
#define JS_RETURN sizeof(struct joystick)
int use_old_api=1;
-#elif
+#else
#error Unknown Joystick
#endif
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/vice.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vice.spec 29 Mar 2009 15:23:11 -0000 1.6
+++ vice.spec 1 Apr 2009 09:00:25 -0000 1.7
@@ -1,6 +1,6 @@
Name: vice
Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
@@ -19,6 +19,7 @@
Patch2: vice-htmlview.patch
Patch3: vice-tmpnam.patch
Patch4: vice-1.20-monitor-crash.patch
+Patch5: vice-2.1-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
BuildRequires: giflib-devel libjpeg-devel libgnomeui-devel ffmpeg-devel
@@ -38,6 +39,7 @@
%patch2 -p1 -z .htmlview
%patch3 -p1 -z .tmpnam
%patch4 -p1 -z .mon
+%patch5 -p1
for i in man/*.1 doc/*.info*; do
iconv -f ISO-8859-1 -t UTF8 $i > $i.tmp
mv $i.tmp $i
@@ -116,6 +118,9 @@
%changelog
+* Wed Apr 1 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.1-3
+- Fix building with gcc 4.4
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1-2
- rebuild for new F11 features
15 years, 7 months
rpms/ultrastardx/devel ultrastardx.spec,1.5,1.6
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/ultrastardx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20659
Modified Files:
ultrastardx.spec
Log Message:
fixed typo
Index: ultrastardx.spec
===================================================================
RCS file: /cvs/free/rpms/ultrastardx/devel/ultrastardx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ultrastardx.spec 1 Apr 2009 08:14:09 -0000 1.5
+++ ultrastardx.spec 1 Apr 2009 08:36:57 -0000 1.6
@@ -85,7 +85,7 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS.txt ChangeLog.german.txt ChangeLog.txt COPYING.txt COPYRIGHT.txt
+%doc AUTHORS.txt ChangeLog.GERMAN.txt ChangeLog.txt COPYING.txt COPYRIGHT.txt
%doc README.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
15 years, 7 months
rpms/wormsofprey/devel wop-0.4.3-gcc43.patch, 1.1, 1.2 wormsofprey.spec, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20245
Modified Files:
wop-0.4.3-gcc43.patch wormsofprey.spec
Log Message:
* Wed Apr 1 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-5
- Fix building with gcc 4.4
wop-0.4.3-gcc43.patch:
Index: wop-0.4.3-gcc43.patch
===================================================================
RCS file: /cvs/free/rpms/wormsofprey/devel/wop-0.4.3-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wop-0.4.3-gcc43.patch 25 Jul 2008 19:43:47 -0000 1.1
+++ wop-0.4.3-gcc43.patch 1 Apr 2009 08:29:45 -0000 1.2
@@ -8,23 +8,25 @@
ScusiBot::ScusiBot()
: m_event( Event::EMPTY ), m_count( 0 ), m_state( IDLE ) {
---- wop-0.4.3/src/spriteset.cpp 2006-03-27 12:27:53.000000000 +0200
-+++ wop-0.4.3.new/src/spriteset.cpp 2008-03-20 13:08:52.000000000 +0100
-@@ -2,6 +2,7 @@
+--- wop-0.4.3/src/gameinfowindow.cpp 2006-03-27 12:27:52.000000000 +0200
++++ wop-0.4.3.new/src/gameinfowindow.cpp 2009-04-01 10:10:11.000000000 +0200
+@@ -10,6 +10,8 @@
+ #include "avatarworm.hpp"
+ #include "wopsprites.hpp"
+ #include "wopsprites.cpp"
++#include "spriteset.cpp"
++#include "spritesequence.cpp"
+ #include "scorekeeper.hpp"
+ #include "wopgui.hpp"
- #include "spriteset.hpp"
- #include "global.hpp"
-+#include "sprite.hpp"
+--- wop-0.4.3/src/map.cpp 2006-01-20 12:23:30.000000000 +0100
++++ wop-0.4.3.new/src/map.cpp 2009-04-01 10:08:41.000000000 +0200
+@@ -9,6 +9,8 @@
+ #include "world.hpp"
+ #include "wopsettings.hpp"
+ #include "objectpaths.hpp"
++#include "spriteset.cpp"
++#include "spritesequence.cpp"
/**********************************************************/
-@@ -17,6 +18,9 @@
- #endif // SUPPRESS_COLORING
- #endif // BLACK_
-
-+/* force creation of an implementation of SpriteSet<Sprite> */
-+static SpriteSet<Sprite> foo;
-+
- /**********************************************************/
-
- template <class T>
Index: wormsofprey.spec
===================================================================
RCS file: /cvs/free/rpms/wormsofprey/devel/wormsofprey.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wormsofprey.spec 29 Mar 2009 14:23:24 -0000 1.3
+++ wormsofprey.spec 1 Apr 2009 08:29:45 -0000 1.4
@@ -1,6 +1,6 @@
Name: wormsofprey
Version: 0.4.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Team based bomb / scorched like game
Group: Amusements/Games
License: GPLv2+
@@ -85,6 +85,9 @@
%changelog
+* Wed Apr 1 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-5
+- Fix building with gcc 4.4
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4.3-4
- rebuild for new F11 features
15 years, 7 months