[hdhomerun] * Tue May 07 2013 Paul Wouters <pwouters at redhat.com> - 0.0-0.20.20130328 - Update to 20130328 - Remo

Paul Wouters pwouters at fedoraproject.org
Tue May 28 20:51:53 UTC 2013


commit 32b07b572236c568abf73d7bb28e2a7ff18a144d
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue May 7 17:02:14 2013 -0400

    * Tue May 07 2013 Paul Wouters <pwouters at redhat.com> - 0.0-0.20.20130328
    - Update to 20130328
    - Removed DESTDIR patch, got merged in at upstream

 .gitignore     |    2 ++
 hdhomerun.spec |   14 +++++++-------
 sources        |    4 ++--
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a245105..539dc66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ hdhomerun_config_gui_20100213.tgz
 libhdhomerun_20100213.tgz
 /hdhomerun_config_gui_20120405.tgz
 /libhdhomerun_20120405.tgz
+/hdhomerun_config_gui_20130328.tgz
+/libhdhomerun_20130328.tgz
diff --git a/hdhomerun.spec b/hdhomerun.spec
index b41e88e..95d599f 100644
--- a/hdhomerun.spec
+++ b/hdhomerun.spec
@@ -1,7 +1,7 @@
-%global         releasedate 20120405
+%global         releasedate 20130328
 Name:           hdhomerun
 Version:        0.0
-Release:        0.19.%{releasedate}%{?dist}
+Release:        0.20.%{releasedate}%{?dist}
 Summary:        Silicon Dust HDHomeRun configuration utility
 
 Group:          Applications/System
@@ -9,7 +9,6 @@ License:        LGPLv3 and GPLv3
 URL:            http://www.silicondust.com/
 Source0:        http://download.silicondust.com/hdhomerun/libhdhomerun_%{releasedate}.tgz
 Source1:        http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_%{releasedate}.tgz
-Patch1:         hdhomerun-honor-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel
 Requires:       gtk2
@@ -32,9 +31,6 @@ The hdhumerun-devel package provides developer tools for the hdhomerun library.
 
 %prep
 %setup -q -c -a 1
-cd hdhomerun_config_gui
-%patch1 -p1
-cd ..
 # Fix up linefeeds, drop execute bit and don't strip binaries
 %{__sed} -i 's/\r//' libhdhomerun/*
 %{__chmod} -x libhdhomerun/*
@@ -48,7 +44,7 @@ done
 %build
 cd hdhomerun_config_gui
 %configure
-make
+make 
 cd ..
 cat << __EOF__ > README.firmware
 The HDHomeRun Firmwares are not redistributable, but the latest versions of
@@ -88,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/hdhomerun/*.h
 
 %changelog
+* Tue May 07 2013 Paul Wouters <pwouters at redhat.com> - 0.0-0.20.20130328
+- Update to 20130328
+- Removed DESTDIR patch, got merged in at upstream
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0-0.19.20120405
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 1284619..a038d3b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-cedee7193b2e740224186f9d48004334  hdhomerun_config_gui_20120405.tgz
-4036d144c726d82b10986533de8c619d  libhdhomerun_20120405.tgz
+b93d1f8bc4224c5550d0e899c1a9f1ac  hdhomerun_config_gui_20130328.tgz
+cf4d2b94a2dae07516fc84c8d5ae0c8b  libhdhomerun_20130328.tgz


More information about the scm-commits mailing list