Hello community, here is the log from the commit of package libXt for openSUSE:Factory checked in at 2017-11-30 12:33:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXt (Old) and /work/SRC/openSUSE:Factory/.libXt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXt" Thu Nov 30 12:33:27 2017 rev:10 rq:544431 version:1.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libXt/libXt.changes 2015-05-06 07:48:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libXt.new/libXt.changes 2017-11-30 12:33:30.851829909 +0100 @@ -1,0 +2,7 @@ +Wed Nov 22 09:56:21 UTC 2017 - [email protected] + +- Add U_libXt_code-cleanup.patch: Get rid of some extraneous ; at + the end of C source lines. +- Drop unneeded autoconf, automake and libtool BuildRequires. + +------------------------------------------------------------------- New: ---- U_libXt_code-cleanup.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXt.spec ++++++ --- /var/tmp/diff_new_pack.b43Qlj/_old 2017-11-30 12:33:31.539804892 +0100 +++ /var/tmp/diff_new_pack.b43Qlj/_new 2017-11-30 12:33:31.543804746 +0100 @@ -29,12 +29,11 @@ #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 -BuildRequires: autoconf >= 2.60 -BuildRequires: automake +#git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: fdupes -BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(kbproto) @@ -87,6 +86,7 @@ %prep %setup -q +%patch -p1 %build %configure --docdir=%_docdir/%name --disable-static ++++++ U_libXt_code-cleanup.patch ++++++ >From e8e2560e3391fa9c240235207a909855bfa7c73f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <[email protected]> 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 <[email protected]> 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
