Hello community,

here is the log from the commit of package vacuum-im-plugins-dbusnotifications 
for openSUSE:Factory checked in at 2018-01-03 13:39:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacuum-im-plugins-dbusnotifications (Old)
 and      /work/SRC/openSUSE:Factory/.vacuum-im-plugins-dbusnotifications.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vacuum-im-plugins-dbusnotifications"

Wed Jan  3 13:39:19 2018 rev:10 rq:557558 version:1.5.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/vacuum-im-plugins-dbusnotifications/vacuum-im-plugins-dbusnotifications.changes
  2012-09-11 09:20:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.vacuum-im-plugins-dbusnotifications.new/vacuum-im-plugins-dbusnotifications.changes
     2018-01-03 13:39:20.035339168 +0100
@@ -2 +2 @@
-Mon Sep 10 13:32:10 UTC 2012 - [email protected]
+Thu Dec 14 20:15:18 UTC 2017 - [email protected]
@@ -4 +4,4 @@
-- remove buildrequire on library, already required by -devel
+- update to 1.5.3
+  * fix memory leak
+  * listen Notification service restarted
+  * don't show actions in popup for error notifications
@@ -7 +10,53 @@
-Tue Jul 31 16:52:20 UTC 2012 - [email protected]
+Sun Dec 10 18:24:48 UTC 2017 - [email protected]
+ 
+- Rectify RPM group. Replace unnecessary %__-type macro
+  indirections.
+
+------------------------------------------------------------------
+Mon Dec 26 22:19:08 UTC 2016 - [email protected]
+
+- update to 1.5.0
+  * port to Qt5
+
+-------------------------------------------------------------------
+Fri Apr 24 19:57:41 UTC 2015 - [email protected]
+
+- update source (1.2.2)
+  * support Vacuum-IM SDKv35
+
+-------------------------------------------------------------------
+Sun Aug 17 15:02:09 UTC 2014 - [email protected]
+
+- update source
+  * sync with last changes in vacuum-im
+
+-------------------------------------------------------------------
+Wed Dec 25 16:25:06 UTC 2013 - [email protected]
+
+- upate to 1.2.0
+  * Detect dbus notifications provider features for "show buttons"
+    option
+  * Always remove HTML tags. Irrespective of dbus notifications
+    provider support
+
+-------------------------------------------------------------------
+Mon Oct 29 10:15:02 UTC 2012 - [email protected]
+
+- update to 1.1.0
+  * Use one NDR_TOOLTIP not two (caption and titile)
+
+-------------------------------------------------------------------
+Sun Oct 21 06:54:50 UTC 2012 - [email protected]
+
+- update to 1.0.3
+  * fix apply settings on startup plagin
+  * remove not useds variables
+
+-------------------------------------------------------------------
+Sun Sep 16 08:34:15 UTC 2012 - [email protected]
+
+- update source
+  * deleted fix_cmake_rules.patch: its now not needen
+
+-------------------------------------------------------------------
+Sun Apr  1 07:19:54 UTC 2012 - [email protected]
@@ -13,0 +69,6 @@
+Thu Mar  8 06:54:35 UTC 2012 - [email protected]
+
+- update to 1.0.1
+  * delete qDebug output in release 
+
+-------------------------------------------------------------------
@@ -17 +78 @@
-  
+  * sync for changes in INotifications

Old:
----
  fix_cmake_rules.patch
  vacuum-im-plugins-dbusnotifications-1.0.2.tar.bz2

New:
----
  vacuum-im-plugins-dbusnotifications-1.5.3.tar.xz

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

Other differences:
------------------
++++++ vacuum-im-plugins-dbusnotifications.spec ++++++
--- /var/tmp/diff_new_pack.9wMk8T/_old  2018-01-03 13:39:20.567162083 +0100
+++ /var/tmp/diff_new_pack.9wMk8T/_new  2018-01-03 13:39:20.571160752 +0100
@@ -1,8 +1,7 @@
 #
 # spec file for package vacuum-im-plugins-dbusnotifications
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright Andrey Karepin <[email protected]>
+# 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
@@ -19,46 +18,46 @@
 
 %define app_name vacuum-im
 Name:           vacuum-im-plugins-dbusnotifications
+Version:        1.5.3
+Release:        0
 Summary:        Vacuum-IM notification messages through system DBus
 License:        GPL-3.0
-Group:          System/Libraries
-Version:        1.0.2
-Release:        0
-%if 0%{?suse_version} < 1120
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%endif
-Source:         %{name}-%{version}.tar.bz2
-Patch0:         fix_cmake_rules.patch
-Url:            http://www.vacuum-im.org/
-Requires:       vacuum-im
+Group:          Productivity/Networking/Instant Messenger
+URL:            http://www.vacuum-im.org/
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
-BuildRequires:  libqt4-devel
+BuildRequires:  libQt5Core-devel
+BuildRequires:  libQt5DBus-devel
+BuildRequires:  libQt5Gui-devel
+BuildRequires:  libQt5Xml-devel
+BuildRequires:  libqt5-qttools-devel
 BuildRequires:  vacuum-im-devel
+BuildRequires:  xz
 
 %description
 The plug-in uses org.freedesktop.Notifications for show of notification 
messages 
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 
 %build
-%{__mkdir} build
-cd build
-cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DINSTALL_LIB_DIR=%{_lib} -DINSTALL_APP_DIR=%{app_name} 
-DINSTALL_DOC_DIR=%{_defaultdocdir}
-%{__make} %{?_smp_mflags}
+%cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DINSTALL_LIB_DIR=%{_lib} \
+       -DINSTALL_APP_DIR=%{app_name} \
+       -DINSTALL_DOC_DIR=%{_defaultdocdir} \
+       -DVACUUM_LIB_PATH=%{_libdir} \
+       -DVACUUM_SDK_PATH=%{_includedir}/%{app_name}
+make %{?_smp_mflags} V=1
 
 %install
-pushd build
-%{make_install}
-popd
+%cmake_install
 
 %fdupes %{buildroot}%{_datadir}
 
 %files
-%defattr(-,root,root)
 %dir %{_libdir}/%{app_name}
 %{_libdir}/%{app_name}/plugins/
 %{_datadir}/%{app_name}


Reply via email to