Hello community,

here is the log from the commit of package zeal for openSUSE:Factory checked in 
at 2016-05-23 16:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeal (Old)
 and      /work/SRC/openSUSE:Factory/.zeal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeal/zeal.changes        2015-12-03 
13:30:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.zeal.new/zeal.changes   2016-05-23 
16:39:42.000000000 +0200
@@ -1,0 +2,7 @@
+Sat May 21 17:48:35 UTC 2016 - mplus...@suse.com
+
+- Update scriplet dependencies
+- Use pretty name for url
+- Use qmake5 macros when building
+
+-------------------------------------------------------------------

Old:
----
  v0.2.1.tar.gz

New:
----
  zeal-0.2.1.tar.gz

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

Other differences:
------------------
++++++ zeal.spec ++++++
--- /var/tmp/diff_new_pack.jdrkHz/_old  2016-05-23 16:39:44.000000000 +0200
+++ /var/tmp/diff_new_pack.jdrkHz/_new  2016-05-23 16:39:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeal
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,19 +17,19 @@
 
 
 Name:           zeal
-Summary:        Offline API documentation browser
 Version:        0.2.1
 Release:        0
+Summary:        Offline API documentation browser
 License:        GPL-3.0
-URL:            http://zealdocs.org
 Group:          Development/Tools/Other
-Source0:        https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz
+Url:            http://zealdocs.org
+Source0:        
https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE vs. file-contains-current-date WARNING:
 Patch0:         zeal-no-date-and-time.diff
-
 BuildRequires:  fdupes
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.2.0
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.2.0
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent)        >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)     >= 5.2.0
@@ -38,6 +38,10 @@
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(xcb-keysyms)
 Requires:       libQt5Sql5-sqlite               >= 5.2.0
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 
 %description
 Zeal is a simple offline API documentation browser inspired by Dash
@@ -54,15 +58,11 @@
 %patch0 -p1
 
 %build
-qmake-qt5 \
-            QMAKE_STRIP="" \
-            QMAKE_CFLAGS+="%{optflags}" \
-            QMAKE_CXXFLAGS+="%{optflags}"
-
-make V=1 %{?_smp_mflags}
+%qmake5 
+make %{?_smp_mflags} V=1
 
 %install
-make V=1 INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 %suse_update_desktop_file -r %{name} Office Viewer
 %fdupes -s %{buildroot}%{_datadir}
 


Reply via email to