Hello community, here is the log from the commit of package albert for openSUSE:Factory checked in at 2017-05-16 14:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/albert (Old) and /work/SRC/openSUSE:Factory/.albert.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "albert" Tue May 16 14:43:22 2017 rev:6 rq:494417 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/albert/albert.changes 2017-02-08 11:04:26.950566380 +0100 +++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes 2017-05-16 14:44:27.241040755 +0200 @@ -1,0 +2,7 @@ +Tue May 9 16:45:47 UTC 2017 - [email protected] + +- Update to version 0.11.1: + * No changelog available. +- Rebase albert-fix-libdir.patch. + +------------------------------------------------------------------- Old: ---- albert-0.9.3.tar.gz New: ---- albert-0.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ albert.spec ++++++ --- /var/tmp/diff_new_pack.hbttil/_old 2017-05-16 14:44:28.396878349 +0200 +++ /var/tmp/diff_new_pack.hbttil/_new 2017-05-16 14:44:28.400877787 +0200 @@ -17,12 +17,12 @@ Name: albert -Version: 0.9.3 +Version: 0.11.1 Release: 0 Summary: Desktop agnostic launcher License: GPL-3.0+ Group: System/GUI/Other -Url: https://github.com/albertlauncher/albert +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 @@ -33,6 +33,7 @@ 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 ++++++ albert-0.9.3.tar.gz -> albert-0.11.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/albert/albert-0.9.3.tar.gz /work/SRC/openSUSE:Factory/.albert.new/albert-0.11.1.tar.gz differ: char 13, line 1 ++++++ albert-fix-libdir.patch ++++++ --- /var/tmp/diff_new_pack.hbttil/_old 2017-05-16 14:44:28.452870482 +0200 +++ /var/tmp/diff_new_pack.hbttil/_new 2017-05-16 14:44:28.456869920 +0200 @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -27,6 +27,10 @@ endif(CMAKE_BUILD_TYPE STREQUAL "Debug") +@@ -31,6 +31,10 @@ endif(CMAKE_BUILD_TYPE STREQUAL "Debug") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) @@ -13,10 +13,10 @@ add_subdirectory(src/lib/) --- a/src/application/CMakeLists.txt +++ b/src/application/CMakeLists.txt -@@ -43,7 +43,7 @@ target_include_directories(${PROJECT_NAM - ) +@@ -9,7 +9,7 @@ add_executable(${PROJECT_NAME} main.cpp) + target_link_libraries(${PROJECT_NAME} albertcore) - # Set the RPATH so that libraries get found + # Set the RPATH for the library lookup -set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/albert") +set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${LIB_INSTALL_DIR}/albert") @@ -24,15 +24,19 @@ install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin) --- a/src/lib/albert/CMakeLists.txt +++ b/src/lib/albert/CMakeLists.txt -@@ -37,4 +37,4 @@ target_link_libraries(${PROJECT_NAME} +@@ -52,7 +52,7 @@ target_link_libraries(${PROJECT_NAME} ) + # Set the RPATH for the library lookup +-set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/albert") ++set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${LIB_INSTALL_DIR}/albert") + # Install target -install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/albert) +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert") --- a/src/lib/globalshortcut/CMakeLists.txt +++ b/src/lib/globalshortcut/CMakeLists.txt -@@ -42,4 +42,4 @@ target_include_directories(${PROJECT_NAM +@@ -45,4 +45,4 @@ target_include_directories(${PROJECT_NAM target_link_libraries(${PROJECT_NAME} PRIVATE ${LIB}) # Install target @@ -71,9 +75,20 @@ # Install target -install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/albert/plugins) +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") +--- a/src/plugins/CMakeLists.txt ++++ b/src/plugins/CMakeLists.txt +@@ -3,7 +3,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden) + set(CMAKE_VISIBILITY_INLINES_HIDDEN 1) + + # Set the RPATH for the library lookup +-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/albert") ++set(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}/albert") + + add_subdirectory(applications) + add_subdirectory(calculator) --- a/src/plugins/debug/CMakeLists.txt +++ b/src/plugins/debug/CMakeLists.txt -@@ -27,4 +27,4 @@ target_include_directories(${PROJECT_NAM +@@ -29,4 +29,4 @@ target_include_directories(${PROJECT_NAM target_link_libraries(${PROJECT_NAME} ${LIB}) # Install target @@ -89,7 +104,7 @@ +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") --- a/src/plugins/files/CMakeLists.txt +++ b/src/plugins/files/CMakeLists.txt -@@ -34,4 +34,4 @@ target_link_libraries(${PROJECT_NAME} +@@ -33,4 +33,4 @@ target_link_libraries(${PROJECT_NAME} ) # Install target @@ -103,6 +118,22 @@ # Install target -install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/albert/plugins) +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") +--- a/src/plugins/mpris/CMakeLists.txt ++++ b/src/plugins/mpris/CMakeLists.txt +@@ -28,4 +28,4 @@ target_link_libraries(${PROJECT_NAME} + ) + + # Install target +-install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/albert/plugins) ++install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") +--- a/src/plugins/ssh/CMakeLists.txt ++++ b/src/plugins/ssh/CMakeLists.txt +@@ -30,4 +30,4 @@ target_link_libraries(${PROJECT_NAME} + ) + + # Install target +-install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/albert/plugins) ++install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") --- a/src/plugins/system/CMakeLists.txt +++ b/src/plugins/system/CMakeLists.txt @@ -30,4 +30,4 @@ target_link_libraries(${PROJECT_NAME} @@ -113,7 +144,7 @@ +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") --- a/src/plugins/templateExtension/CMakeLists.txt +++ b/src/plugins/templateExtension/CMakeLists.txt -@@ -25,4 +25,4 @@ target_include_directories(${PROJECT_NAM +@@ -27,4 +27,4 @@ target_include_directories(${PROJECT_NAM target_link_libraries(${PROJECT_NAME} ${LIB}) # Install target @@ -121,7 +152,7 @@ +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") --- a/src/plugins/terminal/CMakeLists.txt +++ b/src/plugins/terminal/CMakeLists.txt -@@ -30,4 +30,4 @@ target_link_libraries(${PROJECT_NAME} +@@ -32,4 +32,4 @@ target_link_libraries(${PROJECT_NAME} ) # Install target @@ -129,7 +160,7 @@ +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION "${LIB_INSTALL_DIR}/albert/plugins") --- a/src/plugins/virtualbox/CMakeLists.txt +++ b/src/plugins/virtualbox/CMakeLists.txt -@@ -30,4 +30,4 @@ target_link_libraries(${PROJECT_NAME} +@@ -28,4 +28,4 @@ target_link_libraries(${PROJECT_NAME} ) # Install target
