Hello community, here is the log from the commit of package keepassxc for openSUSE:Factory checked in at 2020-07-08 19:17:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keepassxc (Old) and /work/SRC/openSUSE:Factory/.keepassxc.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keepassxc" Wed Jul 8 19:17:20 2020 rev:27 rq:819306 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes 2020-05-12 22:32:46.627925100 +0200 +++ /work/SRC/openSUSE:Factory/.keepassxc.new.3060/keepassxc.changes 2020-07-08 19:17:37.007992367 +0200 @@ -1,0 +2,19 @@ +Wed Jul 8 01:09:45 UTC 2020 - Marcus Rueckert <[email protected]> + +- add _constraints with 6GB to fix build on ppc64 hopefully + +------------------------------------------------------------------- +Tue Jul 7 23:42:33 UTC 2020 - Marcus Rueckert <[email protected]> + +- add BR for asciidoctor + +------------------------------------------------------------------- +Tue Jul 7 23:33:41 UTC 2020 - Marcus Rueckert <[email protected]> + +- Update to version 2.6.0: + * https://keepassxc.org/blog/2020-07-07-2.6.0-released/ + * https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.0 +- drop keepassxc-Fix-window-hiding-after-shown.patch: + included in update + +------------------------------------------------------------------- Old: ---- keepassxc-2.5.4-src.tar.xz keepassxc-2.5.4-src.tar.xz.sig keepassxc-Fix-window-hiding-after-shown.patch New: ---- _constraints keepassxc-2.6.0-src.tar.xz keepassxc-2.6.0-src.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keepassxc.spec ++++++ --- /var/tmp/diff_new_pack.Yvx0LB/_old 2020-07-08 19:17:41.120007499 +0200 +++ /var/tmp/diff_new_pack.Yvx0LB/_new 2020-07-08 19:17:41.120007499 +0200 @@ -17,7 +17,7 @@ Name: keepassxc -Version: 2.5.4 +Version: 2.6.0 Release: 0 Summary: Qt5-based Password Manager License: GPL-2.0-only OR GPL-3.0-only @@ -26,18 +26,20 @@ Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz Source1: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz.sig Source2: https://keepassxc.org/keepassxc_master_signing_key.asc#/%{name}.keyring +Source97: _constraints Source98: debian.tar.xz Source99: keepassxc.dsc -Patch: keepassxc-Fix-window-hiding-after-shown.patch BuildRequires: cmake >= 3.1.0 BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: libgcrypt-devel >= 1.7 %if 0%{?suse_version} +BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libqt5-linguist-devel BuildRequires: libquazip-qt5-devel %else BuildRequires: qt5-linguist +BuildRequires: qt5-qtbase-private-devel BuildRequires: quazip-qt5-devel %endif BuildRequires: libsodium-devel @@ -47,8 +49,8 @@ BuildRequires: ykpers-devel %endif BuildRequires: libyubikey-devel -BuildRequires: pkgconfig BuildRequires: readline-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) @@ -65,6 +67,7 @@ BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(zlib) +BuildRequires: rubygem(asciidoctor) %if 0%{?suse_version} BuildRequires: update-desktop-files %endif @@ -162,7 +165,6 @@ %dir %{_datadir}/%{name} %{_datadir}/%{name}/docs/ %{_datadir}/%{name}/icons/ -%{_datadir}/%{name}/wizard/ %{_datadir}/%{name}/wordlists/ %{_datadir}/applications/org.keepassxc.KeePassXC.desktop %dir %{_datadir}/metainfo ++++++ _constraints ++++++ <?xml version="1.0"?> <constraints> <hardware> <memory> <size unit="M">6000</size> </memory> </hardware> </constraints> ++++++ debian.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2020-04-09 19:21:40.427227847 +0200 +++ new/debian/changelog 2020-07-08 01:33:35.472449517 +0200 @@ -1,3 +1,9 @@ +keepassxc (2.6.0-1.1) stable; urgency=medium + + * update to 2.6.0 + https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.0 + + -- darix <[email protected]> Thu, 09 Apr 2020 17:21:00 -0000 keepassxc (2.5.4-1.1) stable; urgency=medium * update to 2.5.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/control new/debian/control --- old/debian/control 2019-10-26 21:28:07.000000000 +0200 +++ new/debian/control 2020-07-08 01:41:53.451147394 +0200 @@ -2,7 +2,8 @@ Section: utils Priority: optional Maintainer: Julian Andres Klode <[email protected]> -Build-Depends: cmake, +Build-Depends: asciidoctor, + cmake, debhelper (>= 10), libargon2-dev | libargon2-0-dev, libcurl4-gnutls-dev, @@ -16,6 +17,7 @@ libyubikey-dev, libzxcvbn-dev, qtbase5-dev, + qtbase5-private-dev, qttools5-dev, qttools5-dev-tools, libqt5svg5-dev, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/patches/0002-tests-Adjust-entropy-for-system-wide-zxcvbn.patch new/debian/patches/0002-tests-Adjust-entropy-for-system-wide-zxcvbn.patch --- old/debian/patches/0002-tests-Adjust-entropy-for-system-wide-zxcvbn.patch 2019-10-26 21:28:07.000000000 +0200 +++ new/debian/patches/0002-tests-Adjust-entropy-for-system-wide-zxcvbn.patch 2020-07-08 01:56:22.062028578 +0200 @@ -11,13 +11,13 @@ tests/gui/TestGui.cpp | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) -diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp -index 9574f6d..b650f8d 100644 ---- a/tests/TestCli.cpp -+++ b/tests/TestCli.cpp -@@ -589,8 +589,8 @@ void TestCli::testEstimate() - out.seek(0); - auto result = out.readAll(); +Index: keepassxc-2.6.0/tests/TestCli.cpp +=================================================================== +--- keepassxc-2.6.0.orig/tests/TestCli.cpp ++++ keepassxc-2.6.0/tests/TestCli.cpp +@@ -884,8 +884,8 @@ void TestCli::testEstimate() + execCmd(estimateCmd, {"estimate", "-a"}); + auto result = QString(m_stdout->readAll()); QVERIFY(result.contains("Length " + length)); - QVERIFY(result.contains("Entropy " + entropy)); - QVERIFY(result.contains("Log10 " + log10)); @@ -26,43 +26,43 @@ for (const auto& string : asConst(searchStrings)) { QVERIFY2(result.contains(string), qPrintable("String " + string + " missing")); } -diff --git a/tests/gui/TestGui.cpp b/tests/gui/TestGui.cpp -index 0db2a5d..0e70c5c 100644 ---- a/tests/gui/TestGui.cpp -+++ b/tests/gui/TestGui.cpp -@@ -658,17 +658,17 @@ void TestGui::testPasswordEntryEntropy() - - editNewPassword->setText(""); - QTest::keyClicks(editNewPassword, "hello"); -- QCOMPARE(entropyLabel->text(), QString("Entropy: 6.38 bit")); -+ QCOMPARE(entropyLabel->text(), QString("Entropy: 5.78 bit")); - QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); - - editNewPassword->setText(""); - QTest::keyClicks(editNewPassword, "helloworld"); -- QCOMPARE(entropyLabel->text(), QString("Entropy: 13.10 bit")); -+ QCOMPARE(entropyLabel->text(), QString("Entropy: 12.51 bit")); - QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); - - editNewPassword->setText(""); - QTest::keyClicks(editNewPassword, "password1"); -- QCOMPARE(entropyLabel->text(), QString("Entropy: 4.00 bit")); -+ QCOMPARE(entropyLabel->text(), QString("Entropy: 3.00 bit")); - QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); - - editNewPassword->setText(""); -@@ -678,12 +678,12 @@ void TestGui::testPasswordEntryEntropy() - - editNewPassword->setText(""); - QTest::keyClicks(editNewPassword, "Tr0ub4dour&3"); -- QCOMPARE(entropyLabel->text(), QString("Entropy: 30.87 bit")); -+ QCOMPARE(entropyLabel->text(), QString("Entropy: 30.89 bit")); - QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); - - editNewPassword->setText(""); - QTest::keyClicks(editNewPassword, "correcthorsebatterystaple"); -- QCOMPARE(entropyLabel->text(), QString("Entropy: 47.98 bit")); -+ QCOMPARE(entropyLabel->text(), QString("Entropy: 47.43 bit")); - QCOMPARE(strengthLabel->text(), QString("Password Quality: Weak")); +Index: keepassxc-2.6.0/tests/gui/TestGui.cpp +=================================================================== +--- keepassxc-2.6.0.orig/tests/gui/TestGui.cpp ++++ keepassxc-2.6.0/tests/gui/TestGui.cpp +@@ -686,17 +686,17 @@ void TestGui::testPasswordEntryEntropy() + + generatedPassword->setText(""); + QTest::keyClicks(generatedPassword, "hello"); +- QCOMPARE(entropyLabel->text(), QString("Entropy: 6.38 bit")); ++ QCOMPARE(entropyLabel->text(), QString("Entropy: 5.78 bit")); + QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); + + generatedPassword->setText(""); + QTest::keyClicks(generatedPassword, "helloworld"); +- QCOMPARE(entropyLabel->text(), QString("Entropy: 13.10 bit")); ++ QCOMPARE(entropyLabel->text(), QString("Entropy: 12.51 bit")); + QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); + + generatedPassword->setText(""); + QTest::keyClicks(generatedPassword, "password1"); +- QCOMPARE(entropyLabel->text(), QString("Entropy: 4.00 bit")); ++ QCOMPARE(entropyLabel->text(), QString("Entropy: 3.00 bit")); + QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); + + generatedPassword->setText(""); +@@ -706,12 +706,12 @@ void TestGui::testPasswordEntryEntropy() + + generatedPassword->setText(""); + QTest::keyClicks(generatedPassword, "Tr0ub4dour&3"); +- QCOMPARE(entropyLabel->text(), QString("Entropy: 30.87 bit")); ++ QCOMPARE(entropyLabel->text(), QString("Entropy: 30.89 bit")); + QCOMPARE(strengthLabel->text(), QString("Password Quality: Poor")); + + generatedPassword->setText(""); + QTest::keyClicks(generatedPassword, "correcthorsebatterystaple"); +- QCOMPARE(entropyLabel->text(), QString("Entropy: 47.98 bit")); ++ QCOMPARE(entropyLabel->text(), QString("Entropy: 47.43 bit")); + QCOMPARE(strengthLabel->text(), QString("Password Quality: Weak")); - editNewPassword->setText(""); + generatedPassword->setText(""); ++++++ keepassxc-2.5.4-src.tar.xz -> keepassxc-2.6.0-src.tar.xz ++++++ /work/SRC/openSUSE:Factory/keepassxc/keepassxc-2.5.4-src.tar.xz /work/SRC/openSUSE:Factory/.keepassxc.new.3060/keepassxc-2.6.0-src.tar.xz differ: char 26, line 1 ++++++ keepassxc.dsc ++++++ --- /var/tmp/diff_new_pack.Yvx0LB/_old 2020-07-08 19:17:41.244007955 +0200 +++ /var/tmp/diff_new_pack.Yvx0LB/_new 2020-07-08 19:17:41.244007955 +0200 @@ -2,13 +2,14 @@ Source: keepassxc Binary: keepassxc Architecture: any -Version: 2.5.4-1.1 +Version: 2.6.0-1.1 Maintainer: Julian Andres Klode <[email protected]> Homepage: https://www.keepassxc.org/ Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian/keepassxc Vcs-Git: https://salsa.debian.org/debian/keepassxc.git -Build-Depends: cmake, +Build-Depends: asciidoctor, + cmake, debhelper (>= 10), libargon2-dev | libargon2-0-dev, libcurl4-gnutls-dev, @@ -22,6 +23,7 @@ libyubikey-dev, libzxcvbn-dev, qtbase5-dev, + qtbase5-private-dev, qttools5-dev, qttools5-dev-tools, libqt5svg5-dev,
