Hello community,

here is the log from the commit of package qnotify for openSUSE:Factory
checked in at Tue Jun 7 09:31:01 CEST 2011.



--------
--- qnotify/qnotify.changes     2008-10-15 02:42:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/qnotify/qnotify.changes        2011-06-06 
11:00:06.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 08:59:55 UTC 2011 - a...@suse.de
+
+- Fix build with newer glibc.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  qnotify-header.patch

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

Other differences:
------------------
++++++ qnotify.spec ++++++
--- /var/tmp/diff_new_pack.La18VK/_old  2011-06-07 09:30:43.000000000 +0200
+++ /var/tmp/diff_new_pack.La18VK/_new  2011-06-07 09:30:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qnotify (Version 0.6)
+# spec file for package qnotify
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,12 +22,13 @@
 BuildRequires:  libdrm-devel libjpeg-devel qt3-devel update-desktop-files
 Summary:        Notifications for multiple workspaces
 Version:        0.6
-Release:        80
+Release:        90
 License:        GPL v2 or later
 Url:            http://qnotify.homac.de
 Group:          System/GUI/Other
 Source:         %{name}-%{version}.tar.bz2
-Patch:          qnotify-warn.dif
+Patch1:         qnotify-warn.dif
+Patch2:         qnotify-header.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,7 +74,8 @@
 
 %prep
 %setup -q
-%patch
+%patch1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++++++ qnotify-header.patch ++++++
Index: qnotify-0.6/qnotify/barObj.cpp
===================================================================
--- qnotify-0.6.orig/qnotify/barObj.cpp
+++ qnotify-0.6/qnotify/barObj.cpp
@@ -35,6 +35,8 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <iostream>
+#include <sys/types.h>
+#include <sys/stat.h>
 
 extern globopts gopts;
 

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



Remember to have fun...

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

Reply via email to