diff --git a/.cvsignore b/.cvsignore index de70ae2..2736a67 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libchamplain-0.4.3.tar.bz2 +libchamplain-0.4.5.tar.bz2 diff --git a/libchamplain.spec b/libchamplain.spec index 924a5d3..32e72ed 100644 --- a/libchamplain.spec +++ b/libchamplain.spec @@ -1,6 +1,6 @@ Summary: Map view for Clutter Name: libchamplain -Version: 0.4.3 +Version: 0.4.5 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -11,6 +11,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: gobject-introspection +BuildRequires: chrpath BuildRequires: clutter-devel BuildRequires: clutter-gtk-devel BuildRequires: gir-repository-devel @@ -67,8 +68,8 @@ This package contains development files for %{name}-gtk. %setup -q %build -%configure --disable-debug --disable-static --enable-gtk --enable-gtk-doc \ - --enable-introspection=yes --enable-silent-rules +%configure --disable-debug --disable-silent-rules --disable-static \ + --enable-gtk --enable-gtk-doc --enable-introspection=yes # Omit unused direct shared library dependencies. sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool @@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -delete +# Remove rpaths. +chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}-gtk-0.4.so.0.3.2 + %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS %doc ChangeLog %doc COPYING +%doc README %doc NEWS %{_libdir}/girepository-1.0/Champlain-0.4.typelib %{_libdir}/%{name}-0.4.so.* @@ -128,6 +133,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc demos/launcher-gtk.c %doc demos/markers.c +%doc demos/markers.h %{_datadir}/gir-1.0/GtkChamplain-0.4.gir %{_libdir}/%{name}-gtk-0.4.so %{_libdir}/pkgconfig/champlain-gtk-0.4.pc @@ -139,6 +145,26 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/%{name}-gtk-0.4/champlain-gtk %changelog +* Fri Apr 23 2010 Debarshi Ray - 0.4.5-1 +- Version bump to 0.4.5. + * Asynchronously load the tiles from the cache. + * GObject Introspection is in a working state. + * Limit the internal operations that happen when the user moves. + * Limit the number of times the scale is redrawn. + * Optimized the initialization process. Only the needed tiles are loaded. + * Properly get rid of marker's previous image properly. + * Removed the need to explicitly set the size of actors. + * Deprecated champlain_view_set_size in favor of clutter_actor_set_size. + (GNOME Bugzilla #580372) + * Load the tiles in spiral order. (GNOME Bugzilla #606393) + * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.news + * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.news + * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.changes + * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.changes +- Added 'BuildRequires: chrpath' for removing rpaths. +- Added README to %%doc. +- Added demos/markers.h to %%doc of libchamplain-gtk-devel. + * Sun Jan 17 2010 Debarshi Ray - 0.4.3-1 - Version bump to 0.4.3. * A new scale. diff --git a/sources b/sources index 14baf71..a5027e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efb7123a894a21109112598cc1e99775 libchamplain-0.4.3.tar.bz2 +e9bdecaadb9196694a299951389ec935 libchamplain-0.4.5.tar.bz2