Version: 0.69-bp150.1.3
* Mon May 29 2017 dimstar@opensuse.org
- Fix build with gcc7: inject -Wno-error=format-y2k into CFLAGS
(boo#1041212).
* Mon Jun 29 2015 dimstar@opensuse.org
- Add gnome-phone-manager-missing-srcdir.patch: Do not reference
$(builddir)/src, which does not exist. GCC 5 by defaults warns
on missing include directories (and instead of disabling
warnings, we just remove them).
* Wed Apr 08 2015 dimstar@opensuse.org
- Add adwaita-icon-theme BuildRequires.
- Do not link gnome-phone-manager to gnome-icon-theme's phone.png,
but rather use the one shipped by Adwaita (as copy, as g-p-m
should not depend on adwaita for installation).
* Mon Jul 14 2014 zaitor@opensuse.org
- Add gnome-phone-manager-drop-plugin.patch: Patch out plugin
support, no longer in gnome-bluetooth.
* Sat Apr 06 2013 dimstar@opensuse.org
- Add gnome-phone-manager-telepathy.patch: Define prototypes in
headers.
* Sun Mar 24 2013 zaitor@opensuse.org
- Update to version 0.69:
+ Updated translations.
- Clean up spec a bit.
* Sun Feb 10 2013 zaitor@opensuse.org
- Only apply gnome-phone-manager-eds36.patch for 12.3 and newer.
* Tue Nov 06 2012 dimstar@opensuse.org
- Update to 0.68+20121106git:
+ Port from GConf to GSettings
+ Support and Require gnome-bluettoth 3.3
- Drop gnome-phone-manager-bt33api.patch: fixed upstream
- Drop gnome-phone-manager-g_thread.patch: fixed upstream
- Add gnome-phone-manager-eds36.patch: Fix build with
evolution-data-server 3.6.
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Thu Dec 01 2011 dimstar@opensuse.org
- Add gnome-phone-manager-g_thread.patch: g_thread_init is no
longer used (since glib 2.24).
- Add gnome-phone-manager-bt33api.patch: Support gnome-bluetooth
3.3 API.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
gnome-phone-manager-bt33api.patch touches configure.in.
* Mon Oct 17 2011 vuntz@opensuse.org
- Update to version 0.68:
+ Builds with strict linkers
+ Updated translations.
- Drop gnome-phone-manager-ld_fix.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
those were only needed for the patch above.
* Mon Sep 19 2011 vuntz@opensuse.org
- Stop changing libexecdir to /usr/lib/gnome-phone-manager: there's
no need for that.
- Replace call to autoconf and automake with gnome-common
BuildRequires and call to gnome-autogen.sh, as this is more solid
and less likely to break.
* Fri Sep 16 2011 suse-tux@gmx.de
- Add gnome-phone-manager-ld_fix.patch: fix build with strict
linkers, as in Factory.
- Add call to autoconf and automake, needed for the patch.
* Wed Aug 24 2011 badshah400@gmail.com
- Also provide icons of sizes 32x32, 48x48 and 256x256
* Tue Jul 05 2011 vuntz@opensuse.org
- Update to version 0.67:
+ Compatible with GTK+3
+ Updated translations.
- With the port to GTK+ 3, the package will not build for old
versions of openSUSE, so we can safely move to pkgconfig()-style
BuildRequires (as well as moving to GNOME 3 libraries at the same
time):
+ Old ones: bluez-devel, evolution-devel, gnokii-devel,
gnome-bluetooth-devel, libcanberra-devel, telepathy-glib-devel.
+ New ones: bluez, glib-2.0, gnokii, gnome-bluetooth-1.0,
gtk+-3.0, libcanberra-gtk3, libebook-1.2, telepathy-glib.
- Add missing BuildRequires that were implicitly brought in before:
pkgconfig(gconf-2.0) and pkgconfig(gnome-icon-theme).
- Remove gtkspell-devel BuildRequires: the dependency is now gone,
with the move to GTK+ 3.
* Fri May 27 2011 vuntz@opensuse.org
- Split gnome-bluetooth plugin in a
gnome-bluetooth-plugin-phone-manager subpackage.
* Sun Mar 20 2011 dimstar@opensuse.org
- Update to version 0.66:
+ Add a gnome-bluetooth plugin to configure new paired phones
+ Fix automatic phone reconnection
+ Migrate from libglade to GtkBuilder
+ Updated translations.
- Remove libglade2-devel BuildRequires.
- Drop gnome-phone-manager-warnings.patch: fixed upstream.
- Pass --disable-static to configure.
* Sat Feb 12 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
* Fri Nov 19 2010 vuntz@opensuse.org
- Add libglade2-devel BuildRequires to fix build.
* Mon Sep 06 2010 vuntz@opensuse.org
- Rename gnome-phone-manager-telepathy to telepathy-phoney, to make
it clearer that it's telepathy connection manager. Add
appropriate Provides/Obsoletes.
- Add a packageand(gnome-phone-manager:telepathy-mission-control)
Enhances. This is not a Supplements as we don't want to get this
connection manager automatically installed, but it's useful to
tell users about its existence.