Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2012-03-29 07:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kid3-qt (Old)
 and      /work/SRC/openSUSE:Factory/.kid3-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kid3-qt", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2011-09-23 
02:06:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes     2012-03-29 
07:43:51.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 25 13:17:40 UTC 2012 - dims...@opensuse.org
+
+- Add kid3-qt-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  kid3-qt-gcc47.patch

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

Other differences:
------------------
++++++ kid3-qt.spec ++++++
--- /var/tmp/diff_new_pack.03cUNu/_old  2012-03-29 07:43:54.000000000 +0200
+++ /var/tmp/diff_new_pack.03cUNu/_new  2012-03-29 07:43:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kid3-qt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           kid3-qt
 Version:        2.0
-Release:        1
+Release:        0
 Summary:        Efficient ID3 Tag Editor - Non Kde version
+License:        GPL-2.0+
+Group:          Productivity/Multimedia/Sound/Utilities
 Source0:        kid3-%{version}.tar.bz2
 Source1:        COPYING
+Patch0:         kid3-qt-gcc47.patch
 Url:            http://kid3.sourceforge.net
-Group:          Productivity/Multimedia/Sound/Utilities
-License:        GPL-2.0+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libQtWebKit-devel pkg-config
+BuildRequires:  cmake
+BuildRequires:  crimson
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  flac-devel
+BuildRequires:  fop
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  id3lib-devel
+BuildRequires:  jpackage-utils
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libmusicbrainz3-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  libtunepimp-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  perl
+BuildRequires:  pkg-config
+BuildRequires:  susedoc
+BuildRequires:  taglib-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xerces-j2
+BuildRequires:  perl(File::Spec)
 BuildRequires:  pkgconfig(phonon)
-BuildRequires:  flac-devel id3lib-devel libqt4-devel
-BuildRequires:  docbook-xsl-stylesheets libtunepimp-devel perl taglib-devel
-BuildRequires:  cmake perl(File::Spec) update-desktop-files
-BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
-BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
 Requires(pre):  desktop-file-utils
 
 Provides:       kid3 = %{version}
@@ -63,6 +76,7 @@
 
 %prep
 %setup -q -n kid3-%{version}
+%patch0 -p1
 # Wrong FSF address in the sources COPYING, replace with downloaded one.
 cp %{S:1} ./
 

++++++ kid3-qt-gcc47.patch ++++++
Index: kid3-2.0/src/core/model/kid3application.cpp
===================================================================
--- kid3-2.0.orig/src/core/model/kid3application.cpp
+++ kid3-2.0/src/core/model/kid3application.cpp
@@ -24,6 +24,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <unistd.h>
 #include "kid3application.h"
 #include <QFileSystemModel>
 #include <QItemSelectionModel>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to