rpms/libchamplain/devel .cvsignore, 1.12, 1.13 libchamplain.spec, 1.15, 1.16 sources, 1.12, 1.13

Debarshi Ray rishi at fedoraproject.org
Fri Apr 23 11:48:04 UTC 2010


Author: rishi

Update of /cvs/pkgs/rpms/libchamplain/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27559

Modified Files:
	.cvsignore libchamplain.spec sources 
Log Message:
* Fri Apr 23 2010 Debarshi Ray <rishi at fedoraproject.org> - 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	17 Jan 2010 11:17:34 -0000	1.12
+++ .cvsignore	23 Apr 2010 11:48:03 -0000	1.13
@@ -1 +1 @@
-libchamplain-0.4.3.tar.bz2
+libchamplain-0.4.5.tar.bz2


Index: libchamplain.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/libchamplain.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- libchamplain.spec	17 Jan 2010 11:17:34 -0000	1.15
+++ libchamplain.spec	23 Apr 2010 11:48:03 -0000	1.16
@@ -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}/%{na
 
 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 
 %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 <rishi at fedoraproject.org> - 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 <rishi at fedoraproject.org> - 0.4.3-1
 - Version bump to 0.4.3.
   * A new scale.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	17 Jan 2010 11:17:34 -0000	1.12
+++ sources	23 Apr 2010 11:48:03 -0000	1.13
@@ -1 +1 @@
-efb7123a894a21109112598cc1e99775  libchamplain-0.4.3.tar.bz2
+e9bdecaadb9196694a299951389ec935  libchamplain-0.4.5.tar.bz2



More information about the scm-commits mailing list