[libgdl/f14/master] * Thu Aug 05 2010 Debarshi Ray <rishi at fedoraproject.org> - 2.31.3-1 - Version bump to 2.31.3. * GN

Debarshi Ray rishi at fedoraproject.org
Thu Aug 5 00:09:52 UTC 2010


commit e8f3d2d05a3d61a3259a93fc199cf486862ee940
Author: Debarshi Ray <rishi at freebook.(none)>
Date:   Thu Aug 5 03:09:46 2010 +0300

    * Thu Aug 05 2010 Debarshi Ray <rishi at fedoraproject.org> - 2.31.3-1
    - Version bump to 2.31.3.
      * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
        #612497)
      * http://download.gnome.org/sources/gdl/2.31/gdl-2.31.3.news
      * http://download.gnome.org/sources/gdl/2.31/gdl-2.31.2.news
    - Enabled GObject Introspection.

 .gitignore                                         |    1 +
 ...kgconfig.patch => libgdl-2.31.3-pkgconfig.patch |    0
 libgdl.spec                                        |   19 +++++++++++++++++--
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ba908a..b22ad42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gdl-2.31.1.tar.bz2
+gdl-2.31.3.tar.bz2
diff --git a/libgdl-2.31.1-pkgconfig.patch b/libgdl-2.31.3-pkgconfig.patch
similarity index 100%
rename from libgdl-2.31.1-pkgconfig.patch
rename to libgdl-2.31.3-pkgconfig.patch
diff --git a/libgdl.spec b/libgdl.spec
index 0302055..49ee648 100644
--- a/libgdl.spec
+++ b/libgdl.spec
@@ -1,6 +1,6 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.31.1
+Version:	2.31.3
 Release:	1%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
@@ -11,7 +11,10 @@ Patch0:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+Requires:	gobject-introspection
+
 BuildRequires:	gettext
+BuildRequires:	gobject-introspection-devel
 BuildRequires:	gtk2-devel >= 2.19.7
 
 %if 0%{?fc13}%{?fc14}%{?fc15}
@@ -38,6 +41,7 @@ The current pieces of GDL include:
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 
+Requires:	gobject-introspection-devel
 Requires:	gtk-doc
 Requires:	%{name} = %{version}-%{release}
 
@@ -49,7 +53,8 @@ This package contains development files for %{name}.
 %patch0 -p1
 
 %build
-%configure --disable-silent-rules --disable-static --enable-gtk-doc
+%configure --disable-silent-rules --disable-static --enable-gtk-doc \
+  --enable-introspection=yes
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -78,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc MAINTAINERS
 %doc NEWS
 %doc README
+%{_libdir}/girepository-1.0/Gdl-3.typelib
 %{_libdir}/%{name}-1.so.*
 
 %dir %{_datadir}/gdl
@@ -85,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr (-,root,root,-)
+%{_datadir}/gir-1.0/Gdl-3.gir
 %{_libdir}/%{name}-1.so
 %{_libdir}/pkgconfig/gdl-1.0.pc
 
@@ -95,6 +102,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Thu Aug 05 2010 Debarshi Ray <rishi at fedoraproject.org> - 2.31.3-1
+- Version bump to 2.31.3.
+  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
+    #612497)
+  * http://download.gnome.org/sources/gdl/2.31/gdl-2.31.3.news
+  * http://download.gnome.org/sources/gdl/2.31/gdl-2.31.2.news
+- Enabled GObject Introspection.
+
 * Sun May 23 2010 Debarshi Ray <rishi at fedoraproject.org> - 2.31.1-1
 - Version bump to 2.31.1.
   * GNOME Goal: removed deprecated Gtk+ symbols. (GNOME Bugzilla #577469)
diff --git a/sources b/sources
index 57adcea..4faf91d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28e9affb8a978cd94388ab0b8656db72  gdl-2.31.1.tar.bz2
+b59cf3ccd0e517efd7776e85c4f59ac3  gdl-2.31.3.tar.bz2


More information about the scm-commits mailing list