[w_scan] memory leak and various other fixes added ISDB-T/DVB-C support for Brazil

Felix Kaechele heffer at fedoraproject.org
Sun Jun 12 09:59:30 UTC 2011


commit ff2e934ddaffabea234ab6a94c0fa51305a74c69
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sun Jun 12 11:59:11 2011 +0200

    memory leak and various other fixes
    added ISDB-T/DVB-C support for Brazil

 .gitignore            |    1 +
 sources               |    2 +-
 w_scan-v4l1-fix.patch |   11 -----------
 w_scan.spec           |   10 +++++-----
 4 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55e9bed..9a177b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 w_scan-20100529.tar.bz2
 /w_scan-20101001.tar.bz2
 /w_scan-20110206.tar.bz2
+/w_scan-20110502.tar.bz2
diff --git a/sources b/sources
index 564c5ed..032e5b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fad4f0552a3906ae3f3722c247c8f15  w_scan-20110206.tar.bz2
+56f4914c6b97e75274cea0d34a56bd62  w_scan-20110502.tar.bz2
diff --git a/w_scan.spec b/w_scan.spec
index 05eaf94..47f40e3 100644
--- a/w_scan.spec
+++ b/w_scan.spec
@@ -1,5 +1,5 @@
 Name:           w_scan
-Version:        20110206
+Version:        20110502
 Release:        1%{?dist}
 Summary:        Tool for scanning DVB transponders
 
@@ -7,9 +7,6 @@ Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://wirbel.htpc-forum.de/w_scan/index2.html
 Source0:        http://wirbel.htpc-forum.de/%{name}/%{name}-%{version}.tar.bz2
-# remove unused v4l1 header to fix a compiler error when using newer kernels
-# will be upstream in next version
-Patch0:         w_scan-v4l1-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -19,7 +16,6 @@ require initial tuning data and thus is able to find more channels.
 
 %prep
 %setup -q
-%patch0 -p1
 iconv -f iso-8859-1 -t utf-8 doc/w_scan.1 > doc/w_scan.1.utf-8
 touch -r doc/w_scan.1 doc/w_scan.1.utf-8
 mv doc/w_scan.1.utf-8 doc/w_scan.1
@@ -58,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 12 2011 Felix Kaechele <heffer at fedoraproject.org> - 20110502-1
+- memory leak and various other fixes
+- added ISDB-T/DVB-C support for Brazil
+
 * Tue Feb 08 2011 Felix Kaechele <heffer at fedoraproject.org> - 20110206-1
 - various bugfixes
 


More information about the scm-commits mailing list