rpms/gnome-build/devel gnome-build-2.24.1-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 gnome-build.spec, 1.10, 1.11 sources, 1.5, 1.6 gnome-build-0.2.4-configure.patch, 1.1, NONE gnome-build-0.2.4-pkgconfig.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Mon Oct 27 19:22:12 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/gnome-build/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1907

Modified Files:
	.cvsignore gnome-build.spec sources 
Added Files:
	gnome-build-2.24.1-pkgconfig.patch 
Removed Files:
	gnome-build-0.2.4-configure.patch 
	gnome-build-0.2.4-pkgconfig.patch 
Log Message:
* Tue Oct 28 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.1-1
- Version bump to 2.24.1.
- Configure script problems fixed by upstream. Closes GNOME Bugzilla bug
  #522715.


gnome-build-2.24.1-pkgconfig.patch:

--- NEW FILE gnome-build-2.24.1-pkgconfig.patch ---
diff -uNp gnome-build-2.24.1.orig/gnome-build-1.0.pc.in gnome-build-2.24.1/gnome-build-1.0.pc.in
--- gnome-build-2.24.1.orig/gnome-build-1.0.pc.in	2008-10-19 21:07:00.000000000 +0530
+++ gnome-build-2.24.1/gnome-build-1.0.pc.in	2008-10-27 19:01:57.986343935 +0530
@@ -8,6 +8,6 @@ idldir=@datadir@/idl/gnome-build-1.0
 Name: gnome-build
 Description: Gnome Build Framework
 Version: @VERSION@
-Requires:  libgnome-2.0 gtk+-2.0 libxml-2.0 gdl-1.0
+Requires:  gtk+-2.0
 Libs: -L${libdir} -lgbf-1 -lgbf-widgets-1
 Cflags: -I${includedir}
Common subdirectories: gnome-build-2.24.1.orig/po and gnome-build-2.24.1/po
Common subdirectories: gnome-build-2.24.1.orig/src and gnome-build-2.24.1/src


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-build/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	15 Mar 2008 15:19:34 -0000	1.5
+++ .cvsignore	27 Oct 2008 19:21:41 -0000	1.6
@@ -1 +1 @@
-gnome-build-0.2.4.tar.gz
+gnome-build-2.24.1.tar.gz


Index: gnome-build.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-build/devel/gnome-build.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnome-build.spec	15 Mar 2008 15:19:34 -0000	1.10
+++ gnome-build.spec	27 Oct 2008 19:21:41 -0000	1.11
@@ -1,14 +1,13 @@
 Summary:	GNOME build framework
 Name:		gnome-build
-Version:	0.2.4
+Version:	2.24.1
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Libraries
 URL:		http://www.gnome.org/projects/devtools/gnomebuild.shtml
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.2/%{name}-%{version}.tar.gz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-build/2.24/%{name}-%{version}.tar.gz
 
-Patch0:		%{name}-%{version}-configure.patch
-Patch1:		%{name}-%{version}-pkgconfig.patch
+Patch0:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -16,7 +15,7 @@
 
 BuildRequires:	gettext
 BuildRequires:	intltool
-BuildRequires:	libgdl-devel
+BuildRequires:	libgdl-devel >= 2.23.0
 BuildRequires:	libgnomeui-devel
 BuildRequires:	perl(Locale::gettext)
 
@@ -39,7 +38,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # Filter unwanted Provides:
 cat << \EOF > %{name}-prov
@@ -135,6 +133,11 @@
 %{_includedir}/%{name}-1.0/gbf
 
 %changelog
+* Tue Oct 28 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.1-1
+- Version bump to 2.24.1.
+- Configure script problems fixed by upstream. Closes GNOME Bugzilla bug
+  #522715.
+
 * Sat Mar 15 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.2.4-1
 - Version bump to 0.2.4. Closes Red Hat Bugzilla bug #437557.
 - Removed 'BuildRequires: chrpath' and use better ways of removing rpaths.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-build/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	15 Mar 2008 15:19:34 -0000	1.5
+++ sources	27 Oct 2008 19:21:41 -0000	1.6
@@ -1 +1 @@
-1484752617b80623c45bc401147e2750  gnome-build-0.2.4.tar.gz
+2215a6b046c4aad12fce22e529797cf6  gnome-build-2.24.1.tar.gz


--- gnome-build-0.2.4-configure.patch DELETED ---


--- gnome-build-0.2.4-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list