Hello community,

here is the log from the commit of package keepassxc for openSUSE:Factory 
checked in at 2019-04-17 10:10:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepassxc (Old)
 and      /work/SRC/openSUSE:Factory/.keepassxc.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepassxc"

Wed Apr 17 10:10:02 2019 rev:16 rq:694793 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes      2019-03-26 
22:32:06.841710249 +0100
+++ /work/SRC/openSUSE:Factory/.keepassxc.new.17052/keepassxc.changes   
2019-04-17 10:10:19.610911439 +0200
@@ -1,0 +2,39 @@
+Fri Apr 12 22:41:57 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- update to 2.4.1
+  - Fix database deletion when using unsafe saves to a different
+    file system [#2889]
+  - Fix opening databases with legacy key files that contain '/'
+    [#2872]
+  - Fix opening database files from the command line [#2919]
+  - Fix crash when editing master key [#2836]
+  - Fix multiple issues with apply button behavior [#2947]
+  - Fix issues on application startup (tab order, --pw-stdin, etc.)
+    [#2830]
+  - Fix building without WITH_XC_KEESHARE
+  - Fix reference entry coloring on macOS dark mode [#2984]
+  - Hide window when performing entry auto-type on macOS [#2969]
+  - Improve UX of update checker; reduce checks to every 7 days
+    [#2968]
+  - KeeShare improvements [#2946, #2978, #2824]
+  - Re-enable Ctrl+C to copy password from search box [#2947]
+  - Add KeePassXC-Browser integration for Brave browser [#2933]
+  - SSH Agent: Re-Add keys on database unlock [#2982]
+  - SSH Agent: Only remove keys on app exit if they are removed on
+    lock [#2985]
+  - CLI: Add --no-password option [#2708]
+  - CLI: Improve database extraction to XML [#2698]
+  - CLI: Don't call mandb on build [#2774]
+  - CLI: Add debug info [#2714]
+  - Improve support for Snap theming [#2832]
+  - Add support for building on Haiku OS [#2859]
+  - Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the
+    previous
+  - Fix compiling on GCC 5 / Xenial [#2990]
+  - Add .gitrev output to tarball for third-party builds [#2970]
+  - Add WITH_XC_UPDATECHECK compile flag to toggle the update
+    checker [#2968]
+- disable update check
+- no longer use our gitrev hack in favor for upstream solution
+
+-------------------------------------------------------------------

Old:
----
  keepassxc-2.4.0-src.tar.xz
  keepassxc-2.4.0-src.tar.xz.sig

New:
----
  keepassxc-2.4.1-src.tar.xz
  keepassxc-2.4.1-src.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keepassxc.spec ++++++
--- /var/tmp/diff_new_pack.9QfRUF/_old  2019-04-17 10:10:20.754912658 +0200
+++ /var/tmp/diff_new_pack.9QfRUF/_new  2019-04-17 10:10:20.762912666 +0200
@@ -17,9 +17,8 @@
 
 
 Name:           keepassxc
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
-%define pkg_rev c51752df
 Summary:        Qt5-based Password Manager
 License:        GPL-2.0-only OR GPL-3.0-only
 Group:          Productivity/Security
@@ -97,8 +96,8 @@
 
 %build
 %cmake \
-  -DGIT_HEAD_OVERRIDE="%{pkg_rev}" \
   -DKEEPASSXC_BUILD_TYPE="Release" \
+  -DWITH_XC_UPDATECHECK=OFF        \
   -DWITH_XC_ALL=ON -DWITH_XC_KEESHARE_SECURE=ON
 make %{?_smp_mflags}
 

++++++ debian.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog        2019-03-20 13:46:37.439112662 +0100
+++ new/debian/changelog        2019-04-13 00:44:11.088809243 +0200
@@ -1,4 +1,11 @@
-keepassxc (2.4.1-4.1) experimental; urgency=medium
+keepassxc (2.4.1-1.1) experimental; urgency=medium
+
+  * update to 2.4.1
+    https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.1
+  * disable update check
+
+ -- darix <[email protected]>  Fri, 12 Apr 2019 22:41:00 -0000
+keepassxc (2.4.0-6.1) experimental; urgency=medium
 
   * update to 2.4.0
     https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/control new/debian/control
--- old/debian/control  2019-01-29 15:08:24.562622111 +0100
+++ new/debian/control  2019-03-25 15:13:25.606028949 +0100
@@ -7,7 +7,6 @@
                libargon2-0-dev,
                libcurl4-gnutls-dev,
                libgcrypt20-dev,
-               libmicrohttpd-dev,
                libqt5x11extras5-dev,
                libsodium-dev,
                libxtst-dev,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/rules new/debian/rules
--- old/debian/rules    2019-03-20 00:42:01.827099813 +0100
+++ new/debian/rules    2019-04-13 00:45:26.316792129 +0200
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-GITREV=c51752df
 include /usr/share/dpkg/architecture.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
@@ -13,8 +12,8 @@
 override_dh_auto_configure:
        if [ -e src/zxcvbn/ ]; then rm -r src/zxcvbn/ ; fi
        dh_auto_configure --  -DWITH_TESTS=ON \
-                             -DGIT_HEAD_OVERRIDE="${GITREV}" \
                              -DKEEPASSXC_BUILD_TYPE="Release" \
+                             -DWITH_XC_UPDATECHECK=OFF        \
                              -DWITH_GUI_TESTS=OFF \
                              -DWITH_XC_KEESHARE_SECURE=ON \
                              -DWITH_XC_ALL=ON

++++++ keepassxc-2.4.0-src.tar.xz -> keepassxc-2.4.1-src.tar.xz ++++++
++++ 14856 lines of diff (skipped)

++++++ keepassxc.dsc ++++++
--- /var/tmp/diff_new_pack.9QfRUF/_old  2019-04-17 10:10:21.746913715 +0200
+++ /var/tmp/diff_new_pack.9QfRUF/_new  2019-04-17 10:10:21.746913715 +0200
@@ -2,12 +2,12 @@
 Source: keepassxc
 Binary: keepassxc
 Architecture: any
-Version: 2.4.0-4.1
+Version: 2.4.1-1.1
 Maintainer: Julian Andres Klode <[email protected]>
 Homepage: https://www.keepassxc.org/
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/debian/keepassxc
 Vcs-Git: https://salsa.debian.org/debian/keepassxc.git
-Build-Depends: cmake, debhelper (>= 10), libargon2-0-dev, libcurl4-gnutls-dev, 
libgcrypt20-dev, libmicrohttpd-dev, libqt5x11extras5-dev, libsodium-dev, 
libxtst-dev, libykpers-1-dev, libyubikey-dev, libzxcvbn-dev, qtbase5-dev, 
qttools5-dev, qttools5-dev-tools, libqt5svg5-dev, libqt5x11extras5-dev, 
libqrencode-dev, libquazip5-dev, libquazip5-headers, xauth, xvfb, zlib1g-dev
+Build-Depends: cmake, debhelper (>= 10), libargon2-0-dev, libcurl4-gnutls-dev, 
libgcrypt20-dev, libqt5x11extras5-dev, libsodium-dev, libxtst-dev, 
libykpers-1-dev, libyubikey-dev, libzxcvbn-dev, qtbase5-dev, qttools5-dev, 
qttools5-dev-tools, libqt5svg5-dev, libqt5x11extras5-dev, libqrencode-dev, 
libquazip5-dev, libquazip5-headers, xauth, xvfb, zlib1g-dev
 Package-List:
  keepassxc deb utils optional arch=any



Reply via email to