[blobby] Update to latest upstream release

Ankur Sinha ankursinha at fedoraproject.org
Fri Sep 12 07:12:23 UTC 2014


commit 329a14c0e0e492cdffe19e4696556cf197af1c47
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Fri Sep 12 17:12:02 2014 +1000

    Update to latest upstream release

 .gitignore  |    1 +
 blobby.spec |   11 ++++++-----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 321c3a1..4c67691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ blobby2-linux-0.9b.tar.gz
 /blobby2-linux-1.0rc1.tar.gz
 /blobby2-linux-1.0rc3.tar.gz
 /blobby2-linux-1.0rc4.tar.gz
+/blobby2-linux-1.0.tar.gz
diff --git a/blobby.spec b/blobby.spec
index d5f930f..7a7b852 100644
--- a/blobby.spec
+++ b/blobby.spec
@@ -1,13 +1,11 @@
-%global prerel rc4
-
 Name:           blobby
 Version:        1.0
-Release:        0.11.%{prerel}%{?dist}
+Release:        1%{?dist}
 Summary:        Volley-ball game
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://blobby.sourceforge.net
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}2-linux-%{version}%{prerel}.tar.gz
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}2-linux-%{version}.tar.gz
 Source1:        blobby.desktop
 Source2:        blobby.appdata.xml
 BuildRequires:  SDL2-devel, physfs-devel, zlib-devel, cmake, boost-devel, zip
@@ -19,7 +17,7 @@ Blobby Volley is one of the most popular freeware games.
 Blobby Volley 2 is the continuation of this lovely game.
 
 %prep
-%setup -q -n %{name}-%{version}%{prerel}
+%setup -q -n %{name}-%{version}
 
 # Updated to SDL2 but still looks for SDL also? Why!
 sed -ibackup '/find_package(SDL REQUIRED)/d' src/CMakeLists.txt
@@ -62,6 +60,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog
+* Fri Sep 12 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 1.0-1
+- Update to latst upstream release
+
 * Mon Aug 18 2014 Richard Hughes <richard at hughsie.com> - 1.0-0.11.rc4
 - Add a one line summary to the desktop file so that the application appears
   in GNOME Software and Apper.
diff --git a/sources b/sources
index 0a91839..1e2d888 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0124ebbb6cf06d053d6a1bcc12b1a89d  blobby2-linux-1.0rc4.tar.gz
+a6c89ae64693490385fa05c0a01b0a3b  blobby2-linux-1.0.tar.gz


More information about the scm-commits mailing list