rpms/libchamplain/devel .cvsignore, 1.8, 1.9 libchamplain.spec, 1.11, 1.12 sources, 1.8, 1.9

Debarshi Ray rishi at fedoraproject.org
Mon Sep 21 22:41:32 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libchamplain/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11793

Modified Files:
	.cvsignore libchamplain.spec sources 
Log Message:
* Mon Sep 21 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.4.0-1
- Version bump to 0.4.0.
  * ChamplainView now has keyboard shortcuts (but not when used with
    GtkChamplainEmbed).
  * Removed deprecated symbols introduced in 0.3.
  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
  * Initial center_on should not result on the map being in Antarctica.
    (GNOME Bugzilla #594963)
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.92.news
  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.92.changes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	25 Aug 2009 02:59:04 -0000	1.8
+++ .cvsignore	21 Sep 2009 22:41:31 -0000	1.9
@@ -1 +1 @@
-libchamplain-0.3.91.tar.bz2
+libchamplain-0.4.0.tar.bz2


Index: libchamplain.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/libchamplain.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- libchamplain.spec	25 Aug 2009 03:19:35 -0000	1.11
+++ libchamplain.spec	21 Sep 2009 22:41:31 -0000	1.12
@@ -1,11 +1,11 @@
 Summary:	Map view for Clutter
 Name:		libchamplain
-Version:	0.3.91
+Version:	0.4.0
 Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://projects.gnome.org/libchamplain/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/%{name}-%{version}.tar.bz2
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.4/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -65,7 +65,7 @@ This package contains development files 
 
 %build
 %configure --disable-static --enable-gtk --enable-gtk-doc \
-  --enable-introspection=no
+  --enable-introspection=no --enable-silent-rules
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -79,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.3.0.2
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libchamplain-gtk-0.4.so.0.0.0
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,48 +98,71 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog
 %doc COPYING
 %doc NEWS
-%{_libdir}/%{name}-0.3.so.*
+%{_libdir}/%{name}-0.4.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %doc demos/animated-marker.c
 %doc demos/launcher.c
+%doc demos/markers.c
+%doc demos/markers.h
 %doc demos/polygons.c
-%{_libdir}/%{name}-0.3.so
-%{_libdir}/pkgconfig/champlain-0.3.pc
+%doc demos/url-marker.c
+%{_libdir}/%{name}-0.4.so
+%{_libdir}/pkgconfig/champlain-0.4.pc
 
 %dir %{_datadir}/gtk-doc/html/libchamplain
 %doc %{_datadir}/gtk-doc/html/libchamplain/*
 
-%dir %{_includedir}/%{name}-0.3
-%{_includedir}/%{name}-0.3/champlain
+%dir %{_includedir}/%{name}-0.4
+%{_includedir}/%{name}-0.4/champlain
 
 %files gtk
 %defattr(-,root,root,-)
-%{_libdir}/%{name}-gtk-0.3.so.*
+%{_libdir}/%{name}-gtk-0.4.so.*
 
 %files gtk-devel
 %defattr(-,root,root,-)
 %doc demos/launcher-gtk.c
 %doc demos/markers.c
-%{_libdir}/%{name}-gtk-0.3.so
-%{_libdir}/pkgconfig/champlain-gtk-0.3.pc
+%{_libdir}/%{name}-gtk-0.4.so
+%{_libdir}/pkgconfig/champlain-gtk-0.4.pc
 
 %dir %{_datadir}/gtk-doc/html/libchamplain-gtk
 %doc %{_datadir}/gtk-doc/html/libchamplain-gtk/*
 
-%dir %{_includedir}/%{name}-gtk-0.3
-%{_includedir}/%{name}-gtk-0.3/champlain-gtk
+%dir %{_includedir}/%{name}-gtk-0.4
+%{_includedir}/%{name}-gtk-0.4/champlain-gtk
 
 %changelog
+* Mon Sep 21 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.4.0-1
+- Version bump to 0.4.0.
+  * ChamplainView now has keyboard shortcuts (but not when used with
+    GtkChamplainEmbed).
+  * Removed deprecated symbols introduced in 0.3.
+  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
+  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
+  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
+  * Initial center_on should not result on the map being in Antarctica.
+    (GNOME Bugzilla #594963)
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.92.news
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.92.changes
+
 * Mon Aug 24 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.91-1
-- Update to 0.3.91
+- Version bump to 0.3.91.
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.91.news
 
 * Tue Aug 11 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.90-1
-- Update to 0.3.90
+- Version bump to 0.3.90.
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.90.news
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.90.changes
 
 * Mon Aug  3 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.6-1
-- Update to 0.3.6
+- Version bump to 0.3.6.
+  * New marker animation API.
+  * Ported to Clutter 1.0. (GNOME Bugzilla #576391)
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.6.news
+  * http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.3/libchamplain-0.3.6.changes
 
 * Sat Aug 02 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.3.5-1
 - Version bump to 0.3.5.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	25 Aug 2009 02:59:04 -0000	1.8
+++ sources	21 Sep 2009 22:41:31 -0000	1.9
@@ -1 +1 @@
-6d0108dfea8acc473a1efe10c4bde694  libchamplain-0.3.91.tar.bz2
+159f8befb4b7ef616227977cda61e08d  libchamplain-0.4.0.tar.bz2




More information about the scm-commits mailing list