Hello community,

here is the log from the commit of package vym for openSUSE:Factory checked in 
at 2012-04-17 07:50:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vym (Old)
 and      /work/SRC/openSUSE:Factory/.vym.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vym", Maintainer is "uw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vym/vym.changes  2011-10-19 00:55:26.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes     2012-04-17 
07:50:28.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Mar 22 12:17:01 UTC 2012 - a...@suse.de
+
+- Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  gcc47.patch

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

Other differences:
------------------
++++++ vym.spec ++++++
--- /var/tmp/diff_new_pack.pafoyf/_old  2012-04-17 07:50:29.000000000 +0200
+++ /var/tmp/diff_new_pack.pafoyf/_new  2012-04-17 07:50:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package vym (Version 1.12.8)
+# spec file for package vym
 #
-# Copyright (c) 2010 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,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           vym
 
-BuildRequires:  libqt4-devel update-desktop-files
-Requires:       zip unzip
-License:        GPL-2.0
-Group:          Productivity/Office/Other
+BuildRequires:  libqt4-devel
+BuildRequires:  update-desktop-files
+Requires:       unzip
+Requires:       zip
 Url:            http://www.insilmaril.de/vym/index.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:    on
 Summary:        View Your Mind - generate and manipulate maps which show your 
thoughts
+License:        GPL-2.0
+Group:          Productivity/Office/Other
 Version:        2.0.1
-Release:        1
+Release:        0
 #Patch:                fix-midbutton.diff
 Source0:        %name-%version.tar.bz2
 Source1:        %name.xml
 Source2:        %name.desktop
 Source3:        x-%name.desktop
+Patch1:         gcc47.patch
 
 %description
 VYM  (View Your Mind) is a tool to generate and manipulate maps which
@@ -51,6 +51,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 qmake -o Makefile vym.pro PREFIX=%_prefix CONFIG+=RELEASE

++++++ gcc47.patch ++++++
Index: vym-2.0.1/mainwindow.cpp
===================================================================
--- vym-2.0.1.orig/mainwindow.cpp
+++ vym-2.0.1/mainwindow.cpp
@@ -4,6 +4,7 @@
 
 #include <iostream>
 #include <typeinfo>
+#include <unistd.h>
 
 #include "aboutdialog.h"
 #include "branchpropwindow.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to