Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit openal
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 1 Sep 2006 12:53:53 +0200 (CEST)
  • Message-id: <20060901105353.39E8B9525D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package openal
checked in at Fri Sep 1 12:53:53 CEST 2006.

--------
--- openal/openal.changes 2006-06-14 23:42:55.000000000 +0200
+++ openal/openal.changes 2006-09-01 11:15:30.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 1 11:14:27 CEST 2006 - anosek@xxxxxxx
+
+- fixed some compiler warnings [#185960] (openal-warnings.patch)
+
+-------------------------------------------------------------------

New:
----
openal-warnings.patch

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

Other differences:
------------------
++++++ openal.spec ++++++
--- /var/tmp/diff_new_pack.Wt8wjE/_old 2006-09-01 12:53:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Wt8wjE/_new 2006-09-01 12:53:29.000000000 +0200
@@ -16,7 +16,7 @@
Group: System/Libraries
Autoreqprov: on
Version: 1.0.20051129
-Release: 17
+Release: 20
%define snapshot 20051129
URL: http://www.openal.org/
Icon: openal.xpm
@@ -27,6 +27,7 @@
Patch: openal-conf.patch
Patch1: openal-decl.patch
Patch2: openal-alsa-fix.diff
+Patch3: openal-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq

@@ -63,6 +64,7 @@
%patch -p1
%patch1
%patch2
+%patch3

%build
%{?suse_update_config:%{suse_update_config -f linux}}
@@ -143,6 +145,8 @@
%{_libdir}/pkgconfig/*.pc

%changelog -n openal
+* Fri Sep 01 2006 - anosek@xxxxxxx
+- fixed some compiler warnings [#185960] (openal-warnings.patch)
* Wed Jun 14 2006 - dmueller@xxxxxxx
- build parallel
* Fri Mar 17 2006 - tiwai@xxxxxxx


++++++ openal-warnings.patch ++++++
--- linux/src/alut/alut_rawadpcm.c
+++ linux/src/alut/alut_rawadpcm.c
@@ -63,6 +63,7 @@
ALvoid *data, ALuint size, ALuint freq,
ALenum format) {
alWaveFMT_LOKI wfx;
+ memset((void *) &wfx, 0, sizeof wfx);
int i;
ALvoid *persistent_data;

--- linux/test/testmulti.c
+++ linux/test/testmulti.c
@@ -64,7 +64,7 @@

alBufferData( boom, format, wave, size, freq );
free(wave); /* openal makes a local copy of wave data */
- memset(wave, size, 0);
+ memset(wave, 0, size);

alGenSources( NUMSOURCES ,multis);




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



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
  • No further messages