Accepting request 177138 from home:tobijk:X11:XOrg

Update to version 1.1.4

OBS-URL: https://build.opensuse.org/request/show/177138
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=8
This commit is contained in:
Stefan Dirsch 2013-06-01 22:03:54 +00:00 committed by Git OBS Bridge
parent 4efad1b71e
commit 0764b318e7
5 changed files with 14 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd
size 734679

3
libXt-1.1.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57
size 762331

View File

@ -1,4 +1,13 @@
-------------------------------------------------------------------
Sat Jun 1 19:56:49 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.1.4:
This release provides the fixes for the recently announced security issues
CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build
fixes, automake compatibility changes, and packaging improvements.
- Packaging changes:
+ Removed Patch1 - libXt.diff - part upstreamed, part not applicable
-------------------------------------------------------------------
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
- Use more robust make install call

View File

@ -1,22 +0,0 @@
diff -u -r -p ../libXt-1.0.6.orig//src/Makefile.am ./src/Makefile.am
--- ../libXt-1.0.6.orig//src/Makefile.am 2009-11-14 02:08:08.000000000 +0000
+++ ./src/Makefile.am 2009-11-14 02:08:22.000000000 +0000
@@ -4,7 +4,7 @@ BUILT_SOURCES = $(BUILT_FILES)
CLEANFILES = $(BUILT_SOURCES)
SRCH_DEFINES = -DXFILESEARCHPATHDEFAULT=\"$(XFILESEARCHPATHDEFAULT)\"
-ERRORDB_DEFINES = -DERRORDB=\"$(libdir)/X11/XtErrorDB\"
+ERRORDB_DEFINES = -DERRORDB=\"$(datadir)/X11/XtErrorDB\"
AM_CFLAGS = $(CWARNFLAGS) $(XT_CFLAGS) $(SRCH_DEFINES) $(ERRORDB_DEFINES) \
$(XTMALLOC_ZERO_CFLAGS)
diff -u -r -p ../libXt-1.0.6.orig//xt.pc.in ./xt.pc.in
--- ../libXt-1.0.6.orig//xt.pc.in 2009-11-14 02:08:08.000000000 +0000
+++ ./xt.pc.in 2009-11-14 02:08:22.000000000 +0000
@@ -1,5 +1,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
libdir=@libdir@
includedir=@includedir@
appdefaultdir=@appdefaultdir@

View File

@ -18,7 +18,7 @@
Name: libXt
%define lname libXt6
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: X Toolkit Intrinsics library
License: MIT
@ -28,8 +28,7 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/
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
BuildRequires: automake
@ -87,7 +86,6 @@ in %lname.
%prep
%setup -q
%patch -P 1 -p1
%build
%configure --docdir=%_docdir/%name --disable-static