Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2013-10-11 11:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacuum-im (Old)
 and      /work/SRC/openSUSE:Factory/.vacuum-im.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vacuum-im"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes      2013-03-17 
10:13:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2013-10-11 
11:05:06.000000000 +0200
@@ -1,0 +2,34 @@
+Mon Oct  7 10:26:37 UTC 2013 - egdf...@opensuse.org
+
+- Change source archive type to xz
+- Add patch fix_utils_version.patch to set correcrtly shared libreary name
+- update to 1.2.3
+  * Added twitter status icons
+  * Added the periodic vCard updating
+  * Conference name is added to the title of conference settings window
+  * Improved the recognition of links in the text
+  * Limited the maximum number of recognizable smiles in the message
+  * Limited the maximum number of messages (500 messages) in the chat
+    window for simple message styles
+  * Limited the maximum number of visible chars in the name of the tab in
+    message tab window
+  * The application will fail if the server terminates the connection before
+    the user enters the password
+  * Removing of avatars in several selected accounts or contacts was not
+    working
+  * The application may fail on removing from history active conversation
+  * Corrected URL copying from Chrome in to the message entry field
+  * Added correct support of CDATA in XML stream parser
+  * Fixed admission of letters in contacts search line at a fast typing
+  * The notice of a mention in conferences didn't work if the nickname ends
+    not with a letter and not with digit
+  * Some offline messages may not be stored in the history
+  * Fixed endless request of privacy list rules if server returns list
+    without rules
+  * The application was not completed correctly when current session in OS
+    is closing
+  * Messages load from history could follow in the chat window in the wrong
+    order when they received within one second
+  * Restrictions on the maximum size of the file in file archive didn't work
+
+-------------------------------------------------------------------

Old:
----
  vacuum-im-1.2.2.tar.bz2

New:
----
  fix_utils_version.patch
  vacuum-im-1.2.3.tar.xz

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

Other differences:
------------------
++++++ vacuum-im.spec ++++++
--- /var/tmp/diff_new_pack.FrPGjo/_old  2013-10-11 11:05:09.000000000 +0200
+++ /var/tmp/diff_new_pack.FrPGjo/_new  2013-10-11 11:05:09.000000000 +0200
@@ -18,20 +18,22 @@
 
 
 %define sname vacuum
-%define rbuild 2128
+%define rbuild 2288
 Name:           %{sname}-im
 Summary:        Crossplatform Jabber client written on Qt
 License:        GPL-3.0
 Group:          Productivity/Networking/Instant Messenger 
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
-%if 0%{?suse_version} < 1120
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%endif
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM fix_cmake_rules.patch
 Patch0:         fix_cmake_rules.patch
+# PATCH-FEATURE-UPSTREAM paranoia.patch
 Patch1:         paranoia.patch
+# PATCH-FIX-OPENSUSE fix_default_smiles.patch
 Patch2:         fix_default_smiles.patch
+# PATCH-FEATURE-UPSTREAM fix_utils_version.patch
+Patch3:         fix_utils_version.patch
 Url:            http://www.vacuum-im.org/
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
@@ -39,6 +41,7 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  xz
 Recommends:     %{name}-plugins-spellchecker
 Recommends:     %{name}-lang
 
@@ -72,11 +75,18 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 %build
 %{__mkdir} build
 cd build
-cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVER_STRING="%{rbuild}" 
-DINSTALL_SDK=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DINSTALL_APP_DIR=%{name} 
-DINSTALL_LIB_DIR=%{_lib} -DINSTALL_DOC_DIR=%{_defaultdocdir}
+cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo\
+        -DVER_STRING="%{rbuild}"\
+        -DINSTALL_SDK=1\
+        -DCMAKE_INSTALL_PREFIX=%{_prefix}\
+        -DINSTALL_APP_DIR=%{name}\
+        -DINSTALL_LIB_DIR=%{_lib}\
+        -DINSTALL_DOC_DIR=%{_defaultdocdir}
 %{__make} %{?_smp_mflags}
 
 %install

++++++ fix_utils_version.patch ++++++
Index: config.cmake
===================================================================
--- config.cmake        (revision 2289)
+++ config.cmake        (working copy)
@@ -3,7 +3,7 @@
 
 if (UNIX)
        set(VERSION_UTILS 1.17.0)
-       set(VERSION_UTILS_ABI 1.17)
+       set(VERSION_UTILS_ABI 17)
 endif (UNIX)
 
 if (APPLE)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to