Hello community,

here is the log from the commit of package kdesvn for openSUSE:Factory checked 
in at 2012-03-26 11:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesvn (Old)
 and      /work/SRC/openSUSE:Factory/.kdesvn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesvn", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesvn/kdesvn.changes    2011-12-01 
17:37:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes       2012-03-26 
11:02:08.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 17:09:16 UTC 2012 - dims...@opensuse.org
+
+- Add kdesvn-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  kdesvn-gcc47.patch

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

Other differences:
------------------
++++++ kdesvn.spec ++++++
--- /var/tmp/diff_new_pack.oK7uAV/_old  2012-03-26 11:02:09.000000000 +0200
+++ /var/tmp/diff_new_pack.oK7uAV/_new  2012-03-26 11:02:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesvn
 #
-# 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,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           kdesvn
 Version:        1.5.5
-Release:        6
-License:        GPL-2.0+
+Release:        0
 Summary:        KDE Subversion Client
-Url:            http://www.alwins-world.de/programs/kdesvn/index.html
+License:        GPL-2.0+
 Group:          Development/Tools/Version Control
+Url:            http://www.alwins-world.de/programs/kdesvn/index.html
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         kdesvn.diff
 Patch2:         remove-nl.diff
 Patch3:         kdesvn-virtual-inheritance.patch
+Patch4:         kdesvn-gcc47.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  openldap2-devel
@@ -47,7 +46,6 @@
     Rajko Albrecht <r...@alwins-world.de>
 
 %package -n libsvnqt6
-License:        GPL-2.0+
 Summary:        KDE Subversion Client
 Group:          Development/Tools/Version Control
 %requires_ge    libqt4
@@ -60,7 +58,6 @@
     Rajko Albrecht <r...@alwins-world.de>
 
 %package -n libsvnqt-devel
-License:        GPL-2.0+
 Summary:        KDE Subversion Client
 Group:          Development/Tools/Version Control
 Requires:       libsvnqt6 >= %{version}
@@ -77,6 +74,7 @@
 %patch0
 %patch2
 %patch3 -p1
+%patch4 -p1
 
 %build
   %cmake_kde4 -d build

++++++ kdesvn-gcc47.patch ++++++
Index: kdesvn-1.5.5/src/svnfrontend/maintreewidget.cpp
===================================================================
--- kdesvn-1.5.5.orig/src/svnfrontend/maintreewidget.cpp
+++ kdesvn-1.5.5/src/svnfrontend/maintreewidget.cpp
@@ -63,6 +63,7 @@
 #include <QHelpEvent>
 #include <QMap>
 #include <QCheckBox>
+#include <unistd.h> //for chdir()
 
 class MainTreeWidgetData
 {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to