diff --git a/libXt-1.1.3.tar.bz2 b/libXt-1.1.3.tar.bz2 deleted file mode 100644 index b2f7fad..0000000 --- a/libXt-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd -size 734679 diff --git a/libXt-1.1.4.tar.bz2 b/libXt-1.1.4.tar.bz2 new file mode 100644 index 0000000..1dd2036 --- /dev/null +++ b/libXt-1.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57 +size 762331 diff --git a/libXt.changes b/libXt.changes index ba401c2..22284aa 100644 --- a/libXt.changes +++ b/libXt.changes @@ -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 diff --git a/libXt.diff b/libXt.diff deleted file mode 100644 index 0469576..0000000 --- a/libXt.diff +++ /dev/null @@ -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@ diff --git a/libXt.spec b/libXt.spec index 2dfb21d..10c3917 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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