rpms/lbrickbuster2/devel lbrickbuster2-callback-fix.patch, NONE, 1.1 lbrickbuster2-default-fullscreen.patch, NONE, 1.1 lbrickbuster2-rebrand-images.patch, NONE, 1.1 lbrickbuster2-save-shared-hiscore.patch, NONE, 1.1 lbrickbuster2.desktop, NONE, 1.1 lbrickbuster2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Mar 4 11:47:05 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/lbrickbuster2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17483/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lbrickbuster2-callback-fix.patch 
	lbrickbuster2-default-fullscreen.patch 
	lbrickbuster2-rebrand-images.patch 
	lbrickbuster2-save-shared-hiscore.patch lbrickbuster2.desktop 
	lbrickbuster2.spec 
Log Message:
initial lbrickbuster2 import


lbrickbuster2-callback-fix.patch:

--- NEW FILE lbrickbuster2-callback-fix.patch ---
--- lbreakout2-2.6beta-7/client/menu.c	2005-02-16 22:07:31.000000000 +0100
+++ lbreakout2-2.6beta-7.new/client/menu.c	2008-02-28 22:20:46.000000000 +0100
@@ -201,6 +201,9 @@
                     case SDLK_RIGHT:
                         if ( !menu->cur_item ) break;
                         item_used = 1;
+                        /* callback */
+                        callback = menu->cur_item->callback;
+                        /* action */
                         switch ( menu->cur_item->type ) {
                             case ITEM_SWITCH:
                             case ITEM_SWITCH_X:
@@ -210,13 +213,18 @@
                             default: item_used = 0; break;
                         }
 #ifdef AUDIO_ENABLED
-                        if ( item_used )
+                        if ( item_used ) {
                             stk_sound_play( wav_menu_click );
 #endif
+                            if ( callback ) (callback)();
+                        }
                         break;
                     case SDLK_LEFT:
                         if ( !menu->cur_item ) break;
                         item_used = 1;
+                        /* callback */
+                        callback = menu->cur_item->callback;
+                        /* action */
                         switch ( menu->cur_item->type ) {
                             case ITEM_SWITCH:
                             case ITEM_SWITCH_X:
@@ -226,9 +234,11 @@
                             default: item_used = 0; break;
                         }
 #ifdef AUDIO_ENABLED
-                        if ( item_used )
+                        if ( item_used ) {
                             stk_sound_play( wav_menu_click );
 #endif
+                            if ( callback ) (callback)();
+                        }
                         break;
                     case SDLK_UP:
                         menu_up( menu );

lbrickbuster2-default-fullscreen.patch:

--- NEW FILE lbrickbuster2-default-fullscreen.patch ---
diff -up lbreakout2-2.6beta-7/client/config.c~ lbreakout2-2.6beta-7/client/config.c
--- lbreakout2-2.6beta-7/client/config.c~	2008-03-04 11:47:59.000000000 +0100
+++ lbreakout2-2.6beta-7/client/config.c	2008-03-04 11:47:59.000000000 +0100
@@ -104,7 +104,7 @@ void config_reset()
     config.audio_buffer_size = 512;
     /* graphics */
     config.anim = 2;
-    config.fullscreen = 0;
+    config.fullscreen = 1;
     config.fade = 1;
     config.bonus_info = 1;
     config.fps = 0;

lbrickbuster2-rebrand-images.patch:

--- NEW FILE lbrickbuster2-rebrand-images.patch ---
diff -up lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.am~ lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.am
--- lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.am~	2008-02-28 20:31:45.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.am	2008-02-28 20:31:45.000000000 +0100
@@ -1,6 +1,5 @@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png back5.png \
-bricks.png extras.png fr_left.png fr_right.png fr_top.png \
-life.png menuback.png paddle.png shot.png weapon.png \
+bricks.png extras.png life.png paddle.png shot.png weapon.png \
 ABOUT README
 
 install-data-local:
diff -up lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.am~ lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.am
--- lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.am~	2008-02-28 20:32:27.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.am	2008-02-28 20:32:27.000000000 +0100
@@ -1,6 +1,5 @@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png back5.png \
-bricks.png extras.png fr_left.png fr_right.png fr_top.png \
-fr_mp_left.png fr_mp_right.png \
+bricks.png extras.png \
 life.png paddle.png \
 ABOUT
 
diff -up lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.am~ lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.am
--- lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.am~	2008-02-28 20:32:47.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.am	2008-02-28 20:32:47.000000000 +0100
@@ -1,5 +1,5 @@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png \
-bricks.png fr_left.png fr_right.png fr_top.png \
+bricks.png \
 life.png paddle.png \
 README
 
diff -up lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.in~ lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.in
--- lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.in~	2008-02-28 20:32:05.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/AbsoluteB/Makefile.in	2008-02-28 20:32:05.000000000 +0100
@@ -195,8 +195,7 @@ warp_flag = @warp_flag@
 win32_deps = @win32_deps@
 win32_inst_script = @win32_inst_script@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png back5.png \
-bricks.png extras.png fr_left.png fr_right.png fr_top.png \
-life.png menuback.png paddle.png shot.png weapon.png \
+bricks.png extras.png life.png paddle.png shot.png weapon.png \
 ABOUT README
 
 all: all-am
diff -up lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.in~ lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.in
--- lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.in~	2008-02-28 20:32:37.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/Moiree/Makefile.in	2008-02-28 20:32:37.000000000 +0100
@@ -195,8 +195,7 @@ warp_flag = @warp_flag@
 win32_deps = @win32_deps@
 win32_inst_script = @win32_inst_script@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png back5.png \
-bricks.png extras.png fr_left.png fr_right.png fr_top.png \
-fr_mp_left.png fr_mp_right.png \
+bricks.png extras.png \
 life.png paddle.png \
 ABOUT
 
diff -up lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.in~ lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.in
--- lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.in~	2008-02-28 20:32:55.000000000 +0100
+++ lbreakout2-2.6beta-7/client/gfx/Oz/Makefile.in	2008-02-28 20:32:55.000000000 +0100
@@ -195,7 +195,7 @@ warp_flag = @warp_flag@
 win32_deps = @win32_deps@
 win32_inst_script = @win32_inst_script@
 EXTRA_DIST = back0.png back1.png back2.png back3.png back4.png \
-bricks.png fr_left.png fr_right.png fr_top.png \
+bricks.png \
 life.png paddle.png \
 README
 

lbrickbuster2-save-shared-hiscore.patch:

--- NEW FILE lbrickbuster2-save-shared-hiscore.patch ---
diff -up lbreakout2-2.6beta-7/client/main.c~ lbreakout2-2.6beta-7/client/main.c
--- lbreakout2-2.6beta-7/client/main.c~	2008-02-29 19:06:20.000000000 +0100
+++ lbreakout2-2.6beta-7/client/main.c	2008-02-29 19:23:55.000000000 +0100
@@ -19,6 +19,11 @@
 #include <fcntl.h>
 #endif
 
+#ifdef __unix__
+#define _GNU_SOURCE /* this must be done before the first include of unistd.h */
+#include <unistd.h>
+#endif
+
 #include "lbreakout.h"
 #include "../game/game.h"
 #include "file.h"
@@ -34,6 +39,8 @@
 #include "client.h"
 #include "../gui/gui.h"
 
+#define CHART_FILE_NAME "lbrickbuster2.hscr"
+
 extern int stk_quit_request;
 extern SDL_Surface *stk_display;
 extern Config config;
@@ -49,6 +56,8 @@ extern int gameSeed;
 char msgbuf[MAX_MSG_SIZE];
 int msglen = 0;
 
+FILE *hi_dir_chart_file = NULL;
+
 int main(int argc, char *argv[])
 {
     int result = ACTION_NONE;
@@ -56,6 +65,19 @@ int main(int argc, char *argv[])
     char *editor_file = 0;
     char path[512];
     SDL_Surface *loading;
+#ifdef __unix__
+    gid_t realgid;
+
+    hi_dir_chart_file = fopen(HI_DIR "/" CHART_FILE_NAME, "r+");
+
+    /* This is where we drop our setuid/setgid privileges.
+     */
+    realgid = getgid();
+    if (setresgid(-1, realgid, realgid) != 0) {
+        perror("Could not drop setgid privileges.  Aborting.");
+        exit(1);
+    }
+#endif
    
 /* i18n */
 #ifdef ENABLE_NLS
@@ -211,6 +233,9 @@ int main(int argc, char *argv[])
     stk_surface_free( &loading );
     
     config_save();
+    
+    if (hi_dir_chart_file)
+        fclose(hi_dir_chart_file);
 
     return EXIT_SUCCESS;
 }
diff -up lbreakout2-2.6beta-7/client/chart.c~ lbreakout2-2.6beta-7/client/chart.c
--- lbreakout2-2.6beta-7/client/chart.c~	2008-02-29 19:10:47.000000000 +0100
+++ lbreakout2-2.6beta-7/client/chart.c	2008-02-29 19:20:48.000000000 +0100
@@ -31,6 +31,7 @@ int chart_level_offset = 0; /* level off
 extern SDL_Surface *stk_display;
 extern Config config;
 extern StkFont *cfont, *chfont, *ccfont; /* normal, highlight and caption font */
+extern FILE *hi_dir_chart_file;
 
 /*
 ====================================================================
@@ -121,8 +122,16 @@ int chart_load_from_path( char *path )
     sprintf( file_name, "%s/%s", path, CHART_FILE_NAME );
 	/* clear chart list */
 	list_clear( charts );
-    /* open file */
-    file = fopen( file_name, "rb" );
+
+    if (!strcmp(path, HI_DIR) && hi_dir_chart_file) {
+        file = hi_dir_chart_file;
+        rewind(hi_dir_chart_file);
+    }
+    else {
+        /* open file */
+        file = fopen( file_name, "rb" );
+    }
+
     if ( file ) {
 		/* test if it's new format or old one. */
 		fread( aux, sizeof( char ), 3, file ); aux[3] = 0;
@@ -152,20 +161,23 @@ int chart_load_from_path( char *path )
 			chart_read_entries( file, file_name, chart );
 			list_add( charts, chart );
 		}
-        fclose( file );
+	if (file != hi_dir_chart_file)
+            fclose( file );
     }
     else {
         fprintf( stderr, _("Highscore chart doesn't exist in '%s'... creating new one.\n"), path );
 		chart = chart_set_create( "LBreakout2" );
 		list_add( charts, chart );
     }
-    /* test if writing is allowed without changing actual contents */
-    if ( ( file = fopen( file_name, "a" ) ) == 0 ) {
-        fprintf( stderr, _("Write permission for '%s' denied.\n"), file_name );
-        return 0;
+    if (file != hi_dir_chart_file) {
+        /* test if writing is allowed without changing actual contents */
+        if ( ( file = fopen( file_name, "a" ) ) == 0 ) {
+            fprintf( stderr, _("Write permission for '%s' denied.\n"), file_name );
+            return 0;
+        }
+        else
+            fclose( file );
     }
-    else
-        fclose( file );
     strcpy( chart_path, path );
     chart_loaded = 1;
     return 1;
@@ -232,8 +244,16 @@ void chart_save()
     if ( !chart_loaded ) return;
     /* full file name */
     sprintf( file_name, "%s/%s", chart_path, CHART_FILE_NAME );
-    /* open file */
-    file = fopen( file_name, "w" );
+
+    if (!strcmp(chart_path, HI_DIR) && hi_dir_chart_file) {
+        file = hi_dir_chart_file;
+        rewind(hi_dir_chart_file);
+    }
+    else {
+        /* open file */
+        file = fopen( file_name, "w" );
+    }
+
     if ( !file ) {
         fprintf( stderr, _("??? Highscore chart loaded properly but cannot save? (%s)\n"),file_name );
         return;
@@ -245,7 +265,9 @@ void chart_save()
     	for ( i = 0; i < CHART_ENTRY_COUNT; i++ )
         	fprintf( file, "%s\n%i\n%i\n", chart->entries[i].name, chart->entries[i].level, chart->entries[i].score );
 	}		
-    fclose( file );
+
+    if (file != hi_dir_chart_file)
+        fclose( file );
 }
 /*
 ====================================================================


--- NEW FILE lbrickbuster2.desktop ---
[Desktop Entry]
Name=Linux Brickbuster 2
Comment=Brickbuster arcade game
Exec=lbrickbuster2
Icon=lbrickbuster2
Terminal=false
Type=Application
Categories=Game;ArcadeGame;BlocksGame;


--- NEW FILE lbrickbuster2.spec ---
# we ship lbreakout2 under a different name because of trademark concerns
%define realname lbreakout2
%define prever beta-7
%define _prever beta7

Name:           lbrickbuster2
Version:        2.6
Release:        0.9.%{_prever}%{?dist}
Summary:        Brickbuster arcade game
License:        GPLv2+
Group:          Amusements/Games
URL:            http://lgames.sourceforge.net/
Source0:        http://downloads.sourceforge.net/lgames/%{realname}-%{version}%{prever}.tar.gz
# replacement art changing the logos from lbreakout2 to lbrickbuster2
Source1:        %{name}-art.tar.gz
Source2:        %{name}.desktop
Patch0:         lbrickbuster2-rebrand-images.patch  
Patch1:         lbrickbuster2-callback-fix.patch
Patch2:         lbrickbuster2-save-shared-hiscore.patch
Patch3:         lbrickbuster2-default-fullscreen.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  SDL_mixer-devel libpng-devel ImageMagick desktop-file-utils
BuildRequires:  gettext
Requires:       hicolor-icon-theme
# obsolete non rebranded freshrpms version
Obsoletes:      lbreakout2 <= %{version}-%{release}
Provides:       lbreakout2 = %{version}-%{release}

%description
The successor to LBrickBuster offers you a new challenge in more than 50 levels
with loads of new bonuses (goldshower, joker, explosive balls, bonus magnet
...), maluses (chaos, darkness, weak balls, malus magnet ...) and special
bricks (growing bricks, explosive bricks, regenerative bricks ...). If you
are still hungry for more after that you can create your own levelsets with
the integrated level editor.


%prep
%setup -q -a 1 -n %{realname}-%{version}%{prever}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
# fully automated rebrand to lbrickbuster
for i in `find -type f -not -name "*.png" -not -name "*.wav"`; do
  touch -r $i $i.stamp
  sed -i -e 's/Breakout/Brickbuster/g' -e 's/breakout/brickbuster/g' $i
  touch -r $i.stamp $i
  rm $i.stamp
done
# and rename some files to match
mv client/lbreakout.h client/lbrickbuster.h
mv client/levels/LBreakout1 client/levels/LBrickbuster1
mv client/levels/LBreakout2 client/levels/LBrickbuster2
# install replacement art and remove themes overrides
mv fr_top.png menuback.png client/gfx/AbsoluteB
mv client/gfx/AbsoluteB/fr_*.png client/gfx/AbsoluteB/menuback.png client/gfx
rm client/gfx/Oz/fr_*.png client/gfx/Moiree/fr_*.png
# rebranding done, other fixes / cleanups below
sed -i 's|/usr/doc/%{name}|%{_defaultdocdir}/%{name}|g' po/*.po client/help.c
iconv -f ISO_8859-1 -t utf-8 ChangeLog > ChangeLog.tmp
touch -r ChangeLog ChangeLog.tmp
mv ChangeLog.tmp ChangeLog


%build
%configure --localstatedir=%{_var}/games --with-docdir=%{_defaultdocdir}
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
install -p -m 644 AUTHORS COPYING ChangeLog README TODO \
  $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
%find_lang %{name}

# Install desktop entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
desktop-file-install \
    --vendor fedora \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications \
    %{SOURCE2}
convert lbreakout48.gif \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
touch -r lbreakout48.gif \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc %{_defaultdocdir}/%{name}
%attr(2755, root, games) %{_bindir}/%{name}
%{_bindir}/%{name}server
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/fedora-%{name}.desktop
%verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) %{_var}/games/%{name}.hscr


%changelog
* Thu Feb 28 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 2.6-0.9.beta7
- Rebrand to lbrickbuster2 to avoid potential trademark issues
- Cleanup specfile
- Submit for Fedora inclusion

* Tue Aug 28 2006 Matthias Saou <http://freshrpms.net/> 2.6-0.8.beta
- Update to 2.6beta-7.

* Mon May 29 2006 Matthias Saou <http://freshrpms.net/> 2.6-0.7.beta
- Update to 2.6beta-6.

* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 2.6-0.6.beta
- Release bump to drop the disttag number in FC5 build.

* Wed Nov 30 2005 Matthias Saou <http://freshrpms.net/> 2.6-0.5.beta
- Update to 2.6beta-5.

* Mon Nov 14 2005 Matthias Saou <http://freshrpms.net/> 2.6-0.4.beta
- Update to 2.6beta-4.
- No longer override datadir to datadir/games/ to get the locales installed.
- Include translations.

* Fri Oct 21 2005 Matthias Saou <http://freshrpms.net/> 2.6-0.3.beta
- Update to 2.6beta-3.

* Thu Oct 20 2005 Matthias Saou <http://freshrpms.net/> 2.6-0.2.beta
- Update to 2.6beta-2 (use ugly temp "-2" instead of complex macros).
- Missing common/gettext.h, doesn't build, reported upstream, so beta-3 out.

* Tue May 17 2005 Matthias Saou <http://freshrpms.net/> 2.6-0.1.beta
- Update to 2.6beta.

* Fri Jan 14 2005 Matthias Saou <http://freshrpms.net/> 2.5.2-1
- Update to 2.5.2.

* Sun Sep 26 2004 Matthias Saou <http://freshrpms.net/> 2.5.1-1
- Update to 2.5.1.

* Mon Aug  9 2004 Matthias Saou <http://freshrpms.net/> 2.5-1
- Update to 2.5 final.

* Mon Jun 21 2004 Matthias Saou <http://freshrpms.net/> 2.5-0.beta8.1
- Update to 2.5beta-8.

* Mon Jun 14 2004 Matthias Saou <http://freshrpms.net/> 2.5-0.beta6.1
- Update to 2.5beta-6.

* Tue May 18 2004 Matthias Saou <http://freshrpms.net/> 2.5-0.beta5.1
- Update to 2.5beta-5.
- Change the gif pixmap to png.

* Fri Nov  7 2003 Matthias Saou <http://freshrpms.net/> 2.5-0.beta3.1
- Update to 2.5beta-3.
- Added missing zlib and libpng dependencies.
- Rebuild for Fedora Core 1.

* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.

* Sun Mar  9 2003 Matthias Saou <http://freshrpms.net/>
- Update to 2.4.1.

* Fri Jan  3 2003 Matthias Saou <http://freshrpms.net/>
- Update to 2.4.

* Sat Oct 26 2002 Matthias Saou <http://freshrpms.net/>
- Fixed the menu entry, thanks to Erwin J. Prinz.

* Sat Sep 28 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 8.0.
- New menu entry with icon.

* Mon Sep 23 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.3.5.

* Tue Sep 10 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.3.3.

* Tue Sep 10 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.3.3.

* Mon Aug 19 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.3.2.

* Wed Aug 14 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.3.1.

* Thu May  2 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.

* Sun Feb 24 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.2.2.

* Tue Feb  5 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.2.1.

* Mon Jan 28 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.2.

* Sun Jan  6 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.1.2.

* Tue Jan  1 2002 Matthias Saou <http://freshrpms.net/>
- Update to 2.1.1.

* Sat Dec  8 2001 Matthias Saou <http://freshrpms.net/>
- Update to 2.0.1.

* Thu Nov 29 2001 Matthias Saou <http://freshrpms.net/>
- Update to 2.0-pre2.

* Thu Nov 22 2001 Matthias Saou <http://freshrpms.net/>
- Update to 2.0beta2.

* Tue Apr 10 2001 Matthias Saou <http://freshrpms.net/>
- Update to 010315.

* Mon Nov 27 2000 Matthias Saou <http://freshrpms.net/>
- Initial RPM release for RedHat 7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lbrickbuster2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2008 20:11:57 -0000	1.1
+++ .cvsignore	4 Mar 2008 11:46:30 -0000	1.2
@@ -0,0 +1,2 @@
+lbreakout2-2.6beta-7.tar.gz
+lbrickbuster2-art.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lbrickbuster2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2008 20:11:57 -0000	1.1
+++ sources	4 Mar 2008 11:46:30 -0000	1.2
@@ -0,0 +1,2 @@
+bccede972d2f73612c47ca6a5aa9770e  lbreakout2-2.6beta-7.tar.gz
+ba46348775c0aa51532c0c06e23615f8  lbrickbuster2-art.tar.gz




More information about the fedora-extras-commits mailing list