commit 2d6a5a37001b78cfcba6f55e809785f812876513
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 3 14:22:32 2018 +0100
New upstream commit
.gitignore | 1 +
10_nowebpage.patch | 15 ---------------
pangzero.spec | 20 +++++++++++---------
sources | 2 +-
4 files changed, 13 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b201ea..7afb43a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
pangzero-master.tar.gz
+/pangzero-737500d.tar.gz
diff --git a/pangzero.spec b/pangzero.spec
index b9f41b8..f80a04f 100644
--- a/pangzero.spec
+++ b/pangzero.spec
@@ -1,16 +1,16 @@
+%global github_repo
https://github.com/jwrdegoede/pangzero/archive/%{commit}
+%global commit 737500d8c048a4b65d3c9c50f2598b04f4a637c8
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
Name: pangzero
Version: 1.4.1
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: A clone and enhancement of Super Pang
Group: Amusements/Games
License: GPLv2
URL:
http://apocalypse.rulez.org/pangzero
-# This was downloaded from:
https://github.com/jwrdegoede/pangzero
-# Using githubs download current revision functionality
-# Note no proper tarbals there unfortunately :|
-Source0: pangzero-master.tar.gz
+Source0: %{github_repo}/pangzero-%{shortcommit}.tar.gz
Source1: %{name}.desktop
-Patch0: 10_nowebpage.patch
BuildArch: noarch
BuildRequires: desktop-file-utils
BuildRequires: lame
@@ -30,11 +30,10 @@ play together.
%prep
-%setup -q -n pangzero-master
-%patch0 -p1
+%setup -q -n pangzero-%{commit}
# Convert audio, Fedora's SDL does not support MP3
-lame --silent --decode data/UPiPang.mp3 - | oggenc -Q - -o data/UPiPang.ogg
+#lame --silent --decode data/UPiPang.mp3 - | oggenc -Q - -o data/UPiPang.ogg
%build
@@ -79,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Mon Sep 03 2018 Sérgio Basto <sergio(a)serjux.com> - 1.4.1-10
+- New upstream commit
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1.4.1-9
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index b95a881..4f791e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f8e951d8220f60d7ee70b77a6872da6 pangzero-master.tar.gz
+56086145136c2315a18299d732bf51d1 pangzero-737500d.tar.gz