Hello community,

here is the log from the commit of package licq for openSUSE:Factory checked in 
at 2013-11-07 08:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/licq (Old)
 and      /work/SRC/openSUSE:Factory/.licq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "licq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/licq/licq.changes        2013-01-29 
06:45:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.licq.new/licq.changes   2013-11-07 
08:42:42.000000000 +0100
@@ -1,0 +2,33 @@
+Mon Nov  4 15:48:11 UTC 2013 - dap.darkn...@gmail.com
+
+- update to version 1.8.1
+  * Fixed crash when shutting down plugins
+  * Handle slashes in account/contact ids
+  * Fixed timestamp overflow problem causing CPU spin
+  * Build: Made Doxygen support optional
+  * Build: Fixed build problem with socks support
+  * Aosd: Update to build with GLib 2.36
+  * Qt4-Gui: Brought Turkish translation up to date
+  * Qt4-Gui: Fixed build problems with OS X
+  * Fixed some memory leaks
+  * Removed console plugin (no longer maintained)
+  * Support for multiple owners for MSN and Jabber
+  * Change config file structure to support multiple owners
+  * Plugin API: Add a mainloop class that plugins can use
+  * Plugin API: Many changes to better support multiple owners
+  * Plugin API: Separated plugin helper function from interface
+  * Auto-Reply: Apply startup status to all owners
+  * Fifo: Don't hang if data doesn't end with a line break
+  * Forwarder: Apply startup status to all owners
+  * ICQ: Some non-UTF8 messages were converted from UTF8 instead of to
+  * ICQ: Moved from daemon and built as separate protocol plugin
+  * MSN: Moved MSN specific typing notification logic from Qt4-Gui
+  * Qt4-Gui: Contact list only showed typing icon for ICQ contacts
+  * Qt4-Gui: Ask for missing password before trying to log on
+  * RMS: Apply auto response changes to all owners
+- Qt >= 4.7 became required to prevent failing builds for old releases.
+- Added licq-1.8.1-65026d6.patch to prevent compiling error:
+  https://github.com/licq-im/licq/commit/65026d6
+- BuildRoot and %clean were removed as unnecessary.
+
+-------------------------------------------------------------------

Old:
----
  licq-1.7.1.tar.bz2

New:
----
  licq-1.8.1-65026d6.patch
  licq-1.8.1.tar.bz2

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

Other differences:
------------------
++++++ licq.spec ++++++
--- /var/tmp/diff_new_pack.5PSDum/_old  2013-11-07 08:42:43.000000000 +0100
+++ /var/tmp/diff_new_pack.5PSDum/_new  2013-11-07 08:42:43.000000000 +0100
@@ -26,17 +26,20 @@
 BuildRequires:  libassuan-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  xosd-devel
-Version:        1.7.1
+BuildRequires:  pkgconfig(QtGui) >= 4.7
+Version:        1.8.1
 Release:        0
 Summary:        Linux ICQ Client
 License:        GPL-2.0+
 Group:          Productivity/Networking/ICQ
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://switch.dl.sourceforge.net/project/licq/licq/%{version}/licq-%{version}.tar.bz2
 Source2:        licq.png
 Recommends:     sox
 Patch2:         licq-1.5.0-remove_desktop_file.patch
+# TODO: please drop it after the next subj update!
+# PATCH-FIX-UPSTREAM to prevent compiling error.
+Patch3:         licq-1.8.1-65026d6.patch
 Url:            http://www.licq.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Licq includes all the basic features of ICQ, like sending and receiving
@@ -96,6 +99,7 @@
 %prep
 %setup
 %patch2 -p1
+%patch3
 
 # disabled for now (deps missing)
 rm -r plugins/aosd plugins/jabber
@@ -129,9 +133,6 @@
 %find_lang licq_osd_plugin %{name}.lang
 %fdupes -s $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root,755)
 %doc %{_docdir}/licq/

++++++ licq-1.8.1-65026d6.patch ++++++
--- plugins/qt4-gui/src/helpers/usercodec.h.orig        2013-10-28 
15:26:38.000000000 +0300
+++ plugins/qt4-gui/src/helpers/usercodec.h     2013-11-04 00:11:07.699000003 
+0300
@@ -20,13 +20,14 @@
 #ifndef USERCODEC_H
 #define USERCODEC_H
 
+#include <QObject>
 #include <QString>
 
 namespace LicqQtGui
 {
 class UserCodec
 {
-  Q_OBJECT
+  Q_GADGET
 
 public:
   struct encoding_t
++++++ licq-1.7.1.tar.bz2 -> licq-1.8.1.tar.bz2 ++++++
++++ 284665 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to