Mailinglist Archive: opensuse-commit (750 mails)

< Previous Next >
commit perl-SDL_Perl for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 08 Oct 2009 02:58:13 +0200
  • Message-id: <20091008005813.398E861FD@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-SDL_Perl for openSUSE:Factory
checked in at Thu Oct 8 02:58:13 CEST 2009.



--------
--- perl-SDL_Perl/perl-SDL_Perl.changes 2009-05-20 17:02:46.000000000 +0200
+++ perl-SDL_Perl/perl-SDL_Perl.changes 2009-10-07 15:00:32.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Oct 7 14:52:49 CEST 2009 - prusnak@xxxxxxx
+
+- fix provides and obsoletes [bnc#544957]
+
+-------------------------------------------------------------------
+Sat Aug 8 17:24:58 CEST 2009 - prusnak@xxxxxxx
+
+- updated to 2.2.0
+ - added .spl file type for SDLPerl applications!
+ - fixed build after Module::Build breakage
+ - fixed openGL header problems
+ - finished embedding data in example scripts
+ - fixed bug where SDL::App frees underlying Surface via DESTROY
+ - added SDL_svg support
+ - cleaned up SDL_gfx support in SDL.xs
+ - cleaned up smpeg support in SDL.xs
+ - added more SDL_sound support
+ - added basic SDL_RWops support (TODO - perl callback for user defined)
+ - changed constructors to die upon invalid initialization
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
SDL_Perl-2.1.3.tar.gz

New:
----
SDL_Perl-2.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SDL_Perl.spec ++++++
--- /var/tmp/diff_new_pack.cLPaQh/_old 2009-10-08 02:56:36.000000000 +0200
+++ /var/tmp/diff_new_pack.cLPaQh/_new 2009-10-08 02:56:36.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-SDL_Perl (Version 2.1.3)
+# spec file for package perl-SDL_Perl (Version 2.2.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,15 +24,16 @@
License: LGPL v2.1 or later
Group: System/Libraries
Requires: perl = %{perl_version}
-Version: 2.1.3
-Release: 2
+Version: 2.2.0
+Release: 1
Summary: Glue between Perl and SDL
-Source: SDL_Perl-%{version}.tar.gz
-Patch0: %{name}-%{version}-warning-fix.patch
-Patch1: %{name}-%{version}-perl-5.10.0.patch
+# .bz2 is larger than .gz, that's why we use .gz ...
+Source:
http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-2.2.0.tar.gz
+Patch0: %{name}-2.1.3-warning-fix.patch
+Patch1: %{name}-2.1.3-perl-5.10.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Provides: SDL_Perl = %{version}
-Obsoletes: SDL_Perl < %{version}
+Provides: SDL_perl = %{version}
+Obsoletes: SDL_perl <= %{version}

%description
Programming SDL with Perl.

++++++ SDL_Perl-2.1.3.tar.gz -> SDL_Perl-2.2.0.tar.gz ++++++
++++ 8230 lines of diff (skipped)

++++++ perl-SDL_Perl-2.1.3-perl-5.10.0.patch ++++++
--- /var/tmp/diff_new_pack.cLPaQh/_old 2009-10-08 02:56:37.000000000 +0200
+++ /var/tmp/diff_new_pack.cLPaQh/_new 2009-10-08 02:56:37.000000000 +0200
@@ -1,6 +1,8 @@
---- lib/SDL.pm
+Index: lib/SDL.pm
+===================================================================
+--- lib/SDL.pm.orig
+++ lib/SDL.pm
-@@ -29,9 +29,7 @@
+@@ -54,9 +54,7 @@ print "$VERSION" if (defined($ARGV[0]) &

$SDL::DEBUG=1;


++++++ perl-SDL_Perl-2.1.3-warning-fix.patch ++++++
--- /var/tmp/diff_new_pack.cLPaQh/_old 2009-10-08 02:56:37.000000000 +0200
+++ /var/tmp/diff_new_pack.cLPaQh/_new 2009-10-08 02:56:37.000000000 +0200
@@ -1,6 +1,8 @@
---- ../SDL_perl-1.20.0.orig/OpenGL.xs 2007-03-12 14:49:27.885158497 +0100
-+++ src/OpenGL.xs 2007-03-12 14:54:24.991656351 +0100
-@@ -734,7 +734,7 @@
+Index: src/OpenGL.xs
+===================================================================
+--- src/OpenGL.xs.orig
++++ src/OpenGL.xs
+@@ -1124,7 +1124,7 @@ glMaterial ( face, name, ... )
glMaterialfv(face,name,v);
} else if ( items == 5 ) {
float v[3];


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread