cc07811
Summary:	Map view for Clutter
cc07811
Name:		libchamplain
75118e8
Version:	0.12.14
ac48c04
Release:	1%{?dist}
cc07811
License:	LGPLv2+
cc07811
Group:		System Environment/Libraries
691f1e1
URL:		http://projects.gnome.org/libchamplain/
0b1f48c
Source0:	http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
cc07811
08e1b69
BuildRequires:	chrpath
81a02de
BuildRequires:	clutter-devel
691f1e1
BuildRequires:	clutter-gtk-devel
691f1e1
BuildRequires:	libsoup-devel
691f1e1
BuildRequires:	sqlite-devel
8ffacbc
BuildRequires:	gtk3-devel
8ffacbc
BuildRequires:	vala-devel
8ffacbc
BuildRequires:	vala-tools
b7d4401
4791773
Requires:	gobject-introspection%{?_isa}
4791773
cc07811
%description
cc07811
Libchamplain is a C library aimed to provide a ClutterActor to display
cc07811
rasterized maps.
cc07811
cc07811
%package devel
cc07811
Summary:	Development files for %{name}
cc07811
Group:		Development/Libraries
8ff5812
Requires:	gobject-introspection-devel
4791773
Requires:	%{name}%{?_isa} = %{version}-%{release}
09b0c99
Requires:	%{name}-gtk%{?_isa} = %{version}-%{release}
09b0c99
Obsoletes:	%{name}-gtk-devel < 0.12.12
09b0c99
Provides:	%{name}-gtk-devel = %{version}-%{release}
cff4c61
Obsoletes:	%{name}-vala < 0.12.8-1
cc07811
cc07811
%description devel
cc07811
This package contains development files for %{name}.
cc07811
691f1e1
%package gtk
691f1e1
Summary:	Gtk+ widget wrapper for %{name}
691f1e1
Group:		System Environment/Libraries
4791773
Requires:	%{name}%{?_isa} = %{version}-%{release}
691f1e1
691f1e1
%description gtk
691f1e1
Libchamplain-gtk is a library providing a GtkWidget to embed %{name}
691f1e1
into Gtk+ applications.
691f1e1
af6be72
%package demos
af6be72
Summary:	Demo apps for %{name}
af6be72
Group:		Development/Libraries
af6be72
Requires:	%{name} = %{version}-%{release}
af6be72
Requires:	%{name}-devel = %{version}-%{release}
af6be72
Requires:	%{name}-gtk-devel = %{version}-%{release}
af6be72
BuildArch:      noarch
af6be72
af6be72
%description demos
af6be72
This package contains demos for development using %{name}.
af6be72
cc07811
%prep
cc07811
%setup -q
cc07811
cc07811
%build
08e1b69
%configure --disable-debug --disable-silent-rules --disable-static \
2f67dcf
  --enable-gtk --enable-introspection=yes --enable-vala \
bcf9577
  --enable-vala-demos
cc07811
cc07811
# Omit unused direct shared library dependencies.
cc07811
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
cc07811
cc07811
make %{?_smp_mflags}
cc07811
cc07811
%install
6b36821
%make_install
cc07811
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
cc07811
08e1b69
# Remove rpaths.
2dbad7d
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}-gtk-*.so.*
08e1b69
cc07811
%post -p /sbin/ldconfig
cc07811
cc07811
%postun -p /sbin/ldconfig
cc07811
691f1e1
%post gtk -p /sbin/ldconfig
691f1e1
691f1e1
%postun gtk -p /sbin/ldconfig
691f1e1
cc07811
%files
cb0226c
%license COPYING
cb0226c
%doc AUTHORS README NEWS
cdee91a
%{_libdir}/girepository-1.0/Champlain-0.12.typelib
cdee91a
%{_libdir}/%{name}-0.12.so.*
cc07811
cc07811
%files devel
37d4fc3
%doc %{_datadir}/gtk-doc/html/libchamplain-0.12
09b0c99
%doc %{_datadir}/gtk-doc/html/libchamplain-gtk-0.12
cdee91a
%{_datadir}/gir-1.0/Champlain-0.12.gir
09b0c99
%{_datadir}/gir-1.0/GtkChamplain-0.12.gir
cff4c61
%{_datadir}/vala/vapi/champlain-0.12.vapi
09b0c99
%{_datadir}/vala/vapi/champlain-gtk-0.12.vapi
cdee91a
%{_libdir}/%{name}-0.12.so
09b0c99
%{_libdir}/%{name}-gtk-0.12.so
cdee91a
%{_libdir}/pkgconfig/champlain-0.12.pc
09b0c99
%{_libdir}/pkgconfig/champlain-gtk-0.12.pc
cdee91a
%{_includedir}/%{name}-0.12
09b0c99
%{_includedir}/%{name}-gtk-0.12
691f1e1
691f1e1
%files gtk
cdee91a
%{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
cdee91a
%{_libdir}/%{name}-gtk-0.12.so.*
691f1e1
af6be72
%files demos
af6be72
%doc demos/*.c
af6be72
%doc demos/*.h
af6be72
%doc demos/*.vala
af6be72
%doc demos/*.js
af6be72
%doc demos/Makefile*
af6be72
%doc demos/*.py
af6be72
%doc demos/*.osm
af6be72
cc07811
%changelog
75118e8
* Wed Sep 07 2016 Kalev Lember <klember@redhat.com> - 0.12.14-1
75118e8
- Update to 0.12.14
75118e8
ac48c04
* Mon Feb 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.13-1
ac48c04
- Update to 0.12.13
ac48c04
2afe719
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.12-2
2afe719
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2afe719
d38b10b
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 0.12.12-1
d38b10b
- Update to 0.12.12
09b0c99
- Simplify -devel subpackages
d38b10b
f3db264
* Fri Sep 18 2015 Kalev Lember <klember@redhat.com> - 0.12.11-1
f3db264
- Update to 0.12.11
6b36821
- Use make_install macro
f3db264
10bbb14
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.10-2
10bbb14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
10bbb14
9865dbb
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 0.12.10-1
9865dbb
- Update to 0.12.10
cb0226c
- Use license macro for the COPYING file
9865dbb
8769205
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.9-1
8769205
- Update to 0.12.9
4791773
- Tighten deps with the _isa macro
8769205
0a7ea01
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-3
0a7ea01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0a7ea01
6d00227
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.8-2
6d00227
- Rebuilt for gobject-introspection 1.41.4
6d00227
4d6e132
* Wed Jul 02 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.8-1
4d6e132
- Update to 0.12.8
4d6e132
- Drop upstreamed patches
2f67dcf
- Fix a -devel multilib conflict (#565676)
cff4c61
- Drop separate -vala subpackage and ship the vala files in -devel
4d6e132
4405941
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.7-4
4405941
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4405941
d026872
* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 0.12.7-3
d026872
- backport upstream fix for touch scrolling
d026872
e150444
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.7-2
e150444
- Rebuilt for cogl soname bump
e150444
9a4957e
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.7-1
9a4957e
- Update to 0.12.7
9a4957e
cba3865
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.6-2
cba3865
- Rebuilt for cogl soname bump
cba3865
Richard Hughes d49ed8d
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.12.6-1
Richard Hughes d49ed8d
- Update to 0.12.6
Richard Hughes d49ed8d
37d4fc3
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.12.5-1
37d4fc3
- Update to 0.12.5
37d4fc3
b171365
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.12.4-4
b171365
- Rebuilt for cogl 1.15.4 soname bump
b171365
a62c77b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.4-3
a62c77b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a62c77b
264bed7
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 0.12.4-2
264bed7
- Don't ship ChangeLog (we need to save space on the live image)
264bed7
7e2b84e
* Fri May 17 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-1
7e2b84e
- Update to 0.12.4
7e2b84e
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.4.news
7e2b84e
a853fee
* Fri Jan 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 0.12.3-5
a853fee
- Rebuild for new libcogl.
a853fee
d5470ee
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.3-4
d5470ee
- Rebuild for new cogl
d5470ee
7588b80
* Sun Aug 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.12.3-3
7588b80
- Rebuild for new libcogl.
7588b80
6079de8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.3-2
6079de8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6079de8
63f00ee
* Sun Jul 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.3-1
63f00ee
- Update to 0.12.3
63f00ee
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.3.news
63f00ee
Richard Hughes 207ae58
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.12.2-1
Richard Hughes 207ae58
- Update to 0.12.2
Richard Hughes 207ae58
e177f4b
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-5
e177f4b
- Rebuild for new cogl
e177f4b
dea8b0c
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-4
dea8b0c
- Rebuild for new cogl
dea8b0c
9dc8bfb
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-3
9dc8bfb
- Rebuild for new cogl
9dc8bfb
8898178
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
8898178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8898178
794ca56
* Tue Dec 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.1-1
794ca56
- Update to 0.12.1
794ca56
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.1.news
794ca56
Daniel Drake 3f26c25
* Thu Nov 24 2011 Daniel Drake <dsd@laptop.org> - 0.12.0-3
Daniel Drake 3f26c25
- Add upstream patches to fix build against glib-2.31
Daniel Drake 3f26c25
0b1f48c
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.0-2
0b1f48c
- Rebuild against new clutter
0b1f48c
6de4b78
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.0-1
6de4b78
- Update to 0.12.0
6de4b78
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.0.news
6de4b78
edf53b3
* Mon Sep  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-1
edf53b3
- Update to 0.11.0 devel release
edf53b3
edf53b3
* Sat Jun 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-4
af6be72
- Cleanup requires
af6be72
- Move demos to separate package
af6be72
edf53b3
* Mon Apr 18 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-3
abb1d57
- Drop gtk-doc dep from devel package (RHBZ # 604381)
02ab563
- Cleanup requires
abb1d57
edf53b3
* Fri Apr 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-2
8c4e1b6
- Bump build
8c4e1b6
2607ca9
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.10.0-1
2607ca9
- Update to 0.10.0
2607ca9
edf53b3
* Sun Apr  3 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.9.1-1
fa350e7
- Version bump to 0.9.1.
fa350e7
b7d4401
* Tue Mar 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.9.0-2
b7d4401
- Drop the reconfigure since it's no longer needed.
b7d4401
e5adea1
* Tue Feb 22 2011  Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
e5adea1
- Update to 0.9.0
e5adea1
f00450f
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.1-3
f00450f
- Rebuild against newer gtk
f00450f
6550a86
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
6550a86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6550a86
Christopher Aillon 814219b
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 0.8.1-1
Christopher Aillon 814219b
- Update to 0.8.1
Christopher Aillon 814219b
2dbad7d
* Wed Sep 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.0-1
2dbad7d
- update to 0.8.0
2dbad7d
- patch configure* to look for clutter-gtk-1.0
2dbad7d
- conditionalize python bindings
2dbad7d
5bfaaf8
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.1-5
5bfaaf8
- Rebuild against newer gobject-introspection
5bfaaf8
ea9fd4e
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.1-4
ea9fd4e
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
ea9fd4e
6e42077
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.6.1-3
6e42077
- Rebuild with new gobject-introspection
6e42077
27ddf65
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.1-2
27ddf65
- Rebuild against new gobject-introspection
27ddf65
edf53b3
* Mon Jul  5 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.1-1
a104d52
- Version bump to 0.6.1. Enable python and vala bindings
a104d52
  http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.6/libchamplain-0.6.1.news
a104d52
08e1b69
* Fri Apr 23 2010 Debarshi Ray <rishi@fedoraproject.org> - 0.4.5-1
08e1b69
- Version bump to 0.4.5.
08e1b69
  * Asynchronously load the tiles from the cache.
08e1b69
  * GObject Introspection is in a working state.
08e1b69
  * Limit the internal operations that happen when the user moves.
08e1b69
  * Limit the number of times the scale is redrawn.
08e1b69
  * Optimized the initialization process. Only the needed tiles are loaded.
08e1b69
  * Properly get rid of marker's previous image properly.
08e1b69
  * Removed the need to explicitly set the size of actors.
08e1b69
  * Deprecated champlain_view_set_size in favor of clutter_actor_set_size.
08e1b69
    (GNOME Bugzilla #580372)
08e1b69
  * Load the tiles in spiral order. (GNOME Bugzilla #606393)
08e1b69
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.news
08e1b69
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.news
08e1b69
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.changes
08e1b69
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.changes
08e1b69
- Added 'BuildRequires: chrpath' for removing rpaths.
08e1b69
- Added README to %%doc.
08e1b69
- Added demos/markers.h to %%doc of libchamplain-gtk-devel.
08e1b69
da69efa
* Sun Jan 17 2010 Debarshi Ray <rishi@fedoraproject.org> - 0.4.3-1
da69efa
- Version bump to 0.4.3.
da69efa
  * A new scale.
da69efa
  * User configurable additional license text to view.
da69efa
  * An option to highlight points in polygons.
da69efa
  * Fixed segmentation fault in function cairo_set_generator.
da69efa
    (GNOME Bugzilla #604784)
da69efa
  * Fixed segmentation fault when polygon has been deleted before redraw.
da69efa
  * Made queue_redraw visible to subclasses.
da69efa
  * Some memory usage improvements by reusing images already loaded.
da69efa
  * Don't eat clicks on the map when using ChamplainSelectionLayer.
da69efa
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.3.news
da69efa
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.3.changes
da69efa
acab868
* Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.2-1
acab868
- Version bump to 0.4.2.
acab868
  * Fixed acceptable values of "decel-rate". (GNOME Bugzilla #595552)
acab868
  * Fixed GObject Introspection build failure. (GNOME Bugzilla #598942)
acab868
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.news
acab868
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.changes
acab868
8ff5812
* Mon Oct 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.1-1
8ff5812
- Version bump to 0.4.1.
8ff5812
  * Added champlain_view_remove_layer.
8ff5812
  * ChamplainSelectionLayer now has a "changed" signal.
8ff5812
  * Added champlain_marker_get_highlighted_text_color,
8ff5812
    champlain_marker_set_highlighted_text_color and
8ff5812
    Added champlain_marker_get_highlighted_color.
8ff5812
  * Fixed slowdowns with big caches.
8ff5812
  * Don't emit invalid latitude and longitude notifications.
8ff5812
  * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME
8ff5812
    Bugzilla #598106)
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news
acab868
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.changes
acab868
8ff5812
- Enabled GObject Introspection, and added 'Requires: gobject-introspection'
acab868
  and 'BuildRequires: gir-repository-devel'. Patched to fix build failure.
acab868
  (GNOME Bugzilla #598942)
8ff5812
- Explicitly disabled debug code.
8ff5812
- RPaths fixed by upstream. Removed 'BuildRequires: chrpath'.
8ff5812
9607ebc
* Mon Sep 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-1
9607ebc
- Version bump to 0.4.0.
9607ebc
  * ChamplainView now has keyboard shortcuts (but not when used with
9607ebc
    GtkChamplainEmbed).
9607ebc
  * Removed deprecated symbols introduced in 0.3.
9607ebc
  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
9607ebc
  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
9607ebc
  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
9607ebc
  * Initial center_on should not result on the map being in Antarctica.
9607ebc
    (GNOME Bugzilla #594963)
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.news
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.changes
9607ebc
4adb1f2
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
9607ebc
- Version bump to 0.3.91.
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.91.news
4adb1f2
38847e0
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
9607ebc
- Version bump to 0.3.90.
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.news
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.changes
38847e0
38847e0
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
9607ebc
- Version bump to 0.3.6.
9607ebc
  * New marker animation API.
9607ebc
  * Ported to Clutter 1.0. (GNOME Bugzilla #576391)
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.news
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.changes
81a02de
e1d1d3e
* Sat Aug 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.5-1
e1d1d3e
- Version bump to 0.3.5.
e1d1d3e
  * Marker selection API. (GNOME Bugzilla #577909)
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.news
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.news
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.changes
8ff5812
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.changes
e1d1d3e
e1d1d3e
* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-2
e1d1d3e
- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88ebded
691f1e1
* Sat Jul 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.3-1
691f1e1
- Version bump to 0.3.3.
e1d1d3e
  * Support for custom map sources and listing available map sources.
e1d1d3e
  * Smooth movement to a new position. (GNOME Bugzilla #557641)
e1d1d3e
  * Keep the center of the map in the center after a resize. (GNOME Bugzilla
e1d1d3e
    #557642)
e1d1d3e
  * Double click to zoom and center. (GNOME Bugzilla #557644)
e1d1d3e
  * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla
e1d1d3e
    #557965)
e1d1d3e
  * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME
e1d1d3e
    Bugzilla #558020)
e1d1d3e
  * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026)
e1d1d3e
  * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522)
e1d1d3e
  * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla
e1d1d3e
    #559446)
e1d1d3e
  * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla
e1d1d3e
    #561700)
e1d1d3e
  * Added disk cache management. (GNOME Bugzillla #568931)
e1d1d3e
  * Host application should be able to limit the maximum and minimum zoom
e1d1d3e
    levels. (GNOME Bugzilla #571702)
e1d1d3e
  * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla
e1d1d3e
    #572377)
e1d1d3e
  * Support proxies. (GNOME Bugzilla #573937)
e1d1d3e
  * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809)
e1d1d3e
  * Do not allow negative zoom levels. (GNOME Bugzilla #575138)
e1d1d3e
  * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla
e1d1d3e
    #575139)
e1d1d3e
  * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri".
e1d1d3e
    (GNOME Bugzilla #575902).
e1d1d3e
  * Implemented advanced markers. (GNOME Bugzilla #576055)
e1d1d3e
  * Various memory management fixes for ChamplainTile. (GNOME Bugzilla
e1d1d3e
    #576159)
e1d1d3e
  * Any go_to should stop a previous and not yet finished go_to. (GNOME
e1d1d3e
    Bugzilla #576832)
e1d1d3e
  * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698)
e1d1d3e
  * Introduced a new signal called ChamplainView::animation-completed. (GNOME
e1d1d3e
    Bugzilla #577169)
e1d1d3e
  * Set decel-rate correctly. (GNOME Bugzilla #580785)
e1d1d3e
  * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla
e1d1d3e
    #582786)
e1d1d3e
  * Fixed champlain_view_center_on. (GNOME Bugzilla #583502)
e1d1d3e
  * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME
e1d1d3e
    Bugzilla #584365)
e1d1d3e
  * Make the cache work the first time. (GNOME Bugzilla #584390)
e1d1d3e
  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
e1d1d3e
    #585698)
691f1e1
- Added 'BuildRequires: chrpath' for removing rpaths.
691f1e1
249c2d7
* Wed Mar 18 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.9-1
249c2d7
- Version bump to 0.2.9.
249c2d7
  * Fixed elastic effect.
249c2d7
  * Reduced exported symbols.
249c2d7
249c2d7
* Wed Feb 25 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
249c2d7
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5b0e98e
cc07811
* Wed Jan 28 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-2
cc07811
- Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel
cc07811
  for all distributions, except Fedora 10.
cc07811
- Fixed sample code to not use generic headers.
cc07811
cc07811
* Wed Jan 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-1
cc07811
- Initial build. Imported SPEC from openSUSE.
cc07811
  * Added a new constructor for ChamplainMarkers made of an image.
cc07811
  * Double clicking on the map will now zoom and recenter.
cc07811
  * When resizing a ChamplainView, the centered content will still be
249c2d7
    centered after the resizing. Can be disabled.
cc07811
  * The Map's license is displayed by default on the lower right corner. 
cc07811
  * Fixed map centering on startup.
cc07811
  * Fixed missing zoom level in OpenStreetMap Mapnik.
249c2d7
  * Fixed zooming and centering behaviour. (GNOME Bugzilla #558026)