commit albert for openSUSE:Factory

2020-02-24 Thread root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2020-02-24 15:53:45

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new.26092 (New)


Package is "albert"

Mon Feb 24 15:53:45 2020 rev:11 rq:778609 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2019-05-02 
19:18:55.889592668 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new.26092/albert.changes 2020-02-24 
15:54:05.263696504 +0100
@@ -1,0 +2,13 @@
+Sun Feb 23 13:54:00 UTC 2020 - Max Lin 
+
+- Build requires pkgconfig(xext) explicity, libXrandr-devel was pulled
+  by vulkan at build time in Leap 15.2, thus libXext-devel was pulled
+  at build due libXrabdr-devel wasn't there, this end up with bild
+  error - cannot find shape.h
+
+---
+Thu Oct 17 13:01:33 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.9NHW5w/_old  2020-02-24 15:54:07.011700397 +0100
+++ /var/tmp/diff_new_pack.9NHW5w/_new  2020-02-24 15:54:07.011700397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package albert
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,6 @@
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0-or-later
-Group:  System/GUI/Other
 URL:https://albertlauncher.github.io/
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  cmake
@@ -43,6 +42,7 @@
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.9
 BuildRequires:  pkgconfig(muparser)
 BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(xext)
 
 %description
 Access everything with virtually zero effort. Run applications,




commit albert for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2019-05-02 19:18:49

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new.5148 (New)


Package is "albert"

Thu May  2 19:18:49 2019 rev:10 rq:699732 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2019-01-08 
12:29:42.544191609 +0100
+++ /work/SRC/openSUSE:Factory/.albert.new.5148/albert.changes  2019-05-02 
19:18:55.889592668 +0200
@@ -1,0 +2,5 @@
+Mon Mar 18 00:05:10 UTC 2019 - Simon Lees 
+
+- %make_jobs -> %cmake_build
+
+---



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.ioFoYw/_old  2019-05-02 19:18:57.245595055 +0200
+++ /var/tmp/diff_new_pack.ioFoYw/_new  2019-05-02 19:18:57.245595055 +0200
@@ -58,7 +58,7 @@
   -DCMAKE_SHARED_LINKER_FLAGS=""   \
   -DCMAKE_SKIP_RPATH=OFF   \
   -DBUILD_VIRTUALBOX=OFF
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install




commit albert for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2019-01-08 12:27:08

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new.28833 (New)


Package is "albert"

Tue Jan  8 12:27:08 2019 rev:9 rq:662265 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2018-06-29 
22:28:27.422390180 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new.28833/albert.changes 2019-01-08 
12:29:42.544191609 +0100
@@ -1,0 +2,31 @@
+Tue Jan  1 09:04:51 UTC 2019 - to...@ledfan.be
+
+- Update to version 0.16.1:
+  *  [albert] Fix default plugin lookup path
+  *  [albert] Fix flicker when changing frontends
+  *  [albert] Fix “Terminal option resets after a restart”
+  *  [albert] Link libglobalshortcut statically
+  *  [albert] Add a build flag for QtCharts
+  *  [albert] Drop debug options if favor of QLoggingCategory env vars
+  *  [plugins:ssh] Fix input regex. Sort by length then lexically.
+  *  [plugins:ssh] Use backward compatible ssh url syntax
+  *  [plugins:qml] Consistent form layout
+  *  [modules:aur] Sort items by length first
+
+
+---
+Tue Nov 27 16:28:33 UTC 2018 - mcalabk...@suse.com
+
+- Update to version 0.14.22:
+  * Fix settings not shown on missing hotkey
+  * Update comments
+  * Fix travis #2
+  * Fix travis build
+  * v0.14.22
+  * Add telemetry checkbox. Closes #697
+  * Add telemetry question.
+  * fixed typo (#711)
+  * Update ISSUE_TEMPLATE.md
+  * Backward compatibility.
+
+---

Old:

  albert-0.14.21.tar.xz

New:

  albert-0.16.1.tar.xz



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.VMfbwf/_old  2019-01-08 12:29:43.252190837 +0100
+++ /var/tmp/diff_new_pack.VMfbwf/_new  2019-01-08 12:29:43.252190837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package albert
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:   albert
-Version:0.14.21
+Version:0.16.1
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0-or-later
@@ -29,17 +29,18 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-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(Qt5Charts) >= 5.9
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.9
+BuildRequires:  pkgconfig(Qt5Core) >= 5.9
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.9
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.9
+BuildRequires:  pkgconfig(Qt5Network) >= 5.9
+BuildRequires:  pkgconfig(Qt5Qml) >= 5.9
+BuildRequires:  pkgconfig(Qt5Sql) >= 5.9
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.9
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.9
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.9
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.9
 BuildRequires:  pkgconfig(muparser)
 BuildRequires:  pkgconfig(python3)
 
@@ -57,7 +58,7 @@
   -DCMAKE_SHARED_LINKER_FLAGS=""   \
   -DCMAKE_SKIP_RPATH=OFF   \
   -DBUILD_VIRTUALBOX=OFF
-make %{?_smp_mflags} V=1
+%make_jobs
 
 %install
 %cmake_install

++ _service ++
--- /var/tmp/diff_new_pack.VMfbwf/_old  2019-01-08 12:29:43.280190806 +0100
+++ /var/tmp/diff_new_pack.VMfbwf/_new  2019-01-08 12:29:43.280190806 +0100
@@ -3,8 +3,8 @@
 git
 https://github.com/albertlauncher/albert.git
 albert
-0.14.21
-v0.14.21
+0.14.22
+v0.14.22
   
   
 *.tar

++ albert-0.14.21.tar.xz -> albert-0.16.1.tar.xz ++
/work/SRC/openSUSE:Factory/albert/albert-0.14.21.tar.xz 
/work/SRC/openSUSE:Factory/.albert.new.28833/albert-0.16.1.tar.xz differ: char 
25, line 1




commit albert for openSUSE:Factory

2018-06-29 Thread root
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.changes2017-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 - sor.ale...@meowr.ru
+
+- 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 sor.ale...@meowr.ru -- 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 ++

  
git
https://github.com/albertlauncher/albert.git
albert
0.14.21
v0.14.21
  
  
*.tar
xz
  
  




commit albert for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2017-06-05 18:50:49

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new (New)


Package is "albert"

Mon Jun  5 18:50:49 2017 rev:7 rq:501138 version:0.11.3

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2017-05-16 
14:44:27.241040755 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes   2017-06-05 
18:51:19.284935520 +0200
@@ -1,0 +2,6 @@
+Mon Jun  5 11:10:39 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.11.3:
+  * No changelog available.
+
+---

Old:

  albert-0.11.1.tar.gz

New:

  albert-0.11.3.tar.gz



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.q6Cnpq/_old  2017-06-05 18:51:19.736871815 +0200
+++ /var/tmp/diff_new_pack.q6Cnpq/_new  2017-06-05 18:51:19.736871815 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   albert
-Version:0.11.1
+Version:0.11.3
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0+

++ albert-0.11.1.tar.gz -> albert-0.11.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/albert-0.11.1/.travis.yml 
new/albert-0.11.3/.travis.yml
--- old/albert-0.11.1/.travis.yml   2017-04-16 13:17:45.0 +0200
+++ new/albert-0.11.3/.travis.yml   2017-05-28 23:57:15.0 +0200
@@ -5,22 +5,20 @@
   - clang
   - gcc
 
-before_install:
-- sudo apt-get install -qq cmake qtbase5-dev libqt5x11extras5-dev 
libqt5svg5-dev libmuparser-dev
- 
-before_script:
-  - mkdir build
-  - cd build
-  - cmake ..  -DCMAKE_BUILD_TYPE=Release 
-  
+install:
+  - sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y  # Qt-5.5
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq cmake qt55base qt55x11extras qt55svg 
libmuparser-dev
+
 script:
-- make
-# Test installation process
-- make DESTDIR=/tmp/albertbuild install
-
+  - source /opt/qt55/bin/qt55-env.sh
+  - cmake . -DCMAKE_BUILD_TYPE=Debug
+  - make
+  - sudo make install
+
 notifications:
   irc:
 channels:
   - "chat.freenode.net#albertlauncher"
-on_success: never # default: always
+on_success: always # default: always
 on_failure: always # default: always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/albert-0.11.1/CMakeLists.txt 
new/albert-0.11.3/CMakeLists.txt
--- old/albert-0.11.1/CMakeLists.txt2017-04-16 13:17:45.0 +0200
+++ new/albert-0.11.3/CMakeLists.txt2017-05-28 23:57:15.0 +0200
@@ -16,10 +16,6 @@
 # Color make output
 SET(CMAKE_COLOR_MAKEFILE ON)
 
-# Do not export symbols by default
-set(CMAKE_CXX_VISIBILITY_PRESET hidden)
-set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
-
 # Suppress gcc details
 if(CMAKE_BUILD_TYPE STREQUAL "Debug")
 SET(CMAKE_VERBOSE_MAKEFILE ON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/albert-0.11.1/ISSUE_TEMPLATE.md 
new/albert-0.11.3/ISSUE_TEMPLATE.md
--- old/albert-0.11.1/ISSUE_TEMPLATE.md 2017-04-16 13:17:45.0 +0200
+++ new/albert-0.11.3/ISSUE_TEMPLATE.md 2017-05-28 23:57:15.0 +0200
@@ -1,7 +1,9 @@
 

commit albert for openSUSE:Factory

2017-05-16 Thread root
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.changes2017-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 - sor.ale...@meowr.ru
+
+- 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 sor.ale...@meowr.ru -- 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")
+ 
+ 

commit albert for openSUSE:Factory

2017-02-08 Thread root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2017-02-08 11:04:25

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new (New)


Package is "albert"

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2016-08-03 
11:44:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes   2017-02-08 
11:04:26.950566380 +0100
@@ -1,0 +2,8 @@
+Mon Feb  6 19:20:22 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.9.3:
+  * No changelog available.
+- Add albert-fix-libdir.patch: Install libraries into a correct
+  directory.
+
+---

Old:

  albert-0.8.10.tar.gz

New:

  albert-0.9.3.tar.gz
  albert-fix-libdir.patch



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.L4rFWN/_old  2017-02-08 11:04:27.634471032 +0100
+++ /var/tmp/diff_new_pack.L4rFWN/_new  2017-02-08 11:04:27.634471032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package albert
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,24 +17,29 @@
 
 
 Name:   albert
-Version:0.8.10
+Version:0.9.3
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:https://github.com/ManuelSchneid3r/albert
-Source: 
https://github.com/ManuelSchneid3r/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Url:https://github.com/albertlauncher/albert
+Source: 
https://github.com/albertlauncher/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE albert-fix-libdir.patch sor.ale...@meowr.ru -- Install 
libraries into a correct directory.
+Patch0: %{name}-fix-libdir.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2
 BuildRequires:  pkgconfig(Qt5Core) >= 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(muparser)
 
 %description
@@ -44,20 +49,17 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
-  -DCMAKE_SHARED_LINKER_FLAGS=""
-make %{?_smp_mflags}
+  -DCMAKE_SHARED_LINKER_FLAGS="" \
+  -DCMAKE_SKIP_RPATH=OFF
+make %{?_smp_mflags} V=1
 
 %install
 %cmake_install
 
-# Libraries should not be in /usr/share/.
-mkdir -p %{buildroot}%{_libdir}/%{name}/
-mv -f %{buildroot}%{_datadir}/%{name}/plugins/ 
%{buildroot}%{_libdir}/%{name}/plugins/
-ln -s %{_libdir}/%{name}/plugins/ %{buildroot}%{_datadir}/%{name}/plugins
-
 %suse_update_desktop_file %{name} Utility DesktopUtility
 
 %post
@@ -72,8 +74,8 @@
 %defattr(-,root,root)
 %doc README.md
 %{_bindir}/%{name}
-%{_datadir}/%{name}/
 %{_libdir}/%{name}/
+%{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 

++ albert-0.8.10.tar.gz -> albert-0.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/albert/albert-0.8.10.tar.gz 
/work/SRC/openSUSE:Factory/.albert.new/albert-0.9.3.tar.gz differ: char 12, 
line 1

++ albert-fix-libdir.patch ++
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,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)
 
+if(NOT DEFINED LIB_INSTALL_DIR)
+set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
+endif()
+
 # Build project
 add_subdirectory(src/application/)
 add_subdirectory(src/lib/)
--- a/src/application/CMakeLists.txt
+++ b/src/application/CMakeLists.txt
@@ -43,7 +43,7 @@ target_include_directories(${PROJECT_NAM
 )
 
 # Set the RPATH so that libraries get found
-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} RUNTIME DESTINATION bin)
--- a/src/lib/albert/CMakeLists.txt
+++ b/src/lib/albert/CMakeLists.txt
@@ -37,4 +37,4 @@ target_link_libraries(${PROJECT_NAME}
 )
 
 # Install 

commit albert for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2016-08-03 11:44:32

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new (New)


Package is "albert"

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2016-05-30 
09:58:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes   2016-08-03 
11:44:52.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.10:
+  * No changelog available.
+
+---

Old:

  albert-0.8.9.tar.gz

New:

  albert-0.8.10.tar.gz



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.SRknTC/_old  2016-08-03 11:44:53.0 +0200
+++ /var/tmp/diff_new_pack.SRknTC/_new  2016-08-03 11:44:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   albert
-Version:0.8.9
+Version:0.8.10
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0+

++ albert-0.8.9.tar.gz -> albert-0.8.10.tar.gz ++
 2515 lines of diff (skipped)




commit albert for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2016-05-30 09:58:24

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new (New)


Package is "albert"

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2016-05-10 
09:27:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes   2016-05-30 
09:58:29.0 +0200
@@ -1,0 +2,6 @@
+Sat May 28 15:43:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.9:
+  * No changelog available.
+
+---

Old:

  albert-0.8.8.tar.gz

New:

  albert-0.8.9.tar.gz



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.VWaHFW/_old  2016-05-30 09:58:30.0 +0200
+++ /var/tmp/diff_new_pack.VWaHFW/_new  2016-05-30 09:58:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   albert
-Version:0.8.8
+Version:0.8.9
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0+

++ albert-0.8.8.tar.gz -> albert-0.8.9.tar.gz ++
 2623 lines of diff (skipped)




commit albert for openSUSE:Factory

2016-05-10 Thread h_root
Hello community,

here is the log from the commit of package albert for openSUSE:Factory checked 
in at 2016-05-10 09:27:22

Comparing /work/SRC/openSUSE:Factory/albert (Old)
 and  /work/SRC/openSUSE:Factory/.albert.new (New)


Package is "albert"

Changes:

--- /work/SRC/openSUSE:Factory/albert/albert.changes2015-11-28 
15:19:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.albert.new/albert.changes   2016-05-10 
09:27:23.0 +0200
@@ -1,0 +2,12 @@
+Wed May  4 16:34:01 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.8.
+
+---
+Mon Apr 25 12:47:04 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 0.8.7.2
+  * No changelog available
+- Add pkgconfig(Qt5Svg) requirement; new upstream dependency
+
+---

Old:

  albert-0.8.0.tar.gz

New:

  albert-0.8.8.tar.gz



Other differences:
--
++ albert.spec ++
--- /var/tmp/diff_new_pack.un7UNW/_old  2016-05-10 09:27:24.0 +0200
+++ /var/tmp/diff_new_pack.un7UNW/_new  2016-05-10 09:27:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package albert
 #
-# 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,7 +17,7 @@
 
 
 Name:   albert
-Version:0.8.0
+Version:0.8.8
 Release:0
 Summary:Desktop agnostic launcher
 License:GPL-3.0+
@@ -31,6 +31,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
+BuildRequires:  pkgconfig(Qt5Network) >= 5.2
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.2
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2
 BuildRequires:  pkgconfig(muparser)

++ albert-0.8.0.tar.gz -> albert-0.8.8.tar.gz ++
 22030 lines of diff (skipped)