diff --git a/.gitignore b/.gitignore index 66a843d..15f31d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /vdr-screenshot-0.0.14.tar.bz2 +/speed-dreams.spec +/vdr-screenshot-0.0.15.tgz diff --git a/sources b/sources index 2ed0cff..04f7d9f 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ bd9e63d58bbc94196fc84448583ea036 vdr-screenshot-0.0.14.tar.bz2 +c1b72e6b24a6e782923eae76593068f9 speed-dreams.spec +9024d4a2d31b82aabcce3e22b6bffdda vdr-screenshot-0.0.15.tgz diff --git a/vdr-screenshot.spec b/vdr-screenshot.spec index 693ad8f..df36ce4 100644 --- a/vdr-screenshot.spec +++ b/vdr-screenshot.spec @@ -1,16 +1,14 @@ %global pname screenshot Name: vdr-%{pname} -Version: 0.0.14 -Release: 9%{?dist} +Version: 0.0.15 +Release: 1%{?dist} Summary: VDR plugin: Takes screenshots License: GPL+ URL: http://www.joachim-wilke.de/vdr-screenshot.htm -Source: http://www.joachim-wilke.de/downloads/vdr-screenshot/%{name}-%{version}.tar.bz2 +Source: http://www.joachim-wilke.de/downloads/vdr-screenshot/%{name}-%{version}.tgz Patch0: %{pname}.patch -# upstream reported that the *.po patch will be included in the next release. -Patch1: %{pname}-po.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.6.0-41 @@ -27,8 +25,9 @@ currently replayed. %prep %setup -q -n %{pname}-%{version} chmod -c -x screenshot.c +# For older VDR versions <=1.7.34 +cp Makefile.pre.1.7.34 Makefile %patch0 -p1 -%patch1 -p0 iconv -f iso-8859-1 -t utf-8 HISTORY > HISTORY.utf8 ; mv HISTORY.utf8 HISTORY @@ -52,8 +51,8 @@ cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale %attr(-,%{vdr_user},root) %dir %{vdr_cachedir}/screenshot/ %changelog -* Fri Feb 15 2013 Fedora Release Engineering - 0.0.14-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Sat Feb 16 2013 Martin Gansser - 0.0.15-1 +- rebuild for new release * Tue Oct 02 2012 Ville Skyttä - 0.0.14-8 - Rebuild.