rpms/ocaml-dbus/devel import.log, NONE, 1.1 .cvsignore, 1.5, 1.6 ocaml-dbus.spec, 1.6, 1.7 sources, 1.5, 1.6

Richard W.M. Jones rjones at fedoraproject.org
Sun Aug 31 09:53:11 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-dbus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20965/devel

Modified Files:
	.cvsignore ocaml-dbus.spec sources 
Added Files:
	import.log 
Log Message:
- New upstream release 0.07.
- Remove rpath from shared object.



--- NEW FILE import.log ---
ocaml-dbus-0_07-1_fc10:HEAD:ocaml-dbus-0.07-1.fc10.src.rpm:1220176286


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-dbus/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	4 Mar 2008 09:33:19 -0000	1.5
+++ .cvsignore	31 Aug 2008 09:52:40 -0000	1.6
@@ -1 +1 @@
-ocaml_dbus-0.06.tar.bz2
+ocaml_dbus-0.07.tar.bz2


Index: ocaml-dbus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-dbus/devel/ocaml-dbus.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ocaml-dbus.spec	23 Apr 2008 11:11:06 -0000	1.6
+++ ocaml-dbus.spec	31 Aug 2008 09:52:40 -0000	1.7
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-dbus
-Version:        0.06
-Release:        2%{?dist}
+Version:        0.07
+Release:        1%{?dist}
 Summary:        OCaml library for using D-Bus
 
 Group:          Development/Libraries
@@ -14,6 +14,7 @@
 
 BuildRequires:  ocaml >= 3.10.0-7, ocaml-findlib
 BuildRequires:  dbus-devel
+BuildRequires:  chrpath
 
 %define _use_internal_dependency_generator 0
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@@ -54,7 +55,6 @@
 
 
 %install
-# These rules work if the library uses 'ocamlfind install' to install itself.
 rm -rf $RPM_BUILD_ROOT
 export DESTDIR=$RPM_BUILD_ROOT
 export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
@@ -62,6 +62,7 @@
 make OCAMLDESTDIR=$OCAMLFIND_DESTDIR install
 
 strip -s $OCAMLFIND_DESTDIR/stublibs/dlldbus_stubs.so
+chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dlldbus_stubs.so
 
 
 %clean
@@ -94,6 +95,10 @@
 
 
 %changelog
+* Sun Aug 31 2008 Richard W.M. Jones <rjones at redhat.com> - 0.07-1
+- New upstream release 0.07.
+- Remove rpath from shared object.
+
 * Wed Apr 23 2008 Richard W.M. Jones <rjones at redhat.com> - 0.06-2
 - Rebuild for OCaml 3.10.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-dbus/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	4 Mar 2008 09:33:20 -0000	1.5
+++ sources	31 Aug 2008 09:52:40 -0000	1.6
@@ -1 +1 @@
-872d5967ba5f20ea2795ced1c6a305ce  ocaml_dbus-0.06.tar.bz2
+5291a08a135b00ddbe3d38e51511ccb6  ocaml_dbus-0.07.tar.bz2




More information about the scm-commits mailing list