Mailinglist Archive: opensuse-commit (783 mails)

< Previous Next >
commit audacity for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 14 Apr 2009 19:10:34 +0200
  • Message-id: <20090414171034.78426678157@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package audacity for openSUSE:Factory
checked in at Tue Apr 14 19:10:34 CEST 2009.


--------
--- audacity/audacity.changes 2009-02-02 10:01:54.000000000 +0100
+++ /mounts/work_src_done/STABLE/audacity/audacity.changes 2009-04-08
17:02:16.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr 8 16:55:49 CEST 2009 - mseben@xxxxxxx
+
+- added wxGTK_with_stl.patch to fix build issues when linking wxGTK
+ configured with --enable-stl flag
+
+-------------------------------------------------------------------
+Mon Feb 23 13:22:10 CET 2009 - mseben@xxxxxxx
+
+- added return_non_void.patch to fix non-void return value (bnc#477654)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
audacity-1.3.7-return_non_void.patch
audacity-1.3.7-wxGTK_with_stl.patch

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.Bs8186/_old 2009-04-14 19:10:06.000000000 +0200
+++ /var/tmp/diff_new_pack.Bs8186/_new 2009-04-14 19:10:06.000000000 +0200
@@ -25,7 +25,7 @@
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.7
-Release: 1
+Release: 2
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,10 +33,14 @@
Source: %{name}-minsrc-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.png
+#PATCH-FIX-OPENSUSE return_non_void.patch fixed non-void return value
(bnc#477654)
+Patch1: %{name}-%{version}-return_non_void.patch
Patch2: %{name}-%{version}-endian-fix.patch
Patch3: %{name}-%{version}-font-fix.patch
Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch
+#PATCH-FIX-UPSTREAM fix build issues when linked wxGTK configured with
--enable-stl flag
+Patch8: %{name}-%{version}-wxGTK_with_stl.patch
Patch9: %{name}-%{version}-modal-help-dialog.patch

%description
@@ -66,10 +70,12 @@

%prep
%setup -q -n %{name}-src-%{version}
+%patch1
%patch2
%patch3
%patch5
%patch6
+%patch8
%patch9

%build
@@ -114,6 +120,11 @@
%{_datadir}/mime/packages/audacity.xml

%changelog
+* Wed Apr 08 2009 mseben@xxxxxxx
+- added wxGTK_with_stl.patch to fix build issues when linking wxGTK
+ configured with --enable-stl flag
+* Mon Feb 23 2009 mseben@xxxxxxx
+- added return_non_void.patch to fix non-void return value (bnc#477654)
* Mon Feb 02 2009 mseben@xxxxxxx
- updated to version 1.3.7
Bug Fixes:
@@ -366,7 +377,7 @@
- help file is installed under /usr/share/audacity.
* Thu Jul 03 2003 tiwai@xxxxxxx
- fixed neededforbuild for the recent update of mad.
-* Mon May 26 2003 ro@xxxxxxx
+* Tue May 27 2003 ro@xxxxxxx
- removed unpackaged files from buildroot
* Thu Mar 27 2003 tiwai@xxxxxxx
- updated to version 1.1.3.

++++++ audacity-1.3.7-return_non_void.patch ++++++
--- lib-src/libnyquist/nyx/nyx.c
+++ lib-src/libnyquist/nyx/nyx.c
@@ -425,7 +425,7 @@
int success = FALSE;

if (nyx_get_type(nyx_result) != nyx_audio)
- return;
+ return FALSE;

num_channels = nyx_get_audio_num_channels();
snds = (sound_type *)malloc(num_channels * sizeof(sound_type));
++++++ audacity-1.3.7-wxGTK_with_stl.patch ++++++
++++ 803 lines (skipped)



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



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