rpms/dvb-apps/devel dvb-apps-1.1.1-czap-sscanf-557580.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 dvb-apps.spec, 1.22, 1.23 sources, 1.14, 1.15

Ville Skyttä scop at fedoraproject.org
Thu Jan 21 21:17:56 UTC 2010


Author: scop

Update of /cvs/pkgs/rpms/dvb-apps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31747/devel

Modified Files:
	.cvsignore dvb-apps.spec sources 
Added Files:
	dvb-apps-1.1.1-czap-sscanf-557580.patch 
Log Message:
* Thu Jan 21 2010 Ville Skyttä <ville.skytta at iki.fi> - 1.1.1-20
- Apply patch to fix czap config parsing when built w/gcc 4.4.2 (#557580).
- Update tuning files to 20100114.


dvb-apps-1.1.1-czap-sscanf-557580.patch:
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE dvb-apps-1.1.1-czap-sscanf-557580.patch ---
diff -up linuxtv-dvb-apps-1.1.1/util/szap/Makefile~ linuxtv-dvb-apps-1.1.1/util/szap/Makefile
--- linuxtv-dvb-apps-1.1.1/util/szap/Makefile~	2010-01-21 22:11:00.000000000 +0200
+++ linuxtv-dvb-apps-1.1.1/util/szap/Makefile	2010-01-21 22:37:04.000000000 +0200
@@ -22,6 +22,9 @@ all: $(OBJS) $(TARGETS)
 szap: szap.o ../lib/lnb.o
 	$(CC) $(LFLAGS) -o szap szap.o ../lib/lnb.o
 
+# http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/14331
+czap.o: CFLAGS += -D_GNU_SOURCE
+
 .c.o:
 	$(CC) $(CFLAGS) -o $@ -c $<
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dvb-apps/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	14 Jan 2010 19:32:13 -0000	1.14
+++ .cvsignore	21 Jan 2010 21:17:56 -0000	1.15
@@ -1,2 +1,2 @@
 linuxtv-dvb-apps-1.1.1.tar.bz2
-dvb-apps-tuningfiles-20100114.tar.bz2
+dvb-apps-tuningfiles-20100121.tar.bz2


Index: dvb-apps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvb-apps/devel/dvb-apps.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- dvb-apps.spec	14 Jan 2010 19:32:14 -0000	1.22
+++ dvb-apps.spec	21 Jan 2010 21:17:56 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           dvb-apps
 Version:        1.1.1
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        Utility, demo and test applications using the Linux DVB API
 
 Group:          Applications/Multimedia
@@ -8,11 +8,12 @@ License:        GPLv2+
 URL:            http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps
 Source0:        http://www.linuxtv.org/downloads/linuxtv-dvb-apps-%{version}.tar.bz2
 # Source1 created with Source99
-Source1:        %{name}-tuningfiles-20100114.tar.bz2
+Source1:        %{name}-tuningfiles-20100121.tar.bz2
 Source99:       %{name}-tuningfiles-snapshot.sh
 Patch0:         %{name}-1.1.1-optflags.patch
 Patch1:         %{name}-paths.patch
 Patch2:         %{name}-1.1.1-no-build-test.patch
+Patch3:         %{name}-1.1.1-czap-sscanf-557580.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libusb-devel
@@ -27,6 +28,7 @@ BuildRequires:  kernel-headers >= 2.6.16
 %patch0 -p1
 %patch1 -p1
 %patch2
+%patch3 -p1
 
 cd util
 install -pm 644 av7110_loadkeys/README ../README.av7110_loadkeys
@@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 21 2010 Ville Skyttä <ville.skytta at iki.fi> - 1.1.1-20
+- Apply patch to fix czap config parsing when built w/gcc 4.4.2 (#557580).
+- Update tuning files to 20100114.
+
 * Thu Jan 14 2010 Ville Skyttä <ville.skytta at iki.fi> - 1.1.1-19
 - Update tuning files to 20100114.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dvb-apps/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	14 Jan 2010 19:32:14 -0000	1.14
+++ sources	21 Jan 2010 21:17:56 -0000	1.15
@@ -1,2 +1,2 @@
 de958cdb8d00e74792dd69f3c945b037  linuxtv-dvb-apps-1.1.1.tar.bz2
-e6520fbe607ec770c5f8a3c355afe306  dvb-apps-tuningfiles-20100114.tar.bz2
+27beead1c4b812418accc7160921070b  dvb-apps-tuningfiles-20100121.tar.bz2



More information about the scm-commits mailing list