Hello community, here is the log from the commit of package x2x for openSUSE:Factory checked in at 2018-07-28 12:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x2x (Old) and /work/SRC/openSUSE:Factory/.x2x.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x2x" Sat Jul 28 12:39:56 2018 rev:21 rq:623913 version:1.30rc1+git.20180517 Changes: -------- --- /work/SRC/openSUSE:Factory/x2x/x2x.changes 2014-11-13 09:17:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.x2x.new/x2x.changes 2018-07-28 12:40:01.468382190 +0200 @@ -1,0 +2,10 @@ +Sun Jul 8 12:42:16 UTC 2018 - [email protected] + +- update url +- use latest git version +- change build system from imake to autotools +- drop: x2x-1.30-beta.dif + x2x-1.30-beta-keycodes.dif + x2x-1.30-beta-buttonmasks.dif + +------------------------------------------------------------------- Old: ---- x2x-1.30-beta-buttonmasks.dif x2x-1.30-beta-keycodes.dif x2x-1.30-beta.dif x2x-1.30-beta.tar.gz New: ---- _service x2x-1.30rc1+git.20180517.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x2x.spec ++++++ --- /var/tmp/diff_new_pack.dbDdNG/_old 2018-07-28 12:40:03.128385380 +0200 +++ /var/tmp/diff_new_pack.dbDdNG/_new 2018-07-28 12:40:03.128385380 +0200 @@ -1,7 +1,7 @@ # # spec file for package x2x # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,45 +17,39 @@ Name: x2x -Version: 1.30_beta +Version: 1.30rc1+git.20180517 Release: 0 Summary: X Window System Display Remote Control License: GPL-2.0+ Group: System/X11/Utilities -Url: http://x2x.dottedmag.net/ -#Source: http://gatekeeper.dec.com/pub/DEC/SRC/x2x/x2x-1.27.tar.gz -Source: http://freshmeat.net/redir/x2x/11816/url_tgz/x2x-1.30-beta.tar.gz -Patch0: x2x-1.30-beta.dif -Patch1: x2x-1.30-beta-keycodes.dif -Patch2: x2x-1.30-beta-buttonmasks.dif -BuildRequires: imake +Url: https://github.com/dottedmag/x2x +Source: %{name}-%{version}.tar.xz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xtst) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description x2x allows the keyboard and mouse on one ("from") X Window System display to be used to control another ("to") X Window System display. %prep -%setup -q -n x2x-1.30-beta -%patch0 -%patch1 -%patch2 +%setup -q %build -xmkmf -a -make %{?_smp_mflags} CCOPTIONS="%{optflags} -fno-strict-aliasing" +autoreconf -i +%configure CPPFLAGS="-Wno-unprototyped-calls" +make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -make install.man DESTDIR=%{buildroot} +%make_install %files -%defattr(-,root,root) %{_bindir}/x2x -%{_mandir}/man1/x2x.1x.gz +%{_datadir}/doc/x2x/ +%{_mandir}/man1/x2x.1%{ext_man} %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/dottedmag/x2x.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="filename">x2x</param> <param name="revision">ff2006cb8fcb602c0b96bea767df854d2d243713</param> <param name="versionformat">1.30rc1+git.%cd</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled" /> </services>
