[libgdl] - Update to 2.91.4

Rakesh Pandit rakesh at fedoraproject.org
Mon Jan 17 12:38:55 UTC 2011


commit 4d054d79a0474f9b829c78508d64d01edfff7c50
Author: Rakesh Pandit <rakesh at fedoraproject.org>
Date:   Mon Jan 17 18:07:56 2011 +0530

    - Update to 2.91.4

 .gitignore                    |    1 +
 libgdl-2.30.1-pkgconfig.patch |   11 -----------
 libgdl-2.31.3-pkgconfig.patch |   11 -----------
 libgdl-2.91.4-pkgconfig.patch |   10 ++++++++++
 libgdl.spec                   |   25 +++++++++++++++----------
 sources                       |    2 +-
 6 files changed, 27 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b22ad42..49feabb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gdl-2.31.1.tar.bz2
 gdl-2.31.3.tar.bz2
+/gdl-2.91.4.tar.bz2
diff --git a/libgdl-2.91.4-pkgconfig.patch b/libgdl-2.91.4-pkgconfig.patch
new file mode 100644
index 0000000..b5710fc
--- /dev/null
+++ b/libgdl-2.91.4-pkgconfig.patch
@@ -0,0 +1,10 @@
+--- gdl-2.91.4.org/gdl-3.0.pc.in	2011-01-17 16:34:05.498704558 +0530
++++ gdl-2.91.4/gdl-3.0.pc.in	2011-01-17 16:34:29.613704653 +0530
+@@ -7,6 +7,6 @@
+ Name: gdl
+ Description: Gnome Docking Library
+ Version: @VERSION@
+-Requires: gtk+-3.0 libxml-2.0
++Requires: gtk+-3.0
+ Libs: -L${libdir} -lgdl-3
+ Cflags: -I${includedir}
diff --git a/libgdl.spec b/libgdl.spec
index 6377b1d..cb90967 100644
--- a/libgdl.spec
+++ b/libgdl.spec
@@ -1,12 +1,12 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.30.1
+Version:	2.91.4
 Release:	1%{?dist}
 Epoch:		1
 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.91/gdl-%{version}.tar.bz2
 
 Patch0:		%{name}-%{version}-pkgconfig.patch
 
@@ -16,7 +16,7 @@ Requires:	gobject-introspection
 
 BuildRequires:	gettext
 BuildRequires:	gobject-introspection-devel
-BuildRequires:	gtk2-devel >= 2.19.7
+BuildRequires:	gtk3-devel
 
 %if 0%{?fc13}%{?fc14}%{?fc15}
 BuildRequires:	gtk-doc
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
-%find_lang gdl-1
+%find_lang gdl-3
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,30 +77,35 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-%files -f gdl-1.lang
+%files -f gdl-3.lang
 %defattr (-,root,root,-)
 %doc AUTHORS
 %doc COPYING
 %doc MAINTAINERS
 %doc NEWS
 %doc README
-%{_libdir}/%{name}-1.so.*
+%{_libdir}/%{name}-3.so.*
+%{_libdir}/girepository-1.0/Gdl-1.typelib
 
 %dir %{_datadir}/gdl
 %{_datadir}/gdl/ui
 
 %files devel
 %defattr (-,root,root,-)
-%{_libdir}/%{name}-1.so
-%{_libdir}/pkgconfig/gdl-1.0.pc
+%{_libdir}/%{name}-3.so
+%{_libdir}/pkgconfig/gdl-3.0.pc
+%{_datadir}/gir-1.0/Gdl-1.gir
 
 %dir %{_datadir}/gtk-doc/html/gdl
 %doc %{_datadir}/gtk-doc/html/gdl/*
 
-%dir %{_includedir}/%{name}-1.0
-%{_includedir}/%{name}-1.0/gdl
+%dir %{_includedir}/%{name}-3.0
+%{_includedir}/%{name}-3.0/gdl
 
 %changelog
+* Tue Jan 11 2011 Rakesh Pandit <rakesh at fedoraproject.org> - 1:2.91.1-1
+- Updated to 2.91.4
+
 * Thu Oct 07 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.30.1-1
 - revert to 2.30.1, bump epoch to 1
 - see: https://bugzilla.redhat.com/show_bug.cgi?id=635333
diff --git a/sources b/sources
index 2c00104..24d8edf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4af16be490b47ce4e828a2fb93633856  gdl-2.30.1.tar.bz2
+8669d98b2ac2168b04d09df86ec95cc1  gdl-2.91.4.tar.bz2


More information about the scm-commits mailing list