Hello community, here is the log from the commit of package lxqt-sudo for openSUSE:Factory checked in at 2018-06-29 22:30:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-sudo (Old) and /work/SRC/openSUSE:Factory/.lxqt-sudo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-sudo" Fri Jun 29 22:30:16 2018 rev:5 rq:618039 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-sudo/lxqt-sudo.changes 2017-10-24 22:23:21.652461666 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-sudo.new/lxqt-sudo.changes 2018-06-29 22:31:19.338259240 +0200 @@ -1,0 +2,9 @@ +Tue May 22 15:20:01 UTC 2018 - [email protected] + +- Update to 0.13.0: + * passworddialog.cpp: include QIcon explicitely + * CMake: Prevent in-source builds + * fix http -> https + * Fixed mentions of LXDE + +------------------------------------------------------------------- Old: ---- lxqt-sudo-0.12.0.tar.xz lxqt-sudo-0.12.0.tar.xz.asc New: ---- lxqt-sudo-0.13.0.tar.xz lxqt-sudo-0.13.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-sudo.spec ++++++ --- /var/tmp/diff_new_pack.98NnqA/_old 2018-06-29 22:31:19.866258836 +0200 +++ /var/tmp/diff_new_pack.98NnqA/_new 2018-06-29 22:31:19.870258833 +0200 @@ -1,7 +1,7 @@ # # spec file for package lxqt-sudo # -# Copyright (c) 2017 SUSE LINUX 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,24 +17,24 @@ Name: lxqt-sudo -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: GUI frontend for sudo -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/X11/Utilities -Url: http://lxqt.org -Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +URL: http://lxqt.org +Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ -BuildRequires: lxqt-build-tools-devel +BuildRequires: lxqt-build-tools-devel >= 0.5.0 +BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(lxqt) >= %{version} -Recommends: %{name}-lang Requires: sudo -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: %{name}-lang %description A graphical frontend for plain sudo (for requesting optional password in GUI @@ -54,8 +54,8 @@ %cmake_install %files -%defattr(-,root,root) -%doc AUTHORS LICENSE +%license LICENSE +%doc AUTHORS %{_bindir}/%{name} %{_bindir}/lxsu* %{_mandir}/man?/%{name}.* ++++++ lxqt-sudo-0.12.0.tar.xz -> lxqt-sudo-0.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/AUTHORS new/lxqt-sudo-0.13.0/AUTHORS --- old/lxqt-sudo-0.12.0/AUTHORS 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/AUTHORS 2018-05-21 21:10:17.000000000 +0200 @@ -1,5 +1,5 @@ Upstream Authors: - LXQt team: http://lxqt.org + LXQt team: https://lxqt.org Copyright: Copyright (c) 2015-2017 LXQt team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/CHANGELOG new/lxqt-sudo-0.13.0/CHANGELOG --- old/lxqt-sudo-0.12.0/CHANGELOG 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/CHANGELOG 2018-05-21 21:10:17.000000000 +0200 @@ -1,7 +1,16 @@ -lxqt-sudo-0.12.0 / 2017-10-21 +lxqt-sudo-0.13.0 / 2018-05-21 ============================= + * passworddialog.cpp: include QIcon explicitely + * CMake: Prevent in-source builds + * fix http -> https + * Fixed mentions of LXDE + +0.12.0 / 2017-10-21 +=================== + + * Release 0.12.0: Update changelog * Set informal patch version * Added basic .gitattributes * Drops Qt5Core_VERSION_STRING diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/CMakeLists.txt new/lxqt-sudo-0.13.0/CMakeLists.txt --- old/lxqt-sudo-0.12.0/CMakeLists.txt 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/CMakeLists.txt 2018-05-21 21:10:17.000000000 +0200 @@ -18,7 +18,7 @@ # Patch version 0 - +include(LXQtPreventInSourceBuilds) include(LXQtCompilerSettings NO_POLICY_SCOPE) set ( LINK_LXSU "lxsu") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/README.md new/lxqt-sudo-0.13.0/README.md --- old/lxqt-sudo-0.12.0/README.md 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/README.md 2018-05-21 21:10:17.000000000 +0200 @@ -8,9 +8,9 @@ ### Compiling source code -Runtime dependencies are qtbase, sudo (su should be installed by default on all *ix operating systems) and [liblxqt](https://github.com/lxde/liblxqt). +Runtime dependencies are qtbase, sudo (su should be installed by default on all *ix operating systems) and [liblxqt](https://github.com/lxqt/liblxqt). Installing at least one icon theme according to the [XDG Icon Theme Specification](https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/) like e. g. "Oxygen Icons" is recommended to have the GUI display icons. -Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. +Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/main.cpp new/lxqt-sudo-0.13.0/main.cpp --- old/lxqt-sudo-0.12.0/main.cpp 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/main.cpp 2018-05-21 21:10:17.000000000 +0200 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/man/lxqt-sudo.1 new/lxqt-sudo-0.13.0/man/lxqt-sudo.1 --- old/lxqt-sudo-0.12.0/man/lxqt-sudo.1 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/man/lxqt-sudo.1 2018-05-21 21:10:17.000000000 +0200 @@ -24,7 +24,7 @@ .br -d|--sudo Use \fIsudo\fR as backend (default for \fBlxqt-sudo\fR & \fBlxsudo\fR is \fIsudo\fR, for \fBlxsu\fR is \fIsu\fR). .SH "REPORTING BUGS" -Report bugs to https://github.com/lxde/lxqt/issues +Report bugs to https://github.com/lxqt/lxqt/issues .SH "SEE ALSO" \fBsudo(8)\fR \fBsu(1)\fR .SH AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/passworddialog.cpp new/lxqt-sudo-0.13.0/passworddialog.cpp --- old/lxqt-sudo-0.12.0/passworddialog.cpp 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/passworddialog.cpp 2018-05-21 21:10:17.000000000 +0200 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: @@ -27,6 +27,7 @@ #include "passworddialog.h" #include "ui_passworddialog.h" +#include <QIcon> PasswordDialog::PasswordDialog(QStringList argv , QWidget * parent/* = 0*/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/passworddialog.h new/lxqt-sudo-0.13.0/passworddialog.h --- old/lxqt-sudo-0.12.0/passworddialog.h 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/passworddialog.h 2018-05-21 21:10:17.000000000 +0200 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/sudo.cpp new/lxqt-sudo-0.13.0/sudo.cpp --- old/lxqt-sudo-0.12.0/sudo.cpp 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/sudo.cpp 2018-05-21 21:10:17.000000000 +0200 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-sudo-0.12.0/sudo.h new/lxqt-sudo-0.13.0/sudo.h --- old/lxqt-sudo-0.12.0/sudo.h 2017-10-21 21:40:59.000000000 +0200 +++ new/lxqt-sudo-0.13.0/sudo.h 2018-05-21 21:10:17.000000000 +0200 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors:
