Hello community,

here is the log from the commit of package keepassx for openSUSE:Factory 
checked in at 2016-03-26 15:27:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepassx (Old)
 and      /work/SRC/openSUSE:Factory/.keepassx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepassx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepassx/keepassx.changes        2016-02-26 
00:33:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.keepassx.new/keepassx.changes   2016-03-26 
15:27:51.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Mar 20 11:26:49 UTC 2016 - mplus...@suse.com
+
+- Add gpg signature
+- Use proper post/postun macros for desktop files and icones
+
+-------------------------------------------------------------------

New:
----
  keepassx-2.0.2.tar.gz.sig
  keepassx.keyring

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

Other differences:
------------------
++++++ keepassx.spec ++++++
--- /var/tmp/diff_new_pack.7nL30z/_old  2016-03-26 15:27:52.000000000 +0100
+++ /var/tmp/diff_new_pack.7nL30z/_new  2016-03-26 15:27:52.000000000 +0100
@@ -22,18 +22,26 @@
 Summary:        Cross Platform Password Manager
 License:        GPL-2.0 and LGPL-2.1 and LGPL-3.0+
 Group:          Productivity/Security
-Url:            http://www.keepassx.org/
-Source:         
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz
+Url:            https://www.keepassx.org/
+Source0:        
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz
+Source1:        
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
 # PATCH-FIX-UPSTREAM keepassx-fix-undefined-libraries.patch
 # https://www.keepassx.org/dev/issues/389
 Patch0:         keepassx-fix-undefined-libraries.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libXtst-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libqt4-devel >= 4.6
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+Requires:       hicolor-icon-theme
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,10 +67,18 @@
 %cmake_install
 %suse_update_desktop_file %{name} X-SuSE-DesktopUtility
 
-%fdupes %{buildroot}/%{_prefix}
+%fdupes -s %{buildroot}/%{_prefix}
 
 %check
-make -C build test
+make %{?_smp_mflags} -C build test
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)


Reply via email to