forked from pool/libXt
- 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
This commit is contained in:
parent
e554eb4d12
commit
7d2ac183be
@ -1,53 +0,0 @@
|
|||||||
From e8e2560e3391fa9c240235207a909855bfa7c73f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
||||||
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 <alan.coopersmith@oracle.com>
|
|
||||||
|
|
||||||
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
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a
|
|
||||||
size 771567
|
|
3
libXt-1.2.0.tar.bz2
Normal file
3
libXt-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831
|
||||||
|
size 810521
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 09:33:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Wed Nov 22 09:56:21 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
10
libXt.spec
10
libXt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libXt
|
||||||
%define lname libXt6
|
%define lname libXt6
|
||||||
Version: 1.1.5
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Toolkit Intrinsics library
|
Summary: X Toolkit Intrinsics library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,7 +29,6 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#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
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch: U_libXt_code-cleanup.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#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
|
%package -n %lname
|
||||||
Summary: X Toolkit Intrinsics library
|
Summary: X Toolkit Intrinsics library
|
||||||
Group: System/Libraries
|
|
||||||
# O/P added for 12.2
|
# O/P added for 12.2
|
||||||
|
Group: System/Libraries
|
||||||
Provides: xorg-x11-libXt = 7.6_%version-%release
|
Provides: xorg-x11-libXt = 7.6_%version-%release
|
||||||
Obsoletes: xorg-x11-libXt < 7.6_%version-%release
|
Obsoletes: xorg-x11-libXt < 7.6_%version-%release
|
||||||
|
|
||||||
@ -86,7 +85,6 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user