diff --git a/.gitignore b/.gitignore index 2470302..5b41e87 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ pidgin-sipe-1.10.1.tar.bz2 /pidgin-sipe-1.18.3.tar.bz2 /pidgin-sipe-1.18.4.tar.bz2 /pidgin-sipe-1.18.5.tar.bz2 +/pidgin-sipe-1.19.0.tar.bz2 diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index 75eb78f..e4bbf46 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -90,17 +90,28 @@ rm -rf %{buildroot} %files -n purple-sipe -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README TODO +%doc AUTHORS ChangeLog NEWS README TODO +%license COPYING %{_libdir}/purple-2/libsipe.so %files %defattr(-,root,root,-) -%doc AUTHORS COPYING %{_datadir}/pixmaps/pidgin/protocols/*/sipe.* %changelog +* Sat Feb 07 2015 Stefan Becker - 1.19.0-1 +- update to 1.19.0: + - added support for automatic authentication scheme selection + - added support for Multi-Factor Authentication (MFA) + - added support for buddy photos from contact card + - added support for SIP ID in contact search + - added support for EWS based contact search when UCS is used + - improves user experience for [MS-DLX] based contact search + - fixes calendar state machine when EWS URL is set +- Fedora Packaging Guidelines: use license tag instead of doc + * Mon Dec 29 2014 Stefan Becker - 1.18.5-1 - update to 1.18.5: - fixes Pidgin user status being stuck in "Away" diff --git a/sources b/sources index 959305f..d051d60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07bc10a6d625978e61962ecef3e357d9 pidgin-sipe-1.18.5.tar.bz2 +0022c30982527c9cf94e4ad0a162aa08 pidgin-sipe-1.19.0.tar.bz2