[vdr-scraper2vdr/f20] Update to 0.1.3

Martin Gansser martinkg at fedoraproject.org
Wed May 14 18:06:56 UTC 2014


commit 925cefc3285b299382fb96de6465233a6bc56cad
Author: Martin Gansser <mgansser at alice.de>
Date:   Wed May 14 20:06:44 2014 +0200

    Update to 0.1.3

 .gitignore           |    5 +----
 sources              |    3 +--
 vdr-scraper2vdr.spec |   18 +++++++-----------
 3 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index beabc30..faf3d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/vdr-plugin-scraper2vdr-30008b3000e6421e6a54d0dc43a2e952e6a6617d.tar.bz2
-/vdr-plugin-scraper2vdr-ea862b36b21029890a1a137f06ba3d828c36d372.tar.bz2
-/scraper2vdr-smpbuildfix.patch
-/vdr-plugin-scraper2vdr-7231362092882b007ca3b3fa8f7dd941f08bbeb8.tar.bz2
+/vdr-scraper2vdr-0.1.3.tgz
diff --git a/sources b/sources
index d87a6ba..a6cc283 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-834cddd7b12327b66688c5b7f5b3de99  scraper2vdr-smpbuildfix.patch
-1b508abda6bc074414e28a032c2afc2b  vdr-plugin-scraper2vdr-7231362092882b007ca3b3fa8f7dd941f08bbeb8.tar.bz2
+c5b889893d13289c8aa685858ae7c65e  vdr-scraper2vdr-0.1.3.tgz
diff --git a/vdr-scraper2vdr.spec b/vdr-scraper2vdr.spec
index a01ffe7..89d8254 100644
--- a/vdr-scraper2vdr.spec
+++ b/vdr-scraper2vdr.spec
@@ -1,19 +1,13 @@
-%global commit  7231362092882b007ca3b3fa8f7dd941f08bbeb8
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140511
-
 Name:           vdr-scraper2vdr
-Version:        0.1.2
-Release:        3.%{gitdate}git%{shortcommit}%{?dist}
+Version:        0.1.3
+Release:        1%{?dist}
 Summary:        A client plugin which provides scraped metadata from EPGD to other plugins
 
 Group:          Applications/Multimedia
 License:        GPL+
 URL:            http://projects.vdr-developer.org/projects/plg-scraper2vdr
-Source0:        http://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git/snapshot/vdr-plugin-scraper2vdr-%{commit}.tar.bz2
+Source0:        http://projects.vdr-developer.org/attachments/download/1736/vdr-scraper2vdr-0.1.3.tgz
 Source1:        %{name}.conf
-# upstream patch for parallel build
-Patch0:         http://projects.vdr-developer.org/attachments/1702/scraper2vdr-smpbuildfix.patch
 
 BuildRequires:  libuuid-devel
 BuildRequires:  ImageMagick-c++-devel
@@ -34,8 +28,7 @@ themoviedb.org API for movies. Check the websites of both services for
 the terms of use.
 
 %prep
-%setup -qn vdr-plugin-scraper2vdr-%{commit}
-%patch0 -p0
+%setup -qn scraper2vdr-%{version}
 iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
@@ -58,6 +51,9 @@ install -Dpm 644 %{SOURCE1} \
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/scraper2vdr.conf
 
 %changelog
+* Wed May 14 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.1.3-1
+- Update to 0.1.3
+
 * Sun May 11 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.1.2-3.20140511git7231362
 - rebuild for new git release 
 


More information about the scm-commits mailing list