[gnujump] 1.0.7.

Jon Ciesla limb at fedoraproject.org
Sun Apr 15 20:20:50 UTC 2012


commit 56a683f0d8fced0b5211dc04d33a0e60dd6009d8
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Sun Apr 15 15:20:42 2012 -0500

    1.0.7.

 .gitignore                |    1 +
 gnujump-Makefile.in.patch |   10 +++++-----
 gnujump.spec              |   11 ++++++++---
 sources                   |    2 +-
 4 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6359ef..25ef28d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnujump-1.0.6.tar.gz
+/gnujump-1.0.7.tar.gz
diff --git a/gnujump-Makefile.in.patch b/gnujump-Makefile.in.patch
index df75ae8..f9d35e8 100644
--- a/gnujump-Makefile.in.patch
+++ b/gnujump-Makefile.in.patch
@@ -1,11 +1,11 @@
---- src/Makefile.in.orig	2010-03-27 15:32:44.000000000 -0500
-+++ src/Makefile.in	2010-03-27 15:35:52.000000000 -0500
-@@ -221,7 +221,7 @@
+--- src/Makefile.in~	2012-04-14 12:21:48.000000000 -0500
++++ src/Makefile.in	2012-04-15 15:08:44.907617487 -0500
+@@ -254,7 +254,7 @@
  INCLUDES = $(all_includes)
  
  # the library search path.
 -gnujump_LDFLAGS = $(all_libraries) 
 +gnujump_LDFLAGS = $(all_libraries) -lm
  gnujump_SOURCES = \
- 	game.h\
- 	menu.h\
+ 	game.h \
+ 	menu.h \
diff --git a/gnujump.spec b/gnujump.spec
index 8c9bc1b..893846e 100644
--- a/gnujump.spec
+++ b/gnujump.spec
@@ -1,6 +1,6 @@
 Name:		gnujump
-Version:	1.0.6
-Release:	6%{?dist}
+Version:	1.0.7
+Release:	1%{?dist}
 Summary:	A jumping game which is a clone of xjump
 
 Group:		Amusements/Games
@@ -40,11 +40,13 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
 
+%find_lang gnujump
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files 
+%files -f gnujump.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ABOUT-NLS COPYING README 
 %{_bindir}/%{name}
@@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 15 2012 Jon Ciesla <limburgher at gmail.com> - 1.0.7-1
+New upstream, BZ 812598,
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4551e99..1d1960e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8433eee5d2d54104bc686d57c2a1deba  gnujump-1.0.6.tar.gz
+149fb0ec9b356ac033127911a55ae549  gnujump-1.0.7.tar.gz


More information about the scm-commits mailing list