Mailinglist Archive: opensuse-commit (705 mails)

< Previous Next >
commit squaroid
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 7 Jul 2006 11:25:47 +0200 (CEST)
  • Message-id: <20060707092547.EC7C8949B2@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package squaroid
checked in at Fri Jul 7 11:25:47 CEST 2006.

--------
--- squaroid/squaroid.changes 2006-03-24 14:58:05.000000000 +0100
+++ squaroid/squaroid.changes 2006-07-07 10:33:02.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 7 10:31:41 CEST 2006 - anicka@xxxxxxx
+
+- fix missing return statement in libqdwav [#187246]
+
+-------------------------------------------------------------------

New:
----
squaroid-0.60.3-return.diff

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

Other differences:
------------------
++++++ squaroid.spec ++++++
--- /var/tmp/diff_new_pack.1wYHtg/_old 2006-07-07 11:24:31.000000000 +0200
+++ /var/tmp/diff_new_pack.1wYHtg/_new 2006-07-07 11:24:31.000000000 +0200
@@ -18,7 +18,7 @@
Group: Amusements/Games/Strategy/Other
Summary: A Strategy Game
Version: 0.60.3
-Release: 870
+Release: 876
URL: http://www.squaroid.org/
Source: squaroid-%{version}.tar.bz2
Source1: squaroid-gfx-%{gfx_version}.tar.bz2
@@ -33,6 +33,7 @@
Patch6: %{name}-%{version}-aliasing.diff
Patch7: %{name}-%{version}-userstruct.diff
Patch8: %{name}-%{version}-undefined_operation.diff
+Patch9: %{name}-%{version}-return.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -58,6 +59,7 @@
%patch6
%patch7
%patch8
+%patch9

%build
autoreconf --force --install
@@ -108,6 +110,8 @@
/usr/share/applications/*

%changelog -n squaroid
+* Fri Jul 07 2006 - anicka@xxxxxxx
+- fix missing return statement in libqdwav [#187246]
* Fri Mar 24 2006 - anicka@xxxxxxx
- fix undefined operation [#160440]
* Fri Mar 24 2006 - ro@xxxxxxx

++++++ squaroid-0.60.3-config-sound.diff ++++++
--- /var/tmp/diff_new_pack.1wYHtg/_old 2006-07-07 11:24:31.000000000 +0200
+++ /var/tmp/diff_new_pack.1wYHtg/_new 2006-07-07 11:24:31.000000000 +0200
@@ -1,5 +1,5 @@
---- configure.in Sun May 21 12:16:30 2000
-+++ configure.in Thu Jul 18 15:23:14 2002
+--- configure.in
++++ configure.in
@@ -27,21 +27,26 @@
fi


++++++ squaroid-0.60.3-return.diff ++++++
--- libqdwav/wav_write.c
+++ libqdwav/wav_write.c
@@ -30,4 +30,5 @@
lseek(info->handle, 0, SEEK_SET);
init_head(info);
write(info->handle, info->head, 44);
-}
\ No newline at end of file
+ return(info->handle);
+}
++++++ squaroid-0.60.3-strings.diff ++++++
--- /var/tmp/diff_new_pack.1wYHtg/_old 2006-07-07 11:24:31.000000000 +0200
+++ /var/tmp/diff_new_pack.1wYHtg/_new 2006-07-07 11:24:31.000000000 +0200
@@ -1,5 +1,5 @@
---- src/menu.c 2000-05-21 11:53:34.000000000 +0200
-+++ src/menu.c 2002-11-13 12:50:02.000000000 +0100
+--- src/menu.c
++++ src/menu.c
@@ -132,37 +132,35 @@
return gtk_item_factory_get_widget (item_factory, "<main>");
}



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



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