Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-x11 for openSUSE:Factory checked in at 2021-04-23 17:50:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-x11 (Old) and /work/SRC/openSUSE:Factory/.yast2-x11.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-x11" Fri Apr 23 17:50:22 2021 rev:20 rq:887194 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-x11/yast2-x11.changes 2021-02-26 21:57:56.291741080 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-x11.new.12324/yast2-x11.changes 2021-04-23 17:50:28.934779382 +0200 @@ -1,0 +2,13 @@ +Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]> + +- stop packaging docdir, it only contained the license which + is now in licensedir (bsc#1184897) +- spec file cleanups +- 4.4.1 + +------------------------------------------------------------------- +Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]> + +- 4.4.0 + +------------------------------------------------------------------- Old: ---- yast2-x11-4.3.0.tar.bz2 New: ---- yast2-x11-4.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-x11.spec ++++++ --- /var/tmp/diff_new_pack.TmcGfS/_old 2021-04-23 17:50:29.402780186 +0200 +++ /var/tmp/diff_new_pack.TmcGfS/_new 2021-04-23 17:50:29.402780186 +0200 @@ -17,12 +17,13 @@ Name: yast2-x11 -Version: 4.3.0 +Version: 4.4.1 Release: 0 - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: YaST2 - X11 support +License: GPL-2.0-only +Group: System/YaST +URL: https://github.com/yast/yast-x11/ Source0: %{name}-%{version}.tar.bz2 - BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -32,18 +33,14 @@ BuildRequires: yast2-devtools >= 3.1.10 Requires: systemd Requires: yast2-theme >= 4.1.7 -Summary: YaST2 - X11 support -License: GPL-2.0-only -Group: System/YaST -URL: http://github.com/yast/yast-x11/ -Supplements: packageand(yast2-installation:xorg-x11-server) +Supplements: (yast2-installation and xorg-x11-server) Obsoletes: sax2-tools <= 8.1 %description This package contains the programs and files for YaST2 X11 support. %prep -%setup -n %{name}-%{version} +%setup -q %build %yast_build @@ -52,16 +49,12 @@ %yast_install %files -%defattr(-,root,root) - +%license COPYING %{yast_ybindir}/active_window %{yast_ybindir}/testX %{yast_ybindir}/set_videomode -/usr/sbin/xkbctrl -/etc/icewm - -%doc %dir %{yast_docdir} -%license %{yast_docdir}/COPY* -%doc %{_mandir}/*/* +%{_sbindir}/xkbctrl +%{_sysconfdir}/icewm +%{_mandir}/man1/xkbctrl.1* %changelog ++++++ yast2-x11-4.3.0.tar.bz2 -> yast2-x11-4.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-x11-4.3.0/package/yast2-x11.changes new/yast2-x11-4.4.1/package/yast2-x11.changes --- old/yast2-x11-4.3.0/package/yast2-x11.changes 2021-02-05 13:08:28.000000000 +0100 +++ new/yast2-x11-4.4.1/package/yast2-x11.changes 2021-04-21 09:08:15.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]> + +- stop packaging docdir, it only contained the license which + is now in licensedir (bsc#1184897) +- spec file cleanups +- 4.4.1 + +------------------------------------------------------------------- +Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]> + +- 4.4.0 + +------------------------------------------------------------------- Fri Feb 5 09:35:45 UTC 2021 - Ladislav Slez??k <[email protected]> - Added "active_window" for switching the current X window diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-x11-4.3.0/package/yast2-x11.spec new/yast2-x11-4.4.1/package/yast2-x11.spec --- old/yast2-x11-4.3.0/package/yast2-x11.spec 2021-02-05 13:08:28.000000000 +0100 +++ new/yast2-x11-4.4.1/package/yast2-x11.spec 2021-04-21 09:08:15.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-x11 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,34 +12,35 @@ # 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: yast2-x11 -Version: 4.3.0 +Version: 4.4.1 Release: 0 - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: YaST2 - X11 support +License: GPL-2.0-only +Group: System/YaST +URL: https://github.com/yast/yast-x11/ Source0: %{name}-%{version}.tar.bz2 - -Group: System/YaST -License: GPL-2.0-only -BuildRequires: autoconf automake gcc-c++ libtool xorg-x11-libX11-devel -BuildRequires: xorg-x11-libXmu-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libtool +BuildRequires: xorg-x11-libX11-devel +BuildRequires: xorg-x11-libXmu-devel BuildRequires: yast2-devtools >= 3.1.10 -Requires: systemd -Requires: yast2-theme >= 4.1.7 -Summary: YaST2 - X11 support -Url: http://github.com/yast/yast-x11/ -Supplements: packageand(yast2-installation:xorg-x11-server) -Obsoletes: sax2-tools <= 8.1 +Requires: systemd +Requires: yast2-theme >= 4.1.7 +Supplements: (yast2-installation and xorg-x11-server) +Obsoletes: sax2-tools <= 8.1 %description This package contains the programs and files for YaST2 X11 support. %prep -%setup -n %{name}-%{version} +%setup -q %build %yast_build @@ -48,14 +49,12 @@ %yast_install %files -%defattr(-,root,root) - +%license COPYING %{yast_ybindir}/active_window %{yast_ybindir}/testX %{yast_ybindir}/set_videomode -/usr/sbin/xkbctrl -/etc/icewm +%{_sbindir}/xkbctrl +%{_sysconfdir}/icewm +%{_mandir}/man1/xkbctrl.1* -%doc %dir %{yast_docdir} -%license %{yast_docdir}/COPY* -%doc %{_mandir}/*/* +%changelog
