rpms/libgdl/devel libgdl-2.31.1-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 libgdl.spec, 1.22, 1.23 sources, 1.14, 1.15 libgdl-2.30.0-pkgconfig.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Sun May 23 07:18:17 UTC 2010


Author: rishi

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

Modified Files:
	.cvsignore libgdl.spec sources 
Added Files:
	libgdl-2.31.1-pkgconfig.patch 
Removed Files:
	libgdl-2.30.0-pkgconfig.patch 
Log Message:
* 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)
  * Removed gdl_dock_layout_get_items_ui and gdl_dock_layout_get_ui from the
    header as they were never defined in the sources. (GNOME Bugzilla #603466)
  * Fixed missing return values. (GNOME Bugzilla #603600)
  * Show icons too when the dock switcher style is set to tabs. (GNOME
    Bugzilla #615113)
- Added 'BuildRequires: gtk-doc' for Fedora 15 too.


libgdl-2.31.1-pkgconfig.patch:
 gdl-1.0.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libgdl-2.31.1-pkgconfig.patch ---
diff -urNp gdl-2.27.3.orig/gdl-1.0.pc.in gdl-2.27.3/gdl-1.0.pc.in
--- gdl-2.27.3.orig/gdl-1.0.pc.in	2009-07-10 10:47:32.000000000 +0530
+++ gdl-2.27.3/gdl-1.0.pc.in	2009-07-10 10:47:50.000000000 +0530
@@ -8,6 +8,6 @@ idldir=@datadir@/idl/libgdl-1.0
 Name: gdl
 Description: Gnome DevTool Libraries
 Version: @VERSION@
-Requires: gtk+-2.0 libxml-2.0
+Requires: gtk+-2.0
 Libs: -L${libdir} -lgdl-1
 Cflags: -I${includedir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	26 Apr 2010 13:03:48 -0000	1.14
+++ .cvsignore	23 May 2010 07:18:15 -0000	1.15
@@ -1 +1 @@
-gdl-2.30.0.tar.bz2
+gdl-2.31.1.tar.bz2


Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/libgdl.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- libgdl.spec	26 Apr 2010 13:16:45 -0000	1.22
+++ libgdl.spec	23 May 2010 07:18:16 -0000	1.23
@@ -1,20 +1,20 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.30.0
-Release:	2%{?dist}
+Version:	2.31.1
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://www.gnome.org/
-Source0:	http://download.gnome.org/sources/gdl/2.30/gdl-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/gdl/2.31/gdl-%{version}.tar.bz2
 
 Patch0:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	gettext
-BuildRequires:	gtk2-devel
+BuildRequires:	gtk2-devel >= 2.19.7
 
-%if 0%{?fc13}%{?fc14}
+%if 0%{?fc13}%{?fc14}%{?fc15}
 BuildRequires:	gtk-doc
 %endif
 
@@ -49,7 +49,7 @@ This package contains development files 
 %patch0 -p1
 
 %build
-%configure --disable-static --enable-gtk-doc
+%configure --disable-silent-rules --disable-static --enable-gtk-doc
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -95,6 +95,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* 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)
+  * Removed gdl_dock_layout_get_items_ui and gdl_dock_layout_get_ui from the
+    header as they were never defined in the sources. (GNOME Bugzilla #603466)
+  * Fixed missing return values. (GNOME Bugzilla #603600)
+  * Show icons too when the dock switcher style is set to tabs. (GNOME
+    Bugzilla #615113)
+- Added 'BuildRequires: gtk-doc' for Fedora 15 too.
+
 * Mon Apr 26 2010 Debarshi Ray <rishi at fedoraproject.org> - 2.30.0-2
 - Added 'BuildRequires: gtk-doc' for Fedora 14 too.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	26 Apr 2010 13:03:49 -0000	1.14
+++ sources	23 May 2010 07:18:16 -0000	1.15
@@ -1 +1 @@
-ce4eef03a36bf6abd9f8cbad4806d7b8  gdl-2.30.0.tar.bz2
+28e9affb8a978cd94388ab0b8656db72  gdl-2.31.1.tar.bz2


--- libgdl-2.30.0-pkgconfig.patch DELETED ---



More information about the scm-commits mailing list