rpms/libchamplain/F-11 .cvsignore, 1.4, 1.5 libchamplain.spec, 1.5, 1.6 sources, 1.4, 1.5

Debarshi Ray rishi at fedoraproject.org
Sun Aug 2 05:46:58 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libchamplain/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12022

Modified Files:
	.cvsignore libchamplain.spec sources 
Log Message:
* Sat Aug 02 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.3.5-1
- Version bump to 0.3.5.
  * Marker selection API. (GNOME Bugzilla #577909)
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.5.news
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.4.news
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.5.changes
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.4.changes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	11 Jul 2009 13:22:59 -0000	1.4
+++ .cvsignore	2 Aug 2009 05:46:57 -0000	1.5
@@ -1 +1 @@
-libchamplain-0.3.3.tar.gz
+libchamplain-0.3.5.tar.gz


Index: libchamplain.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/F-11/libchamplain.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libchamplain.spec	13 Jul 2009 05:17:17 -0000	1.5
+++ libchamplain.spec	2 Aug 2009 05:46:57 -0000	1.6
@@ -1,6 +1,6 @@
 Summary:	Map view for Clutter
 Name:		libchamplain
-Version:	0.3.3
+Version:	0.3.5
 Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
@@ -64,7 +64,8 @@ This package contains development files 
 %setup -q
 
 %build
-%configure --disable-static --enable-gtk --enable-gtk-doc
+%configure --disable-static --enable-gtk --enable-gtk-doc \
+  --enable-introspection=no
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -78,7 +79,7 @@ make install INSTALL="%{__install} -p" D
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 # Remove rpaths.
-chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libchamplain-gtk-0.3.so.1.0.0
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libchamplain-gtk-0.3.so.2.0.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -131,8 +132,63 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-gtk-0.3/champlain-gtk
 
 %changelog
+* Sat Aug 02 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.3.5-1
+- Version bump to 0.3.5.
+  * Marker selection API. (GNOME Bugzilla #577909)
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.5.news
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.4.news
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.5.changes
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.4.changes
+
+* Fri Jul 24 2009 Release Engineering <rel-eng at fedoraproject.org> - 0.3.3-2
+- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jul 11 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.3.3-1
 - Version bump to 0.3.3.
+  * Support for custom map sources and listing available map sources.
+  * Smooth movement to a new position. (GNOME Bugzilla #557641)
+  * Keep the center of the map in the center after a resize. (GNOME Bugzilla
+    #557642)
+  * Double click to zoom and center. (GNOME Bugzilla #557644)
+  * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla
+    #557965)
+  * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME
+    Bugzilla #558020)
+  * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026)
+  * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522)
+  * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla
+    #559446)
+  * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla
+    #561700)
+  * Added disk cache management. (GNOME Bugzillla #568931)
+  * Host application should be able to limit the maximum and minimum zoom
+    levels. (GNOME Bugzilla #571702)
+  * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla
+    #572377)
+  * Support proxies. (GNOME Bugzilla #573937)
+  * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809)
+  * Do not allow negative zoom levels. (GNOME Bugzilla #575138)
+  * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla
+    #575139)
+  * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri".
+    (GNOME Bugzilla #575902).
+  * Implemented advanced markers. (GNOME Bugzilla #576055)
+  * Various memory management fixes for ChamplainTile. (GNOME Bugzilla
+    #576159)
+  * Any go_to should stop a previous and not yet finished go_to. (GNOME
+    Bugzilla #576832)
+  * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698)
+  * Introduced a new signal called ChamplainView::animation-completed. (GNOME
+    Bugzilla #577169)
+  * Set decel-rate correctly. (GNOME Bugzilla #580785)
+  * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla
+    #582786)
+  * Fixed champlain_view_center_on. (GNOME Bugzilla #583502)
+  * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME
+    Bugzilla #584365)
+  * Make the cache work the first time. (GNOME Bugzilla #584390)
+  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
+    #585698)
 - Added 'BuildRequires: chrpath' for removing rpaths.
 
 * Wed Mar 18 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.9-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	11 Jul 2009 13:22:59 -0000	1.4
+++ sources	2 Aug 2009 05:46:57 -0000	1.5
@@ -1 +1 @@
-06f30890b86bf9fc4791fe9a4cb110e1  libchamplain-0.3.3.tar.gz
+66e486db1c087633a3f0ce6de4bd320d  libchamplain-0.3.5.tar.gz




More information about the fedora-extras-commits mailing list