Mailinglist Archive: opensuse-commit (1214 mails)

< Previous Next >
commit ices for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 05 Aug 2009 00:26:21 +0200
  • Message-id: <20090804222621.1D56161B3@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ices for openSUSE:Factory
checked in at Wed Aug 5 00:26:20 CEST 2009.


--------
--- ices/ices.changes 2007-06-12 12:06:18.000000000 +0200
+++ ices/ices.changes 2009-08-04 15:00:39.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 4 14:59:55 CEST 2009 - tiwai@xxxxxxx
+
+- fix missing fclose (bnc#525802)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
ices-missing-fclose.diff

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

Other differences:
------------------
++++++ ices.spec ++++++
--- /var/tmp/diff_new_pack.zwISsw/_old 2009-08-05 00:25:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zwISsw/_new 2009-08-05 00:25:39.000000000 +0200
@@ -22,7 +22,7 @@
BuildRequires: alsa-devel libshout-devel libtheora-devel libvorbis-devel
libxml2-devel pkgconfig
Summary: Source Client for icecast Streaming Server
Version: 2.0.1
-Release: 238
+Release: 239
Group: Productivity/Multimedia/Other
AutoReqProv: on
License: GPL v2 or later
@@ -30,6 +30,7 @@
Source: %{name}-%{version}.tar.bz2
Source1: run_ices
Patch: ices-gcc-warning-fix.diff
+Patch1: ices-missing-fclose.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -47,7 +48,7 @@
%prep
%setup -q
%patch
-%{?suse_update_config:%{suse_update_config -f}}
+%patch1 -p1

%build
autoreconf --force --install

++++++ ices-missing-fclose.diff ++++++
---
src/playlist_basic.c | 1 +
1 file changed, 1 insertion(+)

--- a/src/playlist_basic.c
+++ b/src/playlist_basic.c
@@ -103,6 +103,7 @@
if(data->random)
shuffle(data->pl, data->len);

+ fclose(file);
return 0;
}


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



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