| [624] | 1 | Summary: Map view for Clutter |
|---|
| 2 | Summary(ja): Clutter用のマップビューア |
|---|
| 3 | Name: libchamplain |
|---|
| [12446] | 4 | Version: 0.12.20 |
|---|
| [8353] | 5 | Release: 1%{?_dist_release} |
|---|
| [12446] | 6 | Vendor: Project Vine |
|---|
| 7 | Distribution: Vine Linux |
|---|
| 8 | |
|---|
| [624] | 9 | License: LGPLv2+ |
|---|
| [12446] | 10 | URL: http://projects.gnome.org/libchamplain/ |
|---|
| 11 | %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//') |
|---|
| 12 | Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz |
|---|
| [624] | 13 | |
|---|
| 14 | Requires: gobject-introspection |
|---|
| 15 | |
|---|
| [12446] | 16 | BuildRequires: meson |
|---|
| [624] | 17 | BuildRequires: clutter-devel |
|---|
| 18 | BuildRequires: clutter-gtk-devel |
|---|
| 19 | BuildRequires: libsoup-devel |
|---|
| 20 | BuildRequires: sqlite3-devel |
|---|
| [805] | 21 | BuildRequires: gtk-doc >= 1.14 |
|---|
| [624] | 22 | BuildRequires: gobject-introspection-devel >= 0.6.8 |
|---|
| [12446] | 23 | BuildRequires: vala-tools |
|---|
| 24 | BuildRequires: vala-devel |
|---|
| [4616] | 25 | |
|---|
| [624] | 26 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 27 | |
|---|
| 28 | %description |
|---|
| 29 | Libchamplain is a C library aimed to provide a ClutterActor to display |
|---|
| 30 | rasterized maps. |
|---|
| 31 | |
|---|
| 32 | %description -l ja |
|---|
| 33 | Libchamplain はラスタライズされたマップを表示するために ClutterActor を提供することを目的とした C ライブラリです。 |
|---|
| 34 | |
|---|
| [7938] | 35 | %package devel |
|---|
| [624] | 36 | Summary: Development files for %{name} |
|---|
| 37 | Group: Development/Libraries |
|---|
| 38 | |
|---|
| 39 | Requires: gobject-introspection-devel |
|---|
| [805] | 40 | Requires: clutter-devel |
|---|
| [2110] | 41 | Requires: sqlite3-devel |
|---|
| 42 | Requires: libsoup-devel |
|---|
| [624] | 43 | Requires: %{name} = %{version}-%{release} |
|---|
| 44 | |
|---|
| 45 | %description devel |
|---|
| 46 | This package contains development files for %{name}. |
|---|
| 47 | |
|---|
| [7938] | 48 | %package gtk |
|---|
| [624] | 49 | Summary: Gtk+ widget wrapper for %{name} |
|---|
| 50 | Group: System Environment/Libraries |
|---|
| 51 | |
|---|
| 52 | Requires: %{name} = %{version}-%{release} |
|---|
| 53 | |
|---|
| 54 | %description gtk |
|---|
| 55 | Libchamplain-gtk is a library providing a GtkWidget to embed %{name} |
|---|
| 56 | into Gtk+ applications. |
|---|
| 57 | |
|---|
| [7938] | 58 | %package gtk-devel |
|---|
| [624] | 59 | Summary: Development files for %{name}-gtk |
|---|
| 60 | Group: Development/Libraries |
|---|
| 61 | |
|---|
| [805] | 62 | Requires: clutter-gtk-devel |
|---|
| [2110] | 63 | Requires: gtk2-devel |
|---|
| [624] | 64 | Requires: %{name}-devel = %{version}-%{release} |
|---|
| 65 | Requires: %{name}-gtk = %{version}-%{release} |
|---|
| 66 | |
|---|
| 67 | %description gtk-devel |
|---|
| 68 | This package contains development files for %{name}-gtk. |
|---|
| 69 | |
|---|
| [7938] | 70 | %package vala |
|---|
| 71 | Summary: Vala bindings for %{name} |
|---|
| 72 | Summary(ja): %{name} の Vala バインディング |
|---|
| 73 | Group: Development/Libraries |
|---|
| 74 | Requires: %{name} = %{version}-%{release} |
|---|
| 75 | Requires: %{name}-gtk = %{version}-%{release} |
|---|
| 76 | Requires: vala |
|---|
| 77 | |
|---|
| 78 | %description vala |
|---|
| 79 | Vala bindings for %{name}. |
|---|
| 80 | |
|---|
| 81 | %package docs |
|---|
| 82 | Summary: Documentation for %{name} |
|---|
| 83 | Summary(ja): %{name} 用のドキュメント |
|---|
| 84 | Group: Documentation |
|---|
| 85 | Requires: %{name} = %{version}-%{release} |
|---|
| [12446] | 86 | Requires: gtk-doc |
|---|
| [7938] | 87 | BuildArch: noarch |
|---|
| 88 | |
|---|
| 89 | %description docs |
|---|
| 90 | This package contains documentation for %{name}. |
|---|
| 91 | |
|---|
| 92 | |
|---|
| [624] | 93 | %prep |
|---|
| 94 | %setup -q |
|---|
| 95 | |
|---|
| 96 | %build |
|---|
| [12446] | 97 | %meson -Dgtk_doc=true |
|---|
| 98 | %meson_build |
|---|
| [624] | 99 | |
|---|
| 100 | |
|---|
| 101 | %install |
|---|
| 102 | rm -rf $RPM_BUILD_ROOT |
|---|
| [12446] | 103 | %meson_install |
|---|
| [624] | 104 | |
|---|
| 105 | |
|---|
| 106 | %clean |
|---|
| 107 | rm -rf $RPM_BUILD_ROOT |
|---|
| 108 | |
|---|
| 109 | |
|---|
| [12446] | 110 | %post -p /sbin/ldconfig |
|---|
| [624] | 111 | %postun -p /sbin/ldconfig |
|---|
| 112 | |
|---|
| 113 | %post gtk -p /sbin/ldconfig |
|---|
| 114 | %postun gtk -p /sbin/ldconfig |
|---|
| 115 | |
|---|
| [12446] | 116 | |
|---|
| [624] | 117 | %files |
|---|
| 118 | %defattr(-,root,root,-) |
|---|
| [12446] | 119 | %license COPYING |
|---|
| [624] | 120 | %doc AUTHORS |
|---|
| 121 | %doc ChangeLog |
|---|
| 122 | %doc NEWS |
|---|
| [12446] | 123 | %{_libdir}/girepository-1.0/Champlain-%{shortver}.typelib |
|---|
| 124 | %{_libdir}/%{name}-%{shortver}.so.* |
|---|
| [624] | 125 | |
|---|
| 126 | %files devel |
|---|
| 127 | %defattr(-,root,root,-) |
|---|
| 128 | %doc demos/animated-marker.c |
|---|
| 129 | %doc demos/launcher.c |
|---|
| 130 | %doc demos/markers.c |
|---|
| 131 | %doc demos/markers.h |
|---|
| 132 | %doc demos/polygons.c |
|---|
| 133 | %doc demos/url-marker.c |
|---|
| [12446] | 134 | %{_datadir}/gir-1.0/Champlain-%{shortver}.gir |
|---|
| 135 | %{_libdir}/%{name}-%{shortver}.so |
|---|
| 136 | %{_libdir}/pkgconfig/champlain-%{shortver}.pc |
|---|
| [624] | 137 | |
|---|
| [12446] | 138 | %dir %{_includedir}/champlain-%{shortver} |
|---|
| 139 | %{_includedir}/champlain-%{shortver}/champlain |
|---|
| [624] | 140 | |
|---|
| 141 | %files gtk |
|---|
| 142 | %defattr(-,root,root,-) |
|---|
| [12446] | 143 | %{_libdir}/girepository-1.0/GtkChamplain-%{shortver}.typelib |
|---|
| 144 | %{_libdir}/%{name}-gtk-%{shortver}.so.* |
|---|
| [624] | 145 | |
|---|
| 146 | %files gtk-devel |
|---|
| 147 | %defattr(-,root,root,-) |
|---|
| 148 | %doc demos/launcher-gtk.c |
|---|
| 149 | %doc demos/markers.c |
|---|
| [12446] | 150 | %{_datadir}/gir-1.0/GtkChamplain-%{shortver}.gir |
|---|
| 151 | %{_libdir}/%{name}-gtk-%{shortver}.so |
|---|
| 152 | %{_libdir}/pkgconfig/champlain-gtk-%{shortver}.pc |
|---|
| [624] | 153 | |
|---|
| [12446] | 154 | %{_includedir}/champlain-%{shortver}/champlain-gtk |
|---|
| [624] | 155 | |
|---|
| [7938] | 156 | %files vala |
|---|
| 157 | %defattr(-,root,root,-) |
|---|
| [12446] | 158 | %{_datadir}/vala/vapi/* |
|---|
| [624] | 159 | |
|---|
| [7938] | 160 | %files docs |
|---|
| 161 | %defattr(-,root,root,-) |
|---|
| [12446] | 162 | %{_datadir}/gtk-doc/html/* |
|---|
| [7938] | 163 | |
|---|
| 164 | |
|---|
| [624] | 165 | %changelog |
|---|
| [12446] | 166 | * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.20-1 |
|---|
| 167 | - new upstream release. |
|---|
| 168 | |
|---|
| [10716] | 169 | * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.13-1 |
|---|
| 170 | - new upstream release |
|---|
| 171 | |
|---|
| [9876] | 172 | * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.12-1 |
|---|
| 173 | - new upstream release |
|---|
| 174 | |
|---|
| [9791] | 175 | * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.11-1 |
|---|
| 176 | - new upstream release |
|---|
| 177 | |
|---|
| [9475] | 178 | * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.10-1 |
|---|
| 179 | - new upstream release |
|---|
| 180 | |
|---|
| [9073] | 181 | * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.9-1 |
|---|
| 182 | - new upstream release |
|---|
| 183 | |
|---|
| [8353] | 184 | * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1 |
|---|
| 185 | - new upstream release |
|---|
| 186 | |
|---|
| [8119] | 187 | * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.5-2 |
|---|
| 188 | - rebuild with VineSeed environment |
|---|
| 189 | |
|---|
| [7938] | 190 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.5-1 |
|---|
| 191 | - new upstream release |
|---|
| 192 | - create vala, docs subpackages |
|---|
| 193 | |
|---|
| [7681] | 194 | * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.4-1 |
|---|
| 195 | - new upstream release |
|---|
| 196 | |
|---|
| [7633] | 197 | * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-3 |
|---|
| 198 | - rebuild with cogl-0.14.0 |
|---|
| 199 | |
|---|
| [6890] | 200 | * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-2 |
|---|
| 201 | - rebuild with cogl-0.12.0 |
|---|
| 202 | |
|---|
| [6581] | 203 | * Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1 |
|---|
| 204 | - new upstream release |
|---|
| 205 | |
|---|
| [6011] | 206 | * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1 |
|---|
| 207 | - new upstream release |
|---|
| 208 | |
|---|
| [5335] | 209 | * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1 |
|---|
| 210 | - new upstream release |
|---|
| 211 | |
|---|
| [4812] | 212 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1 |
|---|
| 213 | - new upstream release |
|---|
| 214 | |
|---|
| [4616] | 215 | * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1 |
|---|
| [4812] | 216 | - new upstream release |
|---|
| [4616] | 217 | - add Requires: sqlite3-devel, libsoup-devel (-devel package) |
|---|
| 218 | |
|---|
| [2110] | 219 | * Tue Oct 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2 |
|---|
| 220 | - add Requires: sqlite3-devel, libsoup-devel (-devel package) |
|---|
| 221 | - add Requires: gtk2-devel (-gtk-devel package) |
|---|
| 222 | |
|---|
| [2041] | 223 | * Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1 |
|---|
| 224 | - new upstream release |
|---|
| 225 | - remove BuildRequires: gir-repository-devel |
|---|
| 226 | - fix %files (change version) |
|---|
| 227 | |
|---|
| [1897] | 228 | * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-2 |
|---|
| 229 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 230 | |
|---|
| [1642] | 231 | * Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-1 |
|---|
| 232 | - new upstream release |
|---|
| 233 | |
|---|
| [1231] | 234 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.6-1 |
|---|
| [805] | 235 | - new upstream release |
|---|
| [1231] | 236 | |
|---|
| 237 | * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.5-1 |
|---|
| 238 | - new upstream release |
|---|
| [805] | 239 | - fix BuildRequires: gtk-doc >= 1.14 |
|---|
| 240 | - add Requires: clutter-devel (devel package) |
|---|
| 241 | - add Requires: clutter-gtk-devel (gtk-devel package) |
|---|
| 242 | |
|---|
| [1231] | 243 | * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1 |
|---|
| [624] | 244 | - Initial build for Vine Linux |
|---|
| 245 | - add BuildRequires: sqlite3-devel, gtk-doc, gobject-introspection |
|---|
| 246 | |
|---|
| 247 | |
|---|
| 248 | * Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.2-1 |
|---|
| 249 | - Version bump to 0.4.2. |
|---|
| 250 | * Fixed acceptable values of "decel-rate". (GNOME Bugzilla #595552) |
|---|
| 251 | * Fixed GObject Introspection build failure. (GNOME Bugzilla #598942) |
|---|
| 252 | * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.news |
|---|
| 253 | * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.changes |
|---|
| 254 | |
|---|
| 255 | * Mon Oct 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.1-1 |
|---|
| 256 | - Version bump to 0.4.1. |
|---|
| 257 | * Added champlain_view_remove_layer. |
|---|
| 258 | * ChamplainSelectionLayer now has a "changed" signal. |
|---|
| 259 | * Added champlain_marker_get_highlighted_text_color, |
|---|
| 260 | champlain_marker_set_highlighted_text_color and |
|---|
| 261 | Added champlain_marker_get_highlighted_color. |
|---|
| 262 | * Fixed slowdowns with big caches. |
|---|
| 263 | * Don't emit invalid latitude and longitude notifications. |
|---|
| 264 | * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME |
|---|
| 265 | Bugzilla #598106) |
|---|
| 266 | * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news |
|---|
| 267 | * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.changes |
|---|
| 268 | |
|---|
| 269 | - Enabled GObject Introspection, and added 'Requires: gobject-introspection' |
|---|
| 270 | and 'BuildRequires: gir-repository-devel'. Patched to fix build failure. |
|---|
| 271 | (GNOME Bugzilla #598942) |
|---|
| 272 | - Explicitly disabled debug code. |
|---|
| 273 | - RPaths fixed by upstream. Removed 'BuildRequires: chrpath'. |
|---|
| 274 | |
|---|
| 275 | * Mon Sep 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-1 |
|---|
| 276 | - Version bump to 0.4.0. |
|---|
| 277 | * ChamplainView now has keyboard shortcuts (but not when used with |
|---|
| 278 | GtkChamplainEmbed). |
|---|
| 279 | * Removed deprecated symbols introduced in 0.3. |
|---|
| 280 | * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692) |
|---|
| 281 | * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727) |
|---|
| 282 | * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505) |
|---|
| 283 | * Initial center_on should not result on the map being in Antarctica. |
|---|
| 284 | (GNOME Bugzilla #594963) |
|---|
| 285 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.news |
|---|
| 286 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.changes |
|---|
| 287 | |
|---|
| 288 | * Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1 |
|---|
| 289 | - Version bump to 0.3.91. |
|---|
| 290 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.91.news |
|---|
| 291 | |
|---|
| 292 | * Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1 |
|---|
| 293 | - Version bump to 0.3.90. |
|---|
| 294 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.news |
|---|
| 295 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.changes |
|---|
| 296 | |
|---|
| 297 | * Mon Aug 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1 |
|---|
| 298 | - Version bump to 0.3.6. |
|---|
| 299 | * New marker animation API. |
|---|
| 300 | * Ported to Clutter 1.0. (GNOME Bugzilla #576391) |
|---|
| 301 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.news |
|---|
| 302 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.changes |
|---|
| 303 | |
|---|
| [7633] | 304 | * Sun Aug 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.5-1 |
|---|
| [624] | 305 | - Version bump to 0.3.5. |
|---|
| 306 | * Marker selection API. (GNOME Bugzilla #577909) |
|---|
| 307 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.news |
|---|
| 308 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.news |
|---|
| 309 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.changes |
|---|
| 310 | * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.changes |
|---|
| 311 | |
|---|
| 312 | * Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-2 |
|---|
| 313 | - Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 314 | |
|---|
| 315 | * Sat Jul 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.3-1 |
|---|
| 316 | - Version bump to 0.3.3. |
|---|
| 317 | * Support for custom map sources and listing available map sources. |
|---|
| 318 | * Smooth movement to a new position. (GNOME Bugzilla #557641) |
|---|
| 319 | * Keep the center of the map in the center after a resize. (GNOME Bugzilla |
|---|
| 320 | #557642) |
|---|
| 321 | * Double click to zoom and center. (GNOME Bugzilla #557644) |
|---|
| 322 | * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla |
|---|
| 323 | #557965) |
|---|
| 324 | * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME |
|---|
| 325 | Bugzilla #558020) |
|---|
| 326 | * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026) |
|---|
| 327 | * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522) |
|---|
| 328 | * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla |
|---|
| 329 | #559446) |
|---|
| 330 | * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla |
|---|
| 331 | #561700) |
|---|
| 332 | * Added disk cache management. (GNOME Bugzillla #568931) |
|---|
| 333 | * Host application should be able to limit the maximum and minimum zoom |
|---|
| 334 | levels. (GNOME Bugzilla #571702) |
|---|
| 335 | * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla |
|---|
| 336 | #572377) |
|---|
| 337 | * Support proxies. (GNOME Bugzilla #573937) |
|---|
| 338 | * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809) |
|---|
| 339 | * Do not allow negative zoom levels. (GNOME Bugzilla #575138) |
|---|
| 340 | * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla |
|---|
| 341 | #575139) |
|---|
| 342 | * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri". |
|---|
| 343 | (GNOME Bugzilla #575902). |
|---|
| 344 | * Implemented advanced markers. (GNOME Bugzilla #576055) |
|---|
| 345 | * Various memory management fixes for ChamplainTile. (GNOME Bugzilla |
|---|
| 346 | #576159) |
|---|
| 347 | * Any go_to should stop a previous and not yet finished go_to. (GNOME |
|---|
| 348 | Bugzilla #576832) |
|---|
| 349 | * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698) |
|---|
| 350 | * Introduced a new signal called ChamplainView::animation-completed. (GNOME |
|---|
| 351 | Bugzilla #577169) |
|---|
| 352 | * Set decel-rate correctly. (GNOME Bugzilla #580785) |
|---|
| 353 | * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla |
|---|
| 354 | #582786) |
|---|
| 355 | * Fixed champlain_view_center_on. (GNOME Bugzilla #583502) |
|---|
| 356 | * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME |
|---|
| 357 | Bugzilla #584365) |
|---|
| 358 | * Make the cache work the first time. (GNOME Bugzilla #584390) |
|---|
| 359 | * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla |
|---|
| 360 | #585698) |
|---|
| 361 | - Added 'BuildRequires: chrpath' for removing rpaths. |
|---|
| 362 | |
|---|
| 363 | * Wed Mar 18 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.9-1 |
|---|
| 364 | - Version bump to 0.2.9. |
|---|
| 365 | * Fixed elastic effect. |
|---|
| 366 | * Reduced exported symbols. |
|---|
| 367 | |
|---|
| 368 | * Wed Feb 25 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3 |
|---|
| 369 | - Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 370 | |
|---|
| 371 | * Wed Jan 28 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-2 |
|---|
| 372 | - Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel |
|---|
| 373 | for all distributions, except Fedora 10. |
|---|
| 374 | - Fixed sample code to not use generic headers. |
|---|
| 375 | |
|---|
| 376 | * Wed Jan 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-1 |
|---|
| 377 | - Initial build. Imported SPEC from openSUSE. |
|---|
| 378 | * Added a new constructor for ChamplainMarkers made of an image. |
|---|
| 379 | * Double clicking on the map will now zoom and recenter. |
|---|
| 380 | * When resizing a ChamplainView, the centered content will still be |
|---|
| 381 | centered after the resizing. Can be disabled. |
|---|
| 382 | * The Map's license is displayed by default on the lower right corner. |
|---|
| 383 | * Fixed map centering on startup. |
|---|
| 384 | * Fixed missing zoom level in OpenStreetMap Mapnik. |
|---|
| 385 | * Fixed zooming and centering behaviour. (GNOME Bugzilla #558026) |
|---|