Hello community,

here is the log from the commit of package tilda for openSUSE:Factory checked 
in at 2012-02-28 14:16:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilda (Old)
 and      /work/SRC/openSUSE:Factory/.tilda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilda", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tilda/tilda.changes      2012-01-24 
12:23:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tilda.new/tilda.changes 2012-02-28 
14:16:19.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Feb 23 15:30:43 UTC 2012 - [email protected]
+
+- Add tilda-add-xrandr-check.patch: Add check for the presence of
+  the xrandr headers in configure since xrandr is used in the code
+  (sf#3492123).
+
+-------------------------------------------------------------------
+Tue Feb 21 21:38:25 UTC 2012 - [email protected]
+
+- Update BuildRequires after reorganization of xorg-x11 packages:
+  + On 12.2/Factory and later, add libX11-devel, libXrandr-devel
+    and libXt-devel.
+  + Only use xorg-x11-libXt-devel on 12.1 and earlier.
+
+-------------------------------------------------------------------

New:
----
  tilda-add-xrandr-check.patch

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

Other differences:
------------------
++++++ tilda.spec ++++++
--- /var/tmp/diff_new_pack.mKgAAe/_old  2012-02-28 14:16:19.000000000 +0100
+++ /var/tmp/diff_new_pack.mKgAAe/_new  2012-02-28 14:16:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilda
 #
-# 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,25 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # FIXME incorrect-fsf-address reported upstream
 # 
https://sourceforge.net/tracker/?func=detail&aid=3473005&group_id=126081&atid=704595
 
 Name:           tilda
 Version:        0.9.6
-Release:        1
+Release:        0
 Summary:        A quake like terminal for GNOME
 License:        GPL-2.0+
-Url:            http://tilda.sourceforge.net/
 Group:          System/X11/Terminals
+Url:            http://tilda.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/tilda/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM tilda-desktop_icon.patch sf#3473002 
[email protected] -- Fix fullpath to icon and icon file extension
 Patch0:         tilda-desktop-icon.patch
 # PATCH-FIX-UPSTREAM tilda-fix-pointers.patch sf#3473004 
[email protected] -- Fix 64bit-portability-issue
 Patch1:         tilda-fix-pointers.patch
-# PATCH-FIX-UPSTREAM tilda-fix-gdk-x11-window-set-user-time.patch bnc#633863 
sf#2988694 [email protected] -- Rename patch as per patch guidlines
+# PATCH-FIX-UPSTREAM tilda-fix-gdk-x11-window-set-user-time.patch bnc#633863 
sf#2988694 [email protected] -- Fix a crash
 Patch2:         tilda-fix-gdk-x11-window-set-user-time.patch
 # PATCH-FIX-UPSTREAM tilda-fix-glib-include.patch sf#3473000 
[email protected] -- Only <glib.h> can be included directly
 Patch3:         tilda-fix-glib-include.patch
+# PATCH-FIX-UPSTREAM tilda-add-xrandr-check.patch sf#3492123 
[email protected] -- Add check for the presence of the xrandr headers 
in configure.
+Patch4:         tilda-add-xrandr-check.patch
+# needed for patch4
+BuildRequires:  autoconf
+# needed for patch4
+BuildRequires:  automake
 BuildRequires:  flex
 BuildRequires:  libconfuse-devel
 BuildRequires:  update-desktop-files
@@ -42,7 +49,13 @@
 %else
 BuildRequires:  vte-devel
 %endif
+%if 0%{?suse_version} > 1210
+BuildRequires:  libX11-devel
+BuildRequires:  libXrandr-devel
+BuildRequires:  libXt-devel
+%else
 BuildRequires:  xorg-x11-libXt-devel
+%endif
 %if 0%{?suse_version} >= 1140
 BuildRequires:  pkgconfig(libglade-2.0)
 BuildRequires:  pkgconfig(pango)
@@ -66,11 +79,14 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Fix glade file installed location; needs mv in %%install
 sed -i 's|"tilda.glade"|"%{name}/%{name}.glade"|g' src/wizard.c
 
 %build
+# needed for patch4
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++++++ tilda-add-xrandr-check.patch ++++++
diff -Naur a/configure.ac b/configure.ac
--- a/configure.ac      2008-04-28 05:40:18.000000000 -0500
+++ b/configure.ac      2012-02-23 09:33:37.650957910 -0600
@@ -58,6 +58,7 @@
 PKG_CHECK_MODULES([LIBGLADE], [libglade-2.0])
 PKG_CHECK_MODULES([VTE], [vte])
 PKG_CHECK_MODULES([LIBCONFUSE], [libconfuse])
+PKG_CHECK_MODULES([XRANDR], [xrandr])
 
 # Checks for header files.
 AC_PATH_X
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to