Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory
checked in at Wed Aug 24 16:27:54 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/vacuum-im/vacuum-im.changes    2011-08-23 
17:25:11.000000000 +0200
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Tue Aug 23 15:23:33 UTC 2011 - [email protected]
+
+- update to 1.1.1
+  * Fixed bug with handling stanzas from Google XMPP servers
+  * XML parser did not correctly handle the elements with not
+    declared prefixes, which caused to the breaking the connection
+  * Fixed bug in Digest-MD5 authorization for which was not
+    possible to log on some servers
+
+-------------------------------------------------------------------
+Tue Mar 15 14:19:46 UTC 2011 [email protected]
+- update to 1.1.0
+  * Added new plugin for remote controlling
+  * Added shortcuts support
+  * Added support of XEP-0199 - XMPP Ping
+  * Changes of contact status and entry/exit of participants in
+    conference are stored in the history
+  * Added support for arbitrary forms of registration when
+    registering an account on the server
+  * Server side archive preferences support is not longer required
+    for retrieving messages history from server
+  * Added support for older versions of the message history protocol,
+    when the time of message was stored in seconds from the beginning of
+    the conversation
+  * Added ability to disable the establishing of unprotected connection to
+    the server
+  * Contacts list window could be displayed outside the visible screen area
+  * Application fails when turn on or off the search in roster
+  * It was impossible to set the empty status text
+  * At an account the following sign to the global status could be lost after
+    reconnection because of breakage of connection with a server
+  * Windows with new messages does not always pop up on top of other windows
+  * Application may fail on closing options dialog
+  * Fixed problems displaying photos in vCard
+  * Application may fail on unsuccessful attempt to connect
+  * Not all history messages collections with the same start time was displayed
+    in hisroty window
+  * Recent messages with specified ThreadId could not be deleted from local 
archive
+  * When closing the connection initiated by the server vacuum does not 
generate an
+    error and re-reconnection was not started
+  * By transfer of the rest of a file after connection breakage already 
obtained data
+    could be rubbed clean by zero
+-------------------------------------------------------------------
+Sat Dec 18 18:19:46 UTC 2010 [email protected]
+
+- update to 1.0.2

calling whatdependson for head-i586


New:
----
  vacuum-1.1.1.tar.bz2
  vacuum-im.changes
  vacuum-im.spec

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

Other differences:
------------------
++++++ vacuum-im.spec ++++++
#
# spec file for package vacuum-im
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define sname vacuum
%define rbuild 1591

Name:           %{sname}-im
Summary:        Crossplatform Jabber client written on Qt
Version:        1.1.1
Release:        1
%if 0%{?suse_version} < 1120
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%endif
License:        GPLv3
Group:          Productivity/Networking/Instant Messenger
Source:         %{sname}-%{version}.tar.bz2
Url:            http://www.vacuum-im.org/
BuildRequires:  cmake >= 2.8
BuildRequires:  libQtWebKit-devel libqt4-devel openssl-devel
BuildRequires:  fdupes update-desktop-files

%description
The core program is just a plugin loader - all functionality is made
available via plugins. This enforces modularity and ensures well defined
component interaction via interfaces.

%define libname libvacuumutils1_7

%package -n %{libname}

Summary:        Shared library libvacuumutils for Vacuum-IM
License:        GPLv3
Group:          System/Libraries

%description -n %{libname}
This package includes shared libraris needed to work Vacuum-IM program.

%package devel
Summary:        Development Files for Vacuum-IM
License:        GPLv3
Group:          Development/Libraries/C and C++
Requires:       %{libname} = %{version}
Requires:       %{name} = %{version}

%description devel
This package includes files needed to develop Vacuum-IM modules.

%prep
%setup -q -n %{sname}-%{version}
sed -i 's/\r$//' AUTHORS
sed -i 's/\r$//' COPYING
sed -i 's/\r$//' README
sed -i 's/\r$//' INSTALL
sed -i 's/\r$//' CHANGELOG

%build
uname -m
%{__mkdir} build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVER_STRING="%{rbuild}" 
-DINSTALL_SDK=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DINSTALL_LIB_DIR=%{_lib}
%{__make} %{?_smp_mflags}

%install
pushd build
DESTDIR=%{buildroot} %{make_install}
popd
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo128.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo96.png 
%{buildroot}%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo64.png 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo48.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo32.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo24.png 
%{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{__install} -D -m644 resources/menuicons/shared/mainwindowlogo16.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
sed  "s/Exec=%{sname}/Exec=%{name}/;s/Icon=%{sname}/Icon=%{name}/" 
%{buildroot}%{_datadir}/applications/%{sname}.desktop > 
%{buildroot}%{_datadir}/applications/%{name}.desktop
rm -f %{buildroot}%{_datadir}/applications/%{sname}.desktop
mv %{buildroot}%{_datadir}/pixmaps/%{sname}.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
mv %{buildroot}%{_bindir}/%sname %{buildroot}%{_bindir}/%{name}
%suse_update_desktop_file -c %{name} "Vacuum-IM" "Jabber Client" %{name} 
%{name}.png Network InstantMessaging
#fix: Installed (but unpackaged) file(s) found
rm -rf %{buildroot}%{_datadir}/doc

%fdupes %{buildroot}%{_datadir}

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS CHANGELOG COPYING
%{_bindir}/%name
%dir %{_libdir}/%{sname}
%dir %{_libdir}/%{sname}/plugins
%{_libdir}/%{sname}/plugins/*.so
%dir %{_datadir}/%{sname}
%dir %{_datadir}/%{sname}/resources
%{_datadir}/%{sname}/resources/*
%dir %{_datadir}/%{sname}/translations
%{_datadir}/%{sname}/translations/*
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/*
%dir %{_datadir}/icons/hicolor/*/apps
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libvacuumutils.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/libvacuumutils.so
%{_includedir}/%{sname}

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to