Mailinglist Archive: opensuse-commit (1421 mails)
| < Previous | Next > |
commit SDL_perl
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 06 May 2008 01:42:29 +0200
- Message-id: <20080505234230.3CBC0678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package SDL_perl
checked in at Tue May 6 01:42:29 CEST 2008.
--------
--- SDL_perl/SDL_perl.changes 2008-03-15 12:11:22.000000000 +0100
+++ /mounts/work_src_done/STABLE/SDL_perl/SDL_perl.changes 2008-05-05
16:16:07.254336000 +0200
@@ -1,0 +2,7 @@
+Mon May 5 16:35:19 CEST 2008 - sndirsch@xxxxxxx
+
+- perl-5.10.0.diff
+ * NULL has been added to POSIX module; adjusted definition to
+ resolve the conflict (bnc #386412)
+
+-------------------------------------------------------------------
New:
----
perl-5.10.0.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ SDL_perl.spec ++++++
--- /var/tmp/diff_new_pack.Q10604/_old 2008-05-06 01:42:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Q10604/_new 2008-05-06 01:42:08.000000000 +0200
@@ -20,10 +20,11 @@
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 2.1.3
-Release: 1
+Release: 18
Summary: Glue between Perl and SDL
Source: SDL_Perl-%{version}.tar.gz
Patch: warning-fix.diff
+Patch1: perl-5.10.0.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -38,6 +39,7 @@
%prep
%setup -n SDL_Perl-%{version}
%patch
+%patch1
%build
perl Build.PL destdir=$RPM_BUILD_ROOT installdirs=vendor
@@ -76,6 +78,10 @@
%{_mandir}/man3/*
%changelog
+* Mon May 05 2008 sndirsch@xxxxxxx
+- perl-5.10.0.diff
+ * NULL has been added to POSIX module; adjusted definition to
+ resolve the conflict (bnc #386412)
* Sat Mar 15 2008 sndirsch@xxxxxxx
- update to release 2.1.3 (bnc #371318)
* Fri Aug 17 2007 sndirsch@xxxxxxx
@@ -107,7 +113,7 @@
- fixed build
* Sat Jul 12 2003 sndirsch@xxxxxxx
- fixed build
-* Fri Jun 13 2003 sndirsch@xxxxxxx
+* Sat Jun 14 2003 sndirsch@xxxxxxx
- fixed filelist
* Sun May 25 2003 sndirsch@xxxxxxx
- removed unpackaged files
++++++ perl-5.10.0.diff ++++++
--- lib/SDL.pm.orig 2008-05-05 16:11:18.436286000 +0200
+++ lib/SDL.pm 2008-05-05 16:11:50.806309000 +0200
@@ -29,9 +29,7 @@ print "$VERSION" if (defined($ARGV[0]) &
$SDL::DEBUG=1;
-sub NULL {
- return 0;
-}
+sub NULL () { 0 }
sub in {
my ($k,@t) = @_;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |