Mailinglist Archive: opensuse-commit (1130 mails)

< Previous Next >
commit pidgin-mrim for openSUSE:Factory

Hello community,

here is the log from the commit of package pidgin-mrim for openSUSE:Factory
checked in at Thu Aug 4 11:24:16 CEST 2011.



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

--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/pidgin-mrim/pidgin-mrim.changes
2011-06-17 04:06:39.000000000 +0200
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Fri Jun 17 04:05:12 CEST 2011 - vuntz@xxxxxxxxxxxx
+
+- Cleanup for inclusion in Factory.
+
+-------------------------------------------------------------------
+Sun May 29 08:53:40 UTC 2011 - gav@xxxxxxxxxxxx
+
+- Update to version 0.1.28:
+ + UserAgent
+ + X-Status
+ + Gtk+ SMS_send form
+ + MyWorld Integration
+ + Log SMS to History
+
+-------------------------------------------------------------------
+Thu Jan 6 6:22:17 UTC 2011 - gav@xxxxxxxxxxxx
+
+- initial package
+

calling whatdependson for head-i586


New:
----
mrim-prpl-0.1.28.tar.gz
pidgin-mrim-fix-build.patch
pidgin-mrim.changes
pidgin-mrim.spec

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

Other differences:
------------------
++++++ pidgin-mrim.spec ++++++
#
# spec file for package pidgin-mrim
#
# 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/
#



Name: pidgin-mrim
%define _name mrim-prpl
Version: 0.1.28
Release: 1
License: GPLv2+
Summary: Pidgin plugin for Mail.ru
Url: http://code.google.com/p/mrim-prpl/
Group: Productivity/Networking/Instant Messenger
Source0: http://mrim-prpl.googlecode.com/files/%{_name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM pidgin-mrim-fix-build.patch -- Fix build caused by wrong
API usage
Patch0: pidgin-mrim-fix-build.patch
BuildRequires: pidgin
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(purple)
Requires: libpurple-plugin-mrim = %{version}
Requires: pidgin
Supplements: packageand(libpurple-plugin-mrim:pidgin}
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
This is a Mail.ru plugin for Pidgin.

It provides support for the MPP/MrIM protocol, popular in Russia.

%package -n libpurple-plugin-mrim
License: GPLv2+
Summary: Libpurple plugin for Mail.ru
Group: Productivity/Networking/Instant Messenger
Requires: libpurple
Enhances: libpurple

%description -n libpurple-plugin-mrim
This is a Mail.ru plugin for Pidgin.

It provides support for the MPP/MrIM protocol, popular in Russia.

%lang_package -n libpurple-plugin-mrim
%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
# When below tests fail, we can now remove the chmod
test -x LICENSE
test -x README
chmod a-x LICENSE README

%build
%configure --gtk
make %{?_smp_mflags}

%install
%make_install LIBDIR=%{_lib}
%find_lang %{_name}

%clean
rm -rf %{buildroot}

%files -n libpurple-plugin-mrim
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README
%{_libdir}/purple-2/libmrim.so

%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README
%{_datadir}/pixmaps/pidgin/protocols/*/mrim.png

%files -n libpurple-plugin-mrim-lang -f %{_name}.lang

%changelog
++++++ pidgin-mrim-fix-build.patch ++++++
Index: mrim-prpl-0.1.28/message.c
===================================================================
--- mrim-prpl-0.1.28.orig/message.c
+++ mrim-prpl-0.1.28/message.c
@@ -48,8 +48,13 @@ void mrim_message_offline(PurpleConnecti
gchar* msg_decoded=NULL;
gsize len_decoded=0;
gsize len_correct=0;
+ gchar* buf=NULL;
+
+ g_strstrip(encoding);
+ buf = g_ascii_strdown (encoding, -1);
+ g_free (encoding);
+ encoding = buf;

- encoding = g_ascii_tolower( *g_strstrip(encoding) ); //
TODO test
if(encoding && g_strcmp0(encoding,"base64")==0)
{
msg_decoded = (gchar*)
purple_base64_decode(msg, &len_decoded); // Allowed?

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



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
  • No further messages