[vdr-osdteletext] Update to 0.9.1. Use rpm >= 4.9's Provides filtering instead of the old Fedora way.

Ville Skyttä scop at fedoraproject.org
Sat Aug 20 19:50:38 UTC 2011


commit 4689ad089874e6d035d493fc6baabf158a9ca0dd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Aug 20 22:47:19 2011 +0300

    Update to 0.9.1.
    Use rpm >= 4.9's Provides filtering instead of the old Fedora way.

 .gitignore           |    2 +-
 sources              |    2 +-
 vdr-osdteletext.spec |   15 ++++++++-------
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d63b346..17d6b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/vdr-osdteletext-0.9.0.tgz
+/*.tgz
diff --git a/sources b/sources
index b05a44d..1925480 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e032a9c9257caaf36e2f3603480a04a5  vdr-osdteletext-0.9.0.tgz
+19d31e79002564e67812c53c5349a80f  vdr-osdteletext-0.9.1.tgz
diff --git a/vdr-osdteletext.spec b/vdr-osdteletext.spec
index 1bba49e..7731edb 100644
--- a/vdr-osdteletext.spec
+++ b/vdr-osdteletext.spec
@@ -3,16 +3,17 @@
 %global cachedir  %(vdr-config --cachedir   2>/dev/null || echo ERROR)
 %global apiver    %(vdr-config --apiversion 2>/dev/null || echo ERROR)
 %global vdr_user  %(vdr-config --user       2>/dev/null || echo ERROR)
+%global __provides_exclude_from ^%{plugindir}/.*\.so.*$
 
 Name:           vdr-%{pname}
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        OSD teletext plugin for VDR
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://projects.vdr-developer.org/projects/show/plg-osdteletext
-Source0:        http://projects.vdr-developer.org/attachments/download/416/%{name}-%{version}.tgz
+Source0:        http://projects.vdr-developer.org/attachments/download/658/%{name}-%{version}.tgz
 Source1:        %{name}.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,10 +21,6 @@ BuildRequires:  vdr-devel >= 1.6.0
 BuildRequires:  gettext
 Requires:       vdr(abi)%{?_isa} = %{apiver}
 
-%{?filter_setup:
-%filter_provides_in %{plugindir}/.*\.so
-%filter_setup}
-
 %description
 The OSD teletext plugin displays teletext directly on VDR's on-screen
 display, with sound and video from the current channel playing in the
@@ -77,6 +74,10 @@ fi
 
 
 %changelog
+* Sat Aug 20 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-1
+- Update to 0.9.1.
+- Use rpm >= 4.9's Provides filtering instead of the old Fedora way.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list