Mailinglist Archive: opensuse-commit (1177 mails)
| < Previous | Next > |
commit licq for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 16 Jan 2009 01:49:21 +0100
- Message-id: <20090116004922.2F9AB6780A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package licq for openSUSE:Factory
checked in at Fri Jan 16 01:49:21 CET 2009.
--------
--- KDE/licq/licq.changes 2008-11-21 10:07:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/licq/licq.changes 2009-01-08
13:58:48.000000000 +0100
@@ -1,0 +2,35 @@
+Thu Jan 8 10:59:17 CET 2009 - mseben@xxxxxxx
+
+- updated to version 1.3.6
+- changes since 1.3.5:
+ * Various bugs in both Licq and plugins that caused crashes have
+ been fixed.
+ * Prevent DoS attack by adding limit to number of incoming
+ connections accepted.
+ * Properly handle backslashes in auto responses.
+ * ICQ: Updated client id sent to server to enable login after
+ 2008-07-01.
+ * ICQ: Use MD5 based authentication for login instead of sending
+ plain text password.
+ * ICQ: Support for downloading contact pictures from server.
+ * MSN: Fixed a problem with contact pictures sometimes failing to
+ download.
+ * Plugin API: Functions using Uin parameter have been deprecated.
+ * Plugin API: Improved group handling.
+ - Qt4-Gui :
+ * Message dialog has new layout which uses less space for the
+ controls.
+ * Settings dialog pages has been reorganized with fewer options
+ per page for easier navigation.
+ * User info dialog has been extended to also include pages with
+ user settings.
+ * Settings dialog and user info dialog now uses a navigation-tree
+ pane instead of tabs.
+ * A completely new history dialog with easier navigation and search
+ functionality.
+ * Message dialog remember its position and size (tabbed mode only).
+ * Option to display user image in message dialog.
+ * Contact list shows contacts awaiting authorization in different
+ colour
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
licq-1.3.5.3-array_del.patch
licq-1.3.5.3-config-fix.patch
licq-1.3.5.3-two_desktop_files.patch
licq-1.3.5.3-userinfodlg.patch
licq-1.3.5.3-viewurl.patch
licq-20080716.tar.bz2
New:
----
licq-1.3.6-array_del.patch
licq-1.3.6-config-fix.patch
licq-1.3.6.tar.bz2
licq-1.3.6-two_desktop_files.patch
licq-1.3.6-userinfodlg.patch
licq-1.3.6-viewurl.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ licq.spec ++++++
--- /var/tmp/diff_new_pack.Jk8020/_old 2009-01-16 01:48:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Jk8020/_new 2009-01-16 01:48:53.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package licq (Version 1.3.5.3)
+# spec file for package licq (Version 1.3.6)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,10 @@
License: GPL v2 or later
Group: Productivity/Networking/ICQ
AutoReqProv: on
-Version: 1.3.5.3
-Release: 41
+Version: 1.3.6
+Release: 1
Summary: Linux ICQ Client
-Source: licq-20080716.tar.bz2
+Source: %{name}-%{version}.tar.bz2
# Maybe in future will somebody make icqnd plugin get working
# icqnd subpackage has been droped for 11.1
#icqndURL: http://icqnd.sourceforge.net/
@@ -87,7 +87,7 @@
%prep
-%setup -n licq-20080716
+%setup -n %{name}-%{version}
## move icqnd source into plugins where it belongs
#mv 0.2BETA plugins/icqnd
%patch1
@@ -109,7 +109,7 @@
export CXXFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
export CPPFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
%endif
-make -f Makefile.cvs
+#make -f Makefile.cvs
aclocal
automake
autoconf
@@ -123,7 +123,7 @@
cd plugins
cp -a qt-gui kde-gui
cd rms
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
autoconf
@@ -145,7 +145,7 @@
# make %{?jobs:-j%jobs}
###
cd ../console
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
autoconf
@@ -162,7 +162,7 @@
make %{?jobs:-j%jobs}
cd ..
cd ../qt-gui
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
perl am_edit {src/,share/,po/}Makefile.in
@@ -174,7 +174,7 @@
--mandir=%{_mandir}
make %{?jobs:-j%jobs}
cd ../kde-gui
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
perl am_edit {src/,share/,po/}Makefile.in
@@ -187,7 +187,7 @@
--mandir=%{_mandir}
make %{?jobs:-j%jobs}
cd ../email
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal -I /usr/share/aclocal
automake
autoconf
@@ -197,7 +197,7 @@
--mandir=%{_mandir}
make %{?jobs:-j%jobs}
cd ../auto-reply
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
autoconf
@@ -207,7 +207,7 @@
--mandir=%{_mandir}
make %{?jobs:-j%jobs}
cd ../osd
- make -f Makefile.cvs
+# make -f Makefile.cvs
gettextize -f
aclocal
automake
@@ -218,7 +218,7 @@
--mandir=%{_mandir}
make %{?jobs:-j%jobs}
cd ../msn
- make -f Makefile.cvs
+# make -f Makefile.cvs
aclocal
automake
autoconf
@@ -324,6 +324,38 @@
#%lang(de) /usr/share/locale/de/LC_MESSAGES/icqnd.mo
%changelog
+* Thu Jan 08 2009 mseben@xxxxxxx
+- updated to version 1.3.6
+- changes since 1.3.5:
+ * Various bugs in both Licq and plugins that caused crashes have
+ been fixed.
+ * Prevent DoS attack by adding limit to number of incoming
+ connections accepted.
+ * Properly handle backslashes in auto responses.
+ * ICQ: Updated client id sent to server to enable login after
+ 2008-07-01.
+ * ICQ: Use MD5 based authentication for login instead of sending
+ plain text password.
+ * ICQ: Support for downloading contact pictures from server.
+ * MSN: Fixed a problem with contact pictures sometimes failing to
+ download.
+ * Plugin API: Functions using Uin parameter have been deprecated.
+ * Plugin API: Improved group handling.
+ - Qt4-Gui :
+ * Message dialog has new layout which uses less space for the
+ controls.
+ * Settings dialog pages has been reorganized with fewer options
+ per page for easier navigation.
+ * User info dialog has been extended to also include pages with
+ user settings.
+ * Settings dialog and user info dialog now uses a navigation-tree
+ pane instead of tabs.
+ * A completely new history dialog with easier navigation and search
+ functionality.
+ * Message dialog remember its position and size (tabbed mode only).
+ * Option to display user image in message dialog.
+ * Contact list shows contacts awaiting authorization in different
+ colour
* Fri Nov 21 2008 mseben@xxxxxxx
- fixed array delete *-array_del.patch [#444973 request]
* Wed Jul 16 2008 lmichnovic@xxxxxxx
++++++ licq-1.3.5.3-array_del.patch -> licq-1.3.6-array_del.patch ++++++
++++++ licq-1.3.5.3-config-fix.patch -> licq-1.3.6-config-fix.patch ++++++
++++++ licq-20080716.tar.bz2 -> licq-1.3.6.tar.bz2 ++++++
++++ 408579 lines of diff (skipped)
++++++ licq-1.3.5.3-two_desktop_files.patch ->
licq-1.3.6-two_desktop_files.patch ++++++
++++++ licq-1.3.5.3-userinfodlg.patch -> licq-1.3.6-userinfodlg.patch ++++++
++++++ licq-1.3.5.3-viewurl.patch -> licq-1.3.6-viewurl.patch ++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |