Mailinglist Archive: opensuse-commit (1157 mails)

< Previous Next >
commit licq
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 03 Oct 2007 01:06:23 +0200
  • Message-id: <20071002230623.787886781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package licq
checked in at Wed Oct 3 01:06:23 CEST 2007.

--------
--- KDE/licq/licq.changes       2007-08-15 15:50:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/licq/licq.changes      2007-10-02 21:29:45.000000000 +0200
@@ -1,0 +2,20 @@
+Tue Oct  2 21:29:44 CEST 2007 - lmichnovic@xxxxxxx
+
+- update to version 1.3.5 RC1 with new features:
+ * New "Date format" option for customizing date and time in
+   message and history windows.
+ * The local time of contacts can be displayed in contact list and
+   popup information.
+ * New option to use double return instead of Ctrl+Return for
+   sending and in input dialogs.
+ * Skins can now set a separate background color for group headings
+   in the contact list. (Parameter colors.groupBack)
+ * Tabs in chatdialog can be closed by middle clicking on them.
+- obsoletes nostrip.patch, datetime.patch, condition.patch,
+  crash_on_authorization.patch
+- no magic with licq_constants.h on 64 bit arch is needed any more
+  which was in config-fix.patch
+- installing icon licq.png
+- split off devel package
+
+-------------------------------------------------------------------

Old:
----
  icqnd-0.1.9.6-libdir_64bit.patch
  licq-1.3.4-bool.patch
  licq-1.3.4-condition.patch
  licq-1.3.4-crash_on_authorization.patch
  licq-1.3.4-datetime.patch
  licq-1.3.4-declaration.patch
  licq-1.3.4-nostrip.patch
  licq-1.3.4.tar.bz2
  licq-1.3.4-two_desktop_files.patch
  licq-1.3.4-userinfodlg.patch
  licq-1.3.4-viewurl.patch
  licq-config-fix.patch

New:
----
  icqnd-0.1.9-do_not_strip.patch
  icqnd-0.1.9-libdir_64bit.patch
  licq-1.3.4.9.1-bool.patch
  licq-1.3.4.9.1-config-fix.patch
  licq-1.3.4.9.1-declaration.patch
  licq-1.3.4.9.1-two_desktop_files.patch
  licq-1.3.4.9.1-userinfodlg.patch
  licq-1.3.4.9.1-viewurl.patch
  licq-1.3.5-rc1.tar.bz2

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

Other differences:
------------------
++++++ licq.spec ++++++
--- /var/tmp/diff_new_pack.y11943/_old  2007-10-03 01:06:15.000000000 +0200
+++ /var/tmp/diff_new_pack.y11943/_new  2007-10-03 01:06:15.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package licq (Version 1.3.4)
+# spec file for package licq (Version 1.3.4.9.1)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -19,29 +19,30 @@
 %endif
 License:        GPL v2 or later
 Group:          Productivity/Networking/ICQ
-Autoreqprov:    on
-Version:        1.3.4
-Release:        104
+AutoReqProv:    on
+Version:        1.3.4.9.1
+Release:        1
 Summary:        Linux ICQ Client
-Source:         %{name}-%{version}.tar.bz2
+Source:         licq-1.3.5-rc1.tar.bz2
 Source1:        icqnd-0.2BETA.tar.bz2
 Source2:        licq.png
 %if %suse_version > 1000
 Recommends:     sox
 %endif
-Patch1:         %{name}-config-fix.patch
+Patch1:         %{name}-%{version}-config-fix.patch
 Patch2:         %{name}-assert.patch
 Patch3:         %{name}-%{version}-bool.patch
-Patch4:         %{name}-%{version}-nostrip.patch
-Patch5:         %{name}-%{version}-declaration.patch
-Patch6:         %{name}-%{version}-datetime.patch
-Patch7:         %{name}-%{version}-userinfodlg.patch
-Patch8:         %{name}-%{version}-viewurl.patch
-Patch9:         %{name}-%{version}-two_desktop_files.patch
-Patch10:        %{name}-%{version}-condition.patch
-Patch11:        %{name}-%{version}-crash_on_authorization.patch
-Patch20:        icqnd-0.1.9.6-libdir_64bit.patch
-URL:            http://www.licq.org/
+#Patch4:         %{name}-%{version}-nostrip.patch #
+Patch4:         %{name}-%{version}-declaration.patch
+#Patch6:         %{name}-%{version}-datetime.patch #
+Patch5:         %{name}-%{version}-userinfodlg.patch
+Patch6:         %{name}-%{version}-viewurl.patch
+Patch7:         %{name}-%{version}-two_desktop_files.patch
+#Patch10:        %{name}-%{version}-condition.patch
+#Patch11:        %{name}-%{version}-crash_on_authorization.patch
+Patch20:        icqnd-0.1.9-libdir_64bit.patch
+Patch21:        icqnd-0.1.9-do_not_strip.patch
+Url:            http://www.licq.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,16 @@
 
 
 
+%package devel
+Summary:        Development files of Licq
+Group:          Development/Sources
+Requires:       licq = %{version}
+
+%description devel
+Header files of Licq program.
+
+
+
 %package icqnd
 Summary:        GTK-2 GUI plugin for Licq
 Group:          Productivity/Networking/ICQ
@@ -77,7 +88,7 @@
     Joachim Staib <staib@xxxxxxxxxxxx>
 
 %prep
-%setup -a1
+%setup -a1 -n licq-1.3.5-rc1
 # move icqnd source into plugins where it belongs
 mv 0.2BETA plugins/icqnd
 %patch1
@@ -87,12 +98,9 @@
 %patch5
 %patch6
 %patch7
-%patch8
-%patch9
-%patch10
-%patch11
 #patches for icqnd
 %patch20
+%patch21
 
 %build
 %if %suse_version > 1001
@@ -242,6 +250,9 @@
 #rm -rf doc/CVS
 install -m 644 doc/*  $RPM_BUILD_ROOT%{_prefix}/share/doc/packages/licq
 chmod 755 `find $RPM_BUILD_ROOT%{_prefix}/share/licq -type d`
+# install icon
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
+install -m 644 %{S:2} $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/
 %if %suse_version < 1010
 %suse_update_desktop_file -i licq Network InstantMessaging
 %else
@@ -267,21 +278,40 @@
 %{_libdir}/licq/
 %{_prefix}/share/licq/
 %{_prefix}/share/locale/*/LC_MESSAGES/*.mo
-%{_prefix}/include/licq/
+# files in include dir go to devel subpackage
+%exclude %{_prefix}/include/licq/
 /usr/share/applications/licq.desktop
 /usr/share/pixmaps/licq.png
 %exclude %{_libdir}/licq/*.*a
-%exclude %{_prefix}/include/licq/*.h
-#This goes to subpackage 
 %exclude %{_libdir}/licq/licq_icqnd.so
 %exclude /usr/share/licq/icqnd
 
+%files devel
+%defattr(-,root,root,755)
+%{_prefix}/include/licq/
+
 %files icqnd
 %defattr(-,root,root,755)
 %{_libdir}/licq/licq_icqnd.so
 /usr/share/licq/icqnd
-
 %changelog
+* Tue Oct 02 2007 - lmichnovic@xxxxxxx
+- update to version 1.3.5 RC1 with new features:
+  * New "Date format" option for customizing date and time in
+  message and history windows.
+  * The local time of contacts can be displayed in contact list and
+  popup information.
+  * New option to use double return instead of Ctrl+Return for
+  sending and in input dialogs.
+  * Skins can now set a separate background color for group headings
+  in the contact list. (Parameter colors.groupBack)
+  * Tabs in chatdialog can be closed by middle clicking on them.
+- obsoletes nostrip.patch, datetime.patch, condition.patch,
+  crash_on_authorization.patch
+- no magic with licq_constants.h on 64 bit arch is needed any more
+  which was in config-fix.patch
+- installing icon licq.png
+- split off devel package
 * Wed Aug 15 2007 - lmichnovic@xxxxxxx
 - upstream patch solves possible Licq crashing when authentization
   request comes (crash_on_authorization.patch)

++++++ icqnd-0.1.9-do_not_strip.patch ++++++
--- plugins/icqnd/src/Makefile.am
+++ plugins/icqnd/src/Makefile.am
@@ -80,7 +80,6 @@
                          $(GTKSPELL_LIBS)\
                          -pthread \
                          -gthread-2.0 \
-                         -s \
                          -module \
                          -avoid-version \
                          -rpath $(libdir)
++++++ icqnd-0.1.9.6-libdir_64bit.patch -> icqnd-0.1.9-libdir_64bit.patch ++++++

++++++ licq-1.3.4-bool.patch -> licq-1.3.4.9.1-bool.patch ++++++

++++++ licq-1.3.4.9.1-config-fix.patch ++++++
--- plugins/auto-reply/src/Makefile.am
+++ plugins/auto-reply/src/Makefile.am
@@ -1,4 +1,4 @@
-libdir=@libdir@/licq/
+#libdir = $(prefix)/lib/licq
 plugindir = $(libdir)
 licq_incdir = @LICQ_INCLUDES@
 
--- plugins/console/src/Makefile.am
+++ plugins/console/src/Makefile.am
@@ -1,4 +1,4 @@
-libdir=@libdir@/licq/
+#libdirlibdir=@libdir@/licq/
 plugindir = $(libdir)
 licq_incdir = @LICQ_INCLUDES@
 
--- plugins/email/src/Makefile.am
+++ plugins/email/src/Makefile.am
@@ -1,4 +1,4 @@
-libdir=@libdir@/licq/
+#libdir = $(prefix)/lib/licq/
 plugindir = $(libdir)
 licq_incdir = @LICQ_INCLUDES@
 
--- plugins/msn/src/Makefile.am
+++ plugins/msn/src/Makefile.am
@@ -1,4 +1,4 @@
-libdir=@libdir@/licq/
+#libdir=@libdir@/licq/
 plugindir = $(libdir)
 licq_incdir = @LICQ_INCLUDES@
 
--- plugins/qt-gui/src/Makefile.am
+++ plugins/qt-gui/src/Makefile.am
@@ -1,6 +1,6 @@
 EXTRA_DIST = xpm
 
-libdir=@libdir@/licq/
+#libdir=@libdir@/licq/
 licq_incdir = $(LICQ_INCLUDES)
 
 AM_CPPFLAGS = -D_REENTRANT \
--- plugins/rms/src/Makefile.am
+++ plugins/rms/src/Makefile.am
@@ -1,4 +1,4 @@
-libdir=@libdir@/licq/
+#libdir = $(prefix)/lib/licq/
 plugindir = $(libdir)
 licq_incdir = @LICQ_INCLUDES@
 
++++++ licq-1.3.4-declaration.patch -> licq-1.3.4.9.1-declaration.patch ++++++

++++++ licq-1.3.4-two_desktop_files.patch -> licq-1.3.4.9.1-two_desktop_files.patch ++++++

++++++ licq-1.3.4-userinfodlg.patch -> licq-1.3.4.9.1-userinfodlg.patch ++++++

++++++ licq-1.3.4-viewurl.patch -> licq-1.3.4.9.1-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 >
This Thread