mirror of
https://abf.rosa.ru/djam/pidgin.git
synced 2025-02-23 13:32:47 +00:00
spec cleanup
This commit is contained in:
parent
6223801a98
commit
89a9f20c26
4 changed files with 18 additions and 981 deletions
|
@ -1,16 +1,15 @@
|
||||||
--- pidgin-2.10.0/libpurple/protocols/gg/gg.c.gg-search 2011-08-18 10:51:03.000000000 +0200
|
--- pidgin-2.10.0/libpurple/protocols/gg/gg.c.orig 2011-08-18 10:51:03.000000000 +0200
|
||||||
+++ pidgin-2.10.0/libpurple/protocols/gg/gg.c 2011-08-22 15:57:02.000000000 +0200
|
+++ pidgin-2.10.0/libpurple/protocols/gg/gg.c 2011-08-21 09:54:41.000000000 +0200
|
||||||
@@ -533,6 +533,9 @@ static void ggp_callback_find_buddies(Pu
|
@@ -533,6 +533,8 @@
|
||||||
purple_request_fields_get_string(fields, "firstname"));
|
purple_request_fields_get_string(fields, "firstname"));
|
||||||
form->nickname = g_strdup(
|
form->nickname = g_strdup(
|
||||||
purple_request_fields_get_string(fields, "nickname"));
|
purple_request_fields_get_string(fields, "nickname"));
|
||||||
+ form->uin = charset_convert(
|
+ form->uin = g_strdup(
|
||||||
+ purple_request_fields_get_string(fields, "uin"),
|
+ purple_request_fields_get_string(fields, "uin"));
|
||||||
+ "UTF-8", "CP1250");
|
|
||||||
form->city = g_strdup(
|
form->city = g_strdup(
|
||||||
purple_request_fields_get_string(fields, "city"));
|
purple_request_fields_get_string(fields, "city"));
|
||||||
form->birthyear = g_strdup(
|
form->birthyear = g_strdup(
|
||||||
@@ -586,6 +589,11 @@ static void ggp_find_buddies(PurplePlugi
|
@@ -586,6 +588,11 @@
|
||||||
purple_request_field_string_set_masked(field, FALSE);
|
purple_request_field_string_set_masked(field, FALSE);
|
||||||
purple_request_field_group_add_field(group, field);
|
purple_request_field_group_add_field(group, field);
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
--- pidgin-2.8.0/libpurple/protocols/gg/gg.c.orig 2011-06-08 03:10:11.000000000 +0200
|
--- pidgin-2.8.0/libpurple/protocols/gg/gg.c.orig 2011-06-08 03:10:11.000000000 +0200
|
||||||
+++ pidgin-2.8.0/libpurple/protocols/gg/gg.c 2011-06-08 03:13:44.000000000 +0200
|
+++ pidgin-2.8.0/libpurple/protocols/gg/gg.c 2011-06-08 03:13:44.000000000 +0200
|
||||||
@@ -1816,6 +1816,11 @@
|
@@ -1816,6 +1816,11 @@
|
||||||
case GG_EVENT_PUBDIR50_SEARCH_REPLY:
|
case GG_EVENT_PUBDIR50_SEARCH_REPLY:
|
||||||
ggp_pubdir_reply_handler(gc, ev->event.pubdir50);
|
ggp_pubdir_reply_handler(gc, ev->event.pubdir50);
|
||||||
break;
|
break;
|
||||||
+ case GG_EVENT_DISCONNECT:
|
+ case GG_EVENT_DISCONNECT:
|
||||||
+ purple_connection_error_reason (gc,
|
+ purple_connection_error_reason (gc,
|
||||||
+ PURPLE_CONNECTION_ERROR_OTHER_ERROR,
|
+ PURPLE_CONNECTION_ERROR_OTHER_ERROR,
|
||||||
+ _("Server Disconnect."));
|
+ _("Server Disconnect."));
|
||||||
+ break;
|
+ break;
|
||||||
case GG_EVENT_TYPING_NOTIFICATION:
|
case GG_EVENT_TYPING_NOTIFICATION:
|
||||||
ggp_typing_notification_handler(gc, ev->event.typing_notification.uin,
|
ggp_typing_notification_handler(gc, ev->event.typing_notification.uin,
|
||||||
ev->event.typing_notification.length);
|
ev->event.typing_notification.length);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- pidgin-2.8.0/libpurple/network.c.reread-resolvconf 2011-06-07 10:44:40.000000000 +0200
|
--- pidgin-2.8.0/libpurple/network.c.reread-resolvconf 2011-06-09 16:30:04.764927571 +0200
|
||||||
+++ pidgin-2.8.0/libpurple/network.c 2011-06-08 03:09:18.000000000 +0200
|
+++ pidgin-2.8.0/libpurple/network.c 2011-06-09 16:31:29.356249181 +0200
|
||||||
@@ -874,8 +874,6 @@
|
@@ -874,8 +874,6 @@
|
||||||
#else
|
#else
|
||||||
case NM_STATE_CONNECTED:
|
case NM_STATE_CONNECTED:
|
||||||
|
|
964
pidgin.spec
964
pidgin.spec
|
@ -26,18 +26,10 @@
|
||||||
%define build_mono 0
|
%define build_mono 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %mdvver < 201020
|
|
||||||
%define build_vv 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %mdvver <= 201100
|
|
||||||
%define build_evolution 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Summary: A GTK+ based multiprotocol instant messaging client
|
Summary: A GTK+ based multiprotocol instant messaging client
|
||||||
Name: pidgin
|
Name: pidgin
|
||||||
Version: 2.10.6
|
Version: 2.10.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Group: Networking/Instant messaging
|
Group: Networking/Instant messaging
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.pidgin.im/
|
URL: http://www.pidgin.im/
|
||||||
|
@ -86,11 +78,7 @@ BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.5
|
||||||
Buildrequires: pkgconfig(ncursesw)
|
Buildrequires: pkgconfig(ncursesw)
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(nspr)
|
BuildRequires: pkgconfig(nspr)
|
||||||
%if %mdkversion >= 201100
|
|
||||||
Buildrequires: pkgconfig(python)
|
Buildrequires: pkgconfig(python)
|
||||||
%else
|
|
||||||
BuildRequires: python-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(samplerate)
|
BuildRequires: pkgconfig(samplerate)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
Buildrequires: pkgconfig(sqlite3)
|
Buildrequires: pkgconfig(sqlite3)
|
||||||
|
@ -122,13 +110,8 @@ BuildRequires: perl-devel
|
||||||
BuildRequires: pkgconfig(mono)
|
BuildRequires: pkgconfig(mono)
|
||||||
%endif
|
%endif
|
||||||
%if %build_vv
|
%if %build_vv
|
||||||
%if %mdvver >= 201200
|
|
||||||
BuildRequires: pkgconfig(farstream-0.1)
|
BuildRequires: pkgconfig(farstream-0.1)
|
||||||
Suggests: gstreamer0.10-farstream
|
Suggests: gstreamer0.10-farstream
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig(farsight2-0.10)
|
|
||||||
Suggests: gstreamer0.10-farsight2
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: %{name}-i18n = %{version}-%{release}
|
Requires: %{name}-i18n = %{version}-%{release}
|
||||||
|
@ -518,948 +501,3 @@ rm -f %{buildroot}%{_libdir}/*.*a
|
||||||
%{_datadir}/purple/ca-certs/Microsoft*
|
%{_datadir}/purple/ca-certs/Microsoft*
|
||||||
%{_datadir}/purple/ca-certs/VeriSign*
|
%{_datadir}/purple/ca-certs/VeriSign*
|
||||||
%{_datadir}/purple/ca-certs/DigiCert*
|
%{_datadir}/purple/ca-certs/DigiCert*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Jul 10 2012 Götz Waschk <waschk@mandriva.org> 2.10.6-1mdv2012.0
|
|
||||||
+ Revision: 808702
|
|
||||||
- add missing gcrypt build dev for gnutls (on cooker)
|
|
||||||
- readd farsight2 dep from 2011 builds
|
|
||||||
- update to new version 2.10.6
|
|
||||||
|
|
||||||
+ Oden Eriksson <oeriksson@mandriva.com>
|
|
||||||
- 2.10.5
|
|
||||||
|
|
||||||
* Wed May 09 2012 Götz Waschk <waschk@mandriva.org> 2.10.4-1
|
|
||||||
+ Revision: 797778
|
|
||||||
- disable evolution support for Cooker
|
|
||||||
- update to new version 2.10.4
|
|
||||||
|
|
||||||
* Tue Mar 27 2012 Sergey Zhemoitel <serg@mandriva.org> 2.10.3-1
|
|
||||||
+ Revision: 787438
|
|
||||||
- update to 2.10.3
|
|
||||||
|
|
||||||
* Fri Mar 16 2012 Per Øyvind Karlsen <peroyvind@mandriva.org> 2.10.2-2
|
|
||||||
+ Revision: 785409
|
|
||||||
- explicitly add soname to liboscar.so & libjabber.so, since we link other
|
|
||||||
plugins against them, fixing dependencies generated (P118)
|
|
||||||
|
|
||||||
* Wed Mar 14 2012 Sergey Zhemoitel <serg@mandriva.org> 2.10.2-1
|
|
||||||
+ Revision: 785022
|
|
||||||
- release up to 2.10.2
|
|
||||||
|
|
||||||
* Tue Dec 13 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 2.10.1-2
|
|
||||||
+ Revision: 740742
|
|
||||||
- fix perl module build (P117)
|
|
||||||
|
|
||||||
* Mon Dec 12 2011 Matthew Dawkins <mattydaw@mandriva.org> 2.10.1-1
|
|
||||||
+ Revision: 740482
|
|
||||||
- last fix for requires
|
|
||||||
- pidgin & finch req client not the otherway around
|
|
||||||
- added build_perl for broken perl build
|
|
||||||
- fixed BRs
|
|
||||||
- major spec clean up
|
|
||||||
- split out purple-client lib
|
|
||||||
- cleans up requires for devel pkg
|
|
||||||
- converted BRs to pkgconfig provides
|
|
||||||
- enabled NM build, NM is now in main
|
|
||||||
- removed pre200900 Obsoletes/Provides
|
|
||||||
- renamed libfinch0 to proper lib name libgnt0
|
|
||||||
- removed dup requires for lib pkgs
|
|
||||||
- removed is this Cooker
|
|
||||||
|
|
||||||
+ Oden Eriksson <oeriksson@mandriva.com>
|
|
||||||
- 2.10.1
|
|
||||||
- various fixes
|
|
||||||
|
|
||||||
* Tue Sep 06 2011 Oden Eriksson <oeriksson@mandriva.com> 2.10.0-3
|
|
||||||
+ Revision: 698448
|
|
||||||
- make it backportable again
|
|
||||||
|
|
||||||
* Mon Aug 22 2011 Götz Waschk <waschk@mandriva.org> 2.10.0-2
|
|
||||||
+ Revision: 696147
|
|
||||||
- update patch 115 and reenable patches
|
|
||||||
|
|
||||||
+ Sergey Zhemoitel <serg@mandriva.org>
|
|
||||||
- off all patchs
|
|
||||||
- new release 2.10.0
|
|
||||||
|
|
||||||
* Mon Jun 27 2011 Sergey Zhemoitel <serg@mandriva.org> 2.9.0-2
|
|
||||||
+ Revision: 687464
|
|
||||||
- import source new version
|
|
||||||
- new version 2.9.0
|
|
||||||
|
|
||||||
+ Götz Waschk <waschk@mandriva.org>
|
|
||||||
- spec cleanup
|
|
||||||
|
|
||||||
* Thu Jun 09 2011 Götz Waschk <waschk@mandriva.org> 2.8.0-2
|
|
||||||
+ Revision: 683415
|
|
||||||
- build against internal libgadu
|
|
||||||
|
|
||||||
* Wed Jun 08 2011 Funda Wang <fwang@mandriva.org> 2.8.0-1
|
|
||||||
+ Revision: 683216
|
|
||||||
- update file list
|
|
||||||
- ther e is no qq protocol
|
|
||||||
- cleanup spec
|
|
||||||
- New version 2.8.0
|
|
||||||
- rediff resolveconf and gg-disconnect patch
|
|
||||||
- remove fetion protocol, will be replaced by pidgin-ofetion
|
|
||||||
|
|
||||||
* Sun May 22 2011 Funda Wang <fwang@mandriva.org> 2.7.11-3
|
|
||||||
+ Revision: 677214
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Thu May 05 2011 Funda Wang <fwang@mandriva.org> 2.7.11-2
|
|
||||||
+ Revision: 669200
|
|
||||||
- br gconf2
|
|
||||||
|
|
||||||
+ Oden Eriksson <oeriksson@mandriva.com>
|
|
||||||
- mass rebuild
|
|
||||||
|
|
||||||
* Fri Mar 11 2011 Götz Waschk <waschk@mandriva.org> 2.7.11-1
|
|
||||||
+ Revision: 643789
|
|
||||||
- update to new version 2.7.11
|
|
||||||
|
|
||||||
* Mon Feb 07 2011 Funda Wang <fwang@mandriva.org> 2.7.10-1
|
|
||||||
+ Revision: 636555
|
|
||||||
- update to new version 2.7.10
|
|
||||||
|
|
||||||
* Mon Dec 27 2010 Funda Wang <fwang@mandriva.org> 2.7.9-1mdv2011.0
|
|
||||||
+ Revision: 625375
|
|
||||||
- update to new version 2.7.9
|
|
||||||
|
|
||||||
* Wed Dec 22 2010 Funda Wang <fwang@mandriva.org> 2.7.8-1mdv2011.0
|
|
||||||
+ Revision: 623830
|
|
||||||
- update BR
|
|
||||||
- new version 2.7.8
|
|
||||||
|
|
||||||
* Mon Nov 29 2010 Tomasz Pawel Gajc <tpg@mandriva.org> 2.7.7-2mdv2011.0
|
|
||||||
+ Revision: 603141
|
|
||||||
- rebuild for new libgadu
|
|
||||||
|
|
||||||
* Wed Nov 24 2010 Götz Waschk <waschk@mandriva.org> 2.7.7-1mdv2011.0
|
|
||||||
+ Revision: 600377
|
|
||||||
- update to new version 2.7.7
|
|
||||||
|
|
||||||
* Mon Nov 22 2010 Götz Waschk <waschk@mandriva.org> 2.7.6-2mdv2011.0
|
|
||||||
+ Revision: 599830
|
|
||||||
- rebuild
|
|
||||||
- update to new version 2.7.6
|
|
||||||
|
|
||||||
* Wed Nov 03 2010 Götz Waschk <waschk@mandriva.org> 2.7.5-3mdv2011.0
|
|
||||||
+ Revision: 592788
|
|
||||||
- rebuild again :-(
|
|
||||||
- rebuild for missing source package
|
|
||||||
|
|
||||||
+ Funda Wang <fwang@mandriva.org>
|
|
||||||
- new snapshot of fetion plugin
|
|
||||||
- new version 2.7.5
|
|
||||||
|
|
||||||
* Mon Nov 01 2010 Funda Wang <fwang@mandriva.org> 2.7.4-2mdv2011.0
|
|
||||||
+ Revision: 591300
|
|
||||||
- rebuild for py 2.7
|
|
||||||
|
|
||||||
* Thu Oct 21 2010 Oden Eriksson <oeriksson@mandriva.com> 2.7.4-1mdv2011.0
|
|
||||||
+ Revision: 587096
|
|
||||||
- 2.7.4
|
|
||||||
- drop one upstream added patch
|
|
||||||
- drop 2008.0 stuff
|
|
||||||
|
|
||||||
* Wed Aug 11 2010 Funda Wang <fwang@mandriva.org> 2.7.3-1mdv2011.0
|
|
||||||
+ Revision: 568947
|
|
||||||
- new version 2.7.3
|
|
||||||
- New version 2.7.2
|
|
||||||
|
|
||||||
* Tue Jun 22 2010 Götz Waschk <waschk@mandriva.org> 2.7.1-1mdv2010.1
|
|
||||||
+ Revision: 548500
|
|
||||||
- new version
|
|
||||||
- disable mono plugin as discussed with the pidgin devs
|
|
||||||
- rediff patches 0,2
|
|
||||||
- drop patches 4,5,100,102,118,120
|
|
||||||
- bump gtk+ dep
|
|
||||||
- build finch with python support
|
|
||||||
|
|
||||||
+ Oden Eriksson <oeriksson@mandriva.com>
|
|
||||||
- added 2008.0 conditionals
|
|
||||||
|
|
||||||
* Mon May 17 2010 Götz Waschk <waschk@mandriva.org> 2.6.6-5mdv2010.1
|
|
||||||
+ Revision: 544964
|
|
||||||
- fix build of the mono plugin
|
|
||||||
- add security patch for msn (CVE-2010-1624)
|
|
||||||
|
|
||||||
* Mon Apr 12 2010 Götz Waschk <waschk@mandriva.org> 2.6.6-4mdv2010.1
|
|
||||||
+ Revision: 533672
|
|
||||||
- add perl plugin patch (bug #58439)
|
|
||||||
|
|
||||||
* Thu Mar 25 2010 Oden Eriksson <oeriksson@mandriva.com> 2.6.6-3mdv2010.1
|
|
||||||
+ Revision: 527400
|
|
||||||
- rebuilt against nss-3.12.6
|
|
||||||
|
|
||||||
* Mon Mar 15 2010 Götz Waschk <waschk@mandriva.org> 2.6.6-2mdv2010.1
|
|
||||||
+ Revision: 519817
|
|
||||||
- add patches for AIM/ICQ client login
|
|
||||||
|
|
||||||
* Thu Feb 18 2010 Oden Eriksson <oeriksson@mandriva.com> 2.6.6-1mdv2010.1
|
|
||||||
+ Revision: 507410
|
|
||||||
- 2.6.6
|
|
||||||
- rediffed P3 but added -avoid-version too
|
|
||||||
|
|
||||||
+ Pascal Terjan <pterjan@mandriva.org>
|
|
||||||
- Do not list evolution package when not built
|
|
||||||
|
|
||||||
* Mon Jan 11 2010 Funda Wang <fwang@mandriva.org> 2.6.5-1mdv2010.1
|
|
||||||
+ Revision: 489460
|
|
||||||
- New version 2.6.5
|
|
||||||
|
|
||||||
* Sat Jan 02 2010 Götz Waschk <waschk@mandriva.org> 2.6.4-3mdv2010.1
|
|
||||||
+ Revision: 485012
|
|
||||||
- don't build evolution plugin on Cooker
|
|
||||||
- prepare for backports
|
|
||||||
|
|
||||||
+ Olivier Blin <blino@mandriva.org>
|
|
||||||
- bump release
|
|
||||||
- default to xdg-open to open links (instead of inexistent mozilla)
|
|
||||||
|
|
||||||
* Mon Nov 30 2009 Götz Waschk <waschk@mandriva.org> 2.6.4-1mdv2010.1
|
|
||||||
+ Revision: 472064
|
|
||||||
- add MXit plugin
|
|
||||||
- new version
|
|
||||||
- drop patches 101, 102, 103
|
|
||||||
- rediff patch 2
|
|
||||||
|
|
||||||
* Sun Oct 25 2009 Götz Waschk <waschk@mandriva.org> 2.6.3-2mdv2010.0
|
|
||||||
+ Revision: 459197
|
|
||||||
- fix tray icon size in KDE (bug #54667)
|
|
||||||
|
|
||||||
* Fri Oct 16 2009 Oden Eriksson <oeriksson@mandriva.com> 2.6.3-1mdv2010.0
|
|
||||||
+ Revision: 457896
|
|
||||||
- dropped P100, applied upstream
|
|
||||||
- rediffed some patches
|
|
||||||
- 2.6.3
|
|
||||||
|
|
||||||
* Sat Oct 10 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 2.6.2-4mdv2010.0
|
|
||||||
+ Revision: 456482
|
|
||||||
- reenable gadu-gadu support, because latest libgadu trunk is fixed
|
|
||||||
|
|
||||||
* Fri Oct 09 2009 Funda Wang <fwang@mandriva.org> 2.6.2-3mdv2010.0
|
|
||||||
+ Revision: 456371
|
|
||||||
- new snapshot of fetion plugin
|
|
||||||
|
|
||||||
* Fri Oct 09 2009 Götz Waschk <waschk@mandriva.org> 2.6.2-2mdv2010.0
|
|
||||||
+ Revision: 456260
|
|
||||||
- disable libgadu build on Cooker, libgadu 1.9.0 is too new
|
|
||||||
- backport some fixes from Monotone and Fedora
|
|
||||||
* Yahoo status change
|
|
||||||
* Yahoo buddy idle time
|
|
||||||
* Jabber crash when validating JID
|
|
||||||
* AIM grab buddy status
|
|
||||||
- really disable vv for backports
|
|
||||||
|
|
||||||
* Mon Sep 07 2009 Götz Waschk <waschk@mandriva.org> 2.6.2-1mdv2010.0
|
|
||||||
+ Revision: 432615
|
|
||||||
- new version
|
|
||||||
- update file list
|
|
||||||
|
|
||||||
* Wed Aug 19 2009 Götz Waschk <waschk@mandriva.org> 2.6.1-1mdv2010.0
|
|
||||||
+ Revision: 418043
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Wed Aug 19 2009 Götz Waschk <waschk@mandriva.org> 2.6.0-1mdv2010.0
|
|
||||||
+ Revision: 417964
|
|
||||||
- new version
|
|
||||||
- rediff patches 2,111,118
|
|
||||||
- drop patches 5,120
|
|
||||||
- update build deps
|
|
||||||
- update file list
|
|
||||||
|
|
||||||
* Tue Aug 18 2009 Frederik Himpe <fhimpe@mandriva.org> 2.5.9-1mdv2010.0
|
|
||||||
+ Revision: 417853
|
|
||||||
- update to new version 2.5.9
|
|
||||||
|
|
||||||
* Sun Aug 09 2009 Funda Wang <fwang@mandriva.org> 2.5.8-2mdv2010.0
|
|
||||||
+ Revision: 411852
|
|
||||||
- new snapshot of fetion plugin
|
|
||||||
|
|
||||||
* Mon Jun 29 2009 Oden Eriksson <oeriksson@mandriva.com> 2.5.8-1mdv2010.0
|
|
||||||
+ Revision: 390445
|
|
||||||
- bump release
|
|
||||||
- 2.5.8
|
|
||||||
- prepare for main/testing
|
|
||||||
|
|
||||||
* Sun Jun 21 2009 Oden Eriksson <oeriksson@mandriva.com> 2.5.7-1mdv2010.0
|
|
||||||
+ Revision: 387569
|
|
||||||
- 2.5.7
|
|
||||||
- drop one upstream implemented patch (P121)
|
|
||||||
|
|
||||||
* Thu Jun 18 2009 Funda Wang <fwang@mandriva.org> 2.5.6-3mdv2010.0
|
|
||||||
+ Revision: 386941
|
|
||||||
- New version of fetion plugin
|
|
||||||
|
|
||||||
* Fri Jun 05 2009 Götz Waschk <waschk@mandriva.org> 2.5.6-2mdv2010.0
|
|
||||||
+ Revision: 382982
|
|
||||||
- fix MSN contact addition
|
|
||||||
|
|
||||||
* Thu May 21 2009 Götz Waschk <waschk@mandriva.org> 2.5.6-1mdv2010.0
|
|
||||||
+ Revision: 378486
|
|
||||||
- fix installation
|
|
||||||
- new version
|
|
||||||
- drop patches 6,7
|
|
||||||
|
|
||||||
* Thu May 07 2009 Götz Waschk <waschk@mandriva.org> 2.5.5-6mdv2010.0
|
|
||||||
+ Revision: 372835
|
|
||||||
- fix crash with new mail notification (bug #49124)
|
|
||||||
- drop old configure option
|
|
||||||
|
|
||||||
* Thu Apr 23 2009 Funda Wang <fwang@mandriva.org> 2.5.5-5mdv2009.1
|
|
||||||
+ Revision: 368796
|
|
||||||
- New fetion snapshot to fix crash when login
|
|
||||||
|
|
||||||
* Thu Apr 02 2009 Götz Waschk <waschk@mandriva.org> 2.5.5-4mdv2009.1
|
|
||||||
+ Revision: 363556
|
|
||||||
- fix crash in msn plugin (bug #49160)
|
|
||||||
|
|
||||||
* Sat Mar 21 2009 Funda Wang <fwang@mandriva.org> 2.5.5-3mdv2009.1
|
|
||||||
+ Revision: 359921
|
|
||||||
- new source of fetion plugin
|
|
||||||
|
|
||||||
+ Götz Waschk <waschk@mandriva.org>
|
|
||||||
- rebuild for bug #48621
|
|
||||||
|
|
||||||
* Wed Mar 04 2009 Götz Waschk <waschk@mandriva.org> 2.5.5-1mdv2009.1
|
|
||||||
+ Revision: 348200
|
|
||||||
- drop patch 4
|
|
||||||
- new version
|
|
||||||
- update file list
|
|
||||||
|
|
||||||
* Mon Mar 02 2009 Götz Waschk <waschk@mandriva.org> 2.5.4-2mdv2009.1
|
|
||||||
+ Revision: 347095
|
|
||||||
- add one time password plugin
|
|
||||||
|
|
||||||
* Tue Jan 13 2009 Götz Waschk <waschk@mandriva.org> 2.5.4-1mdv2009.1
|
|
||||||
+ Revision: 328879
|
|
||||||
- spec fix
|
|
||||||
- update to new version 2.5.4
|
|
||||||
|
|
||||||
* Sun Jan 11 2009 Funda Wang <fwang@mandriva.org> 2.5.3-2mdv2009.1
|
|
||||||
+ Revision: 328305
|
|
||||||
- rebuild for new silc-toolkit
|
|
||||||
|
|
||||||
* Sun Dec 21 2008 Götz Waschk <waschk@mandriva.org> 2.5.3-1mdv2009.1
|
|
||||||
+ Revision: 317116
|
|
||||||
- new version
|
|
||||||
- rediff patches 0,2,111,119
|
|
||||||
- drop patch 117
|
|
||||||
- patches 1,5: fix format strings
|
|
||||||
- update file list
|
|
||||||
|
|
||||||
* Sat Dec 06 2008 Adam Williamson <awilliamson@mandriva.org> 2.5.2-3mdv2009.1
|
|
||||||
+ Revision: 311098
|
|
||||||
- buildrequires dbus-glib-devel
|
|
||||||
- rebuild for new tcl
|
|
||||||
|
|
||||||
* Fri Oct 24 2008 Pascal Terjan <pterjan@mandriva.org> 2.5.2-2mdv2009.1
|
|
||||||
+ Revision: 296924
|
|
||||||
- Add a ugly patch to have the window appear when clicking on the tray icon
|
|
||||||
|
|
||||||
* Mon Oct 20 2008 Götz Waschk <waschk@mandriva.org> 2.5.2-1mdv2009.1
|
|
||||||
+ Revision: 295546
|
|
||||||
- new version
|
|
||||||
- drop patches 100-103
|
|
||||||
|
|
||||||
* Mon Oct 13 2008 Götz Waschk <waschk@mandriva.org> 2.5.1-5mdv2009.1
|
|
||||||
+ Revision: 293134
|
|
||||||
- add several crash fixes from Fedora
|
|
||||||
|
|
||||||
* Wed Oct 01 2008 Frederic Crozat <fcrozat@mandriva.com> 2.5.1-4mdv2009.0
|
|
||||||
+ Revision: 290324
|
|
||||||
- Fix conflicts for 2008.1 upgrade
|
|
||||||
|
|
||||||
* Mon Sep 29 2008 Funda Wang <fwang@mandriva.org> 2.5.1-3mdv2009.0
|
|
||||||
+ Revision: 289226
|
|
||||||
- New snapshot of fetion support
|
|
||||||
|
|
||||||
* Fri Sep 05 2008 Pascal Terjan <pterjan@mandriva.org> 2.5.1-2mdv2009.0
|
|
||||||
+ Revision: 281213
|
|
||||||
- Add a simple patch to avoid a crash (reported upstream as #6972)
|
|
||||||
|
|
||||||
+ Götz Waschk <waschk@mandriva.org>
|
|
||||||
- fix build deps
|
|
||||||
- fix dep of the devel package
|
|
||||||
|
|
||||||
* Mon Sep 01 2008 Götz Waschk <waschk@mandriva.org> 2.5.1-1mdv2009.0
|
|
||||||
+ Revision: 278103
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Wed Aug 20 2008 Götz Waschk <waschk@mandriva.org> 2.5.0-2mdv2009.0
|
|
||||||
+ Revision: 274372
|
|
||||||
- switch to rootcerts
|
|
||||||
|
|
||||||
* Wed Aug 20 2008 Götz Waschk <waschk@mandriva.org> 2.5.0-1mdv2009.0
|
|
||||||
+ Revision: 274213
|
|
||||||
- new version
|
|
||||||
- drop patches 1,113
|
|
||||||
|
|
||||||
* Fri Aug 08 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.3-5mdv2009.0
|
|
||||||
+ Revision: 268321
|
|
||||||
- Patch117: new version(this patch should be included upstream into next pidgin release), of the GG picture sender
|
|
||||||
|
|
||||||
* Tue Jul 22 2008 Funda Wang <fwang@mandriva.org> 2.4.3-4mdv2009.0
|
|
||||||
+ Revision: 240009
|
|
||||||
- New fetion snapshot
|
|
||||||
|
|
||||||
* Tue Jul 22 2008 Funda Wang <fwang@mandriva.org> 2.4.3-3mdv2009.0
|
|
||||||
+ Revision: 240005
|
|
||||||
- disable mono plugin in mips arch
|
|
||||||
|
|
||||||
* Wed Jul 16 2008 Götz Waschk <waschk@mandriva.org> 2.4.3-2mdv2009.0
|
|
||||||
+ Revision: 236381
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Wed Jul 02 2008 Götz Waschk <waschk@mandriva.org> 2.4.3-1mdv2009.0
|
|
||||||
+ Revision: 230612
|
|
||||||
- new version
|
|
||||||
- temporarily disable patch 4
|
|
||||||
- drpo patch 118
|
|
||||||
|
|
||||||
* Wed Jul 02 2008 Pascal Terjan <pterjan@mandriva.org> 2.4.2-12mdv2009.0
|
|
||||||
+ Revision: 230582
|
|
||||||
- Add upstream patch to fix connecting to ICQ
|
|
||||||
|
|
||||||
* Fri Jun 27 2008 Funda Wang <fwang@mandriva.org> 2.4.2-11mdv2009.0
|
|
||||||
+ Revision: 229385
|
|
||||||
- New snapshot of fetion plugin, fix memory leak
|
|
||||||
|
|
||||||
+ Tomasz Pawel Gajc <tpg@mandriva.org>
|
|
||||||
- own missing directories
|
|
||||||
|
|
||||||
* Sun Jun 15 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.2-9mdv2009.0
|
|
||||||
+ Revision: 219309
|
|
||||||
- Patch117: new version of patch
|
|
||||||
|
|
||||||
+ Pixel <pixel@mandriva.com>
|
|
||||||
- rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas
|
|
||||||
- do not call ldconfig in %%post/%%postun, it is now handled by filetriggers
|
|
||||||
|
|
||||||
* Sun Jun 08 2008 Funda Wang <fwang@mandriva.org> 2.4.2-8mdv2009.0
|
|
||||||
+ Revision: 216780
|
|
||||||
- disable msnp14 as it is too broken
|
|
||||||
|
|
||||||
+ Tomasz Pawel Gajc <tpg@mandriva.org>
|
|
||||||
- Patch113: new version
|
|
||||||
- Patch117: new version
|
|
||||||
- clean up buildrequires, descriptions and file list
|
|
||||||
|
|
||||||
* Sat Jun 07 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.2-6mdv2009.0
|
|
||||||
+ Revision: 216736
|
|
||||||
- Patch117: add initial support for sending images for Gadu-Gadu (upstream bug #220, thanks goes to Tomasz S.
|
|
||||||
|
|
||||||
* Sun Jun 01 2008 Funda Wang <fwang@mandriva.org> 2.4.2-5mdv2009.0
|
|
||||||
+ Revision: 214118
|
|
||||||
- add a patch to solve null name for qq group
|
|
||||||
|
|
||||||
* Thu May 29 2008 Funda Wang <fwang@mandriva.org> 2.4.2-4mdv2009.0
|
|
||||||
+ Revision: 213076
|
|
||||||
- build jabber and oscar plugin as module
|
|
||||||
- try build with msnp14
|
|
||||||
|
|
||||||
* Mon May 19 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.2-3mdv2009.0
|
|
||||||
+ Revision: 208977
|
|
||||||
- remove dumb re-defineies
|
|
||||||
- remove old switches for really old mdv releases
|
|
||||||
- add missing buildrequires
|
|
||||||
- enable SILC support
|
|
||||||
- do not package COPYING files, fix all the docs
|
|
||||||
- disable networkmanager as mdv doesn't make any use of it
|
|
||||||
|
|
||||||
* Mon May 19 2008 Funda Wang <fwang@mandriva.org> 2.4.2-2mdv2009.0
|
|
||||||
+ Revision: 208866
|
|
||||||
- do not build networkmanager
|
|
||||||
- should BR nm-utils
|
|
||||||
- only enable nm support on 2009.0
|
|
||||||
|
|
||||||
* Sun May 18 2008 Funda Wang <fwang@mandriva.org> 2.4.2-1mdv2009.0
|
|
||||||
+ Revision: 208575
|
|
||||||
- explicitly enabled evo and cap plugin
|
|
||||||
- disable evolution build
|
|
||||||
- fix file list
|
|
||||||
- BR networkmanager
|
|
||||||
- New version 2.4.2
|
|
||||||
|
|
||||||
* Mon Apr 28 2008 Funda Wang <fwang@mandriva.org> 2.4.1-4mdv2009.0
|
|
||||||
+ Revision: 198017
|
|
||||||
- add fetion protocol into file list
|
|
||||||
- addd fetion support
|
|
||||||
- add patch for new autoconf (from PLD Linux)
|
|
||||||
|
|
||||||
+ Götz Waschk <waschk@mandriva.org>
|
|
||||||
- improve deps for backports
|
|
||||||
|
|
||||||
* Wed Apr 16 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.4.1-3mdv2009.0
|
|
||||||
+ Revision: 194810
|
|
||||||
- drop patch 112 as it was merged upstream
|
|
||||||
- Patch113: new version
|
|
||||||
|
|
||||||
* Wed Apr 09 2008 Götz Waschk <waschk@mandriva.org> 2.4.1-2mdv2009.0
|
|
||||||
+ Revision: 192440
|
|
||||||
- split out purple plugins to pidgin-plugins
|
|
||||||
|
|
||||||
* Wed Apr 02 2008 Götz Waschk <waschk@mandriva.org> 2.4.1-1mdv2008.1
|
|
||||||
+ Revision: 191565
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Thu Mar 06 2008 Götz Waschk <waschk@mandriva.org> 2.4.0-2mdv2008.1
|
|
||||||
+ Revision: 180317
|
|
||||||
- remove facebook plugin
|
|
||||||
|
|
||||||
* Sat Mar 01 2008 Götz Waschk <waschk@mandriva.org> 2.4.0-1mdv2008.1
|
|
||||||
+ Revision: 177360
|
|
||||||
- new version
|
|
||||||
- drop patch 2
|
|
||||||
- update buildrequires
|
|
||||||
|
|
||||||
* Wed Feb 27 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.3.1-4mdv2008.1
|
|
||||||
+ Revision: 175953
|
|
||||||
- Patch116: handle gg server disconnection
|
|
||||||
|
|
||||||
* Mon Feb 18 2008 Götz Waschk <waschk@mandriva.org> 2.3.1-3mdv2008.1
|
|
||||||
+ Revision: 170105
|
|
||||||
- drop unapplied patches 1,114
|
|
||||||
- patch to fix bug #35905 (broken accounts.xml)
|
|
||||||
|
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
|
||||||
- fix gstreamer0.10-devel BR for x86_64
|
|
||||||
|
|
||||||
* Tue Jan 15 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.3.1-2mdv2008.1
|
|
||||||
+ Revision: 152757
|
|
||||||
- seaching people by uin on Gadu-Gadu network is broken, fixing this with patch 115
|
|
||||||
|
|
||||||
+ Olivier Blin <blino@mandriva.org>
|
|
||||||
- restore BuildRoot
|
|
||||||
|
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
|
||||||
- kill re-definition of %%buildroot on Pixel's request
|
|
||||||
|
|
||||||
* Sat Dec 08 2007 Funda Wang <fwang@mandriva.org> 2.3.1-1mdv2008.1
|
|
||||||
+ Revision: 116404
|
|
||||||
- New version 2.3.1
|
|
||||||
|
|
||||||
* Wed Nov 28 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 2.3.0-1mdv2008.1
|
|
||||||
+ Revision: 113537
|
|
||||||
- disable patch 114
|
|
||||||
- set explicit version for libgadu-devel (no SSL support)
|
|
||||||
- update patches 112 and 113, which are required by pidgin-privacy-please
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Thu Oct 25 2007 Götz Waschk <waschk@mandriva.org> 2.2.2-1mdv2008.1
|
|
||||||
+ Revision: 102021
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Fri Oct 12 2007 Pascal Terjan <pterjan@mandriva.org> 2.2.1-2mdv2008.1
|
|
||||||
+ Revision: 97243
|
|
||||||
- Don't crash on Jabber connection refused in non UTF-8 locale (upstream #2247)
|
|
||||||
|
|
||||||
* Wed Oct 03 2007 Götz Waschk <waschk@mandriva.org> 2.2.1-1mdv2008.0
|
|
||||||
+ Revision: 94925
|
|
||||||
- new version
|
|
||||||
- update patch 112
|
|
||||||
- drop patches 114-117
|
|
||||||
|
|
||||||
+ Tomasz Pawel Gajc <tpg@mandriva.org>
|
|
||||||
- new license policy
|
|
||||||
- correct url for source0
|
|
||||||
- remove mixture of tabs and space
|
|
||||||
- add upstream patches 114-117 (memleaks, proxy settings etc.)
|
|
||||||
- rediff patch 111
|
|
||||||
- do not obsolete devel library
|
|
||||||
- enable gnutls
|
|
||||||
- add scriplets
|
|
||||||
- fix file list
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Fri Sep 07 2007 Anssi Hannula <anssi@mandriva.org> 2.1.1-4mdv2008.0
|
|
||||||
+ Revision: 82025
|
|
||||||
- rebuild for new soname of tcl
|
|
||||||
|
|
||||||
* Fri Aug 31 2007 Funda Wang <fwang@mandriva.org> 2.1.1-3mdv2008.0
|
|
||||||
+ Revision: 76499
|
|
||||||
- Synch pp patches with upstream version
|
|
||||||
|
|
||||||
* Wed Aug 22 2007 Götz Waschk <waschk@mandriva.org> 2.1.1-2mdv2008.0
|
|
||||||
+ Revision: 68887
|
|
||||||
- rediff patch 112 (Maarten Vanraes)
|
|
||||||
- reenable patch 113
|
|
||||||
|
|
||||||
* Tue Aug 21 2007 Funda Wang <fwang@mandriva.org> 2.1.1-1mdv2008.0
|
|
||||||
+ Revision: 68173
|
|
||||||
- New version 2.1.1
|
|
||||||
- rediff patch0
|
|
||||||
- disable privacy patch as it does not apply now
|
|
||||||
|
|
||||||
* Sun Aug 12 2007 Funda Wang <fwang@mandriva.org> 2.1.0-2mdv2008.0
|
|
||||||
+ Revision: 62317
|
|
||||||
- fix upgrade
|
|
||||||
|
|
||||||
* Mon Jul 30 2007 Funda Wang <fwang@mandriva.org> 2.1.0-1mdv2008.0
|
|
||||||
+ Revision: 56708
|
|
||||||
- New version 2.1.0
|
|
||||||
|
|
||||||
* Thu Jul 26 2007 David Walluck <walluck@mandriva.org> 2.0.2-4mdv2008.0
|
|
||||||
+ Revision: 56092
|
|
||||||
- add patch for panel icon size
|
|
||||||
|
|
||||||
* Mon Jul 23 2007 Funda Wang <fwang@mandriva.org> 2.0.2-3mdv2008.0
|
|
||||||
+ Revision: 54660
|
|
||||||
- introduce i18n package to reduce dependency of finch
|
|
||||||
- rebuild against new silc-toolkit
|
|
||||||
|
|
||||||
* Fri Jun 29 2007 Andreas Hasenack <andreas@mandriva.com> 2.0.2-2mdv2008.0
|
|
||||||
+ Revision: 45603
|
|
||||||
- rebuild with new rpm-mandriva-setup (-fstack-protector)
|
|
||||||
|
|
||||||
+ Funda Wang <fwang@mandriva.org>
|
|
||||||
- Add obsoletes
|
|
||||||
- New devel policy.
|
|
||||||
|
|
||||||
* Fri Jun 15 2007 Funda Wang <fwang@mandriva.org> 2.0.2-1mdv2008.0
|
|
||||||
+ Revision: 40038
|
|
||||||
- add missing file
|
|
||||||
- patch1 not needed
|
|
||||||
- New version
|
|
||||||
|
|
||||||
* Thu Jun 14 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 2.0.1-5mdv2008.0
|
|
||||||
+ Revision: 39477
|
|
||||||
- really build against libgadu
|
|
||||||
|
|
||||||
* Sat Jun 09 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 2.0.1-4mdv2008.0
|
|
||||||
+ Revision: 37630
|
|
||||||
- don't use pidgin's own libgadu, which is quite old (use one from main repository)
|
|
||||||
- disable building of static files rather than deleting them
|
|
||||||
- use some dirty hack for parallel build
|
|
||||||
|
|
||||||
* Fri Jun 08 2007 Colin Guthrie <cguthrie@mandriva.org> 2.0.1-3mdv2008.0
|
|
||||||
+ Revision: 37053
|
|
||||||
- Add support for the Facebook plugin (early in development)
|
|
||||||
- Patch to work with new Evolution Data Server
|
|
||||||
- Fix a crash relating to MSN Buddy authorization. Thanks to Stefan Ott.
|
|
||||||
|
|
||||||
* Thu May 31 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 2.0.1-2mdv2008.0
|
|
||||||
+ Revision: 33203
|
|
||||||
- patches 112 and 133 enable use of pidgin-privacy-please module
|
|
||||||
|
|
||||||
* Sat May 26 2007 Funda Wang <fwang@mandriva.org> 2.0.1-1mdv2008.0
|
|
||||||
+ Revision: 31329
|
|
||||||
- New upstream version 2.0.1
|
|
||||||
|
|
||||||
* Fri May 04 2007 Funda Wang <fwang@mandriva.org> 2.0.0-1mdv2008.0
|
|
||||||
+ Revision: 22394
|
|
||||||
- new upstream version 2.0.0
|
|
||||||
|
|
||||||
+ Götz Waschk <waschk@mandriva.org>
|
|
||||||
- sync with fedora: drop patches 102,103
|
|
||||||
|
|
||||||
* Wed May 02 2007 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta7.1mdv2008.0
|
|
||||||
+ Revision: 20573
|
|
||||||
- fix spec an file list
|
|
||||||
- drop epoch tag
|
|
||||||
- drop source 2 (QQ smiley theme)
|
|
||||||
- drop merged patch 1
|
|
||||||
- update patch 0
|
|
||||||
- rediff patch 103
|
|
||||||
|
|
||||||
+ Funda Wang <fwang@mandriva.org>
|
|
||||||
- evolution plugin should be in pidgin area.
|
|
||||||
- split finch into individual package.
|
|
||||||
- merge libgaim0 into pidgin main package.
|
|
||||||
- make it more clear to distinguish library and app,
|
|
||||||
by naming pidgin and purple.
|
|
||||||
- try gaim->pidgin convertion.
|
|
||||||
- new upstream version beta7
|
|
||||||
- gaim now names pidgin
|
|
||||||
- gaim now names pidgin
|
|
||||||
|
|
||||||
|
|
||||||
* Thu Feb 01 2007 Götz Waschk <waschk@mandriva.org> 2.0.0-2.beta6.2mdv2007.0
|
|
||||||
+ Revision: 115818
|
|
||||||
- fix mono example plugins and reenable mono support
|
|
||||||
- fix deps between the subpackages, as long as it is a prerelease
|
|
||||||
|
|
||||||
* Fri Jan 19 2007 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta6.1mdv2007.1
|
|
||||||
+ Revision: 110627
|
|
||||||
- new version
|
|
||||||
- disable mono, it currently does not build
|
|
||||||
- drop patches 104, 105, 106, 107, 108, 110, 112, 150, 152, 153
|
|
||||||
- add new plugins
|
|
||||||
|
|
||||||
* Wed Jan 10 2007 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta5.6mdv2007.1
|
|
||||||
+ Revision: 107128
|
|
||||||
- port a few bug fixes from Fedora
|
|
||||||
|
|
||||||
* Fri Dec 01 2006 Pascal Terjan <pterjan@mandriva.org> 1:2.0.0-2.beta5.5mdv2007.1
|
|
||||||
+ Revision: 89504
|
|
||||||
- Drop the threads patch, it is now initialized correctly, and initializing it twice now aborts
|
|
||||||
|
|
||||||
* Wed Nov 29 2006 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta5.4mdv2007.1
|
|
||||||
+ Revision: 88289
|
|
||||||
- bot rebuild
|
|
||||||
- fix buildrequires
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Sat Nov 11 2006 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta5.1mdv2007.0
|
|
||||||
+ Revision: 81050
|
|
||||||
- new version
|
|
||||||
- readd source signature
|
|
||||||
- update file list
|
|
||||||
|
|
||||||
* Sat Oct 21 2006 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta4.2mdv2007.1
|
|
||||||
+ Revision: 71560
|
|
||||||
- readd dbus thread fix
|
|
||||||
|
|
||||||
* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 1:2.0.0-2.beta4.1mdv2007.1
|
|
||||||
+ Revision: 71292
|
|
||||||
- Import gaim
|
|
||||||
|
|
||||||
* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-2.beta4.1mdv2007.1
|
|
||||||
- fix buildrequires
|
|
||||||
- drop patch 1
|
|
||||||
- unpack patch
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Wed Aug 23 2006 Pascal Terjan <pterjan@mandriva.com> 1:2.0.0-2.beta3.1.1mdv2007.0
|
|
||||||
- Beta 3.1...
|
|
||||||
|
|
||||||
* Tue Aug 15 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-1.beta3.12mdv2007.0
|
|
||||||
- fix buildrequires
|
|
||||||
|
|
||||||
* Sun Aug 13 2006 Pascal Terjan <pterjan@mandriva.com> 1:2.0.0-1.beta3.11mdv2007.0
|
|
||||||
- Initialize threads as gnomevfs now uses dbus (P1)
|
|
||||||
|
|
||||||
* Thu Aug 03 2006 Frederic Crozat <fcrozat@mandriva.com> 1:2.0.0-1.beta3.9mdv2007.0
|
|
||||||
- Rebuild with latest dbus
|
|
||||||
|
|
||||||
* Wed Jul 26 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-1.beta3.8mdv2007.0
|
|
||||||
- rebuild for new e-d-s
|
|
||||||
|
|
||||||
* Sun Jul 16 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1:2.0.0-0.beta3.7mdv2007.0
|
|
||||||
- XDG menu
|
|
||||||
|
|
||||||
* Tue May 02 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.6mdk
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Wed Apr 19 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.5mdk
|
|
||||||
- build the mono package
|
|
||||||
|
|
||||||
* Fri Apr 14 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.4mdk
|
|
||||||
- add mono package
|
|
||||||
|
|
||||||
* Thu Apr 13 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.3mdk
|
|
||||||
- rebuild for new e-d-s
|
|
||||||
|
|
||||||
* Fri Mar 31 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.2mdk
|
|
||||||
- fix buildrequires
|
|
||||||
|
|
||||||
* Thu Mar 30 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta3.1mdk
|
|
||||||
- drop patch 1
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Tue Feb 14 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta2.3mdk
|
|
||||||
- patch for new libortp, but disable vv
|
|
||||||
|
|
||||||
* Wed Jan 25 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta2.2mdk
|
|
||||||
- rebuild for new dbus
|
|
||||||
|
|
||||||
* Tue Jan 24 2006 Götz Waschk <waschk@mandriva.org> 2.0.0-0.beta2.1mdk
|
|
||||||
- update patch 0
|
|
||||||
- fix buildrequires
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Mon Jan 02 2006 Pascal Terjan <pterjan@mandriva.org> 1:2.0.0-0.beta1.5mdk
|
|
||||||
- fix dbus-example.so belonging to 2 subpackages
|
|
||||||
|
|
||||||
* Sun Jan 01 2006 Oden Eriksson <oeriksson@mandriva.com> 1:2.0.0-0.beta1.4mdk
|
|
||||||
- rebuilt against soname aware deps (tcl/tk)
|
|
||||||
- fix deps
|
|
||||||
|
|
||||||
* Sat Dec 24 2005 Pascal Terjan <pterjan@mandriva.org> 1:2.0.0-0.beta1.3mdk
|
|
||||||
- fix missing %%
|
|
||||||
- don't build dbus and meanwhile on <= 2006.0
|
|
||||||
- BuildRequires doxygen for documentation (thanx misc for the reports)
|
|
||||||
|
|
||||||
* Thu Dec 22 2005 Pascal Terjan <pterjan@mandriva.org> 1:2.0.0-0.beta1.2mdk
|
|
||||||
- Change libgaimremote to libgaim-client
|
|
||||||
- Buildconflicts with stuff we can't disable in configure
|
|
||||||
|
|
||||||
* Sun Dec 18 2005 Pascal Terjan <pterjan@mandriva.org> 1:2.0.0-0.beta1.1mdk
|
|
||||||
- 2.0.0 beta 1
|
|
||||||
- Drop patch1
|
|
||||||
- Drop patch2 (nas support no longer exists)
|
|
||||||
- Add Bonjour subpackage
|
|
||||||
- meanwhile is now included
|
|
||||||
|
|
||||||
* Sun Oct 09 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.5.0-5mdk
|
|
||||||
- Rebuild for new evolution-data-server
|
|
||||||
|
|
||||||
* Fri Sep 02 2005 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.5.0-4mdk
|
|
||||||
- add BuildRequires: gettext-devel
|
|
||||||
|
|
||||||
* Thu Sep 01 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.5.0-3mdk
|
|
||||||
- fix build with nas support
|
|
||||||
|
|
||||||
* Sat Aug 13 2005 Buchan Milne <bgmilne@linux-mandrake.com> 1.5.0-2mdk
|
|
||||||
- use %%mkrel
|
|
||||||
|
|
||||||
* Sat Aug 13 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.5.0-1mdk
|
|
||||||
- 1.5.0
|
|
||||||
|
|
||||||
* Sat Jul 09 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.4.0-1mdk
|
|
||||||
- 1.4.0
|
|
||||||
|
|
||||||
* Tue Jul 05 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.3.1-3mdk
|
|
||||||
- Don't duplicate libsilcgaim.so in main package and -silc
|
|
||||||
|
|
||||||
* Sat Jun 18 2005 Andreas Hasenack <andreas@mandriva.com> 1:1.3.1-2mdk
|
|
||||||
- rebuilt without krb4 support
|
|
||||||
|
|
||||||
* Sun Jun 12 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.3.1-1mdk
|
|
||||||
- 1.3.1
|
|
||||||
|
|
||||||
* Fri Jun 10 2005 Buchan Milne <bgmilne@linux-mandrake.com> 1.3.0-3mdk
|
|
||||||
- Rebuild for libkrb53-devel 1.4.1
|
|
||||||
|
|
||||||
* Sat May 21 2005 Buchan Milne <bgmilne@linux-mandrake.com> 1.3.0-2mdk
|
|
||||||
- Rebuild for new libperl.so
|
|
||||||
|
|
||||||
* Thu May 12 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.3.0-1mdk
|
|
||||||
- 1.3.0 (fix CAN-2005-1261 and CAN-2005-1262)
|
|
||||||
|
|
||||||
* Tue May 03 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.2.1-4mdk
|
|
||||||
- Rebuild for new silc
|
|
||||||
|
|
||||||
* Sat Apr 23 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.2.1-3mdk
|
|
||||||
- Fix for gcc4
|
|
||||||
|
|
||||||
* Fri Apr 22 2005 Pascal Terjan <pterjan@mandriva.org> 1:1.2.1-2mdk
|
|
||||||
- Rebuild for new evolution-data-server
|
|
||||||
|
|
||||||
* Sat Apr 16 2005 Pascal Terjan <pterjan@mandrake.org> 1:1.2.1-1mdk
|
|
||||||
- New release 1.2.1
|
|
||||||
|
|
||||||
* Mon Mar 21 2005 Pascal Terjan <pterjan@mandrake.org> 1:1.1.4-3mdk
|
|
||||||
- Get a release number greater than the one from updates
|
|
||||||
- Requires on release
|
|
||||||
|
|
||||||
* Tue Mar 01 2005 Pascal Terjan <pterjan@mandrake.org> 1.1.4-2mdk
|
|
||||||
- Fix rebuilding on <= 10.0
|
|
||||||
|
|
||||||
* Sun Feb 27 2005 Pascal Terjan <pterjan@mandrake.org> 1.1.4-1mdk
|
|
||||||
- New release 1.1.4
|
|
||||||
|
|
||||||
* Sat Feb 26 2005 Abel Cheung <deaddog@mandrake.org> 1.1.3-2mdk
|
|
||||||
- Append QQ theme to default theme
|
|
||||||
|
|
||||||
* Sat Feb 19 2005 Pascal Terjan <pterjan@mandrake.org> 1.1.3-1mdk
|
|
||||||
- New release 1.1.3
|
|
||||||
|
|
||||||
* Sat Feb 19 2005 Pascal Terjan <pterjan@mandrake.org> 1.1.2-2mdk
|
|
||||||
- Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 21 2005 Pascal Terjan <pterjan@mandrake.org> 1.1.2-1mdk
|
|
||||||
- 1.1.2
|
|
||||||
|
|
||||||
* Tue Dec 28 2004 Pascal Terjan <pterjan@mandrake.org> 1.1.1-1mdk
|
|
||||||
- 1.1.1
|
|
||||||
|
|
||||||
* Sun Dec 05 2004 Pascal Terjan <pterjan@mandrake.org> 1.1.0-1mdk
|
|
||||||
- 1.1.0
|
|
||||||
|
|
||||||
* Mon Nov 15 2004 Pascal Terjan <pterjan@mandrake.org> 1.0.3-2mdk
|
|
||||||
- rebuild for new perl
|
|
||||||
|
|
||||||
* Fri Nov 12 2004 Pascal Terjan <pterjan@mandrakesoft.com> 1.0.3-1mdk
|
|
||||||
- New release 1.0.3
|
|
||||||
|
|
||||||
* Wed Oct 27 2004 Abel Cheung <deaddog@mandrake.org> 1.0.2-2mdk
|
|
||||||
- Adds SILC support
|
|
||||||
- Use UTF-8 for spec file
|
|
||||||
- Remove patch1; festival plugin splitted from gaim, to simplify build
|
|
||||||
- Re-enable kerberos for zephyr
|
|
||||||
- Corrected devel package requirement
|
|
||||||
- Reorganize docs
|
|
||||||
|
|
||||||
* Thu Oct 21 2004 Pascal Terjan <pterjan@mandrake.org> 1.0.2-1mdk
|
|
||||||
- New release 1.0.2
|
|
||||||
|
|
||||||
* Tue Sep 14 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 0.82.1-2mdk
|
|
||||||
- add BuildRequires: libnss-devel libnspr-devel (for MSN support)
|
|
||||||
|
|
||||||
* Mon Aug 30 2004 Pascal Terjan <pterjan@mandrake.org> 0.82.1-1mdk
|
|
||||||
- 0.82.1
|
|
||||||
|
|
||||||
* Fri Aug 27 2004 Pascal Terjan <pterjan@mandrake.org> 0.82-1mdk
|
|
||||||
- 0.82
|
|
||||||
|
|
||||||
* Fri Aug 27 2004 Pascal Terjan <pterjan@mandrake.org> 0.81-3mdk
|
|
||||||
- security fix
|
|
||||||
|
|
||||||
* Sat Aug 21 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.81-2mdk
|
|
||||||
- Rebuild with new menu
|
|
||||||
|
|
||||||
* Mon Jul 19 2004 Pascal Terjan <pterjan@mandrake.org> 0.81-1mdk
|
|
||||||
- 0.81
|
|
||||||
|
|
||||||
* Mon Jul 19 2004 Pascal Terjan <pterjan@mandrake.org> 0.80-1mdk
|
|
||||||
- 0.80
|
|
||||||
- updated patch0
|
|
||||||
|
|
||||||
* Sun Jul 18 2004 Pascal Terjan <pterjan@mandrake.org> 0.79-4mdk
|
|
||||||
- rebuild for new evolution data server
|
|
||||||
|
|
||||||
* Wed Jun 30 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.79-3mdk
|
|
||||||
- fix buildrequires
|
|
||||||
|
|
||||||
* Tue Jun 29 2004 Pascal Terjan <pterjan@mandrake.org> 0.79-2mdk
|
|
||||||
- put .h for gaim in gaim-devel, not libgaimremote-devel
|
|
||||||
|
|
||||||
* Tue Jun 29 2004 Pascal Terjan <pterjan@mandrake.org> 0.79-1mdk
|
|
||||||
- 0.79
|
|
||||||
- move gaim-encryption to a separate package
|
|
||||||
- add a -devel package
|
|
||||||
- gaim-festival 0.78
|
|
||||||
|
|
||||||
* Fri Jun 11 2004 Pascal Terjan <pterjan@mandrake.org> 0.78-4mdk
|
|
||||||
- Rebuild for evolution-data-server
|
|
||||||
|
|
||||||
* Fri Jun 04 2004 Pascal Terjan <pterjan@mandrake.org> 0.78-3mdk
|
|
||||||
- Allow rebuilding on stable version
|
|
||||||
|
|
||||||
* Tue Jun 01 2004 Abel Cheung <deaddog@deaddog.org> 0.78-2mdk
|
|
||||||
- More epoch fixes
|
|
||||||
- Enable and split tcl plugin
|
|
||||||
- Drop source100, use ImageMagick to convert icons
|
|
||||||
- Don't remove locale, en_CA is valid!
|
|
||||||
- Update festival plugin
|
|
||||||
|
|
||||||
* Tue Jun 01 2004 Pascal Terjan <pterjan@mandrake.org> 0.78-1mdk
|
|
||||||
- gaim-encryption 2.26
|
|
||||||
- stop removing libtoolize
|
|
||||||
- fix invalid-lc-messages-dir (en_CA)
|
|
||||||
- 0.78
|
|
||||||
|
|
||||||
* Sat May 01 2004 Pascal Terjan <pterjan@mandrake.org> 0.77-2mdk
|
|
||||||
- gaim-encryption 2.25 to fix plugin loading due to API mismatch
|
|
||||||
- gaim festival 0.77 (Does not fix API mismatch :( )
|
|
||||||
|
|
||||||
* Sat Apr 24 2004 Pascal Terjan <pterjan@mandrake.org> 0.77-1mdk
|
|
||||||
- 0.77
|
|
||||||
- move gevolution plugin into a separate package
|
|
||||||
|
|
||||||
* Sun Apr 04 2004 Pascal Terjan <pterjan@mandrake.org> 0.76-1mdk
|
|
||||||
- 0.76
|
|
||||||
- drop Patch2
|
|
||||||
|
|
||||||
* Wed Feb 25 2004 Pascal Terjan <pterjan@mandrake.org> 0.75-5mdk
|
|
||||||
- add missing Epoch in libgaim-remote0-devel Require
|
|
||||||
|
|
||||||
* Tue Feb 24 2004 Pascal Terjan <pterjan@mandrake.org> 0.75-4mdk
|
|
||||||
- use epoch in subpackages Requires
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue