Hello community, here is the log from the commit of package frozen-bubble checked in at Mon Oct 30 00:10:40 CET 2006. -------- --- frozen-bubble/frozen-bubble.changes 2006-10-28 11:11:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/frozen-bubble/frozen-bubble.changes 2006-10-29 20:21:04.000000000 +0100 @@ -1,0 +2,26 @@ +Sun Oct 29 20:16:58 CET 2006 - sndirsch@suse.de + +- updated to frozen-bubble 2.0.0 + * new 1-player game mode: multiplayer training; uses identical + game rules as multiplayer, generated malus bubbles are counted + as points - what score will you be able to reach in the 2 + minutes time frame? + * network (Internet) game: up to 5 players in a game (net game + system has logic able to transparently handle players behind ai + NAT) + * LAN game: similar to network game except that no connection to + Internet is made, substituted by polling the local network + * fully revamped graphics, including now 3d-based smooth penguin + eyecandy + * revamped intro and 1p music into fully digital productions + * full joystick support: just move your joystick(s) or push + buttons in the "change keys" dialog (analog joysticks handled + as digital for fair play) + * recording and playback of all games with non-predefined levels + (1-player in random and multiplayer training, local 2-player, + and network/LAN game with 2 to 5 players) + * realtime graphical effects in the menu screen (if your computer + is fast enough) + * anti-aliased and localized messages + +------------------------------------------------------------------- Old: ---- frozen-bubble-1.0.0.tar.bz2 frozen-bubble.diff New: ---- frozen-bubble-2.0.0.diff frozen-bubble-2.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frozen-bubble.spec ++++++ --- /var/tmp/diff_new_pack.PFzFYh/_old 2006-10-30 00:09:46.000000000 +0100 +++ /var/tmp/diff_new_pack.PFzFYh/_new 2006-10-30 00:09:46.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package frozen-bubble (Version 1.0.0) +# spec file for package frozen-bubble (Version 2.0.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,7 +10,7 @@ Name: frozen-bubble -BuildRequires: Mesa-devel SDL_image-devel SDL_perl update-desktop-files +BuildRequires: Mesa-devel SDL_Pango-devel SDL_image-devel SDL_perl pango-devel update-desktop-files %if %suse_version > 930 BuildRequires: SDL_mixer-devel %else @@ -22,14 +22,14 @@ Requires: perl = %{perl_version} Requires: SDL_perl Autoreqprov: on -Version: 1.0.0 -Release: 368 +Version: 2.0.0 +Release: 1 Summary: Puzzle with Bubbles Source: %{name}-%{version}.tar.bz2 Source1: %name.desktop Source2: %name.png Source3: suse_frozen2.png -Patch: frozen-bubble.diff +Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -52,33 +52,72 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr %perl_process_packlist -rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/.packlist -rm -f $RPM_BUILD_ROOT/var/adm/perl-modules/frozen-bubble -rm -rf $RPM_BUILD_ROOT/usr/share/frozen-bubble/gfx/.xvpics +rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/.packlist +rm $RPM_BUILD_ROOT/var/adm/perl-modules/frozen-bubble mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/ install -m 644 $RPM_SOURCE_DIR/%name.png $RPM_BUILD_ROOT/usr/share/pixmaps %suse_update_desktop_file -i %name Game ArcadeGame +%post +mkdir -p usr/local/share/frozen-bubble +ln -snf /usr/share/frozen-bubble/{data,gfx,snd} usr/local/share/frozen-bubble +exit 0 + +%postun +if [ "$1" -eq 0 ]; then + rm usr/local/share/frozen-bubble/{data,gfx,snd} + rmdir usr/local/share/frozen-bubble +fi +exit 0 + %files %defattr(-, root, root) %doc AUTHORS COPYING README %dir %{perl_vendorarch}/auto/fb_c_stuff +%dir /usr/lib/frozen-bubble +%dir /usr/share/locale/ne +%dir /usr/share/locale/ne/LC_MESSAGES %{perl_vendorarch}/FBLE.pm %{perl_vendorarch}/auto/fb_c_stuff/fb_c_stuff.bs %{perl_vendorarch}/auto/fb_c_stuff/fb_c_stuff.so -%{perl_vendorarch}/build_fbsyms %{perl_vendorarch}/fb_c_stuff.pm +%{perl_vendorarch}/fb_net.pm %{perl_vendorarch}/fb_stuff.pm %{perl_vendorarch}/fbsyms.pm /usr/bin/frozen-bubble /usr/bin/frozen-bubble-editor +/usr/lib/frozen-bubble/fb-server /usr/share/frozen-bubble/ %attr (644,root,root) %{_mandir}/man6/frozen-bubble.6.gz %attr (644,root,root) %{_mandir}/man6/frozen-bubble-editor.6.gz /usr/share/applications/%name.desktop +/usr/share/locale/*/LC_MESSAGES/*.mo /usr/share/pixmaps/%name.png %changelog -n frozen-bubble +* Sun Oct 29 2006 - sndirsch@suse.de +- updated to frozen-bubble 2.0.0 + * new 1-player game mode: multiplayer training; uses identical + game rules as multiplayer, generated malus bubbles are counted + as points - what score will you be able to reach in the 2 + minutes time frame? + * network (Internet) game: up to 5 players in a game (net game + system has logic able to transparently handle players behind ai + NAT) + * LAN game: similar to network game except that no connection to + Internet is made, substituted by polling the local network + * fully revamped graphics, including now 3d-based smooth penguin + eyecandy + * revamped intro and 1p music into fully digital productions + * full joystick support: just move your joystick(s) or push + buttons in the "change keys" dialog (analog joysticks handled + as digital for fair play) + * recording and playback of all games with non-predefined levels + (1-player in random and multiplayer training, local 2-player, + and network/LAN game with 2 to 5 players) + * realtime graphical effects in the menu screen (if your computer + is fast enough) + * anti-aliased and localized messages * Sat Oct 28 2006 - sndirsch@suse.de - fixed startup * Fri Sep 08 2006 - sndirsch@suse.de ++++++ frozen-bubble-2.0.0.diff ++++++ diff -u -r ../frozen-bubble-2.0.0.orig/Makefile ./Makefile --- ../frozen-bubble-2.0.0.orig/Makefile 2006-10-29 23:07:27.000000000 +0100 +++ ./Makefile 2006-10-29 23:07:37.000000000 +0100 @@ -1,6 +1,6 @@ DIRS = c_stuff po server -PREFIX = /usr/local +PREFIX = /usr DATADIR = $(PREFIX)/share LIBDIR = $(PREFIX)/lib BINDIR = $(PREFIX)/bin diff -u -r ../frozen-bubble-2.0.0.orig/po/Makefile ./po/Makefile --- ../frozen-bubble-2.0.0.orig/po/Makefile 2006-10-29 23:07:16.000000000 +0100 +++ ./po/Makefile 2006-10-29 23:07:48.000000000 +0100 @@ -1,4 +1,4 @@ -PREFIX = /usr/local +PREFIX = /usr DATADIR = $(PREFIX)/share LOCALEDIR = $(DATADIR)/locale diff -u -r ../frozen-bubble-2.0.0.orig/server/Makefile ./server/Makefile --- ../frozen-bubble-2.0.0.orig/server/Makefile 2006-10-29 23:07:27.000000000 +0100 +++ ./server/Makefile 2006-10-29 23:07:58.000000000 +0100 @@ -1,4 +1,4 @@ -PREFIX = /usr/local +PREFIX = /usr LIBDIR = $(PREFIX)/lib CFLAGS ?= -g -Wall -Werror -pipe `pkg-config glib-2.0 --cflags` ++++++ frozen-bubble-1.0.0.tar.bz2 -> frozen-bubble-2.0.0.tar.bz2 ++++++ frozen-bubble/frozen-bubble-1.0.0.tar.bz2 /mounts/work_src_done/STABLE/frozen-bubble/frozen-bubble-2.0.0.tar.bz2 differ: char 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de