diff --git a/pidgin-sipe-1.10.0.tar.bz2 b/pidgin-sipe-1.10.0.tar.bz2 new file mode 100644 index 0000000..49d593f --- /dev/null +++ b/pidgin-sipe-1.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9e202fed3128de86e5c3cdaff24cf7b40a4e82d437deb8e5b889d3448c18f0 +size 539870 diff --git a/pidgin-sipe-1.9.1.tar.bz2 b/pidgin-sipe-1.9.1.tar.bz2 deleted file mode 100644 index d40abf1..0000000 --- a/pidgin-sipe-1.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe31f6b1a006fa0e2c87ecc7b4cc41a0e93a5b0abf9bd10f4bcc7dc851469492 -size 492312 diff --git a/pidgin-sipe.changes b/pidgin-sipe.changes index 2ed7308..17f11ee 100644 --- a/pidgin-sipe.changes +++ b/pidgin-sipe.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Apr 04 13:30:00 BST 2010 - pier11@operamail.com + +- Update to version 1.10.0: + + Feature sf#2823160: Access Levels (2007+ environment) + + Feature sf#2957811: add support for "automaton" class + + Feature sf#2972823: fail on in-line variable declarations + + Fixed sf#2971422: handle OCS 2005 idiosyncrasy of varying SIP + URI case + + Fixed sf#2981563: Authentication protocol v4 - invalid + signature of some incoming messages containing + P-Asserted-Identity or P-Preferred-Identity with uppercased SIP + or TEL in URI. + + Fixed publication/"409 Conflict" endless looping + + Prepare for Pidgin 2.7.0 + + Added SVG icon artwork + + Many changes to configure script. Be sure to look at "configure + --help" + + Many internal changes to prepare for non-purple backends + + New build requirements: libxml2, glib-2.0 >= 2.12.0 + + New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for + non-purple backends +- Add BuildRequires: glib2-devel >= 2.12.0 +- Add --enable-purple --disable-telepathy to configure +- Add %check section. +- Add %{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg with + workarounds for SLE11, openSUSE 11.0/1 don't have + pidgin/protocols/scalable directory. + ------------------------------------------------------------------- Wed Mar 17 22:11:51 CET 2010 - dimstar@opensuse.org diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index 6a4a242..0ab61c7 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -1,5 +1,5 @@ # -# spec file for package pidgin-sipe (Version 1.9.1) +# spec file for package pidgin-sipe (Version 1.10.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,14 +18,17 @@ Name: pidgin-sipe -Version: 1.9.1 +Version: 1.10.0 Release: 1 +# FIXME: enable telepathy plugin when it'll be available (not in 1.10.0) License: GPLv2+ Summary: Pidgin protocol plugin to connect to MS Office Communicator Url: http://sipe.sourceforge.net/ Group: Productivity/Networking/Instant Messenger Source: %{name}-%{version}.tar.bz2 BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 2.12.0 +BuildRequires: gmime-2_4-devel BuildRequires: intltool BuildRequires: krb5-devel BuildRequires: libpurple-devel >= 2.4.0 @@ -69,14 +72,24 @@ It implements the extended version of SIP/SIMPLE used by various products: %build %{?env_options} -%configure --with-krb5 +%configure \ + --with-krb5 \ + --enable-purple \ + --disable-telepathy make %{_smp_mflags} %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print +# SLES11 defines suse_version = 1110 +%if 0%{?suse_version} && 0%{?suse_version} < 1120 +rm -r %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/scalable +%endif %find_lang %{name} +%check +make check + %clean rm -rf %{buildroot} @@ -89,5 +102,9 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc AUTHORS COPYING %{_datadir}/pixmaps/pidgin/protocols/*/sipe.png +# SLES11 defines suse_version = 1110 +%if !0%{?suse_version} || 0%{?suse_version} >= 1120 +%{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg +%endif %changelog