forked from pool/libXt
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:
parent
4efad1b71e
commit
0764b318e7
@ -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
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
- Use more robust make install call
|
- 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
|
Name: libXt
|
||||||
%define lname libXt6
|
%define lname libXt6
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Toolkit Intrinsics library
|
Summary: X Toolkit Intrinsics library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,8 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt
|
||||||
#Git-Web: http://cgit.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
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -87,7 +86,6 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user