rpms/g-wrap/devel .cvsignore, 1.7, 1.8 g-wrap.spec, 1.47, 1.48 sources, 1.8, 1.9

Michel Alexandre Salim salimma at fedoraproject.org
Fri Dec 26 17:49:51 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/g-wrap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6281

Modified Files:
	.cvsignore g-wrap.spec sources 
Log Message:
* Fri Dec 26 2008 Michel Salim <salimma at fedoraproject.org> - 1.9.11-1
- Update to 1.9.11
- Use system libffi (bug #433083)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	31 Aug 2007 20:19:59 -0000	1.7
+++ .cvsignore	26 Dec 2008 17:49:21 -0000	1.8
@@ -1 +1 @@
-g-wrap-1.9.9.tar.gz
+g-wrap-1.9.11.tar.gz


Index: g-wrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/g-wrap.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- g-wrap.spec	6 Sep 2008 13:26:21 -0000	1.47
+++ g-wrap.spec	26 Dec 2008 17:49:21 -0000	1.48
@@ -1,6 +1,6 @@
 Name:            g-wrap
-Version:         1.9.9
-Release:         7%{?dist}
+Version:         1.9.11
+Release:         1%{?dist}
 Summary:         A tool for creating Scheme interfaces to C libraries
 
 Group:           Development/Libraries
@@ -12,9 +12,9 @@
 #Patch3:          g-wrap-1.9.8-staticffi.patch
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:   guile-devel, guile-lib
+BuildRequires:   guile-devel, guile-lib, libffi-devel
 BuildRequires:   slib, glib2-devel, pkgconfig, autoconf
-Requires:        guile, guile-lib
+Requires:        guile-lib
 
 Requires(post):  /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -30,7 +30,7 @@
 Group:           Development/Libraries
 
 Requires:        %{name} = %{version}-%{release}
-Requires:        pkgconfig, guile-devel, automake
+Requires:        pkgconfig, guile-devel, libffi-devel, automake
 
 %description     devel
 g-wrap-devel contains development libraries and headers for g-wrap.
@@ -55,7 +55,7 @@
 
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS -fPIC `pkgconfig libffi --cflags`"
 %configure --disable-static
 
 #remove Rpath
@@ -127,6 +127,10 @@
 
 
 %changelog
+* Fri Dec 26 2008 Michel Salim <salimma at fedoraproject.org> - 1.9.11-1
+- Update to 1.9.11
+- Use system libffi (bug #433083)
+
 * Sat Sep 06 2008 Xavier Lamien <lxtnow[at]gmail.com> - 1.9.9-7
 - Remove out-dated patch -info.patch.
 - Rebuild for Rawhide bug #434278.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	31 Aug 2007 20:19:59 -0000	1.8
+++ sources	26 Dec 2008 17:49:21 -0000	1.9
@@ -1 +1 @@
-9014d7ed8d395ff335a6a4bf5778ed4e  g-wrap-1.9.9.tar.gz
+f6f54c2a2ce3d8257ccaf19f923cbe45  g-wrap-1.9.11.tar.gz




More information about the fedora-extras-commits mailing list