[libgdl] revert to 2.30.1, as 2.31.* is just broken

Tom Callaway spot at fedoraproject.org
Thu Oct 7 20:09:38 UTC 2010


commit c1032109d26d035ba728e25516cd82007f198c95
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Oct 7 16:09:40 2010 -0400

    revert to 2.30.1, as 2.31.* is just broken

 libgdl-2.30.1-pkgconfig.patch |   11 +++++++++++
 libgdl.spec                   |   13 ++++++++-----
 sources                       |    2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/libgdl-2.30.1-pkgconfig.patch b/libgdl-2.30.1-pkgconfig.patch
new file mode 100644
index 0000000..5f024f7
--- /dev/null
+++ b/libgdl-2.30.1-pkgconfig.patch
@@ -0,0 +1,11 @@
+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}
diff --git a/libgdl.spec b/libgdl.spec
index 49ee648..6377b1d 100644
--- a/libgdl.spec
+++ b/libgdl.spec
@@ -1,11 +1,12 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.31.3
+Version:	2.30.1
 Release:	1%{?dist}
+Epoch:		1
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://www.gnome.org/
-Source0:	http://download.gnome.org/sources/gdl/2.31/gdl-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/gdl/2.30/gdl-%{version}.tar.bz2
 
 Patch0:		%{name}-%{version}-pkgconfig.patch
 
@@ -43,7 +44,7 @@ Group:		Development/Libraries
 
 Requires:	gobject-introspection-devel
 Requires:	gtk-doc
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name} = %{epoch}:%{version}-%{release}
 
 %description devel
 This package contains development files for %{name}.
@@ -83,7 +84,6 @@ 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
@@ -91,7 +91,6 @@ 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
 
@@ -102,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* 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
+
 * 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
diff --git a/sources b/sources
index 4faf91d..2c00104 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b59cf3ccd0e517efd7776e85c4f59ac3  gdl-2.31.3.tar.bz2
+4af16be490b47ce4e828a2fb93633856  gdl-2.30.1.tar.bz2


More information about the scm-commits mailing list