[vdr-streamdev] update to 0.6.0

Felix Kaechele heffer at fedoraproject.org
Wed Jul 4 19:10:49 UTC 2012


commit ce7c16777c9de16b961e5e6de19938d9d539b303
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Wed Jul 4 21:10:07 2012 +0200

    update to 0.6.0
    
    - drop all patches as upstream includes them already

 .gitignore                                 |    1 +
 0001-Fix-build-with-liemikuutio-1.32.patch |   34 ---
 sources                                    |    2 +-
 vdr-streamdev-0.5.1-vdr1725.patch          |  220 -----------------
 vdr-streamdev-0.5.1-vdr1726.patch          |  359 ----------------------------
 vdr-streamdev-gpl-fsf-fix.patch            |  183 --------------
 vdr-streamdev.spec                         |   19 +-
 7 files changed, 9 insertions(+), 809 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0d2e13..0c6a16b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 vdr-streamdev-0.5.0.tgz
 /vdr-streamdev-0.5.1.tgz
+/vdr-streamdev-0.6.0.tgz
diff --git a/sources b/sources
index 6f6e24c..293213f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6abebb62f5825324092ae1c7df3692c8  vdr-streamdev-0.5.1.tgz
+da39a8bc12935dfd2c66c9d6f74430dd  vdr-streamdev-0.6.0.tgz
diff --git a/vdr-streamdev.spec b/vdr-streamdev.spec
index 2c5e0a2..512ec8c 100644
--- a/vdr-streamdev.spec
+++ b/vdr-streamdev.spec
@@ -5,22 +5,17 @@
 %define configdir %(vdr-config --configdir  2>/dev/null || echo ERROR)
 
 Name:           vdr-%{pname}
-Version:        0.5.1
-Release:        12%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Streaming plug-in for VDR
 
 Group:          Applications/Multimedia
 License:        GPL+ and GPLv2+
 URL:            http://projects.vdr-developer.org/projects/plg-streamdev
-Source0:        http://projects.vdr-developer.org/attachments/download/497/vdr-streamdev-%{version}.tgz
+Source0:        http://projects.vdr-developer.org/attachments/download/969/vdr-streamdev-%{version}.tgz
 # Configuration files for plugin parameters. These are Fedora specific and not in upstream.
 Source1:        %{name}-server.conf
 Source2:        %{name}-client.conf
-Patch0:         %{name}-gpl-fsf-fix.patch
-# http://projects.vdr-developer.org/issues/786
-Patch1:         0001-Fix-build-with-liemikuutio-1.32.patch
-Patch2:         %{name}-0.5.1-vdr1725.patch
-Patch3:         %{name}-0.5.1-vdr1726.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  vdr-devel >= 1.5.9
@@ -49,10 +44,6 @@ VDR will then be able to work even without a DVB device.
 
 %prep
 %setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1 -F 2
-%patch3 -p1 -F 2
 
 sed -i 's@$(VDRDIR)/device.h@%{_includedir}/vdr/device.h@' Makefile
 
@@ -101,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
 
 %changelog
+* Wed Jul 04 2012 Felix Kaechele <heffer at fedoraproject.org> - 0.6.0-1
+- update to 0.6.0
+- drop all patches as upstream includes them already
+
 * Tue Mar 27 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-12
 - Rebuild.
 


More information about the scm-commits mailing list