diff --git a/SOURCES/0002-reordering-username-and-password-in-newprinter-dlg.patch b/SOURCES/0002-reordering-username-and-password-in-newprinter-dlg.patch new file mode 100644 index 0000000..b6d1a59 --- /dev/null +++ b/SOURCES/0002-reordering-username-and-password-in-newprinter-dlg.patch @@ -0,0 +1,72 @@ +From cfe0fe14d49cdb7e741c940597ebc2f8d34f1260 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Mon, 28 Aug 2023 14:51:02 +0300 +Subject: [PATCH 2/2] reordering username and password in newprinter dlg + +--- + ui/NewPrinterWindow.ui | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) + +diff --git a/ui/NewPrinterWindow.ui b/ui/NewPrinterWindow.ui +index ed6103d..25cd6cc 100644 +--- a/ui/NewPrinterWindow.ui ++++ b/ui/NewPrinterWindow.ui +@@ -1098,9 +1098,9 @@ ipp://printer.mydomain/ipp + 12 + 6 + 6 +- Password: ++ Username: + +- ++ + + + +@@ -1117,9 +1117,9 @@ ipp://printer.mydomain/ipp + 12 + 6 + 6 +- Username: ++ Password: + +- ++ + + + +@@ -1128,14 +1128,13 @@ ipp://printer.mydomain/ipp + + + +- ++ + True + True + 12 + 12 + 6 + 6 +- False + False + False + +@@ -1148,13 +1147,14 @@ ipp://printer.mydomain/ipp + + + +- ++ + True + True + 12 + 12 + 6 + 6 ++ False + False + False + +-- +2.39.2 + diff --git a/SPECS/system-config-printer.spec b/SPECS/system-config-printer.spec index 643bdcf..1be8715 100644 --- a/SPECS/system-config-printer.spec +++ b/SPECS/system-config-printer.spec @@ -9,7 +9,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 1.5.18 -Release: 5%{?dist}.inferit.1 +Release: 5%{?dist}.inferit.2 License: GPLv2+ URL: https://github.com/%{username}/%{name} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -18,6 +18,7 @@ Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz Patch0001: 0001-Fix-debugprint-in-options.py-fixes-291.patch # MSVSphere Patch1000: 0001-Fixed-text-in-python-files-for-translation.patch +Patch1001: 0002-reordering-username-and-password-in-newprinter-dlg.patch # needed for macro AM_GNU_GETTEXT in configure.ac BuildRequires: autoconf-archive @@ -297,6 +298,13 @@ exit 0 %endif %changelog +* Mon Mar 25 2024 Sergey Cherevko - 1.5.18-5.inferit.2 +- Rebuilt for MSVSphere 8.9 + +* Fri Sep 01 2023 Sergey Cherevko - 1.5.18-5.inferit.2 +- Reordering username and password in newprinter dialog +- Rebuilt for MSVSphere 9.2 + * Thu Aug 24 2023 Sergey Cherevko - 1.5.18-5.inferit.1 - Fixed text in python files for translation - Rebuilt for MSVSphere 9.2