commit rockdodger for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package rockdodger for openSUSE:Factory 
checked in at 2020-09-16 19:40:37

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


Package is "rockdodger"

Wed Sep 16 19:40:37 2020 rev:7 rq:834864 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/rockdodger/rockdodger.changes2019-11-13 
13:14:16.382819784 +0100
+++ /work/SRC/openSUSE:Factory/.rockdodger.new.4249/rockdodger.changes  
2020-09-16 19:40:43.950893235 +0200
@@ -1,0 +2,7 @@
+Tue Sep 15 21:54:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 1.1.4
+  * Fixed compiler issue with GCC-10.
+  * Fix header files.
+
+---

Old:

  rockdodger-1.1.3.tar.gz

New:

  rockdodger-1.1.4.tar.gz



Other differences:
--
++ rockdodger.spec ++
--- /var/tmp/diff_new_pack.Tt8tRy/_old  2020-09-16 19:40:44.710894090 +0200
+++ /var/tmp/diff_new_pack.Tt8tRy/_new  2020-09-16 19:40:44.710894090 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rockdodger
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rockdodger
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Addictive rock-dodging greeblie-killing platform game
 License:GPL-2.0-or-later

++ rockdodger-1.1.3.tar.gz -> rockdodger-1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.1.3/Makefile 
new/rockdodger-1.1.4/Makefile
--- old/rockdodger-1.1.3/Makefile   2018-07-28 10:20:48.0 +0200
+++ new/rockdodger-1.1.4/Makefile   2020-07-24 21:19:35.0 +0200
@@ -21,7 +21,7 @@
 
 VMAJOR=1
 VMINOR=1
-VRELEASE=3
+VRELEASE=4
 VERSION=$(VMAJOR).$(VMINOR).$(VRELEASE)
 PACKAGENAME=rockdodger
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.1.3/blubats.c 
new/rockdodger-1.1.4/blubats.c
--- old/rockdodger-1.1.3/blubats.c  2018-07-28 10:20:48.0 +0200
+++ new/rockdodger-1.1.4/blubats.c  2020-07-24 21:19:35.0 +0200
@@ -205,7 +205,7 @@
   unsigned int i;
   struct doctrine_pos **docarrptr;
   struct doctrine_pos *docptr;
-  struct doctrine_pos *doc_pos_arrs[] = {
+  static struct doctrine_pos *doc_pos_arrs[] = {
 doctrine0, doctrine1, doctrine2, doctrine3, doctrine4, doctrine5,
 doctrine6, doctrine7, doctrine8
   };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.1.3/blubats.h 
new/rockdodger-1.1.4/blubats.h
--- old/rockdodger-1.1.3/blubats.h  2018-07-28 10:20:48.0 +0200
+++ new/rockdodger-1.1.4/blubats.h  2020-07-24 21:19:35.0 +0200
@@ -5,7 +5,7 @@
 #include "datafun.h"
 #include "globals.h"
 
-sdl_surfaces_t *surf_blubats; //!< blubat animation sequence
+extern sdl_surfaces_t *surf_blubats; //!< blubat animation sequence
 
 /*! \brief Initialise blubats
  *
Binary files old/rockdodger-1.1.3/data/iff.configdata.rock and 
new/rockdodger-1.1.4/data/iff.configdata.rock differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.1.3/globals.h 
new/rockdodger-1.1.4/globals.h
--- old/rockdodger-1.1.3/globals.h  2018-07-28 10:20:48.0 +0200
+++ new/rockdodger-1.1.4/globals.h  2020-07-24 21:19:35.0 +0200
@@ -95,7 +95,7 @@
  * call to SDL_GetVideoSurface(). I do not know how fast this function
  * call is and if the variable is actually useless... (RPK)
  */
-SDL_Surface *surf_screen;
+extern SDL_Surface *surf_screen;
 
 /*! \brief pointer to spacedots (background) engine
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.1.3/powerup.h 
new/rockdodger-1.1.4/powerup.h
--- old/rockdodger-1.1.3/powerup.h  2018-07-28 10:20:48.0 +0200
+++ new/rockdodger-1.1.4/powerup.h  2020-07-24 21:19:35.0 +0200
@@ -27,7 +27,7 @@
  * Here we store all surfaces for the powerup animations. The order is
  * the same as the powerup numbers.
  */
-sdl_surfaces_t *surf_powerups[POWERUP_MAXPOWERUP];
+extern sdl_surfaces_t *surf_powerups[POWERUP_MAXPOWERUP];
 
 
 /*! \brief Get the current powerup type.




commit rockdodger for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package rockdodger for openSUSE:Factory 
checked in at 2019-11-13 13:14:14

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


Package is "rockdodger"

Wed Nov 13 13:14:14 2019 rev:6 rq:745839 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/rockdodger/rockdodger.changes2017-01-11 
12:04:11.137883471 +0100
+++ /work/SRC/openSUSE:Factory/.rockdodger.new.2990/rockdodger.changes  
2019-11-13 13:14:16.382819784 +0100
@@ -1,0 +2,7 @@
+Fri Nov  1 17:42:43 UTC 2019 - Luigi Baldoni 
+
+- Update to version 1.1.3 (no changelog supplied)
+- Dropped reproducible.patch (merged upstream)
+- Spec cleanup
+
+---

Old:

  reproducible.patch
  rockdodger-1.0.2.tar.gz

New:

  rockdodger-1.1.3.tar.gz



Other differences:
--
++ rockdodger.spec ++
--- /var/tmp/diff_new_pack.ttEfZi/_old  2019-11-13 13:14:16.922820346 +0100
+++ /var/tmp/diff_new_pack.ttEfZi/_new  2019-11-13 13:14:16.926820350 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rockdodger
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   rockdodger
-Version:1.0.2
+Version:1.1.3
 Release:0
 Summary:Addictive rock-dodging greeblie-killing platform game
-License:GPL-2.0+
-Group:  Amusements/Games/Arcade/LogicGame
-Url:https://bitbucket.org/rpkrawczyk/rockdodger
+License:GPL-2.0-or-later
+URL:https://bitbucket.org/rpkrawczyk/rockdodger
 Source0:
https://bitbucket.org/rpkrawczyk/%{name}/downloads/%{name}-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM bmwiedemann 
https://bitbucket.org/rpkrawczyk/rockdodger/pull-requests/1/allow-to-override-compiledate/diff
-Patch0: reproducible.patch
-%if 0%{?suse_version}
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  pkgconfig(SDL_image)
 BuildRequires:  pkgconfig(SDL_mixer)
 BuildRequires:  pkgconfig(sdl)
@@ -42,7 +38,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Correct path and highscore
 sed -i -e 's|usr/local|usr|;
@@ -63,16 +58,13 @@
 # install Desktop file
 install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
-%if 0%{?suse_version}
-%suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}%{_prefix}
-%endif
+%suse_update_desktop_file %{name}
+%fdupes %{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %attr(0755,root,root) %{_bindir}/%{name}
-%{_mandir}/man6/%{name}.6%{ext_man}
+%{_mandir}/man6/%{name}.6%{?ext_man}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.xpm
 %{_datadir}/%{name}

++ rockdodger-1.0.2.tar.gz -> rockdodger-1.1.3.tar.gz ++
 1898 lines of diff (skipped)




commit rockdodger for openSUSE:Factory

2015-10-02 Thread h_root
Hello community,

here is the log from the commit of package rockdodger for openSUSE:Factory 
checked in at 2015-10-02 15:38:52

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


Package is "rockdodger"

Changes:

--- /work/SRC/openSUSE:Factory/rockdodger/rockdodger.changes2015-06-08 
08:30:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rockdodger.new/rockdodger.changes   
2015-10-02 15:38:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 29 16:48:14 UTC 2015 - nemy...@opensuse.org
+
+- Update to 1.0.2, no changelog entry
+- license update: GPL-2.0+ No indication that this is GPL-2.0 (only)
+
+---

Old:

  rockdodger-1.0.1.tar.gz

New:

  rockdodger-1.0.2.tar.gz



Other differences:
--
++ rockdodger.spec ++
--- /var/tmp/diff_new_pack.STFkeI/_old  2015-10-02 15:38:54.0 +0200
+++ /var/tmp/diff_new_pack.STFkeI/_new  2015-10-02 15:38:54.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   rockdodger
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Addictive rock-dodging greeblie-killing platform game
-License:GPL-2.0
+License:GPL-2.0+
 Group:  Amusements/Games/Arcade/LogicGame
 Url:https://bitbucket.org/rpkrawczyk/rockdodger
 Source0:
https://bitbucket.org/rpkrawczyk/%{name}/downloads/%{name}-%{version}.tar.gz
@@ -66,7 +66,7 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc COPYING
 %attr(0755,root,root) %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{ext_man}

++ rockdodger-1.0.1.tar.gz -> rockdodger-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.0.1/Makefile 
new/rockdodger-1.0.2/Makefile
--- old/rockdodger-1.0.1/Makefile   2015-04-04 20:18:22.0 +0200
+++ new/rockdodger-1.0.2/Makefile   2015-08-10 21:49:42.0 +0200
@@ -21,7 +21,7 @@
 
 VMAJOR=1
 VMINOR=0
-VRELEASE=1
+VRELEASE=2
 VERSION=$(VMAJOR).$(VMINOR).$(VRELEASE)
 PACKAGENAME=rockdodger
 
Files old/rockdodger-1.0.1/data/iff.configdata.rock and 
new/rockdodger-1.0.2/data/iff.configdata.rock differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.0.1/engine_exhaust.c 
new/rockdodger-1.0.2/engine_exhaust.c
--- old/rockdodger-1.0.1/engine_exhaust.c   2015-04-04 20:18:22.0 
+0200
+++ new/rockdodger-1.0.2/engine_exhaust.c   2015-08-10 21:49:42.0 
+0200
@@ -29,7 +29,7 @@
   edots_end = edot1;
 }
 
-void draw_engine_dots(SDL_Surface * s) {
+void draw_engine_dots(SDL_Surface *s) {
   struct enginedots edot;
   struct enginedots *dotptr;
   struct enginedots *targetptr = edots_begin;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.0.1/engine_exhaust.h 
new/rockdodger-1.0.2/engine_exhaust.h
--- old/rockdodger-1.0.1/engine_exhaust.h   2015-04-04 20:18:22.0 
+0200
+++ new/rockdodger-1.0.2/engine_exhaust.h   2015-08-10 21:49:42.0 
+0200
@@ -16,7 +16,13 @@
  */
 void init_engine_dots();
 
-void draw_engine_dots(SDL_Surface * s);
+/*! \brief draw engine exhaust dots
+ *
+ * Function to draw the exhaus effect. Draws the particles on the supplied 
surface.
+ *
+ * \param s surface to draw on
+ */
+void draw_engine_dots(SDL_Surface *s);
 
 void create_engine_dots(int newdots);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rockdodger-1.0.1/globals.h 
new/rockdodger-1.0.2/globals.h
--- old/rockdodger-1.0.1/globals.h  2015-04-04 20:18:22.0 +0200
+++ new/rockdodger-1.0.2/globals.h  2015-08-10 21:49:42.0 +0200
@@ -143,7 +143,7 @@
 extern Uint32 initticks;   //!< set at each start of the gameloop
 extern Uint32 last_ticks;  //!< set at each *end* of the draw function
 extern Uint32 ticks_since_last;//!< at end of draw function: 
ticks_since_last = SDL_GetTicks()-last_ticks;
-extern Uint32 ign_k_utl_ticks; //!< ignore all keys util this tick count has 
been reached
+extern Uint32 ign_k_utl_ticks; //!< ignore all keys until this tick count has 
been reached
 extern int music_volume;   //!< the global volume used for playing the 
music, see sound.c.
 extern int nships; //!< Number of ships the player has.
 extern int last_levelup_snd;   //!< When was the last sound on level change?
@@ -186,5 +186,16 @@
 
 uiff_ctx_t *get_iff_rock(const char *fname);
 
+/*! \brief Load the edition name from the iff context
+ *
+ * This will load the edition from the parameter file. The context is
+ * passed by value as this is the 

commit rockdodger for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package rockdodger for openSUSE:Factory 
checked in at 2014-10-29 21:09:50

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


Package is rockdodger

Changes:

--- /work/SRC/openSUSE:Factory/rockdodger/rockdodger.changes2014-10-14 
07:11:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.rockdodger.new/rockdodger.changes   
2014-10-29 21:10:00.0 +0100
@@ -1,0 +2,12 @@
+Sun Oct 26 23:03:47 UTC 2014 - nemy...@gmx.ch
+
+- Update to 1.0.0, announce message is here:
+
+ Version V1.0.0 of Rockdoger has been released.
+  Finally! It took 30 years to get to version 1.0.
+
+  - Remove BuildRequires for desktop-file-utils
+  - Add CC=cc %{optflags} to fix
+File is compiled without RPM_OPT_FLAGS-
+
+---

Old:

  rockdodger-0.9.2.tar.gz

New:

  rockdodger-1.0.0.tar.gz



Other differences:
--
++ rockdodger.spec ++
--- /var/tmp/diff_new_pack.GW90Zf/_old  2014-10-29 21:10:01.0 +0100
+++ /var/tmp/diff_new_pack.GW90Zf/_new  2014-10-29 21:10:01.0 +0100
@@ -17,21 +17,20 @@
 
 
 Name:   rockdodger
-Version:0.9.2
+Version:1.0.0
 Release:0
 Summary:Addictive rock-dodging greeblie-killing platform game
 License:GPL-2.0
 Group:  Amusements/Games/Arcade/LogicGame
 Url:https://code.google.com/p/rockdodger/
-Source0:https://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.gz
 %if 0%{?suse_version}
-BuildRequires:  desktop-file-utils
-BuildRequires:  update-desktop-files
 BuildRequires:  fdupes
+BuildRequires:  update-desktop-files
 %endif
-BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(SDL_image)
 BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(sdl)
 
 %description
 Addictive rock-dodging greeblie-killing platform game.
@@ -50,7 +49,7 @@
 sed -i '/touch $(gamesdir)/,/chmod g+rw/s/^/#/' Makefile
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CC=cc %{optflags}
 
 %install
 %make_install

++ rockdodger-0.9.2.tar.gz - rockdodger-1.0.0.tar.gz ++
 4215 lines of diff (skipped)

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