commit jumpnbump for openSUSE:Factory

2012-01-24 Thread h_root
Hello community,

here is the log from the commit of package jumpnbump for openSUSE:Factory 
checked in at 2012-01-24 12:18:42

Comparing /work/SRC/openSUSE:Factory/jumpnbump (Old)
 and  /work/SRC/openSUSE:Factory/.jumpnbump.new (New)


Package is "jumpnbump", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/jumpnbump/jumpnbump.changes  2011-09-23 
02:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.jumpnbump.new/jumpnbump.changes 2012-01-24 
12:18:44.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  3 14:23:15 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Fri Dec  2 15:56:04 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Sat Jul  2 16:24:04 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+---



Other differences:
--
++ jumpnbump.spec ++
--- /var/tmp/diff_new_pack.Q8rqaZ/_old  2012-01-24 12:18:45.0 +0100
+++ /var/tmp/diff_new_pack.Q8rqaZ/_new  2012-01-24 12:18:45.0 +0100
@@ -15,16 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   jumpnbump
-BuildRequires:  SDL_image-devel SDL_mixer-devel SDL_net-devel 
update-desktop-files xorg-x11
-License:GPL v2 or later
-Url:http://gnu.ethz.ch/jumpbump.mine.nu/
+BuildRequires:  SDL_image-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  SDL_net-devel
+BuildRequires:  automake
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+License:GPL-2.0+
+URL:http://gnu.ethz.ch/jumpbump.mine.nu/
 Group:  Amusements/Games/Action/Arcade
 Version:1.55
-Release:258
+Release:0
 Requires:   python-gtk
 Summary:Funny Game with Cute Little Bunnies
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,13 +53,6 @@
 opponents as possible. Jump & bump is multiplayer game only with up to
 four players simultaneously. Gather the local crew and have a blast.
 
-
-
-Authors:
-
-Florian Schulze 
-... many others, see AUTHORS file
-
 %prep
 %setup -q -a 2 -n jumpnbump-1.50
 %patch0 -p1
@@ -71,7 +68,7 @@
 %build
 ./autogen.sh
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install 
@@ -98,9 +95,6 @@
 #
 %suse_update_desktop_file -i %name "Game ArcadeGame"
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc levelmaking

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jumpnbump for openSUSE:Factory

2011-05-23 Thread h_root

Hello community,

here is the log from the commit of package jumpnbump for openSUSE:Factory
checked in at Mon May 23 15:11:14 CEST 2011.




--- jumpnbump/jumpnbump.changes 2009-07-30 13:55:54.0 +0200
+++ /mounts/work_src_done/STABLE/jumpnbump/jumpnbump.changes2011-05-23 
10:12:41.0 +0200
@@ -1,0 +2,5 @@
+Mon May 23 08:11:30 UTC 2011 - lnus...@suse.de
+
+- don't include timestamp in build
+
+---

calling whatdependson for head-i586


New:

  jumpnbump-1.50-nodate.diff



Other differences:
--
++ jumpnbump.spec ++
--- /var/tmp/diff_new_pack.xHQiKE/_old  2011-05-23 15:10:50.0 +0200
+++ /var/tmp/diff_new_pack.xHQiKE/_new  2011-05-23 15:10:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jumpnbump (Version 1.55)
+# spec file for package jumpnbump
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Url:http://gnu.ethz.ch/jumpbump.mine.nu/
 Group:  Amusements/Games/Action/Arcade
 Version:1.55
-Release:247
+Release:258
 Requires:   python-gtk
 Summary:Funny Game with Cute Little Bunnies
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +41,7 @@
 Patch24:jumpnbump-1.50-handle-SDL-quit-event.diff
 #
 Patch50:jumpnbump_menu-default.diff
+Patch51:jumpnbump-1.50-nodate.diff
 
 %description
 You are a cute little bunny and you have to avoid the other bunnies
@@ -56,7 +57,6 @@
 ... many others, see AUTHORS file
 
 %prep
-rm -rf %{buildroot}
 %setup -q -a 2 -n jumpnbump-1.50
 %patch0 -p1
 %patch1 -p0
@@ -66,6 +66,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch50 -p1
+%patch51 -p1
 
 %build
 ./autogen.sh

++ jumpnbump-1.50-nodate.diff ++
Index: jumpnbump-1.50/main.c
===
--- jumpnbump-1.50.orig/main.c
+++ jumpnbump-1.50/main.c
@@ -3018,7 +3018,7 @@ int init_program(int argc, char *argv[],
}
}
else if (strstr(argv[1],"-v")) {
-   printf("jumpnbump %s compiled %s at %s 
with",JNB_VERSION,__DATE__,__TIME__);
+   printf("jumpnbump %s with",JNB_VERSION);
 #ifndef USE_NET
printf("out");
 #endif





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org