Hello community,

here is the log from the commit of package libXt for openSUSE:Factory checked 
in at 2012-05-08 11:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXt (Old)
 and      /work/SRC/openSUSE:Factory/.libXt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXt", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXt/libXt.changes      2012-02-17 
12:05:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libXt.new/libXt.changes 2012-05-08 
11:59:21.000000000 +0200
@@ -1,0 +2,36 @@
+Thu Apr 12 06:57:56 UTC 2012 - [email protected]
+
+- Update to version 1.1.3:
+  + Revert "Treat unexpected returned events from poll as errors":
+    this caused regressions.
+- Changes from version 1.1.2:
+  + Good number of bug fixes:
+    - Make XtAppMainLoop work without a Display
+    - LP64 fix for TypedArgToArg()
+    - add missing bound checking in FreeSelectionProperty()
+    - don't pop elements from array while iterating through it
+    - don't re-enter the WaitLoop if block is set to false
+    - treat unexpected returned events from poll as errors
+  + Initial unit tests for checking several recent fixes
+  + Fixes for compiler warnings
+  + Documentation for the libXt API moved to the DocBook/XML format
+  + Build configuration improvements
+- Changes from version 1.1.1:
+  + Fix longstanding crash on 64bit sparc
+  + Fix memory corruption in XtAsprintf
+  + Build fixes
+- Changes from version 1.1.0:
+  + Add XtAsprintf to exported API
+  + Bug fixes:
+    - various fixes related to NULL access/reference
+    - protect against underflow when type conversion fails in
+      GetResources
+    - fix iconic state being ignored in initial state
+  + Janitorial cleanups
+  + Build configuration improvements
+- Pass --docdir=%_docdir/%name to configure to correctly install
+  the libXt API documentation.
+- Update libXt.diff to use $(datadir) instead of /usr/share so that
+  it's upstreamable.
+
+-------------------------------------------------------------------

Old:
----
  libXt-1.0.9.tar.bz2

New:
----
  libXt-1.1.3.tar.bz2

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

Other differences:
------------------
++++++ libXt.spec ++++++
--- /var/tmp/diff_new_pack.ndJS1Y/_old  2012-05-08 11:59:23.000000000 +0200
+++ /var/tmp/diff_new_pack.ndJS1Y/_new  2012-05-08 11:59:23.000000000 +0200
@@ -14,25 +14,34 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           libXt
 %define lname  libXt6
-Version:        1.0.9
+Version:        1.1.3
 Release:        0
 Summary:        X Toolkit Intrinsics library
 License:        MIT
 Group:          Development/Libraries/C and C++
-URL:            http://xorg.freedesktop.org/
+Url:            http://xorg.freedesktop.org/
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libXt
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libXt/
-Source:         %name-%version.tar.bz2
+Source:         
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libXt.diff fdo#48587 -- Change path of ErrorDB from 
$(libdir) to $(datadir)
 Patch1:                libXt.diff
-BuildRoot:     %_tmppath/%name-%version-build
-BuildRequires: autoconf >= 2.60, automake, libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf >= 2.60
+BuildRequires:  automake
 BuildRequires: fdupes
-BuildRequires:  pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(sm)
-BuildRequires: pkgconfig(ice), pkgconfig(x11), pkgconfig(xproto)
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(ice)
 BuildRequires: pkgconfig(kbproto)
+BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xorg-macros) >= 1.13
+BuildRequires:  pkgconfig(xproto)
 
 %description
 The low level Xlib library provides functions for interacting with an
@@ -81,7 +90,7 @@
 %patch -P 1 -p1
 
 %build
-%configure --disable-static
+%configure --docdir=%_docdir/%name --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -103,5 +112,6 @@
 %_libdir/libXt.so
 %_libdir/pkgconfig/xt.pc
 %_mandir/man3/*
+%_docdir/%name
 
 %changelog

++++++ libXt-1.0.9.tar.bz2 -> libXt-1.1.3.tar.bz2 ++++++
++++ 118204 lines of diff (skipped)

++++++ libXt.diff ++++++
--- /var/tmp/diff_new_pack.ndJS1Y/_old  2012-05-08 11:59:24.000000000 +0200
+++ /var/tmp/diff_new_pack.ndJS1Y/_new  2012-05-08 11:59:24.000000000 +0200
@@ -6,7 +6,7 @@
  
  SRCH_DEFINES = -DXFILESEARCHPATHDEFAULT=\"$(XFILESEARCHPATHDEFAULT)\"
 -ERRORDB_DEFINES = -DERRORDB=\"$(libdir)/X11/XtErrorDB\"
-+ERRORDB_DEFINES = -DERRORDB=\"/usr/share/X11/XtErrorDB\"
++ERRORDB_DEFINES = -DERRORDB=\"$(datadir)/X11/XtErrorDB\"
  
  AM_CFLAGS = $(CWARNFLAGS) $(XT_CFLAGS) $(SRCH_DEFINES) $(ERRORDB_DEFINES) \
        $(XTMALLOC_ZERO_CFLAGS)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to