Hello community, here is the log from the commit of package albert for openSUSE:Factory checked in at 2018-06-29 22:28:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/albert (Old) and /work/SRC/openSUSE:Factory/.albert.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "albert" Fri Jun 29 22:28:25 2018 rev:8 rq:617241 version:0.14.21 Changes: -------- --- /work/SRC/openSUSE:Factory/albert/albert.changes 2017-06-05 18:51:19.284935520 +0200 +++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes 2018-06-29 22:28:27.422390180 +0200 @@ -1,0 +2,7 @@ +Tue Jun 12 11:12:00 UTC 2018 - [email protected] + +- Update to version 0.14.21: + * No changelog available. +- Remove albert-fix-libdir.patch. + +------------------------------------------------------------------- Old: ---- albert-0.11.3.tar.gz albert-fix-libdir.patch New: ---- _service albert-0.14.21.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ albert.spec ++++++ --- /var/tmp/diff_new_pack.BuSAfe/_old 2018-06-29 22:28:27.890389825 +0200 +++ /var/tmp/diff_new_pack.BuSAfe/_new 2018-06-29 22:28:27.890389825 +0200 @@ -1,7 +1,7 @@ # # spec file for package albert # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,31 +17,31 @@ Name: albert -Version: 0.11.3 +Version: 0.14.21 Release: 0 Summary: Desktop agnostic launcher -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/GUI/Other -Url: https://albertlauncher.github.io/ -Source: https://github.com/albertlauncher/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE albert-fix-libdir.patch [email protected] -- Install libraries into a correct directory. -Patch0: %{name}-fix-libdir.patch +URL: https://albertlauncher.github.io/ +Source: %{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2 -BuildRequires: pkgconfig(Qt5Core) >= 5.2 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2 -BuildRequires: pkgconfig(Qt5Gui) >= 5.2 -BuildRequires: pkgconfig(Qt5Network) >= 5.2 -BuildRequires: pkgconfig(Qt5Sql) >= 5.2 -BuildRequires: pkgconfig(Qt5Svg) >= 5.2 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2 -BuildRequires: pkgconfig(Qt5Xml) >= 5.2 +BuildRequires: pkgconfig(Qt5Concurrent) >= 5.5 +BuildRequires: pkgconfig(Qt5Core) >= 5.5 +BuildRequires: pkgconfig(Qt5DBus) >= 5.5 +BuildRequires: pkgconfig(Qt5Gui) >= 5.5 +BuildRequires: pkgconfig(Qt5Network) >= 5.5 +BuildRequires: pkgconfig(Qt5Qml) >= 5.5 +BuildRequires: pkgconfig(Qt5Sql) >= 5.5 +BuildRequires: pkgconfig(Qt5Svg) >= 5.5 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.5 +BuildRequires: pkgconfig(Qt5X11Extras) >= 5.5 +BuildRequires: pkgconfig(Qt5Xml) >= 5.5 BuildRequires: pkgconfig(muparser) +BuildRequires: pkgconfig(python3) %description Access everything with virtually zero effort. Run applications, @@ -50,12 +50,13 @@ %prep %setup -q -%patch0 -p1 %build %cmake \ + -DCMAKE_INSTALL_LIBDIR="%{_lib}" \ -DCMAKE_SHARED_LINKER_FLAGS="" \ - -DCMAKE_SKIP_RPATH=OFF + -DCMAKE_SKIP_RPATH=OFF \ + -DBUILD_VIRTUALBOX=OFF make %{?_smp_mflags} V=1 %install @@ -63,6 +64,7 @@ %suse_update_desktop_file %{name} Utility DesktopUtility +%if 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -70,9 +72,9 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root) %doc README.md %{_bindir}/%{name} %{_libdir}/%{name}/ ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="scm">git</param> <param name="url">https://github.com/albertlauncher/albert.git</param> <param name="filename">albert</param> <param name="versionformat">0.14.21</param> <param name="revision">v0.14.21</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version" /> </services>
