Accepting request 177154 from X11:XOrg
Update to version 1.1.4 (forwarded request 177138 from tobijk) OBS-URL: https://build.opensuse.org/request/show/177154 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=6
This commit is contained in:
commit
bc2eb18996
@ -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
3
libXt-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57
|
||||
size 762331
|
@ -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
|
||||
|
22
libXt.diff
22
libXt.diff
@ -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@
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user