commit aee15eaac8543695515b264e7c37e34c394d02c1
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Sun Feb 17 13:38:43 2019 +0100
Update to 1.0.1
.gitignore | 1 +
mythtv-status-undefined.patch | 20 --------------------
mythtv-status.spec | 9 ++++-----
sources | 2 +-
4 files changed, 6 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f62031..d97f711 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mythtv-status-1.0.0.tar.gz
+/mythtv-status-1.0.1.tar.gz
diff --git a/mythtv-status.spec b/mythtv-status.spec
index 39f5238..f5045f2 100644
--- a/mythtv-status.spec
+++ b/mythtv-status.spec
@@ -1,5 +1,5 @@
Name: mythtv-status
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}
Summary: Get the current status of your MythTV system at the command line
Summary(sv): Hämta ett MythTV-systems status på kommandoraden
@@ -9,9 +9,6 @@
Source0:
http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-%{version}
Source1: sysconfig
# Patch for Fedora specifics
Patch0: mythtv-status-fedora.patch
-# Perl warns about uninitialized value in list assignment.
-# Reported upstreams via e-mail.
-Patch2: mythtv-status-undefined.patch
BuildArch: noarch
# For perl dependency auto-detection
BuildRequires: perl-generators
@@ -47,7 +44,6 @@ Uppdateringen körs en gång i timmen. Den resulterande motd:n baseras
på
%prep
%setup -q
%patch0 -p1 -b .orig
-%patch2 -p1 -b .undefined
%build
pod2man bin/mythtv-status man/mythtv-status.1
@@ -81,6 +77,9 @@ chmod 755
%{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config %{_sysconfdir}/sysconfig/%{name}
%changelog
+* Sun Feb 17 2019 Göran Uddeborg <goeran(a)Uddeborg.se> - 1.0.1-1
+- Update to 1.0.1
+
* Sat Jan 26 2019 Göran Uddeborg <goeran(a)Uddeborg.se> - 1.0.0-1
- Update to 1.0.0
diff --git a/sources b/sources
index 70f5e16..8145622 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-137ae016100b476464370ffe99e78a48 mythtv-status-1.0.0.tar.gz
+1be528109f13077204c88dde34b3553c mythtv-status-1.0.1.tar.gz