From 7d2ac183be70b526648b470eb85db72c37351a65da7d1872092b18eb22a4cfd2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 3 Jul 2019 09:38:11 +0000 Subject: [PATCH] - Update to version 1.2.0 * bug fixes - supersedes U_libXt_code-cleanup.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=16 --- U_libXt_code-cleanup.patch | 53 -------------------------------------- libXt-1.1.5.tar.bz2 | 3 --- libXt-1.2.0.tar.bz2 | 3 +++ libXt.changes | 7 +++++ libXt.spec | 10 +++---- 5 files changed, 14 insertions(+), 62 deletions(-) delete mode 100644 U_libXt_code-cleanup.patch delete mode 100644 libXt-1.1.5.tar.bz2 create mode 100644 libXt-1.2.0.tar.bz2 diff --git a/U_libXt_code-cleanup.patch b/U_libXt_code-cleanup.patch deleted file mode 100644 index c4aeabc..0000000 --- a/U_libXt_code-cleanup.patch +++ /dev/null @@ -1,53 +0,0 @@ -From e8e2560e3391fa9c240235207a909855bfa7c73f Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Sun, 27 Sep 2015 18:54:57 -0700 -Subject: Get rid of some extraneous ; at the end of C source lines - -Signed-off-by: Alan Coopersmith - -diff --git a/src/Geometry.c b/src/Geometry.c -index d64c8e2..66571be 100644 ---- a/src/Geometry.c -+++ b/src/Geometry.c -@@ -456,7 +456,7 @@ _XtMakeGeometryRequest ( - - ClearRectObjAreas((RectObj)widget, &req.changes); - } -- hookobj = XtHooksOfDisplay(XtDisplayOfObject(widget));; -+ hookobj = XtHooksOfDisplay(XtDisplayOfObject(widget)); - if (XtHasCallbacks(hookobj, XtNconfigureHook) == XtCallbackHasSome) { - req.type = XtHconfigure; - req.widget = widget; -@@ -573,7 +573,7 @@ void XtResizeWindow( - req.changeMask = CWWidth | CWHeight | CWBorderWidth; - XConfigureWindow(XtDisplay(w), XtWindow(w), - (unsigned) req.changeMask, &req.changes); -- hookobj = XtHooksOfDisplay(XtDisplayOfObject(w));; -+ hookobj = XtHooksOfDisplay(XtDisplayOfObject(w)); - if (XtHasCallbacks(hookobj, XtNconfigureHook) == XtCallbackHasSome) { - req.type = XtHconfigure; - req.widget = w; -@@ -661,7 +661,7 @@ void XtConfigureWidget( - ClearRectObjAreas((RectObj)w, &old); - } - } -- hookobj = XtHooksOfDisplay(XtDisplayOfObject(w));; -+ hookobj = XtHooksOfDisplay(XtDisplayOfObject(w)); - if (XtHasCallbacks(hookobj, XtNconfigureHook) == XtCallbackHasSome) { - req.type = XtHconfigure; - req.widget = w; -diff --git a/src/TMstate.c b/src/TMstate.c -index 4a634b4..3d51a1a 100644 ---- a/src/TMstate.c -+++ b/src/TMstate.c -@@ -382,7 +382,7 @@ TMShortCard _XtGetModifierIndex( - j = 0; - } - modMatch = &segment[j]; -- modMatch->modifiers = event->modifiers;; -+ modMatch->modifiers = event->modifiers; - modMatch->modifierMask = event->modifierMask; - modMatch->standard = event->standard; - /* --- -cgit v0.10.2 diff --git a/libXt-1.1.5.tar.bz2 b/libXt-1.1.5.tar.bz2 deleted file mode 100644 index fd88731..0000000 --- a/libXt-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a -size 771567 diff --git a/libXt-1.2.0.tar.bz2 b/libXt-1.2.0.tar.bz2 new file mode 100644 index 0000000..5372cdc --- /dev/null +++ b/libXt-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831 +size 810521 diff --git a/libXt.changes b/libXt.changes index 2bfc164..31b3c5c 100644 --- a/libXt.changes +++ b/libXt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 3 09:33:33 UTC 2019 - Stefan Dirsch + +- Update to version 1.2.0 + * bug fixes +- supersedes U_libXt_code-cleanup.patch + ------------------------------------------------------------------- Wed Nov 22 09:56:21 UTC 2017 - zaitor@opensuse.org diff --git a/libXt.spec b/libXt.spec index c9e9769..091e119 100644 --- a/libXt.spec +++ b/libXt.spec @@ -1,7 +1,7 @@ # # spec file for package libXt # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libXt %define lname libXt6 -Version: 1.1.5 +Version: 1.2.0 Release: 0 Summary: X Toolkit Intrinsics library License: MIT @@ -29,7 +29,6 @@ Url: http://xorg.freedesktop.org/ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source1: baselibs.conf -Patch: U_libXt_code-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool @@ -52,8 +51,8 @@ implemented by other libraries using Xt, such as Xaw and Motif. %package -n %lname Summary: X Toolkit Intrinsics library -Group: System/Libraries # O/P added for 12.2 +Group: System/Libraries Provides: xorg-x11-libXt = 7.6_%version-%release Obsoletes: xorg-x11-libXt < 7.6_%version-%release @@ -86,7 +85,6 @@ in %lname. %prep %setup -q -%patch -p1 %build %configure --docdir=%_docdir/%name --disable-static