This commit is contained in:
parent
ed7d91b4b9
commit
bc1004f4a0
@ -17,7 +17,7 @@ Index: pidgin-2.4.2/configure.ac
|
|||||||
+if test "x$enable_gnome_keyring" = "xyes"; then
|
+if test "x$enable_gnome_keyring" = "xyes"; then
|
||||||
+ PKG_CHECK_MODULES(PURPLE_KEYRING,
|
+ PKG_CHECK_MODULES(PURPLE_KEYRING,
|
||||||
+ gnome-keyring-1,
|
+ gnome-keyring-1,
|
||||||
+ AC_DEFINE(VINO_ENABLE_KEYRING, [], [Set if we should use gnome-keyring]))
|
+ AC_DEFINE(PURPLE_ENABLE_KEYRING, [], [Set if we should use gnome-keyring]))
|
||||||
+fi
|
+fi
|
||||||
+
|
+
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 12:11:13 EST 2009 - jpr@novell.com
|
||||||
|
|
||||||
|
- Fix keyring patch so the keyring paths actually get used
|
||||||
|
(bnc #327391)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 10:22:44 CET 2008 - ro@suse.de
|
Tue Nov 25 10:22:44 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
11
pidgin.spec
11
pidgin.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin (Version 2.5.1)
|
# spec file for package pidgin (Version 2.5.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://www.pidgin.im/
|
Url: http://www.pidgin.im/
|
||||||
@ -906,6 +906,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gnt.pc
|
%{_libdir}/pkgconfig/gnt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 06 2009 jpr@novell.com
|
||||||
|
- Fix keyring patch so the keyring paths actually get used
|
||||||
|
(bnc #327391)
|
||||||
* Tue Nov 25 2008 ro@suse.de
|
* Tue Nov 25 2008 ro@suse.de
|
||||||
- comment out libpurple2-mono on ppc64 for the moment to fix
|
- comment out libpurple2-mono on ppc64 for the moment to fix
|
||||||
build (no native mono on ppc64)
|
build (no native mono on ppc64)
|
||||||
@ -1157,7 +1160,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Fixed bug bnc #308639
|
+ Fixed bug bnc #308639
|
||||||
* Thu Sep 06 2007 sbrabec@suse.cz
|
* Thu Sep 06 2007 sbrabec@suse.cz
|
||||||
- Dropped gaim-compat package, fixed provides/obsoletes (#296952).
|
- Dropped gaim-compat package, fixed provides/obsoletes (#296952).
|
||||||
* Fri Aug 17 2007 ro@suse.de
|
* Thu Aug 16 2007 ro@suse.de
|
||||||
- fix requires: require libpurple-lang instead of pidgin-lang
|
- fix requires: require libpurple-lang instead of pidgin-lang
|
||||||
* Tue Aug 14 2007 maw@suse.de
|
* Tue Aug 14 2007 maw@suse.de
|
||||||
- Use %%lang_package -n libpurple instead.
|
- Use %%lang_package -n libpurple instead.
|
||||||
@ -1179,7 +1182,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Mon Jul 23 2007 maw@suse.de
|
* Mon Jul 23 2007 maw@suse.de
|
||||||
- Add includes.patch, fixing the build when new versions of
|
- Add includes.patch, fixing the build when new versions of
|
||||||
evolution-data-server are installed.
|
evolution-data-server are installed.
|
||||||
* Tue Jun 12 2007 ro@suse.de
|
* Mon Jun 11 2007 ro@suse.de
|
||||||
- avoid string compare with char literal (use strcmp)
|
- avoid string compare with char literal (use strcmp)
|
||||||
* Thu May 31 2007 sbrabec@suse.cz
|
* Thu May 31 2007 sbrabec@suse.cz
|
||||||
- Updated to version 2.0.1:
|
- Updated to version 2.0.1:
|
||||||
|
Loading…
Reference in New Issue
Block a user