Accepting request 45013 from GNOME:Apps
Copy from GNOME:Apps/pidgin-sipe based on submit request 45013 from user vuntz OBS-URL: https://build.opensuse.org/request/show/45013 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=14
This commit is contained in:
parent
dd0aec728c
commit
ea2fa81bc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b9e202fed3128de86e5c3cdaff24cf7b40a4e82d437deb8e5b889d3448c18f0
|
||||
size 539870
|
3
pidgin-sipe-1.10.1.tar.bz2
Normal file
3
pidgin-sipe-1.10.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c2a768778f4ecbeab6321dc8668ced88a431a9c9620358bc878568e2968dc0f
|
||||
size 542076
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 10:38:37 UTC 2010 - john@redux.org.uk
|
||||
|
||||
- Update to version 1.10.1
|
||||
+ Fixed bug in the SIPE buddy list hash table functionality
|
||||
reported by a RHEL5 user.
|
||||
+ Fixed Pidgin 2.7.0 API compatibility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 15 21:30:52 UTC 2010 - john@redux.org.uk
|
||||
|
||||
- Fix openSUSE 11.1 build by removing unnecessary BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 17:28:29 CEST 2010 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pidgin-sipe (Version 1.10.0)
|
||||
# spec file for package pidgin-sipe (Version 1.10.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
|
||||
Name: pidgin-sipe
|
||||
Version: 1.10.0
|
||||
Release: 2
|
||||
# FIXME: enable telepathy plugin when it'll be available (not in 1.10.0)
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
# FIXME: enable telepathy plugin when it'll be available (not in 1.10.1)
|
||||
License: GPLv2+
|
||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
||||
Url: http://sipe.sourceforge.net/
|
||||
@ -28,7 +28,9 @@ Group: Productivity/Networking/Instant Messenger
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glib2-devel >= 2.12.0
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: gmime-2_4-devel
|
||||
%endif
|
||||
BuildRequires: intltool
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: libpurple-devel >= 2.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user