commit fe3ccd85ca22af5a56e79d9426d296b3845f0fe1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 13:41:26 2017 +0100
Update to latest upstream release.
.gitignore | 1 +
pianobar.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f84e36..49c3821 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pianobar-2016.06.02.tar.bz2
+/pianobar-2017.08.30.tar.bz2
diff --git a/pianobar.spec b/pianobar.spec
index e54b009..47d21c2 100644
--- a/pianobar.spec
+++ b/pianobar.spec
@@ -1,8 +1,6 @@
-%global debug_package %{nil}
-
Name: pianobar
-Version: 2016.06.02
-Release: 4%{?dist}
+Version: 2017.08.30
+Release: 1%{?dist}
Summary: Console-based client for Pandora
License: MIT
@@ -36,9 +34,10 @@ Features
%prep
%autosetup
touch configure
-
+chmod a+x configure
%build
+%configure
%make_build V=1
@@ -54,6 +53,10 @@ touch configure
%changelog
+* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2017.08.30-1
+- Update to latest upstream release.
+- Fix debuginfo issue (actually call configure)
+
* Fri Sep 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2016.06.02-4
- Disable debuginfo
diff --git a/sources b/sources
index ecaa7e6..3487155 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fc71e7cd3840db43943dde60a781227 pianobar-2016.06.02.tar.bz2
+2af4ad10af1e11a8f3cace474320ca4a pianobar-2017.08.30.tar.bz2
Show replies by date